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/vlc: ChangeLog vlc-0.9.0_alpha20080524.ebuild
Date: Sun, 25 May 2008 19:10:35
Message-Id: E1K0Lc0-0003aH-25@stork.gentoo.org
1 aballier 08/05/25 19:10:32
2
3 Modified: ChangeLog vlc-0.9.0_alpha20080524.ebuild
4 Log:
5 Always enable sout as disabling it will cause vlc to fail to build. Bug #223515
6 (Portage version: 2.1.5.2)
7
8 Revision Changes Path
9 1.337 media-video/vlc/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/ChangeLog?rev=1.337&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/ChangeLog?rev=1.337&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/ChangeLog?r1=1.336&r2=1.337
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v
18 retrieving revision 1.336
19 retrieving revision 1.337
20 diff -u -r1.336 -r1.337
21 --- ChangeLog 24 May 2008 09:12:44 -0000 1.336
22 +++ ChangeLog 25 May 2008 19:10:31 -0000 1.337
23 @@ -1,6 +1,11 @@
24 # ChangeLog for media-video/vlc
25 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.336 2008/05/24 09:12:44 aballier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.337 2008/05/25 19:10:31 aballier Exp $
28 +
29 + 25 May 2008; Alexis Ballier <aballier@g.o>
30 + vlc-0.9.0_alpha20080524.ebuild:
31 + Always enable sout as disabling it will cause vlc to fail to build. Bug
32 + #223515
33
34 *vlc-0.9.0_alpha20080524 (24 May 2008)
35
36
37
38
39 1.2 media-video/vlc/vlc-0.9.0_alpha20080524.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/vlc-0.9.0_alpha20080524.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/vlc-0.9.0_alpha20080524.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/vlc-0.9.0_alpha20080524.ebuild?r1=1.1&r2=1.2
44
45 Index: vlc-0.9.0_alpha20080524.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-0.9.0_alpha20080524.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- vlc-0.9.0_alpha20080524.ebuild 24 May 2008 09:12:44 -0000 1.1
52 +++ vlc-0.9.0_alpha20080524.ebuild 25 May 2008 19:10:31 -0000 1.2
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2008 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-0.9.0_alpha20080524.ebuild,v 1.1 2008/05/24 09:12:44 aballier Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-0.9.0_alpha20080524.ebuild,v 1.2 2008/05/25 19:10:31 aballier Exp $
58
59 EAPI="1"
60
61 @@ -276,7 +276,7 @@
62 $(use_enable skins skins2) \
63 $(use_enable speex) \
64 $(use_enable sse) \
65 - $(use_enable stream sout) \
66 + --enable-sout \
67 $(use_enable svg) \
68 $(use_enable svga svgalib) \
69 $(use_enable taglib) \
70 @@ -305,6 +305,9 @@
71 --enable-fast-install \
72 ${myconf} || die "configuration failed"
73
74 + # Reminder to re-add this when disabling it will not be broken
75 + # $(use_enable stream sout) \
76 +
77 if [[ $(gcc-major-version) == 2 ]]; then
78 sed -i -e s:"-fomit-frame-pointer":: vlc-config || die "-fomit-frame-pointer patching failed"
79 fi
80
81
82
83 --
84 gentoo-commits@l.g.o mailing list