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/dvdstyler: ChangeLog dvdstyler-2.1.ebuild
Date: Fri, 23 Dec 2011 11:01:53
Message-Id: 20111223110142.23AB82004B@flycatcher.gentoo.org
1 ssuominen 11/12/23 11:01:42
2
3 Modified: ChangeLog dvdstyler-2.1.ebuild
4 Log:
5 Fix building with FFmpeg >= 0.9 wrt #395793 by Helmut Jarausch
6
7 (Portage version: 2.2.0_alpha81/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.52 media-video/dvdstyler/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/dvdstyler/ChangeLog?rev=1.52&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/dvdstyler/ChangeLog?rev=1.52&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/dvdstyler/ChangeLog?r1=1.51&r2=1.52
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-video/dvdstyler/ChangeLog,v
19 retrieving revision 1.51
20 retrieving revision 1.52
21 diff -u -r1.51 -r1.52
22 --- ChangeLog 22 Dec 2011 21:27:18 -0000 1.51
23 +++ ChangeLog 23 Dec 2011 11:01:42 -0000 1.52
24 @@ -1,6 +1,9 @@
25 # ChangeLog for media-video/dvdstyler
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-video/dvdstyler/ChangeLog,v 1.51 2011/12/22 21:27:18 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-video/dvdstyler/ChangeLog,v 1.52 2011/12/23 11:01:42 ssuominen Exp $
29 +
30 + 23 Dec 2011; Samuli Suominen <ssuominen@g.o> dvdstyler-2.1.ebuild:
31 + Fix building with FFmpeg >= 0.9 wrt #395793 by Helmut Jarausch
32
33 22 Dec 2011; Samuli Suominen <ssuominen@g.o>
34 -dvdstyler-2.0_rc1.ebuild, -dvdstyler-2.0_rc2.ebuild:
35
36
37
38 1.3 media-video/dvdstyler/dvdstyler-2.1.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/dvdstyler/dvdstyler-2.1.ebuild?rev=1.3&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/dvdstyler/dvdstyler-2.1.ebuild?rev=1.3&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/dvdstyler/dvdstyler-2.1.ebuild?r1=1.2&r2=1.3
43
44 Index: dvdstyler-2.1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/media-video/dvdstyler/dvdstyler-2.1.ebuild,v
47 retrieving revision 1.2
48 retrieving revision 1.3
49 diff -u -r1.2 -r1.3
50 --- dvdstyler-2.1.ebuild 22 Dec 2011 21:27:18 -0000 1.2
51 +++ dvdstyler-2.1.ebuild 23 Dec 2011 11:01:42 -0000 1.3
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2011 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/media-video/dvdstyler/dvdstyler-2.1.ebuild,v 1.2 2011/12/22 21:27:18 ssuominen Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/media-video/dvdstyler/dvdstyler-2.1.ebuild,v 1.3 2011/12/23 11:01:42 ssuominen Exp $
57
58 EAPI=4
59
60 @@ -46,6 +46,10 @@
61 sed -i -e '/rmdir "$$t"/d' docs/Makefile.in || die
62
63 sed -i -e 's:@LIBS@:& -ljpeg:' wxVillaLib/Makefile.in || die #367863
64 +
65 + if has_version ">=media-video/ffmpeg-0.9"; then
66 + sed -i -e '/^#i/s:vsink_buffer:buffersink:' src/mediatrc_ffmpeg.cpp || die #395793
67 + fi
68 }
69
70 src_configure() {