summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2008-11-14 09:24:05 +0000
committerAlexis Ballier <aballier@gentoo.org>2008-11-14 09:24:05 +0000
commit06f120d404d63b6bb5a81274c6665bc776ce6879 (patch)
treeecaf31253b1820fca2c38914f7dfe40055fab837 /media-sound
parentGulm is gone per bug #246679. (diff)
downloadgentoo-2-06f120d404d63b6bb5a81274c6665bc776ce6879.tar.gz
gentoo-2-06f120d404d63b6bb5a81274c6665bc776ce6879.tar.bz2
gentoo-2-06f120d404d63b6bb5a81274c6665bc776ce6879.zip
remoe old
(Portage version: 2.2_rc14/cvs/Linux 2.6.27.5 x86_64)
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/wavpack/ChangeLog7
-rw-r--r--media-sound/wavpack/files/wavpack-4.41.0-constant.patch53
-rw-r--r--media-sound/wavpack/wavpack-4.41.0-r1.ebuild36
-rw-r--r--media-sound/wavpack/wavpack-4.41.0.ebuild33
4 files changed, 6 insertions, 123 deletions
diff --git a/media-sound/wavpack/ChangeLog b/media-sound/wavpack/ChangeLog
index c5654ccd0897..bf30291dd83c 100644
--- a/media-sound/wavpack/ChangeLog
+++ b/media-sound/wavpack/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-sound/wavpack
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/wavpack/ChangeLog,v 1.44 2008/10/04 14:42:07 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/wavpack/ChangeLog,v 1.45 2008/11/14 09:24:05 aballier Exp $
+
+ 14 Nov 2008; Alexis Ballier <aballier@gentoo.org>
+ -files/wavpack-4.41.0-constant.patch, -wavpack-4.41.0.ebuild,
+ -wavpack-4.41.0-r1.ebuild:
+ remoe old
04 Oct 2008; Brent Baude <ranger@gentoo.org> wavpack-4.50.1.ebuild:
stable ppc64, bug 238336
diff --git a/media-sound/wavpack/files/wavpack-4.41.0-constant.patch b/media-sound/wavpack/files/wavpack-4.41.0-constant.patch
deleted file mode 100644
index 8591f1dc8b5f..000000000000
--- a/media-sound/wavpack/files/wavpack-4.41.0-constant.patch
+++ /dev/null
@@ -1,53 +0,0 @@
-Index: wavpack-4.41.0/src/pack.c
-===================================================================
---- wavpack-4.41.0.orig/src/pack.c
-+++ wavpack-4.41.0/src/pack.c
-@@ -38,7 +38,7 @@ int32_t dump_alloc (void);
- // 17 & 18 are special functions using the previous 2 samples, and negative
- // values indicate cross channel decorrelation (in stereo only).
-
--static WavpackDecorrSpec fast_specs [] = {
-+static const WavpackDecorrSpec fast_specs [] = {
- { 1, 2,18,17 }, // 0
- { 1, 1,17,17 }, // 1
- { 0, 2,18,17 }, // 2
-@@ -297,7 +297,7 @@ static WavpackDecorrSpec fast_specs [] =
- { 0, 2,18,17 }, // 255
- };
-
--static WavpackDecorrSpec default_specs [] = {
-+static const WavpackDecorrSpec default_specs [] = {
- { 1, 2,18,18, 2,17, 3 }, // 0
- { 0, 2,18,17,-1, 3, 2 }, // 1
- { 1, 1,17,18,18,-2, 2 }, // 2
-@@ -556,7 +556,7 @@ static WavpackDecorrSpec default_specs [
- { 0, 2,18,18,-2,18, 2 }, // 255
- };
-
--static WavpackDecorrSpec high_specs [] = {
-+static const WavpackDecorrSpec high_specs [] = {
- { 1, 2,18,18,18,-2, 2, 3, 5,-1,17, 4 }, // 0
- { 0, 1,18,17,-2, 2,18, 3, 7, 2, 5, 4 }, // 1
- { 1, 2, 1,18, 3, 6,-2,18, 2, 3, 4, 5 }, // 2
-@@ -815,7 +815,7 @@ static WavpackDecorrSpec high_specs [] =
- { 0, 1,-1,18,18, 2,18, 3, 5,18, 2, 8 }, // 255
- };
-
--static WavpackDecorrSpec very_high_specs [] = {
-+static const WavpackDecorrSpec very_high_specs [] = {
- { 1, 2,18,18, 2, 3,-2,18, 2, 4, 7, 5, 3, 6, 8,-1,18, 2 }, // 0
- { 0, 1,18,18,-1,18, 2, 3, 4, 6, 5, 7,18,-3, 8, 2,-1, 3 }, // 1
- { 1, 2, 1,18,-2, 4,18, 2, 3, 6,-1, 7, 5,-2,18, 8, 2, 4 }, // 2
-Index: wavpack-4.41.0/src/wputils.c
-===================================================================
---- wavpack-4.41.0.orig/src/wputils.c
-+++ wavpack-4.41.0/src/wputils.c
-@@ -126,7 +126,7 @@ static int32_t write_bytes (void *id, vo
- return (int32_t) fwrite (data, 1, bcount, (FILE*) id);
- }
-
--static WavpackStreamReader freader = {
-+static const WavpackStreamReader freader = {
- read_bytes, get_pos, set_pos_abs, set_pos_rel, push_back_byte, get_length, can_seek,
- write_bytes
- };
diff --git a/media-sound/wavpack/wavpack-4.41.0-r1.ebuild b/media-sound/wavpack/wavpack-4.41.0-r1.ebuild
deleted file mode 100644
index 26f9d0bb9be2..000000000000
--- a/media-sound/wavpack/wavpack-4.41.0-r1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/wavpack/wavpack-4.41.0-r1.ebuild,v 1.1 2008/04/20 21:43:29 flameeyes Exp $
-
-inherit libtool eutils flag-o-matic
-
-DESCRIPTION="WavPack audio compression tools"
-HOMEPAGE="http://www.wavpack.com"
-SRC_URI="http://www.wavpack.com/${P}.tar.bz2"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE="mmx"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- epatch "${FILESDIR}/${P}-constant.patch"
-
- elibtoolize
-}
-
-src_compile() {
- test-flags-CC -flax-vector-conversions && \
- append-flags -flax-vector-conversions
-
- econf $(use_enable mmx)
- emake || die "emake failed."
-}
-
-src_install() {
- emake -j1 DESTDIR="${D}" install || die "emake install failed."
- dodoc ChangeLog README
-}
diff --git a/media-sound/wavpack/wavpack-4.41.0.ebuild b/media-sound/wavpack/wavpack-4.41.0.ebuild
deleted file mode 100644
index a2b849fed979..000000000000
--- a/media-sound/wavpack/wavpack-4.41.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/wavpack/wavpack-4.41.0.ebuild,v 1.13 2008/04/20 21:43:29 flameeyes Exp $
-
-inherit libtool flag-o-matic
-
-DESCRIPTION="WavPack audio compression tools"
-HOMEPAGE="http://www.wavpack.com"
-SRC_URI="http://www.wavpack.com/${P}.tar.bz2"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE="mmx"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- elibtoolize
-}
-
-src_compile() {
- test-flags-CC -flax-vector-conversions && \
- append-flags -flax-vector-conversions
-
- econf $(use_enable mmx)
- emake || die "emake failed."
-}
-
-src_install() {
- emake -j1 DESTDIR="${D}" install || die "emake install failed."
- dodoc ChangeLog README
-}