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 | 01881f5ff64c16cf4e383200e00428b84b6ab4a2 (patch) | |
tree | db41c6694af5edc9fe9f2621f66c9830be86a3d7 /media-libs/libsoundtouch | |
parent | 0.10 stable x86. Version bump now with alsa support. (diff) | |
download | gentoo-2-01881f5ff64c16cf4e383200e00428b84b6ab4a2.tar.gz gentoo-2-01881f5ff64c16cf4e383200e00428b84b6ab4a2.tar.bz2 gentoo-2-01881f5ff64c16cf4e383200e00428b84b6ab4a2.zip |
Stable amd64 x86.
Diffstat (limited to 'media-libs/libsoundtouch')
-rw-r--r-- | media-libs/libsoundtouch/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/libsoundtouch/libsoundtouch-1.2.1.ebuild | 12 |
2 files changed, 7 insertions, 11 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/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() { |