diff options
Diffstat (limited to 'media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.0.6.ebuild')
-rw-r--r-- | media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.0.6.ebuild | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.0.6.ebuild b/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.0.6.ebuild deleted file mode 100644 index 93c0c8c2c909..000000000000 --- a/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.0.6.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.0.6.ebuild,v 1.11 2011/05/20 20:08:11 xarthisius Exp $ - -EAPI=2 -inherit autotools eutils - -DESCRIPTION="Lightweight video thumbnailer that can be used by file managers" -HOMEPAGE="http://code.google.com/p/ffmpegthumbnailer/" -SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="gtk jpeg png" - -COMMON_DEPEND="virtual/ffmpeg - png? ( >=media-libs/libpng-1.4 ) - jpeg? ( virtual/jpeg )" -RDEPEND="${COMMON_DEPEND} - gtk? ( >=dev-libs/glib-2.14:2 )" -DEPEND="${COMMON_DEPEND} - dev-util/pkgconfig" - -src_prepare() { - epatch "${FILESDIR}"/${P}-{asneeded,flags,gcc46,libpng15}.patch - eautoreconf -} - -src_configure() { - econf \ - --disable-dependency-tracking \ - --disable-static \ - $(use_enable png) \ - $(use_enable jpeg) \ - $(use_enable gtk gio) -} - -src_install() { - emake DESTDIR="${D}" install || die - dodoc AUTHORS ChangeLog README - find "${D}" -name '*.la' -exec rm -f {} + -} |