Gentoo Archives: gentoo-commits

From: "Samuli Suominen (drac)" <drac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/ffmpegthumbnailer: ChangeLog ffmpegthumbnailer-1.2.4.ebuild ffmpegthumbnailer-1.2.3.ebuild
Date: Sun, 20 Apr 2008 13:04:04
Message-Id: E1JnZD7-0003lA-IZ@stork.gentoo.org
1 drac 08/04/20 13:04:01
2
3 Modified: ChangeLog
4 Added: ffmpegthumbnailer-1.2.4.ebuild
5 Removed: ffmpegthumbnailer-1.2.3.ebuild
6 Log:
7 Version bump to 1.2.4 which is same as 1.2.3 with gcc 4.3 fix. I would like to thank also Sergey Dryabzhinsky wrt #213725. amd64 stable, only _trivial_ changes to previous versions: gcc 4.3 fix, look out for newer ffmpeg headers while keeping compability with old one.
8 (Portage version: 2.1.5_rc4, RepoMan options: --force)
9
10 Revision Changes Path
11 1.42 media-video/ffmpegthumbnailer/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/ffmpegthumbnailer/ChangeLog?rev=1.42&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/ffmpegthumbnailer/ChangeLog?rev=1.42&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/ffmpegthumbnailer/ChangeLog?r1=1.41&r2=1.42
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpegthumbnailer/ChangeLog,v
20 retrieving revision 1.41
21 retrieving revision 1.42
22 diff -u -r1.41 -r1.42
23 --- ChangeLog 15 Apr 2008 19:38:15 -0000 1.41
24 +++ ChangeLog 20 Apr 2008 13:04:01 -0000 1.42
25 @@ -1,6 +1,15 @@
26 # ChangeLog for media-video/ffmpegthumbnailer
27 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpegthumbnailer/ChangeLog,v 1.41 2008/04/15 19:38:15 drac Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpegthumbnailer/ChangeLog,v 1.42 2008/04/20 13:04:01 drac Exp $
30 +
31 +*ffmpegthumbnailer-1.2.4 (20 Apr 2008)
32 +
33 + 20 Apr 2008; Samuli Suominen <drac@g.o>
34 + -files/ffmpegthumbnailer-1.2.3-gcc43.patch,
35 + -ffmpegthumbnailer-1.2.3.ebuild, +ffmpegthumbnailer-1.2.4.ebuild:
36 + Version bump to 1.2.4 which is same as 1.2.3 with gcc 4.3 fix. I would
37 + like to thank also Sergey Dryabzhinsky wrt #213725. amd64 stable, only
38 + _trivial_ changes to previous versions.
39
40 15 Apr 2008; Samuli Suominen <drac@g.o>
41 +files/ffmpegthumbnailer-1.2.3-gcc43.patch,
42
43
44
45 1.1 media-video/ffmpegthumbnailer/ffmpegthumbnailer-1.2.4.ebuild
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/ffmpegthumbnailer/ffmpegthumbnailer-1.2.4.ebuild?rev=1.1&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/ffmpegthumbnailer/ffmpegthumbnailer-1.2.4.ebuild?rev=1.1&content-type=text/plain
49
50 Index: ffmpegthumbnailer-1.2.4.ebuild
51 ===================================================================
52 # Copyright 1999-2008 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 # $Header: /var/cvsroot/gentoo-x86/media-video/ffmpegthumbnailer/ffmpegthumbnailer-1.2.4.ebuild,v 1.1 2008/04/20 13:04:01 drac Exp $
55
56 DESCRIPTION="Lightweight video thumbnailer that can be used by file managers"
57 HOMEPAGE="http://code.google.com/p/ffmpegthumbnailer"
58 SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz"
59
60 LICENSE="GPL-2"
61 SLOT="0"
62 KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
63 IUSE=""
64
65 RDEPEND="media-libs/libpng
66 media-libs/jpeg
67 >=media-video/ffmpeg-0.4.9_p20070330"
68 DEPEND="${RDEPEND}
69 dev-util/pkgconfig"
70
71 src_compile() {
72 econf --disable-dependency-tracking
73 emake || die "emake failed."
74 }
75
76 src_install() {
77 emake DESTDIR="${D}" install || die "emake install failed."
78 dodoc AUTHORS ChangeLog README TODO
79 }
80
81
82
83 --
84 gentoo-commits@l.g.o mailing list