diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-04-22 09:32:36 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-04-22 09:32:36 +0000 |
commit | 3466b33002941b2fb1d31591c4d42a7019da5975 (patch) | |
tree | 08b52b42781d0a1e7870ebdb06a3fece83aeed15 /media-sound | |
parent | Initial ebuild provided by 4nykey@nm.ru in bug #47615. (diff) | |
download | historical-3466b33002941b2fb1d31591c4d42a7019da5975.tar.gz historical-3466b33002941b2fb1d31591c4d42a7019da5975.tar.bz2 historical-3466b33002941b2fb1d31591c4d42a7019da5975.zip |
mppdec included in musepack-tools
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/mppdec/ChangeLog | 11 | ||||
-rw-r--r-- | media-sound/mppdec/Manifest | 5 | ||||
-rw-r--r-- | media-sound/mppdec/files/digest-mppdec-1.1 | 1 | ||||
-rw-r--r-- | media-sound/mppdec/files/mppdec-1.1-nostatic.patch | 55 | ||||
-rw-r--r-- | media-sound/mppdec/metadata.xml | 5 | ||||
-rw-r--r-- | media-sound/mppdec/mppdec-1.1.ebuild | 49 |
6 files changed, 0 insertions, 126 deletions
diff --git a/media-sound/mppdec/ChangeLog b/media-sound/mppdec/ChangeLog deleted file mode 100644 index 59458d044ae2..000000000000 --- a/media-sound/mppdec/ChangeLog +++ /dev/null @@ -1,11 +0,0 @@ -# ChangeLog for media-sound/mppdec -# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mppdec/ChangeLog,v 1.1 2004/04/17 08:12:54 eradicator Exp $ - -*mppdec-1.1 (17 Apr 2004) - - 17 Apr 2004; Jeremy Huddleston <eradicator@gentoo.org> metadata.xml, - mppdec-1.1.ebuild, files/mppdec-1.1-nostatic.patch: - Initial import. Ebuild provided by Stephan Kapfinger <s.kapfinger@gmx.de> in - bug #44869. - diff --git a/media-sound/mppdec/Manifest b/media-sound/mppdec/Manifest deleted file mode 100644 index 4dba47290fcd..000000000000 --- a/media-sound/mppdec/Manifest +++ /dev/null @@ -1,5 +0,0 @@ -MD5 88c472ee00a73b4a9c41b2fafd17af3e mppdec-1.1.ebuild 1148 -MD5 9783018291c14322b1e91b7a8aec84e4 ChangeLog 468 -MD5 a1eaeb2ae801daeb712c90c060e922dc metadata.xml 158 -MD5 b2d62288ce5bda5519f7b911dd3a20e2 files/digest-mppdec-1.1 63 -MD5 2dc4c97908a72191566e27a39d724f3e files/mppdec-1.1-nostatic.patch 2097 diff --git a/media-sound/mppdec/files/digest-mppdec-1.1 b/media-sound/mppdec/files/digest-mppdec-1.1 deleted file mode 100644 index 31bf502c9aec..000000000000 --- a/media-sound/mppdec/files/digest-mppdec-1.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 53172eef6b409725b885ca39f98a56bc mppdec-1.1.tar.bz2 134037 diff --git a/media-sound/mppdec/files/mppdec-1.1-nostatic.patch b/media-sound/mppdec/files/mppdec-1.1-nostatic.patch deleted file mode 100644 index 0f58467efa85..000000000000 --- a/media-sound/mppdec/files/mppdec-1.1-nostatic.patch +++ /dev/null @@ -1,55 +0,0 @@ ---- Makefile.orig 2004-04-17 01:01:36.000000000 -0700 -+++ Makefile 2004-04-17 01:03:20.000000000 -0700 -@@ -277,36 +277,36 @@ - $(MPPDEC_TARGET): $(MPPDEC_OBJ) - $(CC) $(CFLAGS) $(MPPDEC_OBJ) -o $(MPPDEC_TARGET) $(LDADD) - -$(STRIP) $(STRIPOPT) $(MPPDEC_TARGET) -- $(CC) -static $(CFLAGS) $(MPPDEC_OBJ) -o $(MPPDEC_TARGET)-static $(LDADD) -- -$(STRIP) $(STRIPOPT) $(MPPDEC_TARGET)-static -+# $(CC) -static $(CFLAGS) $(MPPDEC_OBJ) -o $(MPPDEC_TARGET)-static $(LDADD) -+# -$(STRIP) $(STRIPOPT) $(MPPDEC_TARGET)-static - - - $(MPPDEC_TARGET)16: $(MPPDEC_OBJ) - make clean - BITS=16 make mppdec - $(MV_F) mppdec mppdec16 -- $(MV_F) mppdec-static mppdec16-static -+# $(MV_F) mppdec-static mppdec16-static - - - $(MPPDEC_TARGET)24: $(MPPDEC_OBJ) - make clean - BITS=24 make mppdec - $(MV_F) mppdec mppdec24 -- $(MV_F) mppdec-static mppdec24-static -+# $(MV_F) mppdec-static mppdec24-static - - - $(MPPDEC_TARGET)32: $(MPPDEC_OBJ) - make clean - BITS=32 make mppdec - $(MV_F) mppdec mppdec32 -- $(MV_F) mppdec-static mppdec32-static -+# $(MV_F) mppdec-static mppdec32-static - - - $(MPPENC_TARGET): $(MPPENC_OBJ) - $(CC) $(CFLAGS) $(MPPENC_OBJ) -o $(MPPENC_TARGET) $(LDADD) - -$(STRIP) $(STRIPOPT) $(MPPENC_TARGET) -- $(CC) -static $(CFLAGS) $(MPPENC_OBJ) -o $(MPPENC_TARGET)-static $(LDADD) -- -$(STRIP) $(STRIPOPT) $(MPPENC_TARGET)-static -+# $(CC) -static $(CFLAGS) $(MPPENC_OBJ) -o $(MPPENC_TARGET)-static $(LDADD) -+# -$(STRIP) $(STRIPOPT) $(MPPENC_TARGET)-static - - - $(MPPDEC_TARGET)-profiling: $(MPPDEC_OBJ) -@@ -316,7 +316,7 @@ - make speed2 - $(CC3) -c $(CFLAGS) $(CSRC) -fprofile-arcs $(LDADD) - $(CC3) $(CFLAGS) $(OBJ) -o $(MPPDEC_TARGET) -fbranch-probabilities $(LDADD) -- $(CC3) -static $(CFLAGS) $(OBJ) -o $(MPPDEC_TARGET)-static -fbranch-probabilities $(LDADD) -+# $(CC3) -static $(CFLAGS) $(OBJ) -o $(MPPDEC_TARGET)-static -fbranch-probabilities $(LDADD) - - - $(MPPDEC_TARGET)-diet: $(MPPDEC_ASO) config.h diff --git a/media-sound/mppdec/metadata.xml b/media-sound/mppdec/metadata.xml deleted file mode 100644 index e1774e3d9ad7..000000000000 --- a/media-sound/mppdec/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<herd>sound</herd> -</pkgmetadata> diff --git a/media-sound/mppdec/mppdec-1.1.ebuild b/media-sound/mppdec/mppdec-1.1.ebuild deleted file mode 100644 index ceffe9249986..000000000000 --- a/media-sound/mppdec/mppdec-1.1.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mppdec/mppdec-1.1.ebuild,v 1.1 2004/04/17 08:12:54 eradicator Exp $ - -inherit eutils - -DESCRIPTION="Frank Klemm's Musepack Decoder" -HOMEPAGE="http://www.musepack.tk" -SRC_URI="http://www.personal.uni-jena.de/~pfk/MPP/src/${P}.tar.bz2" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~x86" -IUSE="esd static" - -RDEPEND="esd? ( media-sound/esound )" - -DEPEND="${RDEPEND} - x86? ( dev-lang/nasm )" - -src_unpack() { - unpack ${A} - cd ${S} - - if ! use static; then - epatch ${FILESDIR}/${P}-nostatic.patch - fi - - if ! use esd ; then - sed -i 's/#define USE_ESD_AUDIO/#undef USE_ESD_AUDIO/' mpp.h - sed -i 's/LDADD += -lesd/#LDADD += -lesd/' Makefile - fi - use x86 || sed -i 's/#define USE_ASM/#undef USE_ASM/' mpp.h -} - -src_compile() { - # Makefile inserts $ARCH into cc command line and ignores global CFLAGS - ARCH="${CFLAGS}" make mppdec || die -} - -src_install() { - if use static; then - newbin mppdec-static mppdec - else - dobin mppdec - fi - - dodoc AUTHORS ChangeLog COPYING.LGPL MANUAL.TXT README SV7.txt -} |