/[packages]/cauldron/gstreamer1.0-plugins-bad/current/SPECS/gstreamer1.0-plugins-bad.spec
ViewVC logotype

Annotation of /cauldron/gstreamer1.0-plugins-bad/current/SPECS/gstreamer1.0-plugins-bad.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 293814 - (hide annotations) (download)
Fri Sep 14 09:56:34 2012 UTC (11 years, 7 months ago) by fwang
File size: 17849 byte(s)
update file list
1 fwang 293802 %define version 0.11.94
2     %define release %mkrel 1
3 ovitters 288227
4 fwang 288300 %define api 1.0
5     %define bname gstreamer%{api}
6 ovitters 288227 %define name %{bname}-plugins-bad
7    
8     %define build_plf 0
9     %if "%{?distro_section}" == "tainted"
10     %define build_plf 1
11     %endif
12    
13     %define build_experimental 0
14     %{?_with_experimental: %{expand: %%global build_experimental 1}}
15     %define build_amrwb 0
16     %define build_faac 0
17     %define build_faad 0
18     %define build_xvid 0
19     %define build_dts 0
20     %define build_dirac 0
21     %define build_gme 1
22     %define build_celt 1
23    
24     %if %build_plf
25     %define build_amrwb 0
26     %define build_faac 0
27     %define build_faad 1
28 fwang 288351 %define build_xvid 0
29 ovitters 288227 %define build_dts 1
30     %endif
31    
32     %define libmajor 0
33 fwang 288317 %define libnamephoto %mklibname gstphotography %{api} %{libmajor}
34     %define develnamephoto %mklibname -d gstphotographyi %{api}
35     %define libnamebase %mklibname gstbasevideo %{api} %{libmajor}
36     %define develnamebase %mklibname -d gstbasevideo %{api}
37 ovitters 288227
38     Summary: GStreamer Streaming-media framework plug-ins
39     Name: %{name}
40     Version: %{version}
41     Release: %{release}
42     License: LGPLv2+ and GPLv2+
43     Group: Sound
44     Source: http://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-%{version}.tar.xz
45     Patch0: gst-plugins-bad-0.10.7-wildmidi-timidity.cfg.patch
46     # ovitters: doesn't apply
47     #Patch1: gst-plugins-bad-0.10.22-disable-example.patch
48     # gw: fix for bug #36437 (paths to realplayer codecs)
49     # prefer codecs from the RealPlayer package in restricted
50     Patch10: gst-plugins-bad-0.10.6-real-codecs-path.patch
51     URL: http://gstreamer.freedesktop.org/
52     #gw for the pixbuf plugin
53     BuildRequires: pkgconfig(gtk+-2.0)
54 fwang 288324 BuildRequires: pkgconfig(glib-2.0)
55 ovitters 288227 BuildRequires: pkgconfig(libpng)
56     BuildRequires: pkgconfig(orc-0.4) >= 0.4.5
57     BuildRequires: pkgconfig(sdl)
58     BuildRequires: libbzip2-devel
59     BuildRequires: pkgconfig(libmodplug)
60     BuildRequires: pkgconfig(libmusicbrainz)
61     BuildRequires: pkgconfig(exempi-2.0)
62     BuildRequires: pkgconfig(openssl)
63     BuildRequires: pkgconfig(openal)
64     BuildRequires: pkgconfig(opencv)
65     BuildRequires: pkgconfig(opus)
66    
67     %ifarch %ix86
68     BuildRequires: nasm => 0.90
69     %endif
70    
71     BuildRequires: pkgconfig(valgrind)
72     BuildRequires: pkgconfig(check)
73 fwang 288300 BuildRequires: pkgconfig(gstreamer-plugins-base-1.0) >= %{version}
74     BuildRequires: pkgconfig(gstreamer-1.0) >= %{version}
75 ovitters 288227 BuildRequires: pkgconfig(libcdaudio)
76     BuildRequires: pkgconfig(sndfile)
77     BuildRequires: pkgconfig(libmimic)
78     BuildRequires: pkgconfig(libass)
79     %if %build_plf
80     BuildRequires: pkgconfig(vo-aacenc)
81     BuildRequires: pkgconfig(vo-amrwbenc)
82     %endif
83     #gw for checks
84     #BuildRequires: gstreamer0.10-plugins-good
85     BuildRequires: fonts-ttf-dejavu
86     #gw for autoreconf
87     BuildRequires: gettext-devel
88     Requires: %{bname}-voip >= %{version}-%{release}
89 fwang 293813 Conflicts: gstreamer1.0-plugins-base < 0.11.94
90 ovitters 288227
91     %description
92     GStreamer is a streaming-media framework, based on graphs of filters which
93     operate on media data. Applications using this library can do anything
94     from real-time sound processing to playing videos, and just about anything
95     else media-related. Its plugin-based architecture means that new data
96     types or processing capabilities can be added simply by installing new
97     plug-ins.
98    
99     This package contains a set of plug-ins that aren't up to par compared
100     to the rest. They might be close to being good quality, but they're
101     missing something - be it a good code review, some documentation, a
102     set of tests, a real live maintainer, or some actual wide use. If the
103     blanks are filled in they might be upgraded to become part of either
104     gstreamer-plugins-good or gstreamer-plugins-ugly, depending on the
105     other factors. If the plug-ins break, you can't complain - instead,
106     you can fix the problem and send us a patch, or bribe someone into
107     fixing them for you. New contributors can start here for things to
108     work on.
109    
110     %if %build_plf
111     This package is in the 'tainted' section as it violates some patents.
112     %endif
113    
114    
115     %package -n %{libnamephoto}
116     Summary: Libraries for GStreamer streaming-media framework
117     Group: System/Libraries
118    
119     %description -n %{libnamephoto}
120     GStreamer is a streaming-media framework, based on graphs of filters which
121     operate on media data. Applications using this library can do anything
122     from real-time sound processing to playing videos, and just about anything
123     else media-related. Its plugin-based architecture means that new data
124     types or processing capabilities can be added simply by installing new
125     plugins.
126    
127     This package contains the libraries.
128    
129     %package -n %{develnamephoto}
130     Summary: Libraries and include files for GStreamer streaming-media framework
131     Group: Development/C
132     Requires: %{libnamephoto} = %{version}-%{release}
133 fwang 288330 Provides: gstphotography%{api}-devel = %{version}-%{release}
134 ovitters 288227
135     %description -n %{develnamephoto}
136     GStreamer is a streaming-media framework, based on graphs of filters which
137     operate on media data. Applications using this library can do anything
138     from real-time sound processing to playing videos, and just about anything
139     else media-related. Its plugin-based architecture means that new data
140     types or processing capabilities can be added simply by installing new
141     plugins.
142    
143     This package contains the libraries and includes files necessary to develop
144     applications and plugins for GStreamer.
145    
146     %package -n %{libnamebase}
147     Summary: Libraries for GStreamer streaming-media framework
148     Group: System/Libraries
149    
150     %description -n %{libnamebase}
151     GStreamer is a streaming-media framework, based on graphs of filters which
152     operate on media data. Applications using this library can do anything
153     from real-time sound processing to playing videos, and just about anything
154     else media-related. Its plugin-based architecture means that new data
155     types or processing capabilities can be added simply by installing new
156     plugins.
157    
158     This package contains the libraries.
159    
160     %package -n %{develnamebase}
161     Summary: Libraries and include files for GStreamer streaming-media framework
162     Group: Development/C
163     Requires: %{libnamebase} = %{version}-%{release}
164 fwang 288330 Provides: gstbasevideo%{api}-devel = %{version}-%{release}
165 ovitters 288227
166     %description -n %{develnamebase}
167     GStreamer is a streaming-media framework, based on graphs of filters which
168     operate on media data. Applications using this library can do anything
169     from real-time sound processing to playing videos, and just about anything
170     else media-related. Its plugin-based architecture means that new data
171     types or processing capabilities can be added simply by installing new
172     plugins.
173    
174     This package contains the libraries and includes files necessary to develop
175     applications and plugins for GStreamer.
176    
177     %package -n %{bname}-curl
178     Summary: GStreamer Curl plugin
179     Group: Networking/Other
180     BuildRequires: libcurl-devel
181    
182     %description -n %{bname}-curl
183     This is a HTTP plugin for GStreamer based on the curl library.
184    
185     %files -n %{bname}-curl
186 fwang 288300 %{_libdir}/gstreamer-%{api}/libgstcurl.so
187 ovitters 288227
188     %package -n %{bname}-mpeg2enc
189     Summary: GStreamer mjpegtools plug-in
190     Group: Video
191     BuildRequires: pkgconfig(mjpegtools)
192    
193     %description -n %{bname}-mpeg2enc
194     mjpegtools-based encoding and decoding plug-in.
195    
196     %files -n %{bname}-mpeg2enc
197 fwang 288300 %{_libdir}/gstreamer-%{api}/libgstmpeg2enc.so
198     %{_libdir}/gstreamer-%{api}/libgstmplex.so
199 ovitters 288227
200     %if %build_gme
201     %package -n %{bname}-gme
202     Summary: GStreamer Game Music plug-in
203     Group: Sound
204     BuildRequires: libgme-devel
205    
206     %description -n %{bname}-gme
207     Game Music decoding plug-in.
208    
209     %files -n %{bname}-gme
210 fwang 288300 %{_libdir}/gstreamer-%{api}/libgstgme.so
211 ovitters 288227 %endif
212    
213     %if %build_dirac
214     %package -n %{bname}-dirac
215     Summary: GStreamer dirac plug-in
216     Group: Video
217     BuildRequires: pkgconfig(dirac) >= 0.9
218    
219     %description -n %{bname}-dirac
220     Dirac encoding and decoding plug-in.
221    
222     %files -n %{bname}-dirac
223 fwang 288300 %{_libdir}/gstreamer-%{api}/libgstdirac.so
224 ovitters 288227 %endif
225    
226     %package -n %{bname}-schroedinger
227     Summary: GStreamer dirac plug-in based on Schroedinger
228     Group: Video
229     BuildRequires: pkgconfig(schroedinger-1.0)
230     Epoch: 1
231    
232     %description -n %{bname}-schroedinger
233     Dirac encoding and decoding plug-in based on Schroedinger.
234    
235     %files -n %{bname}-schroedinger
236 fwang 288300 %{_libdir}/gstreamer-%{api}/libgstschro.so
237 ovitters 288227
238     %package -n %{bname}-vp8
239     Summary: GStreamer VP8 plug-in
240     Group: Video
241     BuildRequires: pkgconfig(libvpx)
242    
243     %description -n %{bname}-vp8
244     VP8 encoding and decoding plug-in.
245    
246     %files -n %{bname}-vp8
247 fwang 288300 %{_libdir}/gstreamer-%{api}/libgstvp8.so
248     %{_libdir}/gstreamer-%{api}/libgstrtpvp8.so
249     %{_datadir}/gstreamer-%{api}/presets/GstVP8Enc.prs
250 ovitters 288227
251     %if %build_dts
252     %package -n %{bname}-dts
253     Summary: GStreamer plug-ins for DTS audio playback
254     Group: Sound
255     BuildRequires: dtsdec-devel
256    
257     %description -n %{bname}-dts
258     Plug-ins for decoding DTS audio.
259    
260     %files -n %{bname}-dts
261 fwang 288300 %{_libdir}/gstreamer-%{api}/libgstdtsdec.so
262 ovitters 288227 %endif
263    
264     %if %build_xvid
265     %package -n %{bname}-xvid
266     Summary: GStreamer plug-ins for XVID video encoding and decoding
267     Group: Video
268     BuildRequires: xvid-devel >= 1.1
269    
270     %description -n %{bname}-xvid
271     Plug-ins for encoding and decoding XVID video.
272    
273     This package is in the 'tainted' section as it violates some patents.
274     %files -n %{bname}-xvid
275 fwang 288300 %{_libdir}/gstreamer-%{api}/libgstxvid.so
276 ovitters 288227 %endif
277    
278     %package -n %{bname}-mms
279     Summary: GStreamer plug-in for mms streams
280     Group: System/Libraries
281     Requires: %{bname}-plugins = %{version}
282     BuildRequires: pkgconfig(libmms)
283    
284     %description -n %{bname}-mms
285     Plug-in supporting the mms protocol based on the libmms library.
286    
287     %files -n %{bname}-mms
288 fwang 288300 %{_libdir}/gstreamer-%{api}/libgstmms.so
289 ovitters 288227
290     %package -n %{bname}-rtmp
291     Summary: GStreamer plug-in for rtmp streams
292     Group: System/Libraries
293     Requires: %{bname}-plugins = %{version}
294     BuildRequires: pkgconfig(librtmp)
295    
296     %description -n %{bname}-rtmp
297     Plug-in supporting the rtmp protocol based on the librtmp library.
298    
299     %files -n %{bname}-rtmp
300 fwang 288300 %{_libdir}/gstreamer-%{api}/libgstrtmp.so
301 ovitters 288227
302     %package -n %{bname}-soundtouch
303     Summary: GStreamer plug-in for SoundTouch support
304     Group: Sound
305     Requires: %{bname}-plugins = %{version}
306     BuildRequires: pkgconfig(soundtouch)
307    
308     %description -n %{bname}-soundtouch
309     Plug-in supporting the SoundTouch audio manipulation support.
310    
311     %files -n %{bname}-soundtouch
312 fwang 288300 %{_libdir}/gstreamer-%{api}/libgstsoundtouch.so
313 ovitters 288227
314     %package -n %{bname}-libass
315     Summary: GStreamer subtitles plugin
316     Group: Video
317     BuildRequires: pkgconfig(libass)
318    
319     %description -n %{bname}-libass
320     This is a subtitle plugin for GStreamer based on libass.
321    
322     %files -n %{bname}-libass
323 fwang 288300 %{_libdir}/gstreamer-%{api}/libgstassrender.so
324 ovitters 288227
325     %package -n %{bname}-voip
326     Summary: GStreamer voip plugins
327     Group: Sound
328    
329     %description -n %{bname}-voip
330     This is a collection of VoIP plugins for GStreamer.
331    
332     %files -n %{bname}-voip
333 fwang 288300 %{_libdir}/gstreamer-%{api}/libgstrtpmux.so
334     %{_libdir}/gstreamer-%{api}/libgstdtmf.so
335 ovitters 288227
336     %package doc
337     Group: Books/Computer books
338     Summary: GStreamer application library
339 fwang 288300 BuildArch: noarch
340    
341 ovitters 288227 %description doc
342     This is the documentation of %{name}.
343    
344     %prep
345     %setup -q -n gst-plugins-bad-%{version}
346     %apply_patches
347    
348     %build
349     %configure2_5x --disable-dependency-tracking --disable-static \
350     --with-package-name='%distribution %{name} package' \
351     --with-package-origin='http://www.mageia.org/' \
352     %if ! %build_celt
353     --disable-celt \
354     %endif
355     %if ! %build_faac
356     --disable-faac \
357     %endif
358     %if ! %build_faad
359     --disable-faad \
360     %endif
361     %if ! %build_dirac
362     --disable-dirac \
363     %endif
364     %if ! %build_xvid
365     --disable-xvid \
366     %endif
367     %if ! %build_dts
368     --disable-dts \
369     %endif
370     %if ! %build_plf
371     --disable-voamrwbenc --disable-voaacenc \
372     %endif
373     %if %build_experimental
374     --enable-experimental
375     %endif
376    
377     make
378    
379     %install
380 fwang 288300 %makeinstall_std
381 ovitters 288227
382 fwang 288300 %find_lang gst-plugins-bad-%{api}
383 ovitters 288227
384     # Clean out files that should not be part of the rpm.
385     # This is the recommended way of dealing with it for RH8
386 fwang 288300 find %{buildroot} -name '*.la' -delete
387 ovitters 288227
388     %files doc
389     %doc docs/plugins/html
390     %{_datadir}/gtk-doc/html/
391    
392 fwang 288300 %files -f gst-plugins-bad-%{api}.lang
393 ovitters 288227 %doc AUTHORS COPYING README NEWS
394    
395 fwang 288300 %{_libdir}/gstreamer-%{api}/libgstadpcmdec.so
396     %{_libdir}/gstreamer-%{api}/libgstadpcmenc.so
397     %{_libdir}/gstreamer-%{api}/libgstasfmux.so
398     #%{_libdir}/gstreamer-%{api}/libgstaudioparsersbad.so
399     %{_libdir}/gstreamer-%{api}/libgstaudiovisualizers.so
400     %{_libdir}/gstreamer-%{api}/libgstautoconvert.so
401     %{_libdir}/gstreamer-%{api}/libgstbayer.so
402     %{_libdir}/gstreamer-%{api}/libgstcamerabin2.so
403     %{_libdir}/gstreamer-%{api}/libgstcoloreffects.so
404     #{_libdir}/gstreamer-%{api}/libgstcolorspace.so
405     %{_libdir}/gstreamer-%{api}/libgstdataurisrc.so
406     %{_libdir}/gstreamer-%{api}/libgstdebugutilsbad.so
407 fwang 293813 %{_libdir}/gstreamer-%{api}/libgstdvb.so
408 fwang 288300 %{_libdir}/gstreamer-%{api}/libgstdvbsuboverlay.so
409     %{_libdir}/gstreamer-%{api}/libgstdvdspu.so
410     %{_libdir}/gstreamer-%{api}/libgstfestival.so
411 fwang 293813 %{_libdir}/gstreamer-%{api}/libgstfreeze.so
412 fwang 288300 %{_libdir}/gstreamer-%{api}/libgstgaudieffects.so
413 fwang 293813 %{_libdir}/gstreamer-%{api}/libgstgdp.so
414 fwang 288300 %{_libdir}/gstreamer-%{api}/libgstgeometrictransform.so
415 fwang 293813 %{_libdir}/gstreamer-%{api}/libgstid3tag.so
416     %{_libdir}/gstreamer-%{api}/libgstinter.so
417 fwang 288300 %{_libdir}/gstreamer-%{api}/libgstinterlace.so
418 fwang 293813 %{_libdir}/gstreamer-%{api}/libgstjpegformat.so
419     %{_libdir}/gstreamer-%{api}/libgstliveadder.so
420 ovitters 288227 # This appears to have been removed. Commenting out (at least temporarily).
421     # -- shlomif
422 fwang 288300 # %{_libdir}/gstreamer-%{api}/libgstinvtelecine.so
423     %{_libdir}/gstreamer-%{api}/libgstmpegtsmux.so
424 ovitters 288227 # This appears to have been removed. Commenting out (at least temporarily).
425     # -- shlomif
426 fwang 288300 # %{_libdir}/gstreamer-%{api}/libgstmpeg4videoparse.so
427     %{_libdir}/gstreamer-%{api}/libgstmimic.so
428     #{_libdir}/gstreamer-%{api}/libgstopencv.so
429 ovitters 288227
430 fwang 288300 %{_libdir}/gstreamer-%{api}/libgstmpegpsdemux.so
431 ovitters 288227
432 fwang 288300 %{_libdir}/gstreamer-%{api}/libgstopus.so
433     %{_libdir}/gstreamer-%{api}/libgstpcapparse.so
434 fwang 293813 %{_libdir}/gstreamer-%{api}/libgstpnm.so
435 fwang 288300 #%{_libdir}/gstreamer-%{api}/libgstqtmux.so
436     %{_libdir}/gstreamer-%{api}/libgstscaletempoplugin.so
437     %{_libdir}/gstreamer-%{api}/libgstrawparse.so
438     %{_libdir}/gstreamer-%{api}/libgstremovesilence.so
439     %{_libdir}/gstreamer-%{api}/libgstsdpelem.so
440     %{_libdir}/gstreamer-%{api}/libgstsegmentclip.so
441     %{_libdir}/gstreamer-%{api}/libgstshm.so
442 fwang 293813 %{_libdir}/gstreamer-%{api}/libgstsiren.so
443 fwang 288300 %{_libdir}/gstreamer-%{api}/libgstsmooth.so
444 fwang 293814 %{_libdir}/gstreamer-%{api}/libgstspeed.so
445 fwang 288300 %{_libdir}/gstreamer-%{api}/libgstbz2.so
446     %{_libdir}/gstreamer-%{api}/libgstfragmented.so
447     %{_libdir}/gstreamer-%{api}/libgstmpegtsdemux.so
448     %{_libdir}/gstreamer-%{api}/libgstvideoparsersbad.so
449 fwang 293813 %{_libdir}/gstreamer-%{api}/libgstwaylandsink.so
450 ovitters 288227 %if %{build_plf}
451 fwang 288300 %{_libdir}/gstreamer-%{api}/libgstvoaacenc.so
452     %{_libdir}/gstreamer-%{api}/libgstvoamrwbenc.so
453     %{_datadir}/gstreamer-%{api}/presets/GstVoAmrwbEnc.prs
454 ovitters 288227 %endif
455     %if %build_experimental
456 fwang 288300 #%{_libdir}/gstreamer-%{api}/libgstdeinterlace2.so
457 ovitters 288227 %endif
458    
459 fwang 288300 %{_libdir}/gstreamer-%{api}/libgstmodplug.so
460     %{_libdir}/gstreamer-%{api}/libgsty4mdec.so
461 ovitters 288227
462     #%package examples
463     #Summary:GStreamer example applications
464     #Group: Video
465    
466     #%description examples
467     #This contains example applications to test %{name}
468    
469     #%files examples
470    
471     %if %build_faad
472     %package -n %{bname}-faad
473     Summary: GStreamer plug-in for AAC audio playback
474     Group: Sound
475     Requires: %{bname}-plugins >= %version
476     BuildRequires: libfaad2-devel => 2.0
477    
478     %description -n %{bname}-faad
479     Plug-ins for playing AAC audio
480    
481     This package is in the 'tainted' section as it violates some patents.
482    
483     %files -n %{bname}-faad
484 fwang 288300 %{_libdir}/gstreamer-%{api}/libgstfaad.so
485 ovitters 288227 %endif
486    
487     %if %build_faac
488     %package -n %{bname}-faac
489     Summary: GStreamer plug-ins for AAC audio encoding
490     Group: Sound
491     Requires: %{bname}-plugins >= %version
492     BuildRequires: libfaac-devel
493    
494     %description -n %{bname}-faac
495     Plug-ins for encoding AAC audio
496    
497     This package is in the 'tainted' section as it violates some patents.
498    
499     %files -n %{bname}-faac
500 fwang 288300 %{_libdir}/gstreamer-%{api}/libgstfaac.so
501 ovitters 288227 %endif
502    
503     %package -n %{bname}-gsm
504     Summary: GStreamer plugin for GSM lossy audio format
505     Group: Sound
506     Requires: %{bname}-plugins >= %{version}
507     BuildRequires: gsm-devel >= 1.0.10
508    
509     %description -n %{bname}-gsm
510     Output plugin for GStreamer to convert to GSM lossy audio format.
511    
512     %files -n %{bname}-gsm
513 fwang 288300 %{_libdir}/gstreamer-%{api}/libgstgsm.so
514 ovitters 288227
515     %if 0
516     ### SWFDEC FLASH PLUGIN ###
517     %package -n %{bname}-swfdec
518     Summary: GStreamer Flash rendering plug-in
519     Group: System/Libraries
520     Requires: %{bname}-plugins = %{version}
521     BuildRequires: libswfdec-devel => 0.3.0
522    
523     %description -n %{bname}-swfdec
524     Plug-in for rendering Flash animations using swfdec library
525    
526     %files -n %{bname}-swfdec
527 fwang 288300 %{_libdir}/gstreamer-%{api}/libgstswfdec.so
528 ovitters 288227 %endif
529    
530     %if %build_amrwb
531     %package -n %{bname}-amrwb
532     Summary: GStreamer plug-in for AMR-WB support
533     Group: Sound
534     Requires: %{bname}-plugins >= %{version}
535     BuildRequires: libamrwb-devel
536    
537     %description -n %{bname}-amrwb
538     Plug-in for decoding AMR-WB under GStreamer.
539    
540     This package is in the 'tainted' section as it violates some patents.
541    
542     %files -n %{bname}-amrwb
543 fwang 288300 %{_datadir}/gstreamer-%{api}/presets/GstAmrwbEnc.prs
544     %{_libdir}/gstreamer-%{api}/libgstamrwbenc.so
545 ovitters 288227 %endif
546    
547     %if %build_celt
548     %package -n %{bname}-celt
549     Summary: GStreamer plug-in for CELT support
550     Group: Video
551     Requires: %{bname}-plugins >= %{version}
552     BuildRequires: pkgconfig(celt) >= 0.7.0
553    
554     %description -n %{bname}-celt
555     Plug-in for CELT support under GStreamer.
556    
557     %files -n %{bname}-celt
558 fwang 288300 %{_libdir}/gstreamer-%{api}/libgstcelt.so
559 ovitters 288227 %endif
560    
561     %files -n %{libnamephoto}
562 fwang 288317 %{_libdir}/libgstphotography-%{api}.so.%{libmajor}*
563     %{_libdir}/libgstsignalprocessor-%{api}.so.%{libmajor}*
564     %{_libdir}/libgstcodecparsers-%{api}.so.%{libmajor}*
565 ovitters 288227
566     %files -n %{develnamephoto}
567 fwang 288300 %{_libdir}/libgstcodecparsers-%{api}.so
568     %{_libdir}/libgstphotography-%{api}.so
569     %{_libdir}/libgstsignalprocessor-%{api}.so
570     %{_includedir}/gstreamer-%{api}/gst/codecparsers/
571     %{_includedir}/gstreamer-%{api}/gst/interfaces/photography*
572     %{_includedir}/gstreamer-%{api}/gst/signalprocessor/gstsignalprocessor.h
573     %{_includedir}/gstreamer-%{api}/gst/video/
574     %{_libdir}/pkgconfig/gstreamer-plugins-bad-%{api}.pc
575     %{_libdir}/pkgconfig/gstreamer-codecparsers-%{api}.pc
576 ovitters 288227
577     %files -n %{libnamebase}
578 fwang 288317 %{_libdir}/libgstbasecamerabinsrc-%{api}.so.%{libmajor}*
579     %{_libdir}/libgstbasevideo-%{api}.so.%{libmajor}*
580 ovitters 288227
581     %files -n %develnamebase
582 fwang 288300 %{_libdir}/libgstbasecamerabinsrc-%{api}.so
583     %{_libdir}/libgstbasevideo-%{api}.so
584     %{_includedir}/gstreamer-%{api}/gst/basecamerabinsrc/*
585     %{_libdir}/pkgconfig/gstreamer-basevideo-%{api}.pc

  ViewVC Help
Powered by ViewVC 1.1.30