blob: f5e387e8b62c9ead40cf92888e53127fca2aa6de (
plain)
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
|
# ChangeLog for media-libs/xine-lib
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/ChangeLog,v 1.16 2002/08/02 16:28:13 aliz Exp $
*xine-lib-0.9.12-r2 (31 Jul 2002)
02 Aug 2002; Daniel Ahlberg <aliz@gentoo.org> xne-lib-0.9.12-r2.ebuild:
Fixed directfb compilation issues. Closes #5866.
31 Jul 2002; Brandon Low <lostlogic@gentoo.org> xine-lib-0.9.12-r2.ebuild:
Remove the configure script mangling of -march and -mcpu.
*xine-lib-0.9.12-r1 (19 Jul 2002)
22 Jul 2002; Daniel Ahlberg <aliz@gentoo.org> xine-lib-0.9.12-r1 :
Made ogg support optional again, leaving it to autodetect works.
19 Jul 2002; Seemant Kulleen <seemant@gentoo.org>
xine-lib-0.9.12-r1.ebuild files/digest-xine-lib-0.9.12-r1 :
libvorbis is required, not optional. removed oggvorbis USE flag from
ebuild.
*xine-lib-0.9.12 (23 Jun 2002)
23 Jun 2002; Brandon Low <lostlogic@gentoo.org>xine-lib-0.9.12.ebuild:
Another new release from our friendly release crazy xine people.
According to the xine people here is the changelog, enjoy:
* demux_ts fixes for ATSC streams
* configurable size of avi subtitles
* fixed bug in libsputext that caused subtitle flashing
* update win32 codec loading code
* use directshow filter to decode msmpeg4 v1/v2
* fixed logo file name extension
* fixed german i18n files
*xine-lib-0.9.11 (20 Jun 2002)
20 Jun 2002; Brandon Low <lostlogic@gentoo.org> xine-lib-0.9.12.ebuild:
Updated to use the 0.9.11a source from the xine folks...
20 Jun 2002; Arcady Genkin <agenkin@thpoon.com> xine-lib-0.9.12.ebuild:
Update to version 0.9.11.
*xine-lib-0.9.10-r1 (16 Jun 2002)
16 Jun 2002; Brandon Low <lostlogic@gentoo.org> xine-lib-0.9.10-r1.ebuild
Put dxr3 compilation back in, it works fine with xine-lib-0.9.10.
A note, gcc-3.1 users will not be able to compile xine-lib-0.9.10 if they
have DirectFB installed. Still working on this.
*xine-lib-0.9.9-r2 (8 Jun 2002)
8 Jun 2002; Seemant Kulleen <seemant@gentoo.org> xine-lib-0.9.9-r2.ebuild
files/digest-xine-lib-0.9.9-r2 :
Fixes to make it compile against directfb.
*xine-lib-0.9.10 (26 May 2002)
26 May 2002; Arcady Genkin <agenkin@thpoon.com> xine-lib-0.9.10.ebuld :
Update to version 0.9.10.
*xine-lib-0.9.9-r1 (29 Apr 2002)
29 Apr 2002; Arcady Genkin <agenkin@thpoon.com> xine-lib-0.9.9-r1.ebuld :
Disable drx3 support because it breaks build on some systems.
*xine-lib-0.9.7-r2 (12 Apr 2002)
12 Apr 2002; Seemant Kulleen <seemant@gentoo.org> xine-lib-0.9.7-r2.ebuild :
Made win32 support dependent upon the "avi" USE toggle. Made libdvdcss and
libdvdread optional dependencies based on the "dvd" USE toggle.
*xine-lib-0.9.7-r1 (28 Mar 2002)
28 Mar 2002; Seemant Kulleen <seemant@gentoo.org> xine-lib-0.9.7-r1.ebuild :
oggvorbis will be the USE toggle instead of separate ogg and vorbis flags.
*xine-lib-0.9.7-r1 (12 Mar 2002)
12 Mar 2002; Seemant Kulleen <seemant@gentoo.org> xine-lib-0.9.7-r1.ebuild :
Added a check for the nls toggle in USE, and makes sure nls is disabled if
the toggle is off.
*xine-lib-0.9.7 (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.
|