diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2002-07-08 22:58:10 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2002-07-08 22:58:10 +0000 |
commit | ec0e158d54a947774c3fbfd503f7d21d4be2ac63 (patch) | |
tree | 6d1ae58c6842e9c07145228b6329cac9d696ed96 /media-libs/flac | |
parent | License adds (diff) | |
download | gentoo-2-ec0e158d54a947774c3fbfd503f7d21d4be2ac63.tar.gz gentoo-2-ec0e158d54a947774c3fbfd503f7d21d4be2ac63.tar.bz2 gentoo-2-ec0e158d54a947774c3fbfd503f7d21d4be2ac63.zip |
flac update (1.0.3) and repoman fixes too
Diffstat (limited to 'media-libs/flac')
-rw-r--r-- | media-libs/flac/files/digest-flac-1.0.1 | 1 | ||||
-rw-r--r-- | media-libs/flac/files/digest-flac-1.0.2 | 1 | ||||
-rw-r--r-- | media-libs/flac/files/digest-flac-1.0.3 | 1 | ||||
-rw-r--r-- | media-libs/flac/flac-1.0.1.ebuild | 33 | ||||
-rw-r--r-- | media-libs/flac/flac-1.0.3.ebuild (renamed from media-libs/flac/flac-1.0.2.ebuild) | 9 |
5 files changed, 6 insertions, 39 deletions
diff --git a/media-libs/flac/files/digest-flac-1.0.1 b/media-libs/flac/files/digest-flac-1.0.1 deleted file mode 100644 index 91ffcc55993b..000000000000 --- a/media-libs/flac/files/digest-flac-1.0.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 54e03732655274ff127080a2ec8248d6 flac-1.0.1-src.tar.gz 456134 diff --git a/media-libs/flac/files/digest-flac-1.0.2 b/media-libs/flac/files/digest-flac-1.0.2 deleted file mode 100644 index 778de86195eb..000000000000 --- a/media-libs/flac/files/digest-flac-1.0.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 3b0c646f1e58d5345f3c555c3996885d flac-1.0.2-src.tar.gz 458799 diff --git a/media-libs/flac/files/digest-flac-1.0.3 b/media-libs/flac/files/digest-flac-1.0.3 new file mode 100644 index 000000000000..929f265e2de2 --- /dev/null +++ b/media-libs/flac/files/digest-flac-1.0.3 @@ -0,0 +1 @@ +MD5 419e4e4c3403055af1cd6d4a735a9201 flac-1.0.3.tar.gz 591337 diff --git a/media-libs/flac/flac-1.0.1.ebuild b/media-libs/flac/flac-1.0.1.ebuild deleted file mode 100644 index 179df324d33d..000000000000 --- a/media-libs/flac/flac-1.0.1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2001 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author: Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-libs/flac/flac-1.0.1.ebuild,v 1.3 2002/05/27 17:27:38 drobbins Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="A free lossless audio encoder" -SRC_URI="mirror://sourceforge/flac/${P}-src.tar.gz" -HOMEPAGE="http://flac.sourceforge.net/" -#flac has an optional xmms plugin. For now, we just depend on xmms. We can optimize this later. -RDEPEND="virtual/glibc X? ( >=media-sound/xmms-1.2.5-r2 ) >=media-libs/libogg-1.0_rc2" -DEPEND="virtual/glibc dev-lang/nasm sys-apps/gawk $RDEPEND" - -src_compile() { - cd ${S} - local myflags - [ `use sse` ] && myflags="--sse-os" - #--use-3dnow is documented but apparently not yet enabled. - #[ `use 3dnow` ] && myflags="$myflags --use-3dnow" - ./configure --prefix=/usr $myflags --host=$CHOST || die - cp Makefile Makefile.orig - #the man page ebuild requires docbook2man... yick! - sed -e 's:include man:include:g' Makefile.orig > Makefile - #emake seems to mess up the building of the xmms input plugin - make || die -} -src_install() { - #it looks like we need to run the xmms install first - ( cd src/plugin_xmms; make DESTDIR=${D} install ) - make DESTDIR=${D} install -} - - diff --git a/media-libs/flac/flac-1.0.2.ebuild b/media-libs/flac/flac-1.0.3.ebuild index c4e9e4b63046..023da8a5527c 100644 --- a/media-libs/flac/flac-1.0.2.ebuild +++ b/media-libs/flac/flac-1.0.3.ebuild @@ -1,15 +1,16 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# Author: Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-libs/flac/flac-1.0.2.ebuild,v 1.3 2002/05/27 17:27:38 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/flac/flac-1.0.3.ebuild,v 1.1 2002/07/08 22:58:10 drobbins Exp $ -S=${WORKDIR}/${P} DESCRIPTION="A free lossless audio encoder" -SRC_URI="mirror://sourceforge/flac/${P}-src.tar.gz" +SRC_URI="mirror://sourceforge/flac/${P}.tar.gz" HOMEPAGE="http://flac.sourceforge.net/" #flac has an optional xmms plugin. For now, we just depend on xmms. We can optimize this later. RDEPEND="virtual/glibc X? ( >=media-sound/xmms-1.2.5-r2 ) >=media-libs/libogg-1.0_rc2" DEPEND="virtual/glibc dev-lang/nasm sys-apps/gawk $RDEPEND" +KEYWORDS="*" +LICENSE="GPL-2 LGPL-2" +SLOT="0" src_compile() { cd ${S} |