Gentoo Archives: gentoo-commits

From: "Johannes Huber (johu)" <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/kffmpegthumbnailer: kffmpegthumbnailer-1.1.0-r3.ebuild ChangeLog
Date: Fri, 21 Mar 2014 20:05:35
Message-Id: 20140321200528.DE3352004E@flycatcher.gentoo.org
1 johu 14/03/21 20:05:28
2
3 Modified: ChangeLog
4 Added: kffmpegthumbnailer-1.1.0-r3.ebuild
5 Log:
6 Revision bump to EAPI 5.
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
9
10 Revision Changes Path
11 1.12 media-video/kffmpegthumbnailer/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/kffmpegthumbnailer/ChangeLog?rev=1.12&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/kffmpegthumbnailer/ChangeLog?rev=1.12&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/kffmpegthumbnailer/ChangeLog?r1=1.11&r2=1.12
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-video/kffmpegthumbnailer/ChangeLog,v
20 retrieving revision 1.11
21 retrieving revision 1.12
22 diff -u -r1.11 -r1.12
23 --- ChangeLog 14 Nov 2012 20:37:52 -0000 1.11
24 +++ ChangeLog 21 Mar 2014 20:05:28 -0000 1.12
25 @@ -1,6 +1,12 @@
26 # ChangeLog for media-video/kffmpegthumbnailer
27 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-video/kffmpegthumbnailer/ChangeLog,v 1.11 2012/11/14 20:37:52 johu Exp $
29 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/media-video/kffmpegthumbnailer/ChangeLog,v 1.12 2014/03/21 20:05:28 johu Exp $
31 +
32 +*kffmpegthumbnailer-1.1.0-r3 (21 Mar 2014)
33 +
34 + 21 Mar 2014; Johannes Huber <johu@g.o>
35 + +kffmpegthumbnailer-1.1.0-r3.ebuild:
36 + Revision bump to EAPI 5.
37
38 14 Nov 2012; Johannes Huber <johu@g.o>
39 -kffmpegthumbnailer-1.1.0.ebuild:
40
41
42
43 1.1 media-video/kffmpegthumbnailer/kffmpegthumbnailer-1.1.0-r3.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/kffmpegthumbnailer/kffmpegthumbnailer-1.1.0-r3.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/kffmpegthumbnailer/kffmpegthumbnailer-1.1.0-r3.ebuild?rev=1.1&content-type=text/plain
47
48 Index: kffmpegthumbnailer-1.1.0-r3.ebuild
49 ===================================================================
50 # Copyright 1999-2014 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $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 $
53
54 EAPI=5
55
56 inherit kde4-base
57
58 DESCRIPTION="KDE thumbnailer based on ffmpegthumbnailer"
59 HOMEPAGE="http://code.google.com/p/ffmpegthumbnailer/"
60 SRC_URI="http://ffmpegthumbnailer.googlecode.com/files/${P}.tar.gz"
61
62 LICENSE="GPL-2"
63 SLOT="4"
64 KEYWORDS="~amd64 ~x86"
65 IUSE="debug"
66
67 DEPEND="
68 >=media-video/ffmpegthumbnailer-2
69 "
70 RDEPEND="${DEPEND}"
71
72 DOCS=( Changelog README )
73
74 src_prepare() {
75 sed -e "/Encoding=UTF-8/d" \
76 -i kffmpegthumbnailer.desktop || die "fixing .desktop file failed"
77 kde4-base_src_prepare
78 }