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.5.4.ebuild17
2 files changed, 23 insertions, 1 deletions
diff --git a/kde-base/ffmpegthumbs/ChangeLog b/kde-base/ffmpegthumbs/ChangeLog
index 921c96ae6c07..a70160bf3868 100644
--- a/kde-base/ffmpegthumbs/ChangeLog
+++ b/kde-base/ffmpegthumbs/ChangeLog
@@ -1,6 +1,11 @@
# 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.5 2010/11/03 16:30:52 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ffmpegthumbs/ChangeLog,v 1.6 2010/12/02 21:17:41 alexxy Exp $
+
+*ffmpegthumbs-4.5.4 (02 Dec 2010)
+
+ 02 Dec 2010; Alexey Shvetsov <alexxy@gentoo.org> +ffmpegthumbs-4.5.4.ebuild:
+ Version bump KDE SC 4.5.4
*ffmpegthumbs-4.5.3 (03 Nov 2010)
diff --git a/kde-base/ffmpegthumbs/ffmpegthumbs-4.5.4.ebuild b/kde-base/ffmpegthumbs/ffmpegthumbs-4.5.4.ebuild
new file mode 100644
index 000000000000..e2fc105f8bf2
--- /dev/null
+++ b/kde-base/ffmpegthumbs/ffmpegthumbs-4.5.4.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.4.ebuild,v 1.1 2010/12/02 21:17:41 alexxy Exp $
+
+EAPI="3"
+
+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="
+ media-video/ffmpeg
+"
+RDEPEND="${DEPEND}"