Gentoo Archives: gentoo-commits

From: "Ian Whyman (thev00d00)" <thev00d00@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/handbrake: handbrake-0.9.9.ebuild handbrake-9999.ebuild ChangeLog
Date: Thu, 06 Feb 2014 21:35:46
Message-Id: 20140206213541.E96752004C@flycatcher.gentoo.org
1 thev00d00 14/02/06 21:35:41
2
3 Modified: handbrake-0.9.9.ebuild handbrake-9999.ebuild
4 ChangeLog
5 Log:
6 Drop --enable-ff-mpeg2 and deps as per #500274
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
9
10 Revision Changes Path
11 1.13 media-video/handbrake/handbrake-0.9.9.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/handbrake/handbrake-0.9.9.ebuild?rev=1.13&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/handbrake/handbrake-0.9.9.ebuild?rev=1.13&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/handbrake/handbrake-0.9.9.ebuild?r1=1.12&r2=1.13
16
17 Index: handbrake-0.9.9.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-video/handbrake/handbrake-0.9.9.ebuild,v
20 retrieving revision 1.12
21 retrieving revision 1.13
22 diff -u -r1.12 -r1.13
23 --- handbrake-0.9.9.ebuild 14 Dec 2013 02:15:04 -0000 1.12
24 +++ handbrake-0.9.9.ebuild 6 Feb 2014 21:35:41 -0000 1.13
25 @@ -1,6 +1,6 @@
26 -# Copyright 1999-2013 Gentoo Foundation
27 +# Copyright 1999-2014 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/media-video/handbrake/handbrake-0.9.9.ebuild,v 1.12 2013/12/14 02:15:04 tomwij Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/media-video/handbrake/handbrake-0.9.9.ebuild,v 1.13 2014/02/06 21:35:41 thev00d00 Exp $
31
32 EAPI="5"
33
34
35
36
37 1.15 media-video/handbrake/handbrake-9999.ebuild
38
39 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/handbrake/handbrake-9999.ebuild?rev=1.15&view=markup
40 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/handbrake/handbrake-9999.ebuild?rev=1.15&content-type=text/plain
41 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/handbrake/handbrake-9999.ebuild?r1=1.14&r2=1.15
42
43 Index: handbrake-9999.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/media-video/handbrake/handbrake-9999.ebuild,v
46 retrieving revision 1.14
47 retrieving revision 1.15
48 diff -u -r1.14 -r1.15
49 --- handbrake-9999.ebuild 14 Dec 2013 02:15:04 -0000 1.14
50 +++ handbrake-9999.ebuild 6 Feb 2014 21:35:41 -0000 1.15
51 @@ -1,6 +1,6 @@
52 -# Copyright 1999-2013 Gentoo Foundation
53 +# Copyright 1999-2014 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/media-video/handbrake/handbrake-9999.ebuild,v 1.14 2013/12/14 02:15:04 tomwij Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/media-video/handbrake/handbrake-9999.ebuild,v 1.15 2014/02/06 21:35:41 thev00d00 Exp $
57
58 EAPI="5"
59
60 @@ -42,7 +42,6 @@
61 media-libs/libbluray
62 media-libs/libdvdnav
63 media-libs/libdvdread
64 - media-libs/libmpeg2
65 media-libs/libmp4v2:0
66 media-libs/libmkv
67 media-libs/libsamplerate
68 @@ -123,7 +122,6 @@
69 # Don't run autogen.sh.
70 # TODO: Document why we're not running this.
71 sed -i '/autogen.sh/d' module.rules || die "Removing autogen.sh call failed"
72 -
73 eautoreconf
74 }
75
76 @@ -145,7 +143,6 @@
77 --enable-libmkv \
78 --enable-mp4v2 \
79 $(use_enable fdk fdk-aac) \
80 - $(use_enable ffmpeg ff-mpeg2) \
81 $(use_enable gtk) \
82 $(usex !gstreamer --disable-gst) || die "Configure failed."
83 }
84
85
86
87 1.18 media-video/handbrake/ChangeLog
88
89 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/handbrake/ChangeLog?rev=1.18&view=markup
90 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/handbrake/ChangeLog?rev=1.18&content-type=text/plain
91 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/handbrake/ChangeLog?r1=1.17&r2=1.18
92
93 Index: ChangeLog
94 ===================================================================
95 RCS file: /var/cvsroot/gentoo-x86/media-video/handbrake/ChangeLog,v
96 retrieving revision 1.17
97 retrieving revision 1.18
98 diff -u -r1.17 -r1.18
99 --- ChangeLog 14 Dec 2013 02:15:05 -0000 1.17
100 +++ ChangeLog 6 Feb 2014 21:35:41 -0000 1.18
101 @@ -1,6 +1,10 @@
102 # ChangeLog for media-video/handbrake
103 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
104 -# $Header: /var/cvsroot/gentoo-x86/media-video/handbrake/ChangeLog,v 1.17 2013/12/14 02:15:05 tomwij Exp $
105 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
106 +# $Header: /var/cvsroot/gentoo-x86/media-video/handbrake/ChangeLog,v 1.18 2014/02/06 21:35:41 thev00d00 Exp $
107 +
108 + 06 Feb 2014; Ian Whyman <thev00d00@g.o> handbrake-0.9.9.ebuild,
109 + handbrake-9999.ebuild:
110 + Drop --enable-ff-mpeg2 and deps as per #500274
111
112 14 Dec 2013; Tom Wijsman <TomWij@g.o>
113 +files/handbrake-0.9.9-fix-compilation-with-mp4v2-v1.9.1.patch,