Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/kffmpegthumbnailer: kffmpegthumbnailer-1.0.1.ebuild ChangeLog
Date: Mon, 28 Dec 2009 11:28:19
Message-Id: E1NPDlh-00059U-AN@stork.gentoo.org
1 ssuominen 09/12/28 11:28:09
2
3 Modified: ChangeLog
4 Added: kffmpegthumbnailer-1.0.1.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.2_rc61/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 media-video/kffmpegthumbnailer/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/kffmpegthumbnailer/ChangeLog?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/kffmpegthumbnailer/ChangeLog?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/kffmpegthumbnailer/ChangeLog?r1=1.1&r2=1.2
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-video/kffmpegthumbnailer/ChangeLog,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- ChangeLog 24 Dec 2009 12:12:27 -0000 1.1
23 +++ ChangeLog 28 Dec 2009 11:28:08 -0000 1.2
24 @@ -1,6 +1,12 @@
25 # ChangeLog for media-video/kffmpegthumbnailer
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-video/kffmpegthumbnailer/ChangeLog,v 1.1 2009/12/24 12:12:27 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-video/kffmpegthumbnailer/ChangeLog,v 1.2 2009/12/28 11:28:08 ssuominen Exp $
29 +
30 +*kffmpegthumbnailer-1.0.1 (28 Dec 2009)
31 +
32 + 28 Dec 2009; Samuli Suominen <ssuominen@g.o>
33 + +kffmpegthumbnailer-1.0.1.ebuild:
34 + Version bump.
35
36 *kffmpegthumbnailer-1.0.0 (24 Dec 2009)
37
38
39
40
41 1.1 media-video/kffmpegthumbnailer/kffmpegthumbnailer-1.0.1.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/kffmpegthumbnailer/kffmpegthumbnailer-1.0.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/kffmpegthumbnailer/kffmpegthumbnailer-1.0.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: kffmpegthumbnailer-1.0.1.ebuild
47 ===================================================================
48 # Copyright 1999-2009 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/media-video/kffmpegthumbnailer/kffmpegthumbnailer-1.0.1.ebuild,v 1.1 2009/12/28 11:28:08 ssuominen Exp $
51
52 EAPI=2
53 inherit kde4-base
54
55 DESCRIPTION="A thumbnailer for KDE based on ffmpegthumbnailer"
56 HOMEPAGE="http://code.google.com/p/ffmpegthumbnailer/"
57 SRC_URI="http://ffmpegthumbnailer.googlecode.com/files/${P}.tar.gz"
58
59 LICENSE="GPL-2"
60 SLOT="4"
61 KEYWORDS="~amd64 ~x86"
62 IUSE="debug"
63
64 DEPEND=">=media-video/ffmpegthumbnailer-1.5.6"
65
66 DOCS="README"