
... | ... | --- a/gstreamer1.0-plugins-good.spec |
... | ... | +++ b/gstreamer1.0-plugins-good.spec |
... | ... | @@ -8,7 +8,7 @@ |
8 | 8 |
Summary: GStreamer Streaming-media framework plug-ins
|
9 | 9 |
Name: %{bname}-plugins-good
|
10 | 10 |
Version: 1.16.0
|
11 |
Release: 1
|
|
11 |
Release: 2
|
|
12 | 12 |
License: LGPLv2.1+
|
13 | 13 |
Group: Sound
|
14 | 14 |
Source0: http://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-%{version}.tar.xz
|
... | ... | @@ -23,11 +23,9 @@ BuildRequires: nasm |
… | … | |
23 | 23 |
BuildRequires: kernel-headers
|
24 | 24 |
BuildRequires: bzip2-devel
|
25 | 25 |
BuildRequires: gettext-devel >= 0.17
|
26 |
BuildRequires: lame-devel
|
|
27 | 26 |
BuildRequires: pkgconfig(cairo)
|
28 | 27 |
BuildRequires: pkgconfig(check)
|
29 | 28 |
BuildRequires: pkgconfig(dbus-glib-1)
|
30 |
# (gw) For the pixbuf plugin
|
|
31 | 29 |
BuildRequires: pkgconfig(glib-2.0) >= 2.40.0
|
32 | 30 |
BuildRequires: pkgconfig(gl)
|
33 | 31 |
BuildRequires: pkgconfig(glesv2)
|
... | ... | @@ -50,7 +48,6 @@ BuildRequires: pkgconfig(Qt5WaylandClient) |
… | … | |
48 | 48 |
BuildRequires: pkgconfig(shout)
|
49 | 49 |
BuildRequires: pkgconfig(taglib) >= 1.5
|
50 | 50 |
BuildRequires: pkgconfig(theora)
|
51 |
BuildRequires: pkgconfig(twolame)
|
|
52 | 51 |
%ifnarch %{mips} %{arm}
|
53 | 52 |
BuildRequires: pkgconfig(valgrind)
|
54 | 53 |
%endif
|
... | ... | @@ -65,6 +62,9 @@ Provides: %{bname}-audiosink |
… | … | |
62 | 62 |
%rename gstreamer1.0-voip
|
63 | 63 |
# gw this is the default http source:
|
64 | 64 |
Suggests: %{bname}-soup
|
65 |
# Before they were in plugins-ugly
|
|
66 |
Conflicts: %{bname}-lame < %{version}
|
|
67 |
Conflicts: %{bname}-twolame < %{version}
|
|
65 | 68 |
|
66 | 69 |
%description
|
67 | 70 |
GStreamer is a streaming-media framework, based on graphs of filters which
|
... | ... | @@ -110,7 +110,6 @@ elements. |
… | … | |
110 | 110 |
%{_libdir}/gstreamer-%{majorminor}/libgstinterleave.so
|
111 | 111 |
%{_libdir}/gstreamer-%{majorminor}/libgstisomp4.so
|
112 | 112 |
%{_libdir}/gstreamer-%{majorminor}/libgstjpeg.so
|
113 |
%{_libdir}/gstreamer-%{majorminor}/libgstlame.so
|
|
114 | 113 |
%{_libdir}/gstreamer-%{majorminor}/libgstlevel.so
|
115 | 114 |
%{_libdir}/gstreamer-%{majorminor}/libgstmatroska.so
|
116 | 115 |
%{_libdir}/gstreamer-%{majorminor}/libgstmonoscope.so
|
... | ... | @@ -140,7 +139,6 @@ elements. |
… | … | |
139 | 139 |
%{_libdir}/gstreamer-%{majorminor}/libgstvideomixer.so
|
140 | 140 |
%{_libdir}/gstreamer-%{majorminor}/libgstwavenc.so
|
141 | 141 |
%{_libdir}/gstreamer-%{majorminor}/libgstwavparse.so
|
142 |
%{_libdir}/gstreamer-%{majorminor}/libgsttwolame.so
|
|
143 | 142 |
%{_libdir}/gstreamer-%{majorminor}/libgstximagesrc.so
|
144 | 143 |
%{_libdir}/gstreamer-%{majorminor}/libgsty4menc.so
|
145 | 144 |
%dir %{_datadir}/gstreamer-%{majorminor}/
|
... | ... | @@ -150,6 +148,66 @@ elements. |
… | … | |
148 | 148 |
|
149 | 149 |
#----------------------------------------------------------------------------
|
150 | 150 |
|
151 |
%package -n %{bname}-aalib
|
|
152 |
Summary: Gstreamer plugin for Ascii-art output
|
|
153 |
Group: Video
|
|
154 |
BuildRequires: aalib-devel >= 1.3
|
|
155 |
Requires: %{bname}-plugins >= %{version}
|
|
156 |
|
|
157 |
%description -n %{bname}-aalib
|
|
158 |
Plugin for viewing movies in Ascii-art using aalib library.
|
|
159 |
|
|
160 |
%files -n %{bname}-aalib
|
|
161 |
%doc COPYING
|
|
162 |
%{_libdir}/gstreamer-%{majorminor}/libgstaasink.so
|
|
163 |
|
|
164 |
#----------------------------------------------------------------------------
|
|
165 |
|
|
166 |
%package -n %{bname}-caca
|
|
167 |
Summary: Gstreamer plugin for Ascii-art output
|
|
168 |
Group: Video
|
|
169 |
BuildRequires: pkgconfig(caca)
|
|
170 |
Requires: %{bname}-plugins >= %{version}
|
|
171 |
|
|
172 |
%description -n %{bname}-caca
|
|
173 |
Plugin for viewing movies in Ascii-art using caca library.
|
|
174 |
|
|
175 |
%files -n %{bname}-caca
|
|
176 |
%doc COPYING
|
|
177 |
%{_libdir}/gstreamer-%{majorminor}/libgstcacasink.so
|
|
178 |
|
|
179 |
#----------------------------------------------------------------------------
|
|
180 |
|
|
181 |
%package -n %{bname}-dv
|
|
182 |
Summary: GStreamer DV plug-in
|
|
183 |
Group: Video
|
|
184 |
Requires: %{bname}-plugins >= %{version}
|
|
185 |
BuildRequires: pkgconfig(libdv) >= 0.100
|
|
186 |
|
|
187 |
%description -n %{bname}-dv
|
|
188 |
Plug-in for digital video support using libdv.
|
|
189 |
|
|
190 |
%files -n %{bname}-dv
|
|
191 |
%doc COPYING
|
|
192 |
%{_libdir}/gstreamer-%{majorminor}/libgstdv.so
|
|
193 |
|
|
194 |
#----------------------------------------------------------------------------
|
|
195 |
|
|
196 |
%package -n %{bname}-flac
|
|
197 |
Summary: GStreamer plug-in for FLAC lossless audio
|
|
198 |
Group: Sound
|
|
199 |
Requires: %{bname}-plugins >= %{version}
|
|
200 |
BuildRequires: pkgconfig(flac) >= 1.1.4
|
|
201 |
|
|
202 |
%description -n %{bname}-flac
|
|
203 |
Plug-in for the free FLAC lossless audio format.
|
|
204 |
|
|
205 |
%files -n %{bname}-flac
|
|
206 |
%doc COPYING
|
|
207 |
%{_libdir}/gstreamer-%{majorminor}/libgstflac.so
|
|
208 |
|
|
209 |
#----------------------------------------------------------------------------
|
|
210 |
|
|
151 | 211 |
%package -n %{bname}-jack
|
152 | 212 |
Summary: GStreamer plug-in for the Jack Sound Server
|
153 | 213 |
Group: Sound
|
... | ... | @@ -166,18 +224,18 @@ Plug-in for the JACK professional sound server. |
… | … | |
224 | 224 |
|
225 | 225 |
#----------------------------------------------------------------------------
|
226 | 226 |
|
227 |
%package -n %{bname}-soup
|
|
228 |
Summary: GStreamer HTTP plugin based on libsoup
|
|
229 |
Group: System/Libraries
|
|
227 |
%package -n %{bname}-lame
|
|
228 |
Summary: GStreamer plug-in for encoding mp3 songs using lame
|
|
229 |
Group: Sound
|
|
230 |
BuildRequires: lame-devel >= 3.89
|
|
230 | 231 |
Requires: %{bname}-plugins >= %{version}
|
231 |
BuildRequires: pkgconfig(libsoup-2.4) >= 2.48
|
|
232 | 232 |
|
233 |
%description -n %{bname}-soup
|
|
234 |
Plug-in for HTTP access based on libsoup.
|
|
233 |
%description -n %{bname}-lame
|
|
234 |
Plug-in for encoding mp3 with lame under GStreamer.
|
|
235 | 235 |
|
236 |
%files -n %{bname}-soup
|
|
236 |
%files -n %{bname}-lame
|
|
237 | 237 |
%doc COPYING
|
238 |
%{_libdir}/gstreamer-%{majorminor}/libgstsoup.so
|
|
238 |
%{_libdir}/gstreamer-%{majorminor}/libgstlame.so
|
|
239 | 239 |
|
240 | 240 |
#----------------------------------------------------------------------------
|
241 | 241 |
|
... | ... | @@ -197,41 +255,9 @@ This is a GStreamer audio output plugin using the Pulseaudio sound server. |
… | … | |
255 | 255 |
|
256 | 256 |
#----------------------------------------------------------------------------
|
257 | 257 |
|
258 |
### LIBDV ###
|
|
259 |
%package -n %{bname}-dv
|
|
260 |
Summary: GStreamer DV plug-in
|
|
261 |
Group: Video
|
|
262 |
Requires: %{bname}-plugins >= %{version}
|
|
263 |
BuildRequires: pkgconfig(libdv) >= 0.100
|
|
264 |
|
|
265 |
%description -n %{bname}-dv
|
|
266 |
Plug-in for digital video support using libdv.
|
|
267 |
|
|
268 |
%files -n %{bname}-dv
|
|
269 |
%doc COPYING
|
|
270 |
%{_libdir}/gstreamer-%{majorminor}/libgstdv.so
|
|
271 |
|
|
272 |
#----------------------------------------------------------------------------
|
|
273 |
|
|
274 |
%package -n %{bname}-speex
|
|
275 |
Summary: Gstreamer plugin for encoding and decoding Ogg Speex audio files
|
|
276 |
Group: Sound
|
|
277 |
Requires: %{bname}-plugins >= %{version}
|
|
278 |
BuildRequires: pkgconfig(speex) >= 1.1.6
|
|
279 |
|
|
280 |
%description -n %{bname}-speex
|
|
281 |
Plug-Ins for creating and playing Ogg Speex audio files.
|
|
282 |
|
|
283 |
%files -n %{bname}-speex
|
|
284 |
%doc COPYING
|
|
285 |
%{_libdir}/gstreamer-%{majorminor}/libgstspeex.so
|
|
286 |
|
|
287 |
#----------------------------------------------------------------------------
|
|
288 |
|
|
289 |
### RAW1394 ###
|
|
290 | 258 |
%package -n %{bname}-raw1394
|
291 | 259 |
Summary: GStreamer raw1394 Firewire plug-in
|
292 |
Group: System/Libraries
|
|
260 |
Group: Video
|
|
293 | 261 |
Requires: %{bname}-plugins >= %{version}
|
294 | 262 |
BuildRequires: pkgconfig(libavc1394)
|
295 | 263 |
BuildRequires: pkgconfig(libiec61883) >= 1.0.0
|
... | ... | @@ -246,50 +272,48 @@ Plug-in for digital video support using raw1394. |
… | … | |
272 | 272 |
|
273 | 273 |
#----------------------------------------------------------------------------
|
274 | 274 |
|
275 |
### FLAC ###
|
|
276 |
%package -n %{bname}-flac
|
|
277 |
Summary: GStreamer plug-in for FLAC lossless audio
|
|
278 |
Group: Sound
|
|
275 |
%package -n %{bname}-soup
|
|
276 |
Summary: GStreamer HTTP plugin based on libsoup
|
|
277 |
Group: Networking/Other
|
|
279 | 278 |
Requires: %{bname}-plugins >= %{version}
|
280 |
BuildRequires: pkgconfig(flac) >= 1.1.4
|
|
279 |
BuildRequires: pkgconfig(libsoup-2.4) >= 2.48
|
|
281 | 280 |
|
282 |
%description -n %{bname}-flac
|
|
283 |
Plug-in for the free FLAC lossless audio format.
|
|
281 |
%description -n %{bname}-soup
|
|
282 |
Plug-in for HTTP access based on libsoup.
|
|
284 | 283 |
|
285 |
%files -n %{bname}-flac
|
|
284 |
%files -n %{bname}-soup
|
|
286 | 285 |
%doc COPYING
|
287 |
%{_libdir}/gstreamer-%{majorminor}/libgstflac.so
|
|
286 |
%{_libdir}/gstreamer-%{majorminor}/libgstsoup.so
|
|
288 | 287 |
|
289 | 288 |
#----------------------------------------------------------------------------
|
290 | 289 |
|
291 |
### AALIB ###
|
|
292 |
%package -n %{bname}-aalib
|
|
293 |
Summary: Gstreamer plugin for Ascii-art output
|
|
294 |
Group: Video
|
|
295 |
BuildRequires: aalib-devel >= 1.3
|
|
290 |
%package -n %{bname}-speex
|
|
291 |
Summary: Gstreamer plugin for encoding and decoding Ogg Speex audio files
|
|
292 |
Group: Sound
|
|
296 | 293 |
Requires: %{bname}-plugins >= %{version}
|
294 |
BuildRequires: pkgconfig(speex) >= 1.1.6
|
|
297 | 295 |
|
298 |
%description -n %{bname}-aalib
|
|
299 |
Plugin for viewing movies in Ascii-art using aalib library.
|
|
296 |
%description -n %{bname}-speex
|
|
297 |
Plug-Ins for creating and playing Ogg Speex audio files.
|
|
300 | 298 |
|
301 |
%files -n %{bname}-aalib
|
|
299 |
%files -n %{bname}-speex
|
|
302 | 300 |
%doc COPYING
|
303 |
%{_libdir}/gstreamer-%{majorminor}/libgstaasink.so
|
|
301 |
%{_libdir}/gstreamer-%{majorminor}/libgstspeex.so
|
|
304 | 302 |
|
305 | 303 |
#----------------------------------------------------------------------------
|
306 | 304 |
|
307 |
%package -n %{bname}-caca
|
|
308 |
Summary: Gstreamer plugin for Ascii-art output
|
|
309 |
Group: Video
|
|
310 |
BuildRequires: pkgconfig(caca)
|
|
305 |
%package -n %{bname}-twolame
|
|
306 |
Summary: GStreamer plug-in for MP2 encoding support
|
|
307 |
Group: Sound
|
|
308 |
BuildRequires: pkgconfig(twolame)
|
|
311 | 309 |
Requires: %{bname}-plugins >= %{version}
|
312 | 310 |
|
313 |
%description -n %{bname}-caca
|
|
314 |
Plugin for viewing movies in Ascii-art using caca library.
|
|
311 |
%description -n %{bname}-twolame
|
|
312 |
Plug-in for encoding MP2 under GStreamer.
|
|
315 | 313 |
|
316 |
%files -n %{bname}-caca
|
|
314 |
%files -n %{bname}-twolame
|
|
317 | 315 |
%doc COPYING
|
318 |
%{_libdir}/gstreamer-%{majorminor}/libgstcacasink.so
|
|
316 |
%{_libdir}/gstreamer-%{majorminor}/libgsttwolame.so
|
|
319 | 317 |
|
320 | 318 |
#----------------------------------------------------------------------------
|
321 | 319 |
|
New comment