summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Chatzimichos <tampakrap@gentoo.org>2010-09-05 22:52:23 +0000
committerTheo Chatzimichos <tampakrap@gentoo.org>2010-09-05 22:52:23 +0000
commite12944844660ce9bfac0d35ec402ff49b9b01690 (patch)
tree50cd703e98da83f29e1051fbfe165d535b718257 /kde-base/ffmpegthumbs
parentVersion bump KDE SC 4.5.1 (diff)
downloadgentoo-2-e12944844660ce9bfac0d35ec402ff49b9b01690.tar.gz
gentoo-2-e12944844660ce9bfac0d35ec402ff49b9b01690.tar.bz2
gentoo-2-e12944844660ce9bfac0d35ec402ff49b9b01690.zip
Version bump KDE SC 4.5.1
(Portage version: 2.2_rc75/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/ffmpegthumbs')
-rw-r--r--kde-base/ffmpegthumbs/ChangeLog10
-rw-r--r--kde-base/ffmpegthumbs/ffmpegthumbs-4.5.1.ebuild17
2 files changed, 27 insertions, 0 deletions
diff --git a/kde-base/ffmpegthumbs/ChangeLog b/kde-base/ffmpegthumbs/ChangeLog
new file mode 100644
index 000000000000..a2fe4a22df79
--- /dev/null
+++ b/kde-base/ffmpegthumbs/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for kde-base/ffmpegthumbs
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ffmpegthumbs/ChangeLog,v 1.1 2010/09/05 22:52:23 tampakrap Exp $
+
+*ffmpegthumbs-4.5.1 (05 Sep 2010)
+
+ 05 Sep 2010; Theo Chatzimichos <tampakrap@gentoo.org>
+ +ffmpegthumbs-4.5.1.ebuild:
+ Version bump
+
diff --git a/kde-base/ffmpegthumbs/ffmpegthumbs-4.5.1.ebuild b/kde-base/ffmpegthumbs/ffmpegthumbs-4.5.1.ebuild
new file mode 100644
index 000000000000..8ae39b0cea0c
--- /dev/null
+++ b/kde-base/ffmpegthumbs/ffmpegthumbs-4.5.1.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ffmpegthumbs/ffmpegthumbs-4.5.1.ebuild,v 1.1 2010/09/05 22:52:23 tampakrap Exp $
+
+EAPI="3"
+
+KMNAME="kdemultimedia"
+inherit kde4-meta
+
+DESCRIPTION="A FFmpeg based thumbnail Generator for Video Files."
+KEYWORDS=""
+IUSE="debug"
+
+DEPEND="
+ media-video/ffmpeg
+"
+RDEPEND="${DEPEND}"