diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-02-29 07:47:16 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-02-29 07:47:16 +0000 |
commit | 81cbe874c84d4bb6bd3f3bedb1aaafa922d06ab5 (patch) | |
tree | a2b2ad6415351de2728efb630c5eb357b1b1b079 | |
parent | Version bump. (diff) | |
download | gentoo-2-81cbe874c84d4bb6bd3f3bedb1aaafa922d06ab5.tar.gz gentoo-2-81cbe874c84d4bb6bd3f3bedb1aaafa922d06ab5.tar.bz2 gentoo-2-81cbe874c84d4bb6bd3f3bedb1aaafa922d06ab5.zip |
old
(Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
-rw-r--r-- | media-libs/libextractor/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/libextractor/libextractor-0.5.20c.ebuild | 48 | ||||
-rw-r--r-- | media-libs/libextractor/libextractor-0.6.2.ebuild | 61 |
3 files changed, 5 insertions, 110 deletions
diff --git a/media-libs/libextractor/ChangeLog b/media-libs/libextractor/ChangeLog index 09cd700a8d94..3d8a3941d2a6 100644 --- a/media-libs/libextractor/ChangeLog +++ b/media-libs/libextractor/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/libextractor # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libextractor/ChangeLog,v 1.63 2012/02/29 07:45:52 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libextractor/ChangeLog,v 1.64 2012/02/29 07:47:16 ssuominen Exp $ + + 29 Feb 2012; Samuli Suominen <ssuominen@gentoo.org> + -libextractor-0.5.20c.ebuild, -libextractor-0.6.2.ebuild: + old *libextractor-0.6.3 (29 Feb 2012) diff --git a/media-libs/libextractor/libextractor-0.5.20c.ebuild b/media-libs/libextractor/libextractor-0.5.20c.ebuild deleted file mode 100644 index 0cba7660d8a1..000000000000 --- a/media-libs/libextractor/libextractor-0.5.20c.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libextractor/libextractor-0.5.20c.ebuild,v 1.3 2011/10/09 17:45:36 ssuominen Exp $ - -EAPI=4 -inherit libtool - -DESCRIPTION="A simple library for keyword extraction" -HOMEPAGE="http://www.gnunet.org/libextractor/" -SRC_URI="http://gnunet.org/${PN}/download/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86" -IUSE="gtk nls vorbis zlib" - -# Disabled tests because they dont work (tester@g.o) -RESTRICT="test" - -RDEPEND=">=sys-devel/libtool-2.2.6b - >=dev-libs/glib-2.0.0 - media-libs/libmpeg2 - nls? ( virtual/libintl ) - gtk? ( >=x11-libs/gtk+-2.6.10 ) - zlib? ( sys-libs/zlib ) - vorbis? ( >=media-libs/libvorbis-1.0_beta4 )" -DEPEND="${RDEPEND}" - -src_prepare() { - #bug 383585 - has_version '>=sys-libs/zlib-1.2.5.1-r1' && \ - sed -i -e '1i#define OF(x) x' src/plugins/oo/ooextractor.c - - elibtoolize -} - -src_configure() { - #bug #188169 -> --disable-xpdf - econf \ - --enable-glib \ - --enable-exiv2 \ - --disable-xpdf \ - $(use_enable nls) -} - -src_compile() { - emake -j1 -} diff --git a/media-libs/libextractor/libextractor-0.6.2.ebuild b/media-libs/libextractor/libextractor-0.6.2.ebuild deleted file mode 100644 index b2bf554ffee0..000000000000 --- a/media-libs/libextractor/libextractor-0.6.2.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libextractor/libextractor-0.6.2.ebuild,v 1.2 2011/10/09 17:37:14 ssuominen Exp $ - -EAPI=4 - -DESCRIPTION="A library used to extract metadata from files of arbitrary type" -HOMEPAGE="http://www.gnu.org/software/libextractor/" -SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -# waiting for gnunet -#KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86" -IUSE="gnome ffmpeg" # qt4 test - -RDEPEND="app-arch/bzip2 - app-text/iso-codes - app-text/poppler[cairo] - dev-libs/glib:2 - gnome-extra/libgsf[gnome?] - media-gfx/exiv2 - media-libs/flac - media-libs/libmpeg2 - media-libs/libogg - media-libs/libvorbis - >=sys-devel/libtool-2.2.6b - sys-libs/zlib - virtual/libintl - x11-libs/gtk+:2 - ffmpeg? ( virtual/ffmpeg )" -# qt4? ( x11-libs/qt-gui:4 x11-libs/qt-svg:4 ) -DEPEND="${RDEPEND} - dev-util/pkgconfig - sys-devel/gettext" -# test? ( app-forensics/zzuf ) - -# Disabled tests because they dont work (tester@g.o) -RESTRICT="test" - -DOCS=( AUTHORS ChangeLog NEWS README TODO ) - -src_configure() { - econf \ - --enable-glib \ - --enable-gsf \ - $(use_enable gnome) \ - $(use_enable ffmpeg) \ - --without-qt -} - -src_compile() { - emake -j1 -} - -src_install() { - default - - # keeping these for libltdl to load plugins - find "${ED}" -name '*.la' -exec sed -i -e "/^dependency_libs/s:=.*:='':" {} + -} |