diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-10-04 20:15:45 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-10-04 20:15:45 +0000 |
commit | e6ae8db2a4a090895d47b0de72db88492248ad9b (patch) | |
tree | ffdcfcca5e2082e06a3c686c3d0bc132aa1ee186 /media-libs | |
parent | ppc unstable profile update (Manifest recommit) (diff) | |
download | gentoo-2-e6ae8db2a4a090895d47b0de72db88492248ad9b.tar.gz gentoo-2-e6ae8db2a4a090895d47b0de72db88492248ad9b.tar.bz2 gentoo-2-e6ae8db2a4a090895d47b0de72db88492248ad9b.zip |
Added unzip to DEPEND.
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/libsoundtouch/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/libsoundtouch/libsoundtouch-1.2.1.ebuild | 12 |
2 files changed, 13 insertions, 5 deletions
diff --git a/media-libs/libsoundtouch/ChangeLog b/media-libs/libsoundtouch/ChangeLog index 67a7db614470..ecaf124b6da7 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.2 2004/08/30 15:45:47 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/ChangeLog,v 1.3 2004/10/04 20:15:45 eradicator Exp $ + + 04 Oct 2004; Jeremy Huddleston <eradicator@gentoo.org> + libsoundtouch-1.2.1.ebuild: + Added unzip to DEPEND. *libsoundtouch-1.2.1 (30 Aug 2004) diff --git a/media-libs/libsoundtouch/libsoundtouch-1.2.1.ebuild b/media-libs/libsoundtouch/libsoundtouch-1.2.1.ebuild index 9c82ca9b189d..48ba876cc522 100644 --- a/media-libs/libsoundtouch/libsoundtouch-1.2.1.ebuild +++ b/media-libs/libsoundtouch/libsoundtouch-1.2.1.ebuild @@ -1,6 +1,10 @@ # 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.2 2004/08/30 15:45:47 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.2.1.ebuild,v 1.3 2004/10/04 20:15:45 eradicator Exp $ + +IUSE="" + +S="${WORKDIR}/SoundTouch-${PV}" DESCRIPTION="Audio processing library for changing the tempo, pitch and playback rates." HOMEPAGE="http://sky.prohosting.com/oparviai/soundtouch/" @@ -9,7 +13,6 @@ SRC_URI="http://sky.prohosting.com/oparviai/soundtouch/soundtouch_v${PV}.zip" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~x86 ~amd64 ~ppc" -IUSE="" # FIXME: # @@ -18,8 +21,9 @@ IUSE="" # So I let alone the '$myconf' option, so one can test options # easily with: myconf="--enable-foo" emerge libsoundtouch -DEPEND="" -S="${WORKDIR}/SoundTouch-${PV}" +RDEPEND="virtual/libc" + +DEPEND="app-arch/unzip" src_unpack() { unpack ${A} || die "unpack failed" |