diff options
author | Johannes Huber <johu@gentoo.org> | 2014-03-21 20:05:28 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2014-03-21 20:05:28 +0000 |
commit | 1b8d7ed0983dc84fb058909c7d9ac98fb0120779 (patch) | |
tree | b40c734114cf2a4bf72c1c0684a8d7505fbc6840 /media-video/kffmpegthumbnailer | |
parent | Revision bump to EAPI 5. (diff) | |
download | gentoo-2-1b8d7ed0983dc84fb058909c7d9ac98fb0120779.tar.gz gentoo-2-1b8d7ed0983dc84fb058909c7d9ac98fb0120779.tar.bz2 gentoo-2-1b8d7ed0983dc84fb058909c7d9ac98fb0120779.zip |
Revision bump to EAPI 5.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
Diffstat (limited to 'media-video/kffmpegthumbnailer')
-rw-r--r-- | media-video/kffmpegthumbnailer/ChangeLog | 10 | ||||
-rw-r--r-- | media-video/kffmpegthumbnailer/kffmpegthumbnailer-1.1.0-r3.ebuild | 29 |
2 files changed, 37 insertions, 2 deletions
diff --git a/media-video/kffmpegthumbnailer/ChangeLog b/media-video/kffmpegthumbnailer/ChangeLog index 48ae36626753..5e217eb44456 100644 --- a/media-video/kffmpegthumbnailer/ChangeLog +++ b/media-video/kffmpegthumbnailer/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-video/kffmpegthumbnailer -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/kffmpegthumbnailer/ChangeLog,v 1.11 2012/11/14 20:37:52 johu Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/kffmpegthumbnailer/ChangeLog,v 1.12 2014/03/21 20:05:28 johu Exp $ + +*kffmpegthumbnailer-1.1.0-r3 (21 Mar 2014) + + 21 Mar 2014; Johannes Huber <johu@gentoo.org> + +kffmpegthumbnailer-1.1.0-r3.ebuild: + Revision bump to EAPI 5. 14 Nov 2012; Johannes Huber <johu@gentoo.org> -kffmpegthumbnailer-1.1.0.ebuild: diff --git a/media-video/kffmpegthumbnailer/kffmpegthumbnailer-1.1.0-r3.ebuild b/media-video/kffmpegthumbnailer/kffmpegthumbnailer-1.1.0-r3.ebuild new file mode 100644 index 000000000000..5d9b2ca6c671 --- /dev/null +++ b/media-video/kffmpegthumbnailer/kffmpegthumbnailer-1.1.0-r3.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/kffmpegthumbnailer/kffmpegthumbnailer-1.1.0-r3.ebuild,v 1.1 2014/03/21 20:05:28 johu Exp $ + +EAPI=5 + +inherit kde4-base + +DESCRIPTION="KDE thumbnailer based on ffmpegthumbnailer" +HOMEPAGE="http://code.google.com/p/ffmpegthumbnailer/" +SRC_URI="http://ffmpegthumbnailer.googlecode.com/files/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="4" +KEYWORDS="~amd64 ~x86" +IUSE="debug" + +DEPEND=" + >=media-video/ffmpegthumbnailer-2 +" +RDEPEND="${DEPEND}" + +DOCS=( Changelog README ) + +src_prepare() { + sed -e "/Encoding=UTF-8/d" \ + -i kffmpegthumbnailer.desktop || die "fixing .desktop file failed" + kde4-base_src_prepare +} |