summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2012-09-20 09:55:32 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2012-09-20 09:55:32 +0000
commit7121c60fa257889c2425928b23d2c699cb4e40df (patch)
tree1b36eeeadd55241ae3dcc409924e829ee2f47807 /media-video/ffmpegthumbnailer
parentVersion bump. (diff)
downloadgentoo-2-7121c60fa257889c2425928b23d2c699cb4e40df.tar.gz
gentoo-2-7121c60fa257889c2425928b23d2c699cb4e40df.tar.bz2
gentoo-2-7121c60fa257889c2425928b23d2c699cb4e40df.zip
old
(Portage version: 2.2.0_alpha128/cvs/Linux x86_64)
Diffstat (limited to 'media-video/ffmpegthumbnailer')
-rw-r--r--media-video/ffmpegthumbnailer/ChangeLog6
-rw-r--r--media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.0.7.ebuild37
2 files changed, 5 insertions, 38 deletions
diff --git a/media-video/ffmpegthumbnailer/ChangeLog b/media-video/ffmpegthumbnailer/ChangeLog
index e0bfaf99a6b4..c279792258b9 100644
--- a/media-video/ffmpegthumbnailer/ChangeLog
+++ b/media-video/ffmpegthumbnailer/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-video/ffmpegthumbnailer
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpegthumbnailer/ChangeLog,v 1.141 2012/09/20 09:54:45 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpegthumbnailer/ChangeLog,v 1.142 2012/09/20 09:55:32 ssuominen Exp $
+
+ 20 Sep 2012; Samuli Suominen <ssuominen@gentoo.org>
+ -ffmpegthumbnailer-2.0.7.ebuild:
+ old
*ffmpegthumbnailer-2.0.8 (20 Sep 2012)
diff --git a/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.0.7.ebuild b/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.0.7.ebuild
deleted file mode 100644
index fffcff64c2a0..000000000000
--- a/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.0.7.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.0.7.ebuild,v 1.8 2012/05/05 08:58:54 jdhore Exp $
-
-EAPI=4
-
-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.2:0 )
- jpeg? ( virtual/jpeg )"
-RDEPEND="${COMMON_DEPEND}
- gtk? ( >=dev-libs/glib-2.14 )"
-DEPEND="${COMMON_DEPEND}
- virtual/pkgconfig"
-
-DOCS=( AUTHORS ChangeLog README )
-
-src_configure() {
- econf \
- --disable-static \
- $(use_enable png) \
- $(use_enable jpeg) \
- $(use_enable gtk gio)
-}
-
-src_install() {
- default
- find "${D}" -name '*.la' -exec rm -f {} +
-}