diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-11-17 06:31:00 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-11-17 06:31:00 +0000 |
commit | f64a6f12d8b205dc6d1fde6d451be66bc64256b6 (patch) | |
tree | 2a26806b7ace97d10a818a5728a23bdc7e19eebd /media-libs | |
parent | 0.10 stable x86. Version bump now with alsa support. (diff) | |
download | historical-f64a6f12d8b205dc6d1fde6d451be66bc64256b6.tar.gz historical-f64a6f12d8b205dc6d1fde6d451be66bc64256b6.tar.bz2 historical-f64a6f12d8b205dc6d1fde6d451be66bc64256b6.zip |
Stable amd64 x86.
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/libsoundtouch/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/libsoundtouch/Manifest | 14 | ||||
-rw-r--r-- | media-libs/libsoundtouch/libsoundtouch-1.2.1.ebuild | 12 |
3 files changed, 19 insertions, 13 deletions
diff --git a/media-libs/libsoundtouch/ChangeLog b/media-libs/libsoundtouch/ChangeLog index 059aaa00c4d4..d3b311d9da6e 100644 --- a/media-libs/libsoundtouch/ChangeLog +++ b/media-libs/libsoundtouch/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/libsoundtouch # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/ChangeLog,v 1.5 2004/10/28 23:56:26 kito Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/ChangeLog,v 1.6 2004/11/17 06:31:00 eradicator Exp $ + + 16 Nov 2004; Jeremy Huddleston <eradicator@gentoo.org> + libsoundtouch-1.2.1.ebuild: + Stable amd64 x86. 28 Oct 2004; Kito <kito@gentoo.org> libsoundtouch-1.2.1.ebuild: added ~ppc-macos diff --git a/media-libs/libsoundtouch/Manifest b/media-libs/libsoundtouch/Manifest index aaeac768ad3b..d986e1b104d1 100644 --- a/media-libs/libsoundtouch/Manifest +++ b/media-libs/libsoundtouch/Manifest @@ -1,4 +1,14 @@ -MD5 3919d2734d35786f1d0152c2860f8acf ChangeLog 795 -MD5 eafa573a6d93d49db795e03802195126 libsoundtouch-1.2.1.ebuild 1494 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 ef24291b4578d50196d2f4598c7de78d ChangeLog 909 MD5 2f758c82434233f84f01f80f850a1112 metadata.xml 217 +MD5 4c1cf63fc0797747fd7f97f7ffaffe14 libsoundtouch-1.2.1.ebuild 1237 MD5 3c9ded8dc9e9d37cf59b37200a04dd86 files/digest-libsoundtouch-1.2.1 66 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.2.6 (GNU/Linux) + +iD8DBQFBmvAuArHZZzCEUG0RApH+AJ9o276yc7DVgjc8leasxt5hohmO1gCdHp10 +1dxysftQY63EwsxTb29yHZk= +=ki/k +-----END PGP SIGNATURE----- diff --git a/media-libs/libsoundtouch/libsoundtouch-1.2.1.ebuild b/media-libs/libsoundtouch/libsoundtouch-1.2.1.ebuild index dec6c6a71e2e..60b7c0eeef30 100644 --- a/media-libs/libsoundtouch/libsoundtouch-1.2.1.ebuild +++ b/media-libs/libsoundtouch/libsoundtouch-1.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.2.1.ebuild,v 1.5 2004/10/28 23:56:26 kito Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.2.1.ebuild,v 1.6 2004/11/17 06:31:00 eradicator Exp $ IUSE="" @@ -12,17 +12,9 @@ SRC_URI="http://sky.prohosting.com/oparviai/soundtouch/soundtouch_v${PV}.zip" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~ppc-macos" - -# FIXME: -# -# I wanted to use 'static' and 'pic' USE flags, but anything -# other than a static lib produces segfaults in soundstretch. :-( -# So I let alone the '$myconf' option, so one can test options -# easily with: myconf="--enable-foo" emerge libsoundtouch +KEYWORDS="amd64 ~ppc x86 ~ppc-macos" RDEPEND="virtual/libc" - DEPEND="app-arch/unzip" src_unpack() { |