diff options
author | 2010-09-05 22:55:16 +0000 | |
---|---|---|
committer | 2010-09-05 22:55:16 +0000 | |
commit | cc76d1f56c59e97f1a2576468ba4993c4d5b612c (patch) | |
tree | d08e2b2c1ab8d1221393a6155133ce97c56538c1 /kde-base/ffmpegthumbs | |
parent | Version bump KDE SC 4.5.1 (diff) | |
download | historical-cc76d1f56c59e97f1a2576468ba4993c4d5b612c.tar.gz historical-cc76d1f56c59e97f1a2576468ba4993c4d5b612c.tar.bz2 historical-cc76d1f56c59e97f1a2576468ba4993c4d5b612c.zip |
Version bump KDE SC 4.5.1
Package-Manager: portage-2.2_rc75/cvs/Linux x86_64
RepoMan-Options: --force
Diffstat (limited to 'kde-base/ffmpegthumbs')
-rw-r--r-- | kde-base/ffmpegthumbs/ChangeLog | 10 | ||||
-rw-r--r-- | kde-base/ffmpegthumbs/ffmpegthumbs-4.5.1.ebuild | 17 |
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}" |