diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-02-07 22:49:37 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-02-07 22:49:37 +0000 |
commit | 3832a5bc2844de37e25694a40eb60146bcd0059b (patch) | |
tree | b1c9d87badfdd22ad59298ee9f96baeaa9fa1f61 /media-libs/libextractor/libextractor-0.5.15.ebuild | |
parent | whitespace (diff) | |
download | gentoo-2-3832a5bc2844de37e25694a40eb60146bcd0059b.tar.gz gentoo-2-3832a5bc2844de37e25694a40eb60146bcd0059b.tar.bz2 gentoo-2-3832a5bc2844de37e25694a40eb60146bcd0059b.zip |
Fix bug 165764, and stable x86
(Portage version: 2.1.2-r8)
Diffstat (limited to 'media-libs/libextractor/libextractor-0.5.15.ebuild')
-rw-r--r-- | media-libs/libextractor/libextractor-0.5.15.ebuild | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/media-libs/libextractor/libextractor-0.5.15.ebuild b/media-libs/libextractor/libextractor-0.5.15.ebuild index 31e619b6cdf1..4697b09cb96a 100644 --- a/media-libs/libextractor/libextractor-0.5.15.ebuild +++ b/media-libs/libextractor/libextractor-0.5.15.ebuild @@ -1,32 +1,32 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libextractor/libextractor-0.5.15.ebuild,v 1.5 2007/01/31 11:50:05 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libextractor/libextractor-0.5.15.ebuild,v 1.6 2007/02/07 22:49:37 armin76 Exp $ inherit libtool -IUSE="gtk nls static vorbis zlib" +IUSE="gtk nls vorbis zlib" DESCRIPTION="A simple library for keyword extraction" HOMEPAGE="http://www.gnunet.org/libextractor" SRC_URI="http://gnunet.org/${PN}/download/${P}.tar.gz" SLOT="0" LICENSE="LGPL-2.1" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" +KEYWORDS="~amd64 ~ppc ~sparc x86" # Disabled tests because they dont work (tester@g.o) RESTRICT="test" -DEPEND="virtual/libc - >=sys-devel/libtool-1.4.1 - >=dev-libs/glib-1.2.10 +DEPEND=">=sys-devel/libtool-1.4.1 + >=dev-libs/glib-2.0.0 media-libs/libmpeg2 nls? ( sys-devel/gettext ) gtk? ( >=x11-libs/gtk+-2.6.10 ) zlib? ( sys-libs/zlib ) vorbis? ( >=media-libs/libvorbis-1.0_beta4 )" +RDEPEND="" MAKEOPTS="${MAKEOPTS} -j1" src_compile() { elibtoolize econf --enable-glib --enable-exiv2 \ - $(use_enable static) $(use_enable nls) || die "econf failed" + $(use_enable nls) || die "econf failed" emake || die "emake failed" } |