summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-base/ffmpegthumbs')
-rw-r--r--kde-base/ffmpegthumbs/ChangeLog7
-rw-r--r--kde-base/ffmpegthumbs/ffmpegthumbs-4.7.2.ebuild17
2 files changed, 23 insertions, 1 deletions
diff --git a/kde-base/ffmpegthumbs/ChangeLog b/kde-base/ffmpegthumbs/ChangeLog
index 80efdd2aa3ee..4e6e0e5adcaf 100644
--- a/kde-base/ffmpegthumbs/ChangeLog
+++ b/kde-base/ffmpegthumbs/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for kde-base/ffmpegthumbs
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/ffmpegthumbs/ChangeLog,v 1.28 2011/09/07 20:13:40 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ffmpegthumbs/ChangeLog,v 1.29 2011/10/06 18:11:09 alexxy Exp $
+
+*ffmpegthumbs-4.7.2 (06 Oct 2011)
+
+ 06 Oct 2011; Alexey Shvetsov <alexxy@gentoo.org> +ffmpegthumbs-4.7.2.ebuild:
+ Version bump KDE SC 4.7.2
*ffmpegthumbs-4.7.1 (07 Sep 2011)
diff --git a/kde-base/ffmpegthumbs/ffmpegthumbs-4.7.2.ebuild b/kde-base/ffmpegthumbs/ffmpegthumbs-4.7.2.ebuild
new file mode 100644
index 000000000000..5d48cd757daa
--- /dev/null
+++ b/kde-base/ffmpegthumbs/ffmpegthumbs-4.7.2.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ffmpegthumbs/ffmpegthumbs-4.7.2.ebuild,v 1.1 2011/10/06 18:11:09 alexxy Exp $
+
+EAPI=4
+
+KMNAME="kdemultimedia"
+inherit kde4-meta
+
+DESCRIPTION="A FFmpeg based thumbnail Generator for Video Files."
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="debug"
+
+DEPEND="
+ virtual/ffmpeg
+"
+RDEPEND="${DEPEND}"