]> git.pld-linux.org Git - packages/gstreamer-plugins-bad.git/blobdiff - gstreamer-plugins-bad.spec
- fix syntax error in gstreamer-fluidsynth requires
[packages/gstreamer-plugins-bad.git] / gstreamer-plugins-bad.spec
index 9a420a78ba0ba400078b5853c8243e15a7ddc746..d74011d7266e95f99bfc2cbe3124f67ee411d37a 100644 (file)
@@ -8,6 +8,7 @@
 %bcond_with    directfb        # DirectFB videosink plugin [not ported to 1.0]
 %bcond_without dts             # DTS plugin
 %bcond_without faad            # faad plugin
+%bcond_without gles            # EGL GLESv2 videosink plugin
 %bcond_without gsm             # gsm plugin
 %bcond_with    jasper          # JasPer plugin [not ported to 1.0]
 %bcond_with    kate            # Kate text streams plugin [not ported to 1.0]
@@ -20,9 +21,9 @@
 %bcond_with    musicbrainz     # musicbrainz plugin [not ported to 1.0]
 %bcond_with    mythtv          # mythtv plugin [not ported to 1.0]
 %bcond_with    nas             # NAS audiosink plugin [not ported to 1.0]
-%bcond_with    neon            # neonhttpsrc plugin [not ported to 1.0]
-%bcond_with    ofa             # OFA plugin [not ported to 1.0]
-%bcond_with    openal          # OpenAL audiosink plugin [not ported to 1.0]
+%bcond_without neon            # neonhttpsrc plugin
+%bcond_without ofa             # OFA plugin
+%bcond_without openal          # OpenAL audiosink plugin
 %bcond_without opencv          # OpenCV plugin
 %bcond_with    rsvg            # RSVG plugin [not ported to 1.0]
 %bcond_with    sdl             # SDL audio/videosink plugin [not ported to 1.0]
 Summary:       Bad GStreamer Streaming-media framework plugins
 Summary(pl.UTF-8):     Złe wtyczki do środowiska obróbki strumieni GStreamer
 Name:          gstreamer-plugins-bad
-Version:       1.0.5
-Release:       1
+Version:       1.0.9
+Release:       2
 License:       LGPL v2+
 Group:         Libraries
 Source0:       http://gstreamer.freedesktop.org/src/gst-plugins-bad/%{gstname}-%{version}.tar.xz
-# Source0-md5: 07ed29084e0de968cdd1675f7ee228e2
+# Source0-md5: 569e5122fd7bfd7bd861a537f0a28c60
 Patch0:                %{name}-libdts.patch
 Patch1:                %{name}-timidity.patch
 Patch2:                %{name}-nas.patch
@@ -62,7 +63,7 @@ BuildRequires:        autoconf >= 2.62
 BuildRequires: automake >= 1:1.11
 BuildRequires: docbook-dtd412-xml
 BuildRequires: gettext-devel >= 0.17
-BuildRequires: glib2-devel >= 1:2.32
+BuildRequires: glib2-devel >= 1:2.32.0
 BuildRequires: gstreamer-devel >= %{gst_req_ver}
 BuildRequires: gstreamer-plugins-base-devel >= %{gstpb_req_ver}
 BuildRequires: gtk+3-devel >= 3.0.0
@@ -76,8 +77,11 @@ BuildRequires:       xorg-lib-libX11-devel
 ##
 ## plugins
 ##
+%{?with_gles:BuildRequires:    Mesa-libEGL-devel}
+# GLESv2
+%{?with_gles:BuildRequires:    Mesa-libGLES-devel}
 %{?with_directfb:BuildRequires:        DirectFB-devel >= 1:0.9.24}
-%{?with_openal:BuildRequires:  OpenAL-devel >= 1.13.0}
+%{?with_openal:BuildRequires:  OpenAL-devel >= 1.14}
 %{?with_sdl:BuildRequires:     SDL-devel}
 BuildRequires: alsa-lib-devel >= 0.9.1
 BuildRequires: bzip2-devel
@@ -89,6 +93,7 @@ BuildRequires:        exempi-devel >= 1.99.5
 BuildRequires: faac-devel
 %{?with_faad:BuildRequires:    faad2-devel >= 2.0-2}
 BuildRequires: flite-devel
+BuildRequires: fluidsynth-devel >= 1.0
 BuildRequires: game-music-emu-devel >= 0.5.5
 # when becomes available...
 #BuildRequires:        game-music-emu-devel >= 0.5.6
@@ -134,6 +139,7 @@ BuildRequires:      libx264-devel >= 0.1.2
 BuildRequires: opencv-devel >= 1:2.2.0
 BuildRequires: opencv-devel < 1:2.5.0
 %endif
+BuildRequires: openjpeg-devel >= 1
 BuildRequires: openssl-devel >= 0.9.5
 BuildRequires: opus-devel >= 0.9.4
 BuildRequires: schroedinger-devel >= 1.0.10
@@ -156,7 +162,7 @@ BuildRequires:      xorg-lib-libX11-devel
 %{?with_xvid:BuildRequires:    xvid-devel >= 1.3.0}
 BuildRequires: zbar-devel >= 0.9
 %{?with_zvbi:BuildRequires:    zvbi-devel >= 0.2}
-Requires:      glib2 >= 1:2.32
+Requires:      glib2 >= 1:2.32.0
 Requires:      gstreamer >= %{gst_req_ver}
 Requires:      gstreamer-plugins-base >= %{gstpb_req_ver}
 Requires:      orc >= 0.4.16
@@ -368,6 +374,20 @@ Plugin for Flite support.
 %description -n gstreamer-flite -l pl.UTF-8
 Wtyczka do GStreamera obsługująca Flite.
 
+%package -n gstreamer-fluidsynth
+Summary:       GStreamer FluidSynth MIDI plugin
+Summary(pl.UTF-8):     Wtyczka FluidSynth MIDI do GStreamera
+Group:         Libraries
+# for generic gstmidi plugin
+Requires:      %{name} = %{version}-%{release}
+Requires:      fluidsynth >= 1.0
+
+%description -n gstreamer-fluidsynth
+GStreamer FluidSynth MIDI plugin.
+
+%description -n gstreamer-fluidsynth -l pl.UTF-8
+Wtyczka FluidSynth MIDI do GStreamera.
+
 %package -n gstreamer-gme
 Summary:       GStreamer GME Audio Decoder plugin
 Summary(pl.UTF-8):     Wtyczka dekodująca GME do GStreamera
@@ -384,7 +404,7 @@ Wtyczka dekodująca GME do GStreamera.
 Summary:       GStreamer GSettings plugin
 Summary(pl.UTF-8):     Wtyczka GSettings do GStreamera
 Group:         Libraries
-Requires:      glib2 >= 1:2.32
+Requires:      glib2 >= 1:2.32.0
 Requires:      gstreamer >= %{gst_req_ver}
 
 %description -n gstreamer-gsettings
@@ -566,6 +586,7 @@ plików dźwiękowych.
 Summary:       GStreamer OpenAL audio input/output plugin
 Summary(pl.UTF-8):     Wtyczka wejścia/wyjścia dźwięku OpenAL do GStreamera
 Group:         Libraries
+Requires:      OpenAL >= 1.14
 Requires:      gstreamer >= %{gst_req_ver}
 Requires:      gstreamer-plugins-base >= %{gstpb_req_ver}
 Provides:      gstreamer-audiosink = %{version}
@@ -596,6 +617,20 @@ facedetect, faceblur, edgedetect, cvsobel, cvsmooth, cvlaplace,
 cverode, cvequalizehist, cvdilate, textwrite, templatematch,
 pyramidsegment.
 
+%package -n gstreamer-openjpeg
+Summary:       GStreamer OpenJPEG plugin
+Summary(pl.UTF-8):     Wtyczka OpenJPEG do GStreamera
+Group:         Libraries
+Requires:      gstreamer >= %{gst_req_ver}
+Requires:      gstreamer-plugins-base >= %{gstpb_req_ver}
+
+%description -n gstreamer-openjpeg
+GStreamer OpenJPEG plugin - OpenJPEG-based JPEG2000 decoder/encoder.
+
+%description -n gstreamer-openjpeg -l pl.UTF-8
+Wtyczka OpenJPEG do GStreamera - koder/dekoder JPEG2000 oparty na
+bibliotece OpenJPEG.
+
 %package -n gstreamer-opus
 Summary:       GStreamer OPUS audio decoder/encoder plugin
 Summary(pl.UTF-8):     Wtyczka kodera/dekodera dźwięku OPUS do GStreamera
@@ -762,6 +797,19 @@ GStreamer DirectFB output plugin.
 %description -n gstreamer-videosink-directfb -l pl.UTF-8
 Wtyczka wyjścia obrazu DirectFB do GStreamera.
 
+%package -n gstreamer-videosink-egl-gles
+Summary:       GStreamer EGL GLES output plugin
+Summary(pl.UTF-8):     Wtyczka wyjścia obrazu EGL GLES do GStreamera
+Group:         Libraries
+Requires:      gstreamer-plugins-base >= %{gstpb_req_ver}
+Provides:      gstreamer-videosink = %{version}
+
+%description -n gstreamer-videosink-egl-gles
+GStreamer EGL GLES output plugin.
+
+%description -n gstreamer-videosink-egl-gles -l pl.UTF-8
+Wtyczka wyjścia obrazu EGL GLES do GStreamera.
+
 %package -n gstreamer-videosink-sdl
 Summary:       GStreamer plugin for outputing to SDL
 Summary(pl.UTF-8):     Wtyczka wyjścia SDL do GStreamera
@@ -863,6 +911,7 @@ Wtyczka do GStreamera skanująca kody kreskowe.
        %{!?with_cdaudio:--disable-cdaudio} \
        %{!?with_dirac:--disable-dirac} \
        %{!?with_dts:--disable-dts} \
+       %{!?with_gles:--disable-eglgles} \
        %{!?with_faad:--disable-faad} \
        %{!?with_gsm:--disable-gsm} \
        %{!?with_ladspa:--disable-ladspa} \
@@ -932,6 +981,7 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{gstlibdir}/libgstcamerabin2.so
 %attr(755,root,root) %{gstlibdir}/libgstcoloreffects.so
 %attr(755,root,root) %{gstlibdir}/libgstdataurisrc.so
+%attr(755,root,root) %{gstlibdir}/libgstdecklink.so
 %attr(755,root,root) %{gstlibdir}/libgstdtmf.so
 %attr(755,root,root) %{gstlibdir}/libgstdebugutilsbad.so
 %attr(755,root,root) %{gstlibdir}/libgstdvb.so
@@ -949,6 +999,7 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{gstlibdir}/libgstinter.so
 %attr(755,root,root) %{gstlibdir}/libgstjpegformat.so
 %attr(755,root,root) %{gstlibdir}/libgstliveadder.so
+%attr(755,root,root) %{gstlibdir}/libgstmidi.so
 %attr(755,root,root) %{gstlibdir}/libgstmodplug.so
 %attr(755,root,root) %{gstlibdir}/libgstmpegpsdemux.so
 %attr(755,root,root) %{gstlibdir}/libgstmpegpsmux.so
@@ -978,7 +1029,6 @@ rm -rf $RPM_BUILD_ROOT
 #%attr(755,root,root) %{gstlibdir}/libgstcdxaparse.so
 #%attr(755,root,root) %{gstlibdir}/libgstcog.so
 #%attr(755,root,root) %{gstlibdir}/libgstdccp.so
-#%attr(755,root,root) %{gstlibdir}/libgstdecklink.so
 #%attr(755,root,root) %{gstlibdir}/libgstfaceoverlay.so
 #%attr(755,root,root) %{gstlibdir}/libgstfbdevsink.so
 #%attr(755,root,root) %{gstlibdir}/libgstfreeverb.so
@@ -997,7 +1047,7 @@ rm -rf $RPM_BUILD_ROOT
 %ifarch %{ix86} %{x8664}
 #%attr(755,root,root) %{gstlibdir}/libgstreal.so
 %endif
-#%attr(755,root,root) %{gstlibdir}/libgstrfbsrc.so
+%attr(755,root,root) %{gstlibdir}/libgstrfbsrc.so
 %if %{with rsvg}
 %attr(755,root,root) %{gstlibdir}/libgstrsvg.so
 %endif
@@ -1111,6 +1161,10 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %attr(755,root,root) %{gstlibdir}/libgstflite.so
 
+%files -n gstreamer-fluidsynth
+%defattr(644,root,root,755)
+%attr(755,root,root) %{gstlibdir}/libgstfluidsynthmidi.so
+
 %files -n gstreamer-gme
 %defattr(644,root,root,755)
 %attr(755,root,root) %{gstlibdir}/libgstgme.so
@@ -1214,6 +1268,10 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{gstlibdir}/libgstopencv.so
 %endif
 
+%files -n gstreamer-openjpeg
+%defattr(644,root,root,755)
+%attr(755,root,root) %{gstlibdir}/libgstopenjpeg.so
+
 %files -n gstreamer-opus
 %defattr(644,root,root,755)
 %attr(755,root,root) %{gstlibdir}/libgstopus.so
@@ -1278,6 +1336,12 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{gstlibdir}/libgstdfbvideosink.so
 %endif
 
+%if %{with gles}
+%files -n gstreamer-videosink-egl-gles
+%defattr(644,root,root,755)
+%attr(755,root,root) %{gstlibdir}/libgsteglglessink.so
+%endif
+
 %if %{with sdl}
 %files -n gstreamer-videosink-sdl
 %defattr(644,root,root,755)
This page took 0.045531 seconds and 4 git commands to generate.