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: vlc-9999.ebuild ChangeLog vlc-1.0.9999.ebuild
Date: Fri, 05 Jun 2009 10:04:29
Message-Id: E1MCWHj-0004Lv-T6@stork.gentoo.org
1 aballier 09/06/05 10:04:27
2
3 Modified: vlc-9999.ebuild ChangeLog vlc-1.0.9999.ebuild
4 Log:
5 imgresample configure option is gone now, no need to disable it anymore
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.10 media-video/vlc/vlc-9999.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/vlc-9999.ebuild?rev=1.10&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/vlc-9999.ebuild?rev=1.10&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/vlc-9999.ebuild?r1=1.9&r2=1.10
14
15 Index: vlc-9999.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-9999.ebuild,v
18 retrieving revision 1.9
19 retrieving revision 1.10
20 diff -u -r1.9 -r1.10
21 --- vlc-9999.ebuild 27 May 2009 05:27:47 -0000 1.9
22 +++ vlc-9999.ebuild 5 Jun 2009 10:04:27 -0000 1.10
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-9999.ebuild,v 1.9 2009/05/27 05:27:47 aballier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-9999.ebuild,v 1.10 2009/06/05 10:04:27 aballier Exp $
28
29 EAPI="1"
30
31 @@ -261,7 +261,7 @@
32 $(use_enable dvb) \
33 $(use_enable dvd dvdread) $(use_enable dvd dvdnav) \
34 $(use_enable fbcon fb) \
35 - $(use_enable ffmpeg avcodec) $(use_enable ffmpeg avformat) $(use_enable ffmpeg swscale) --disable-imgresample $(use_enable ffmpeg postproc) \
36 + $(use_enable ffmpeg avcodec) $(use_enable ffmpeg avformat) $(use_enable ffmpeg swscale) $(use_enable ffmpeg postproc) \
37 $(use_enable flac) \
38 $(use_enable fluidsynth) \
39 $(use_enable fontconfig) \
40
41
42
43 1.443 media-video/vlc/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/ChangeLog?rev=1.443&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/ChangeLog?rev=1.443&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/ChangeLog?r1=1.442&r2=1.443
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v
52 retrieving revision 1.442
53 retrieving revision 1.443
54 diff -u -r1.442 -r1.443
55 --- ChangeLog 27 May 2009 05:27:47 -0000 1.442
56 +++ ChangeLog 5 Jun 2009 10:04:27 -0000 1.443
57 @@ -1,6 +1,10 @@
58 # ChangeLog for media-video/vlc
59 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.442 2009/05/27 05:27:47 aballier Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.443 2009/06/05 10:04:27 aballier Exp $
62 +
63 + 05 Jun 2009; Alexis Ballier <aballier@g.o> vlc-1.0.9999.ebuild,
64 + vlc-9999.ebuild:
65 + imgresample configure option is gone now, no need to disable it anymore
66
67 *vlc-1.0.0_rc2 (27 May 2009)
68
69
70
71
72 1.3 media-video/vlc/vlc-1.0.9999.ebuild
73
74 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/vlc-1.0.9999.ebuild?rev=1.3&view=markup
75 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/vlc-1.0.9999.ebuild?rev=1.3&content-type=text/plain
76 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/vlc-1.0.9999.ebuild?r1=1.2&r2=1.3
77
78 Index: vlc-1.0.9999.ebuild
79 ===================================================================
80 RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-1.0.9999.ebuild,v
81 retrieving revision 1.2
82 retrieving revision 1.3
83 diff -u -r1.2 -r1.3
84 --- vlc-1.0.9999.ebuild 27 May 2009 05:27:47 -0000 1.2
85 +++ vlc-1.0.9999.ebuild 5 Jun 2009 10:04:27 -0000 1.3
86 @@ -1,6 +1,6 @@
87 # Copyright 1999-2009 Gentoo Foundation
88 # Distributed under the terms of the GNU General Public License v2
89 -# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-1.0.9999.ebuild,v 1.2 2009/05/27 05:27:47 aballier Exp $
90 +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-1.0.9999.ebuild,v 1.3 2009/06/05 10:04:27 aballier Exp $
91
92 EAPI="1"
93
94 @@ -261,7 +261,7 @@
95 $(use_enable dvb) \
96 $(use_enable dvd dvdread) $(use_enable dvd dvdnav) \
97 $(use_enable fbcon fb) \
98 - $(use_enable ffmpeg avcodec) $(use_enable ffmpeg avformat) $(use_enable ffmpeg swscale) --disable-imgresample $(use_enable ffmpeg postproc) \
99 + $(use_enable ffmpeg avcodec) $(use_enable ffmpeg avformat) $(use_enable ffmpeg swscale) $(use_enable ffmpeg postproc) \
100 $(use_enable flac) \
101 $(use_enable fluidsynth) \
102 $(use_enable fontconfig) \