diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-01-12 11:27:41 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-01-12 11:27:41 +0000 |
commit | 7272f38741a606e4fe3808656fb0168bc6f2b3d5 (patch) | |
tree | 0d047b5b1eaaf301e38ca7c16c72fdee01b77786 /media-libs/libsndfile | |
parent | Removing old sylpheed-claws versions and associated plugins (diff) | |
download | historical-7272f38741a606e4fe3808656fb0168bc6f2b3d5.tar.gz historical-7272f38741a606e4fe3808656fb0168bc6f2b3d5.tar.bz2 historical-7272f38741a606e4fe3808656fb0168bc6f2b3d5.zip |
sh love
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'media-libs/libsndfile')
-rw-r--r-- | media-libs/libsndfile/libsndfile-1.0.11.ebuild | 6 | ||||
-rw-r--r-- | media-libs/libsndfile/libsndfile-1.0.12-r1.ebuild | 11 |
2 files changed, 8 insertions, 9 deletions
diff --git a/media-libs/libsndfile/libsndfile-1.0.11.ebuild b/media-libs/libsndfile/libsndfile-1.0.11.ebuild index fb62a1235453..275926f0ebea 100644 --- a/media-libs/libsndfile/libsndfile-1.0.11.ebuild +++ b/media-libs/libsndfile/libsndfile-1.0.11.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsndfile/libsndfile-1.0.11.ebuild,v 1.10 2005/07/12 05:04:39 geoman Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsndfile/libsndfile-1.0.11.ebuild,v 1.11 2006/01/12 11:26:36 vapier Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="http://www.mega-nerd.com/libsndfile/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc-macos ppc64 sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc-macos ppc64 sh sparc x86" IUSE="static" DEPEND="virtual/libc" diff --git a/media-libs/libsndfile/libsndfile-1.0.12-r1.ebuild b/media-libs/libsndfile/libsndfile-1.0.12-r1.ebuild index 810c9bc8f56e..2572d74492ea 100644 --- a/media-libs/libsndfile/libsndfile-1.0.12-r1.ebuild +++ b/media-libs/libsndfile/libsndfile-1.0.12-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsndfile/libsndfile-1.0.12-r1.ebuild,v 1.1 2005/12/02 13:10:56 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsndfile/libsndfile-1.0.12-r1.ebuild,v 1.2 2006/01/12 11:26:36 vapier Exp $ inherit eutils libtool autotools @@ -10,15 +10,16 @@ SRC_URI="http://www.mega-nerd.com/libsndfile/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc-macos ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc-macos ~ppc64 ~sh ~sparc ~x86" IUSE="static sqlite flac" +RESTRICT="test" RDEPEND="flac? ( media-libs/flac ) sqlite? ( >=dev-db/sqlite-3.2 )" src_unpack() { unpack ${A} - cd ${S} + cd "${S}" epatch "${FILESDIR}/${P}-flac.patch" @@ -46,5 +47,3 @@ src_install() { make DESTDIR="${D}" install || die "make install failed" dodoc AUTHORS ChangeLog NEWS README TODO || die "dodoc failed" } - -src_test() { :; } |