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/ffmpegthumbnailer: ffmpegthumbnailer-2.0.6.ebuild ChangeLog
Date: Mon, 04 Apr 2011 18:36:40
Message-Id: 20110404183630.33B4A20054@flycatcher.gentoo.org
1 ssuominen 11/04/04 18:36:30
2
3 Modified: ffmpegthumbnailer-2.0.6.ebuild ChangeLog
4 Log:
5 Fix building with media-libs/libpng >= 1.5.
6
7 (Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.8 media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.0.6.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.0.6.ebuild?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.0.6.ebuild?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.0.6.ebuild?r1=1.7&r2=1.8
15
16 Index: ffmpegthumbnailer-2.0.6.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.0.6.ebuild,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- ffmpegthumbnailer-2.0.6.ebuild 2 Apr 2011 14:25:17 -0000 1.7
23 +++ ffmpegthumbnailer-2.0.6.ebuild 4 Apr 2011 18:36:30 -0000 1.8
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.0.6.ebuild,v 1.7 2011/04/02 14:25:17 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.0.6.ebuild,v 1.8 2011/04/04 18:36:30 ssuominen Exp $
29
30 EAPI=2
31 inherit autotools eutils
32 @@ -23,7 +23,7 @@
33 dev-util/pkgconfig"
34
35 src_prepare() {
36 - epatch "${FILESDIR}"/${P}-{asneeded,flags,gcc46}.patch
37 + epatch "${FILESDIR}"/${P}-{asneeded,flags,gcc46,libpng15}.patch
38 eautoreconf
39 }
40
41 @@ -39,5 +39,5 @@
42 src_install() {
43 emake DESTDIR="${D}" install || die
44 dodoc AUTHORS ChangeLog README
45 - find "${D}" -name '*.la' -delete
46 + find "${D}" -name '*.la' -exec rm -f {} +
47 }
48
49
50
51 1.119 media-video/ffmpegthumbnailer/ChangeLog
52
53 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpegthumbnailer/ChangeLog?rev=1.119&view=markup
54 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpegthumbnailer/ChangeLog?rev=1.119&content-type=text/plain
55 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpegthumbnailer/ChangeLog?r1=1.118&r2=1.119
56
57 Index: ChangeLog
58 ===================================================================
59 RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpegthumbnailer/ChangeLog,v
60 retrieving revision 1.118
61 retrieving revision 1.119
62 diff -u -r1.118 -r1.119
63 --- ChangeLog 2 Apr 2011 14:25:17 -0000 1.118
64 +++ ChangeLog 4 Apr 2011 18:36:30 -0000 1.119
65 @@ -1,6 +1,11 @@
66 # ChangeLog for media-video/ffmpegthumbnailer
67 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
68 -# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpegthumbnailer/ChangeLog,v 1.118 2011/04/02 14:25:17 armin76 Exp $
69 +# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpegthumbnailer/ChangeLog,v 1.119 2011/04/04 18:36:30 ssuominen Exp $
70 +
71 + 04 Apr 2011; Samuli Suominen <ssuominen@g.o>
72 + ffmpegthumbnailer-2.0.6.ebuild,
73 + +files/ffmpegthumbnailer-2.0.6-libpng15.patch:
74 + Fix building with media-libs/libpng >= 1.5.
75
76 02 Apr 2011; Raúl Porcel <armin76@g.o>
77 ffmpegthumbnailer-2.0.6.ebuild: