1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
|
# ChangeLog for media-video/vlc
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.31 2003/08/16 01:56:10 g2boojum Exp $
15 Aug 2003; Nick Hadaway <raker@gentoo.org> vlc-0.6.2.ebuild:
Stripping -fomit-frame-pointer if gcc-major-version -eq 2. See bug
#24678.
*vlc-0.6.2 (13 Aug 2003)
13 Aug 2003; Nick Hadaway <raker@gentoo.org> vlc-0.6.2.ebuild:
Version bump. Removed 0.6.1 related workarounds. Added support
for the altivec USE variable. Up to 34 USE variables now. :)
*vlc-0.6.1 (01 Aug 2003)
01 Aug 2003; Nick Hadaway <raker@gentoo.org> vlc-0.6.1.ebuild,
files/buildorder.patch:
The "elusive math equation" release.
Version bump. Re-organized the ebuild to coincide with the listing
of configure options outputted by ./configure --help. Added support
for USE variables faad, xosd, and matroska. Added a patch based on
upstream cvs which allows the mozilla plugin to compile properly.
I have updated the dependancies to the new ebuilds of libdvdcss-1.2.8
and libdvbpsi-0.1.3 as upstream authors suggest these versions.
We are now weighing in at 33 use variables folks. :) Presently,
perhaps the most prolific package in Portage. :)
21 Jul 2003; Nick Hadaway <raker@gentoo.org> vlc-0.6.0-r1.ebuild:
Removed the matrox use variable and forced disable-mga as the
module is known not to work, slower than other rendering, and will
not be updated upstream anymore.
20 Jul 2003; Nick Hadaway <raker@gentoo.org> vlc-0.6.0-r1.ebuild:
Added support for the debug USE variable. Added the matroska
local USE variable.
19 Jul 2003; Nick Hadaway <raker@gentoo.org> vlc-0.6.0-r1.ebuild:
Added the dvb USE variable. Added a comment re: truetype for 0.6.1
Now showing the whole list of IUSE variables. Updated
wxwindows dependancy to >=wxGTK-2.4.1 as 2.4.0 has problems.
Added -i to kde-related sed statements. Re-worded some comments.
General ebuild beautification.
19 Jul 2003; Nick Hadaway <raker@gentoo.org>:
Removed unneeded vlc-0.6.0-r2.ebuild.
*vlc-0.6.0-r2 (17 Jul 2003)
17 Jul 2003; Nick Hadaway <raker@gentoo.org> vlc-0.6.0-r2.ebuild:
Changed "mad" depends to the new libmad/libid3tag
*vlc-0.6.0-r1 (16 Jul 2003)
16 Jul 2003; Nick Hadaway <raker@gentoo.org> vlc-0.6.0-r1.ebuild,
files/mozplugin.patch:
Now utilizes the mozilla USE variable to install a way cool
mozilla plugin. The code has been tested with mozilla 1.4
and may work with 1.3.
16 Jul 2003; Nick Hadaway <raker@gentoo.org> vlc-0.6.0.ebuild:
Adding mplayer as a dependancy until the libpostproc issue is
figured out. See bug #22811
09 Jul 2003; Nick Hadaway <raker@gentoo.org> vlc-0.6.0.ebuild:
A little sed to change glide location from /usr/include/glide to
/usr/include/glide3
06 Jul 2003; Nick Hadaway <raker@gentoo.org> vlc-0.6.0.ebuild:
Marked stable for x86
*vlc-0.6.0 (25 Jun 2003)
25 Jun 2003; Nick Hadaway <raker@gentoo.org> vlc-0.6.0.ebuild:
Lots more IUSE madness. More proper enabling/disabling of configure
options. Some portions of this ebuild were inspired from the
videolan.org official ebuild.
*vlc-0.5.2-r1 (29 Mar 2003)
29 Mar 2003; Martin Holzer <mholzer@gentoo.org> vlc-0.5.2-r1.ebuild:
Added some IUSE vars and option flags. Closes #18321.
*vlc-0.5.2 (13 Mar 2003)
13 Mar 2003; Seemant Kulleen <seemant@gentoo.org> vlc-0.5.2.ebuild:
version bump
*vlc-0.4.5 (09 Nov 2002)
22 Dec 2002; Martin Holzer <mholzer@gentoo.org> vlc-0.4.4.ebuild files/digest-vlc-0.4.4 Changelog :
Changed .tar.gz to .tar.bz2, removed --disable-a52
09 Nov 2002; Seemant Kulleen <seemant@gentoo.org> vlc-0.4.5.ebuild
files/digest-vlc-0.4.5 :
Version bump, thanks to: mholzer@gentoo.org (Martin Holzer) in bug #10426
*vlc-0.4.4 (13 Aug 2002)
22 Dec 2002; Martin Holzer <mholzer@gentoo.org> vlc-0.4.4.ebuild files/digest-vlc-0.4.4 Changelog :
Changed .tar.gz to .tar.bz2, removed --disable-a52
28 Sep 2002; Nick Hadaway <raker@gentoo.org> vlc-0.4.4.ebuild :
Removed redundant configure options. Changed to einstall.
17 Aug 2002; Dan Armak <danarmak@gentoo.org> ChangeLog :
Use kde-functions.eclass to determine kdelibs, arts locations.
15 Aug 2002; Mark Guertin <gerk@gentoo.org> vlc-0.4.4.ebuild :
Added ppc to keywords
13 Aug 2002; Seemant Kulleen <seemant@gentoo.org> vlc-0.4.4.ebuild :
Version bump.
*vlc-0.4.3 (25 Jul 2002)
02 Aug 2002; Nick Hadaway <raker@gentoo.org> vlc-0.4.3.ebuild :
Added support for libdvbpsi.
29 Jul 2002; Nick Hadaway <raker@gentoo.org> :
Added support for a52dec by default as it is marked as enabled by
default in vlc's configure options and the a52dec author says we
should give it a try. :) I have it set to depend on
>=media-libs/a52dec-0.7.4 as previous versions were not thread
safe.
25 Jul 2002; Seemant Kulleen <seemant@gentoo.org> vlc-0.4.3.ebuild :
Version bump.
*vlc-0.4.2 (13 Jul 2002)
13 Jul 2002; Nick Hadaway <raker@gentoo.org>
vlc-0.4.2.ebuild files/digest-vlc-0.4.2:
Version bump.
*vlc-0.4.1 (09 Jul 2002)
09 Jul 2002; Nick Hadaway <raker@gentoo.org> vlc-0.4.1.ebuild
files/digest-vlc-0.4.1
Version bump. Added required dependancy for mad (MPEG audio library)
which allows vlc to read divx files. Updated configure options.
Special thanks to to the vlc support team for the quick response
to my inquiry.
*vlc-0.4.0 (17 Jun 2002)
17 Jun 2002; Seemant Kulleen <seemant@gentoo.org> vlc-0.4.0-r1.ebuild
files/digest-vlc-0.4.0-r1 :
This now works with Qt2 and Qt3, depending on which is reflected in
$QTDIR. Thanks to BradPritt@gmx.de (Markus Mohr) in bug #3678 for
providing this fix.
*vlc-0.4.0 (24 May 2002)
24 May 2002; Seemant Kulleen <seemant@gentoo.org> vlc-0.4.0.ebuild
files/digest-vlc-0.4.0 :
Version bump.
*vlc-0.3.1-r1 (19 May 2002)
19 May 2002; Seemant Kulleen <seemant@gentoo.org> vlc-0.3.1-r1.ebuild
files/digest-vlc-0.3.1-r1 :
Added USE dependent ALSA support, since gentoo now defaults to alsa-0.9
*vlc-0.3.1 (07 May 2002)
07 May 2002; Karl Trygve Kalleberg <karltk@gentoo.org> vlc-0.3.1.ebuild files/digest-vlc-0.3.1 :
New upstream version.
*vlc-0.2.91 (1 Feb 2002)
1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
Added initial ChangeLog which should be updated whenever the package is
updated in any way. This changelog is targetted to users. This means that the
comments should well explained and written in clean English. The details about
writing correct changelogs are explained in the skel.ChangeLog file which you
can find in the root directory of the portage repository.
|