summaryrefslogtreecommitdiff
blob: d9a6e0cfa76eb0b24e525846fdf8c01c33605ded (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
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
180
181
182
183
# ChangeLog for media-libs/gst-plugins
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
# Distributed under the terms of the GNU General Public License, v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins/ChangeLog,v 1.35 2003/07/06 09:51:20 raker Exp $

  06 Jul 2003; Nick Hadaway <raker@gentoo.org> gst-plugins-0.6.2*.ebuild,
  files/libmpeg2.patch:
  Added support back for libmpeg2 higher than 0.3.1

  27 Jun 2003; foser <foser@gentoo.org> gst-plugins-0.*.ebuild :
  Fix libmpeg2 dep to be 0.3.1 only

*gst-plugins-0.6.2-r5 (17 Jun 2003)

  17 Jun 2003; foser <foser@gentoo.org> gst-plugins-0.6.2-r5.ebuild :
  rewrite using experimental gst-plugins eclass

*gst-plugins-0.6.2 (10 Jun 2003)

  10 Jun 2003; foser <foser@gentoo.org> gst-plugins-0.6.2.ebuild :
  New version, remove jpeg+mmx depend on mjpegtools because of avifile dep

  30 May 2003; Luca Barbato <lu_zero@gentoo.org> gst-plugins-0.6.{0-r4.1}.ebuild :
  Added ppc in KEYWORDS

*gst-plugins-0.6.1 (19 Apr 2003)

  20 Apr 2003; foser <foser@gentoo.org> gst-plugins-0.6.{0-r4.1}.ebuild :
  Fixed arts disable line for configure (#19640)

  19 Apr 2003; foser <foser@gentoo.org> gst-plugins-0.6.1.ebuild :
  reenabled v4l stuff, removed some incorporated patches
  added cdparanoia as dep again for sound-juicer

*gst-plugins-0.6.0-r4 (27 Feb 2003)

  27 Feb 2003; foser <foser@gentoo.org> gst-plugins-0.6.0-r4.ebuild :
  Added mpeg detection disabling patch to ffmpeg plugin
  Patch by <foser@gentoo.org>

*gst-plugins-0.6.0-r3 (24 Feb 2003)

  24 Feb 2003; foser <foser@gentoo.org> gst-plugins-0.6.0-r3.ebuild :
  Cleaned up, removed some deps to get a more reasonable deplist
  This will remove (minor) functionality

*gst-plugins-0.6.0-r2 (18 Feb 2003)

  19 Feb 2003; foser <foser@gentoo.org> gst-plugins-0.6.0-r[1,2].ebuild :
  Disable v4l for now (#15989)

  18 Feb 2003; foser <foser@gentoo.org> gst-plugins-0.6.0-r2.ebuild :
  Added ogg detection fixing patch

*gst-plugins-0.6.0-r1 (06 Feb 2003)

  18 Feb 2003; Nick Hadaway <raker@gentoo.org> gst-plugins-0.6.0-r1.ebuild :
  Changed DEPEND to virtual/jack

  06 Feb 2003; foser <foser@gentoo.org> gst-plugins-0.6.0-r1.ebuild :
  bump to include an ffmpeg patch to link to vorbis libs

*gst-plugins-0.6.0 (04 feb 2003)

  04 Feb 2003;foser <foser@gentoo.org> gst-plugins-0.6.0.ebuild :
  New version, now uses SLOT and has some extra fixes for that

  04 Jan 2003; foser <foser@gentoo.org> gst-plugins-0.4.2-r2.ebuild :
  Added MAKEOPTS on make to fix bug #12485

*gst-plugins-0.4.2-r2 (27 Dec 2002)
*gst-plugins-0.5.0-r1 (27 Dec 2002)

  27 Dec 2002; Martin Schlemmer <azarah@gentoo.org> gst-plugins-0.4.2-r2.ebuild,
                                                    gst-plugins-0.5.0-r1.ebuild :
  If the sound device for OSS was already open when gstreamer are started,
  libgstossaudio.so never returns, as opening the device without the
  O_NONBLOCK flag in Linux do not return if the device was busy.
  
  Patch to fix this.
  - For gst-plugins-0.4.2-r2 we need to patch gst_osssink_open_audio() in
    sys/oss/gstosssink.c.
  - For gst-plugins-0.5.0-r1 we need to patch gst_osscommon_open_audio() in
    sys/oss/gstosscommon.c.
  
  Gnome bug at:

    http://bugzilla.gnome.org/show_bug.cgi?id=102025

*gst-plugins-0.5.0 (26 Dec 2002)

  26 Dec 2002; Martin Schlemmer <azarah@gentoo.org> gst-plugins-0.5.0.ebuild :
  New version.

*gst-plugins-0.4.2-r1 (08 Dec 2002)

  23 Dec 2002; Seemant Kulleen <seemant@gentoo.org> gst-plugins-0.4.2* :
  emake->make thanks to mattam in #gentoo

  18 Dec 2002; foser <foser@gentoo.org> gst-plugins-0.4.2*.ebuild :
  Fixed libmpeg2 dep (bug #12224)

  08 Dec 2002; Jack Morgan <jmorgan@gentoo.org> gst-plugins-0.4*.ebuild :
  Removed ~sparc64/sparc64 keywords 
  
  08 Dec 2002; Jon Nall <nall@gentoo.org> gst-plugins-0.4.2-r1.ebuild
  files/digest-gst-plugins-0.4.2-r1
  files/gst-plugins-0.4.2-parallel-make-depfix.patch
  files/gst-plugins-0.4.2-wavparse-bigendian.patch :

  keyworded ~ppc; fixed endianness problem for wav playing; 
  fixed parallel compilation problem on ppc

*gst-plugins-0.4.2 (02 Nov 2002)

  02 Nov 2002; foser <foser@gentoo.org> gst-plugins-0.4.2.ebuild :
  New minor version
  Added patch for gst-launch-ext

*gst-plugins-0.4.1-r1 (17 Oct 2002)

  17 Oct 2002; foser <foser@gentoo.org> gst-plugins-0.4.1-r1.ebuild :
  Made some deps changes, most notably add mpeg USE flag (bug #8625)
  Disable -O3 optimization (bug #8625,#8217)
  Disabled avi use flag, it doesn't work with our avifile

*gst-plugins-0.4.1 (22 Sep 2002)
  26 Sep 2002; Spider <spider@gentoo.org> files/digest-gst-plugins-0.4.1: 
  corrected digest, the upstream tarballs changed. no trojans here, only
  configure and configure.ac changing -Werror and -Wall to variables

  22 Sep 2002; Spider <spider@gentoo.org> gst-plugins-0.4.1.ebuild :
  a New hope.  crushed ;)  
  aalib is broken
  libdv is broken
  dvdnav is untested  (I dont have a dvd-player. donate one and I'll test it ;)

  
  
*gst-plugins-0.4.0-r2 (13 Sep 2002)
  13 Sep 2002; Spider <spider@gentoo.org> gst-plugins-0.4.0-r2.ebuild :
  fix for aalib by Rigo Ketelings <rigo@home.nl>

*gst-plugins-0.4.0-r1 (15 Aug 2002)
  25 Aug 2002; Spider <spider@gentoo.org> gst-plugins-0.4.0-r1.ebuild :
  Modified it to remove flac dependency since that didn't work
  
  15 Aug 2002 ;Spider <spider@gentoo.org> gst-plugins-0.4.0-r1.ebuild :
  now changed to use gnome2.eclass for schema installs
  
  
*gst-plugins-0.4.0 (08 Jul 2002)
  08 Jul 2002; Spider <spider@gentoo.org> gst-plugins-0.4.0.ebuild :
  now works with avifile and dv
  added a pile of dependencies both USE and non-USE
  created a patch to work around gcc 3.1 breakage with vorbis dvdnav and aalib (/usr/include bug)
  working around schema installation properly
  

* gst-plugins-0.3.4 (03 Jul  2002)
  03 Jul 2002; phoen][x <phoenix@gentoo.org> gst-plugins-0.3.4.ebuild : 
  added --disable-dv and --disable-avifile (Bug 4400)

* gst-plugins-0.3.4 (29 Jun  2002)
  29 Jun 2002; Spider <spider@gentoo.org> 
  Updated with some more deps (optional) 



* gst-plugins-0.3.4 (26 Apr 2002)
  26 apr 2002; Spider <spider@gentoo.org> gst-plugins-0.3.4.ebuild :
  update configure
  version
  libtoolize

  beware of breakage with avifile 0.7 


* gst-plugins-0.3.3-r1 (28 Mar 2002)
  
  28 Mar 2002; A. Baguinski <artm@v2.nl> gst-plugins-0.3.3-r1.ebuild ChangeLog

  Just started