Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/dvbcut: dvbcut-0.5.4-r1.ebuild ChangeLog
Date: Tue, 14 Oct 2008 16:27:44
Message-Id: E1KpmkH-00048R-9m@stork.gentoo.org
1 aballier 08/10/14 16:27:41
2
3 Modified: dvbcut-0.5.4-r1.ebuild ChangeLog
4 Log:
5 a52 useflag is no more in ffmpeg, add a --missing true option to built_with_use
6 (Portage version: 2.2_rc12/cvs/Linux 2.6.26.6 x86_64)
7
8 Revision Changes Path
9 1.7 media-video/dvbcut/dvbcut-0.5.4-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/dvbcut/dvbcut-0.5.4-r1.ebuild?rev=1.7&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/dvbcut/dvbcut-0.5.4-r1.ebuild?rev=1.7&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/dvbcut/dvbcut-0.5.4-r1.ebuild?r1=1.6&r2=1.7
14
15 Index: dvbcut-0.5.4-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-video/dvbcut/dvbcut-0.5.4-r1.ebuild,v
18 retrieving revision 1.6
19 retrieving revision 1.7
20 diff -u -r1.6 -r1.7
21 --- dvbcut-0.5.4-r1.ebuild 22 Sep 2008 20:32:41 -0000 1.6
22 +++ dvbcut-0.5.4-r1.ebuild 14 Oct 2008 16:27:41 -0000 1.7
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-video/dvbcut/dvbcut-0.5.4-r1.ebuild,v 1.6 2008/09/22 20:32:41 aballier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-video/dvbcut/dvbcut-0.5.4-r1.ebuild,v 1.7 2008/10/14 16:27:41 aballier Exp $
28
29 EAPI=1
30
31 @@ -27,7 +27,7 @@
32 dev-util/scons"
33
34 pkg_setup() {
35 - if ! built_with_use media-video/ffmpeg a52; then
36 + if ! built_with_use --missing true media-video/ffmpeg a52; then
37 eerror "This package requires media-video/ffmpeg compiled with A/52 (a.k.a. AC-3) support."
38 eerror "Please reemerge media-video/ffmpeg with USE=\"a52\"."
39 die "Please reemerge media-video/ffmpeg with USE=\"a52\"."
40
41
42
43 1.15 media-video/dvbcut/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/dvbcut/ChangeLog?rev=1.15&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/dvbcut/ChangeLog?rev=1.15&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/dvbcut/ChangeLog?r1=1.14&r2=1.15
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/media-video/dvbcut/ChangeLog,v
52 retrieving revision 1.14
53 retrieving revision 1.15
54 diff -u -r1.14 -r1.15
55 --- ChangeLog 22 Sep 2008 20:32:41 -0000 1.14
56 +++ ChangeLog 14 Oct 2008 16:27:41 -0000 1.15
57 @@ -1,6 +1,10 @@
58 # ChangeLog for media-video/dvbcut
59 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/media-video/dvbcut/ChangeLog,v 1.14 2008/09/22 20:32:41 aballier Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/media-video/dvbcut/ChangeLog,v 1.15 2008/10/14 16:27:41 aballier Exp $
62 +
63 + 14 Oct 2008; Alexis Ballier <aballier@g.o> dvbcut-0.5.4-r1.ebuild:
64 + a52 useflag is no more in ffmpeg, add a --missing true option to
65 + built_with_use
66
67 22 Sep 2008; Alexis Ballier <aballier@g.o>
68 +files/dvbcut-0.5.4-lavc.patch, dvbcut-0.5.4-r1.ebuild: