Blame SPECS/gstreamer1-plugins-bad-free.spec

0cfcf2
%global         majorminor 1.0
0cfcf2
%global         _gobject_introspection  1.31.1
0cfcf2
0cfcf2
# Only build extras on Fedora
0cfcf2
%if 0%{?fedora}
0cfcf2
%bcond_without extras
0cfcf2
%else
0cfcf2
%bcond_with extras
0cfcf2
%endif
0cfcf2
0cfcf2
#global gitrel     140
0cfcf2
#global gitcommit  4ca3a22b6b33ad8be4383063e76f79c4d346535d
0cfcf2
#global shortcommit %(c=%{gitcommit}; echo ${c:0:5})
0cfcf2
0cfcf2
Name:           gstreamer1-plugins-bad-free
ea9c76
Version:        1.16.1
ea9c76
Release:        1%{?gitcommit:.git%{shortcommit}}%{?dist}
0cfcf2
Summary:        GStreamer streaming media framework "bad" plugins
0cfcf2
0cfcf2
License:        LGPLv2+ and LGPLv2
0cfcf2
URL:            http://gstreamer.freedesktop.org/
0cfcf2
%if 0%{?gitrel}
0cfcf2
# git clone git://anongit.freedesktop.org/gstreamer/gst-plugins-good
0cfcf2
# cd gst-plugins-good; git reset --hard %{gitcommit}; ./autogen.sh; make; make distcheck
0cfcf2
# modified with gst-p-bad-cleanup.sh from SOURCE1
0cfcf2
%else
0cfcf2
# The source is:
0cfcf2
# http://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-%{version}.tar.xz
0cfcf2
# modified with gst-p-bad-cleanup.sh from SOURCE1
0cfcf2
%endif
0cfcf2
Source0:        gst-plugins-bad-free-%{version}.tar.xz
0cfcf2
Source1:        gst-p-bad-cleanup.sh
0cfcf2
0cfcf2
#upstream patches
0cfcf2
0cfcf2
BuildRequires:  gstreamer1-devel >= %{version}
0cfcf2
BuildRequires:  gstreamer1-plugins-base-devel >= %{version}
0cfcf2
0cfcf2
BuildRequires:  check
0cfcf2
BuildRequires:  gettext-devel
0cfcf2
BuildRequires:  libXt-devel
0cfcf2
BuildRequires:  gtk-doc
0cfcf2
BuildRequires:  gobject-introspection-devel >= %{_gobject_introspection}
0cfcf2
0cfcf2
BuildRequires:  bzip2-devel
0cfcf2
BuildRequires:  exempi-devel
0cfcf2
BuildRequires:  gsm-devel
0cfcf2
BuildRequires:  jasper-devel
0cfcf2
BuildRequires:  ladspa-devel
0cfcf2
BuildRequires:  lcms2-devel
0cfcf2
BuildRequires:  libdvdnav-devel
0cfcf2
BuildRequires:  libexif-devel
0cfcf2
BuildRequires:  libmpcdec-devel
0cfcf2
BuildRequires:  librsvg2-devel
0cfcf2
BuildRequires:  libsndfile-devel
0cfcf2
BuildRequires:  mesa-libGL-devel
0cfcf2
BuildRequires:  mesa-libGLES-devel
0cfcf2
BuildRequires:  mesa-libGLU-devel
0cfcf2
BuildRequires:  openssl-devel
0cfcf2
BuildRequires:  orc-devel
0cfcf2
BuildRequires:  python3-devel
0cfcf2
BuildRequires:  soundtouch-devel
0cfcf2
BuildRequires:  wavpack-devel
0cfcf2
BuildRequires:  opus-devel
0cfcf2
BuildRequires:  nettle-devel
0cfcf2
BuildRequires:  libgcrypt-devel
0cfcf2
%if 0%{?fedora} || 0%{?rhel} > 7
ea9c76
BuildRequires:  wayland-devel
0cfcf2
%endif
0cfcf2
BuildRequires:  gnutls-devel
0cfcf2
BuildRequires:  libsrtp-devel
0cfcf2
BuildRequires:  pkgconfig(gudev-1.0)
0cfcf2
BuildRequires:  pkgconfig(libusb-1.0)
0cfcf2
BuildRequires:  gtk3-devel >= 3.4
0cfcf2
BuildRequires:  bluez-libs-devel >= 5.0
0cfcf2
BuildRequires:  libwebp-devel
0cfcf2
BuildRequires:  mesa-libEGL-devel
0cfcf2
#BuildRequires:  vulkan-devel
0cfcf2
#BuildRequires:  mesa-vulkan-devel
0cfcf2
BuildRequires:  webrtc-audio-processing-devel
0cfcf2
0cfcf2
%if %{with extras}
0cfcf2
BuildRequires:  libbs2b-devel >= 3.1.0
0cfcf2
## Plugins not ported
0cfcf2
#BuildRequires:  dirac-devel
0cfcf2
#BuildRequires:  gmyth-devel >= 0.4
0cfcf2
BuildRequires:  fluidsynth-devel
0cfcf2
BuildRequires:  libass-devel
0cfcf2
BuildRequires:  libchromaprint-devel
0cfcf2
## Plugin not ported
0cfcf2
#BuildRequires:  libcdaudio-devel
0cfcf2
BuildRequires:  libcurl-devel
0cfcf2
BuildRequires:  game-music-emu-devel
0cfcf2
BuildRequires:  libkate-devel
0cfcf2
BuildRequires:  libmodplug-devel
0cfcf2
BuildRequires:  libofa-devel
0cfcf2
## Plugins not ported
0cfcf2
#BuildRequires:  libmusicbrainz-devel
0cfcf2
#BuildRequires:  libtimidity-devel
0cfcf2
BuildRequires:  libvdpau-devel
0cfcf2
BuildRequires:  openal-soft-devel
0cfcf2
#BuildRequires:  opencv-devel
0cfcf2
BuildRequires:  openjpeg2-devel
0cfcf2
## Plugins not ported
0cfcf2
#BuildRequires:  SDL-devel
0cfcf2
#BuildRequires:  slv2-devel
0cfcf2
BuildRequires:  wildmidi-devel
0cfcf2
BuildRequires:  zbar-devel
0cfcf2
BuildRequires:  zvbi-devel
0cfcf2
BuildRequires:  OpenEXR-devel
0cfcf2
%endif
0cfcf2
0cfcf2
0cfcf2
%description
0cfcf2
GStreamer is a streaming media framework, based on graphs of elements which
0cfcf2
operate on media data.
0cfcf2
0cfcf2
This package contains plug-ins that aren't tested well enough, or the code
0cfcf2
is not of good enough quality.
0cfcf2
0cfcf2
0cfcf2
%if %{with extras}
0cfcf2
%package extras
0cfcf2
Summary:         Extra GStreamer "bad" plugins (less often used "bad" plugins)
0cfcf2
Requires:        %{name}%{?_isa} = %{version}-%{release}
0cfcf2
0cfcf2
%description extras
0cfcf2
GStreamer is a streaming media framework, based on graphs of elements which
0cfcf2
operate on media data.
0cfcf2
0cfcf2
gstreamer-plugins-bad contains plug-ins that aren't tested well enough,
0cfcf2
or the code is not of good enough quality.
0cfcf2
0cfcf2
This package (%{name}-extras) contains
0cfcf2
extra "bad" plugins for sources (mythtv), sinks (fbdev) and
0cfcf2
effects (pitch) which are not used very much and require additional
0cfcf2
libraries to be installed.
0cfcf2
0cfcf2
0cfcf2
%package fluidsynth
0cfcf2
Summary:         GStreamer "bad" plugins fluidsynth plugin
0cfcf2
Requires:        %{name}%{?_isa} = %{version}-%{release}
0cfcf2
Requires:        soundfont2-default
0cfcf2
0cfcf2
%description fluidsynth
0cfcf2
GStreamer is a streaming media framework, based on graphs of elements which
0cfcf2
operate on media data.
0cfcf2
0cfcf2
gstreamer-plugins-bad contains plug-ins that aren't tested well enough,
0cfcf2
or the code is not of good enough quality.
0cfcf2
0cfcf2
This package (%{name}-fluidsynth) contains the fluidsynth
0cfcf2
plugin which allows playback of midi files.
0cfcf2
0cfcf2
0cfcf2
%package wildmidi
0cfcf2
Summary:         GStreamer "bad" plugins wildmidi plugin
0cfcf2
Requires:        %{name}%{?_isa} = %{version}-%{release}
0cfcf2
0cfcf2
%description wildmidi
0cfcf2
GStreamer is a streaming media framework, based on graphs of elements which
0cfcf2
operate on media data.
0cfcf2
0cfcf2
gstreamer-plugins-bad contains plug-ins that aren't tested well enough,
0cfcf2
or the code is not of good enough quality.
0cfcf2
0cfcf2
This package (%{name}-wildmidi) contains the wildmidi
0cfcf2
plugin which allows playback of midi files.
0cfcf2
%endif
0cfcf2
0cfcf2
0cfcf2
%package devel
0cfcf2
Summary:        Development files for the GStreamer media framework "bad" plug-ins
0cfcf2
Requires:       %{name}%{?_isa} = %{version}-%{release}
0cfcf2
Requires:       gstreamer1-plugins-base-devel
0cfcf2
0cfcf2
%description devel
0cfcf2
GStreamer is a streaming media framework, based on graphs of elements which
0cfcf2
operate on media data.
0cfcf2
0cfcf2
This package contains the development files for the plug-ins that
0cfcf2
aren't tested well enough, or the code is not of good enough quality.
0cfcf2
0cfcf2
0cfcf2
%prep
0cfcf2
%setup -q -n gst-plugins-bad-%{version}
0cfcf2
0cfcf2
%build
0cfcf2
%configure --disable-silent-rules --disable-fatal-warnings \
ea9c76
    --with-package-name="GStreamer-plugins-bad package" \
ea9c76
    --with-package-origin="http://www.redhat.com" \
0cfcf2
    %{!?with_extras:--disable-fbdev --disable-decklink --disable-linsys} \
0cfcf2
    --enable-debug --disable-static --enable-gtk-doc --enable-experimental \
0cfcf2
    --disable-dts --disable-faac --disable-faad --disable-nas \
0cfcf2
    --disable-mimic --disable-libmms --disable-mpeg2enc --disable-mplex \
0cfcf2
    --disable-neon --disable-rtmp --disable-xvid \
0cfcf2
    --disable-flite --disable-mpg123 --disable-sbc --disable-opencv \
0cfcf2
    --disable-spandsp --disable-voamrwbenc --disable-x265
0cfcf2
0cfcf2
%make_build
0cfcf2
0cfcf2
%install
0cfcf2
%make_install
0cfcf2
0cfcf2
# Register as an AppStream component to be visible in the software center
0cfcf2
#
0cfcf2
# NOTE: It would be *awesome* if this file was maintained by the upstream
0cfcf2
# project, translated and installed into the right place during `make install`.
0cfcf2
#
0cfcf2
# See http://www.freedesktop.org/software/appstream/docs/ for more details.
0cfcf2
#
0cfcf2
mkdir -p $RPM_BUILD_ROOT%{_datadir}/appdata
0cfcf2
cat > $RPM_BUILD_ROOT%{_datadir}/appdata/gstreamer-bad-free.appdata.xml <
0cfcf2
0cfcf2
0cfcf2
<component type="codec">
0cfcf2
  <id>gstreamer-bad-free</id>
0cfcf2
  <metadata_license>CC0-1.0</metadata_license>
0cfcf2
  <name>GStreamer Multimedia Codecs - Extra</name>
0cfcf2
  <summary>Multimedia playback for AIFF, DVB, GSM, MIDI, MXF and Opus</summary>
0cfcf2
  <description>
0cfcf2
    

0cfcf2
      This addon includes several additional codecs that are missing
0cfcf2
      something - perhaps a good code review, some documentation, a set of
0cfcf2
      tests, a real live maintainer, or some actual wide use.
0cfcf2
      However, they might be good enough to play your media files.
0cfcf2
    

0cfcf2
    

0cfcf2
      These codecs can be used to encode and decode media files where the
0cfcf2
      format is not patent encumbered.
0cfcf2
    

0cfcf2
    

0cfcf2
      A codec decodes audio and video for for playback or editing and is also
0cfcf2
      used for transmission or storage.
0cfcf2
      Different codecs are used in video-conferencing, streaming media and
0cfcf2
      video editing applications.
0cfcf2
    

0cfcf2
  </description>
0cfcf2
  <keywords>
0cfcf2
    <keyword>AIFF</keyword>
0cfcf2
    <keyword>DVB</keyword>
0cfcf2
    <keyword>GSM</keyword>
0cfcf2
    <keyword>MIDI</keyword>
0cfcf2
    <keyword>MXF</keyword>
0cfcf2
    <keyword>Opus</keyword>
0cfcf2
  </keywords>
0cfcf2
  <url type="homepage">http://gstreamer.freedesktop.org/</url>
0cfcf2
  <url type="bugtracker">https://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer</url>
0cfcf2
  <url type="help">http://gstreamer.freedesktop.org/documentation/</url>
0cfcf2
  <url type="donation">http://www.gnome.org/friends/</url>
0cfcf2
  <update_contact></update_contact>
0cfcf2
</component>
0cfcf2
EOF
0cfcf2
0cfcf2
%find_lang gst-plugins-bad-%{majorminor}
0cfcf2
0cfcf2
# unpackaged files
0cfcf2
find $RPM_BUILD_ROOT -name '*.la' -exec rm -fv {} ';'
0cfcf2
0cfcf2
0cfcf2
%ldconfig_scriptlets
0cfcf2
0cfcf2
%files -f gst-plugins-bad-%{majorminor}.lang
0cfcf2
%license COPYING COPYING.LIB
0cfcf2
%doc AUTHORS README REQUIREMENTS
0cfcf2
0cfcf2
%{_datadir}/appdata/*.appdata.xml
0cfcf2
0cfcf2
# presets
0cfcf2
%dir %{_datadir}/gstreamer-%{majorminor}/presets/
0cfcf2
%{_datadir}/gstreamer-%{majorminor}/presets/GstFreeverb.prs
0cfcf2
0cfcf2
# opencv data
0cfcf2
#{_datadir}/gst-plugins-bad/%{majorminor}/opencv_haarcascades/
0cfcf2
0cfcf2
%{_libdir}/libgstadaptivedemux-%{majorminor}.so.*
0cfcf2
%{_libdir}/libgstbasecamerabinsrc-%{majorminor}.so.*
0cfcf2
%{_libdir}/libgstbadaudio-%{majorminor}.so.*
0cfcf2
%{_libdir}/libgstcodecparsers-%{majorminor}.so.*
0cfcf2
%{_libdir}/libgstinsertbin-%{majorminor}.so.*
0cfcf2
%{_libdir}/libgstisoff-%{majorminor}.so.*
0cfcf2
%{_libdir}/libgstmpegts-%{majorminor}.so.*
0cfcf2
%{_libdir}/libgstplayer-%{majorminor}.so.*
0cfcf2
%{_libdir}/libgstphotography-%{majorminor}.so.*
ea9c76
%{_libdir}/libgstsctp-%{majorminor}.so.*
0cfcf2
%{_libdir}/libgsturidownloader-%{majorminor}.so.*
0cfcf2
%{_libdir}/libgstwebrtc-%{majorminor}.so.*
0cfcf2
%if 0%{?fedora} || 0%{?rhel} > 7
0cfcf2
%{_libdir}/libgstwayland-%{majorminor}.so.*
0cfcf2
%endif
0cfcf2
0cfcf2
%{_libdir}/girepository-1.0/GstInsertBin-1.0.typelib
0cfcf2
%{_libdir}/girepository-1.0/GstMpegts-1.0.typelib
0cfcf2
%{_libdir}/girepository-1.0/GstPlayer-1.0.typelib
0cfcf2
%{_libdir}/girepository-1.0/GstWebRTC-1.0.typelib
0cfcf2
0cfcf2
# Plugins without external dependencies
0cfcf2
%{_libdir}/gstreamer-%{majorminor}/libgstaccurip.so
0cfcf2
%{_libdir}/gstreamer-%{majorminor}/libgstadpcmdec.so
0cfcf2
%{_libdir}/gstreamer-%{majorminor}/libgstadpcmenc.so
0cfcf2
%{_libdir}/gstreamer-%{majorminor}/libgstaiff.so
0cfcf2
%{_libdir}/gstreamer-%{majorminor}/libgstasfmux.so
0cfcf2
%{_libdir}/gstreamer-%{majorminor}/libgstaudiobuffersplit.so
0cfcf2
%{_libdir}/gstreamer-%{majorminor}/libgstaudiofxbad.so
0cfcf2
%{_libdir}/gstreamer-%{majorminor}/libgstaudiolatency.so
0cfcf2
%{_libdir}/gstreamer-%{majorminor}/libgstaudiomixmatrix.so
0cfcf2
%{_libdir}/gstreamer-%{majorminor}/libgstaudiovisualizers.so
0cfcf2
%{_libdir}/gstreamer-%{majorminor}/libgstautoconvert.so
0cfcf2
%{_libdir}/gstreamer-%{majorminor}/libgstbayer.so
0cfcf2
%{_libdir}/gstreamer-%{majorminor}/libgstcamerabin.so
0cfcf2
%{_libdir}/gstreamer-%{majorminor}/libgstcoloreffects.so
0cfcf2
%{_libdir}/gstreamer-%{majorminor}/libgstdashdemux.so
0cfcf2
%{_libdir}/gstreamer-%{majorminor}/libgstfaceoverlay.so
0cfcf2
%if %{with extras}
0cfcf2
%{_libdir}/gstreamer-%{majorminor}/libgstfbdevsink.so
0cfcf2
%endif
0cfcf2
0cfcf2
%{_libdir}/gstreamer-%{majorminor}/libgstfestival.so
0cfcf2
%{_libdir}/gstreamer-%{majorminor}/libgstfieldanalysis.so
0cfcf2
%{_libdir}/gstreamer-%{majorminor}/libgstfreeverb.so
0cfcf2
%{_libdir}/gstreamer-%{majorminor}/libgstfrei0r.so
0cfcf2
%{_libdir}/gstreamer-%{majorminor}/libgstgaudieffects.so
0cfcf2
%{_libdir}/gstreamer-%{majorminor}/libgstgdp.so
0cfcf2
%{_libdir}/gstreamer-%{majorminor}/libgstgeometrictransform.so
0cfcf2
%{_libdir}/gstreamer-%{majorminor}/libgstlegacyrawparse.so
0cfcf2
%{_libdir}/gstreamer-%{majorminor}/libgstid3tag.so
0cfcf2
%{_libdir}/gstreamer-%{majorminor}/libgstipcpipeline.so
0cfcf2
%{_libdir}/gstreamer-%{majorminor}/libgstinter.so
0cfcf2
%{_libdir}/gstreamer-%{majorminor}/libgstinterlace.so
0cfcf2
%{_libdir}/gstreamer-%{majorminor}/libgstivfparse.so
0cfcf2
%{_libdir}/gstreamer-%{majorminor}/libgstivtc.so
0cfcf2
%{_libdir}/gstreamer-%{majorminor}/libgstjp2kdecimator.so
0cfcf2
%{_libdir}/gstreamer-%{majorminor}/libgstjpegformat.so
0cfcf2
%{_libdir}/gstreamer-%{majorminor}/libgstmidi.so
0cfcf2
%{_libdir}/gstreamer-%{majorminor}/libgstmpegpsdemux.so
0cfcf2
%{_libdir}/gstreamer-%{majorminor}/libgstmpegtsdemux.so
0cfcf2
%{_libdir}/gstreamer-%{majorminor}/libgstmpegpsmux.so
0cfcf2
%{_libdir}/gstreamer-%{majorminor}/libgstmpegtsmux.so
0cfcf2
%{_libdir}/gstreamer-%{majorminor}/libgstmxf.so
0cfcf2
%{_libdir}/gstreamer-%{majorminor}/libgstnetsim.so
0cfcf2
%{_libdir}/gstreamer-%{majorminor}/libgstpcapparse.so
0cfcf2
%{_libdir}/gstreamer-%{majorminor}/libgstpnm.so
0cfcf2
%{_libdir}/gstreamer-%{majorminor}/libgstproxy.so
0cfcf2
%{_libdir}/gstreamer-%{majorminor}/libgstremovesilence.so
0cfcf2
%{_libdir}/gstreamer-%{majorminor}/libgstresindvd.so
0cfcf2
%{_libdir}/gstreamer-%{majorminor}/libgstrfbsrc.so
0cfcf2
%{_libdir}/gstreamer-%{majorminor}/libgstrsvg.so
0cfcf2
%{_libdir}/gstreamer-%{majorminor}/libgstrtponvif.so
0cfcf2
%{_libdir}/gstreamer-%{majorminor}/libgstsdpelem.so
0cfcf2
%{_libdir}/gstreamer-%{majorminor}/libgstsegmentclip.so
0cfcf2
%{_libdir}/gstreamer-%{majorminor}/libgstshm.so
0cfcf2
%{_libdir}/gstreamer-%{majorminor}/libgstsmooth.so
0cfcf2
%{_libdir}/gstreamer-%{majorminor}/libgstsmoothstreaming.so
0cfcf2
%{_libdir}/gstreamer-%{majorminor}/libgstspeed.so
0cfcf2
%{_libdir}/gstreamer-%{majorminor}/libgstsubenc.so
0cfcf2
%{_libdir}/gstreamer-%{majorminor}/libgsttimecode.so
0cfcf2
%{_libdir}/gstreamer-%{majorminor}/libgstuvch264.so
0cfcf2
%{_libdir}/gstreamer-%{majorminor}/libgstvideofiltersbad.so
0cfcf2
%{_libdir}/gstreamer-%{majorminor}/libgstvideoframe_audiolevel.so
0cfcf2
%{_libdir}/gstreamer-%{majorminor}/libgstvideoparsersbad.so
0cfcf2
%{_libdir}/gstreamer-%{majorminor}/libgstvideosignal.so
0cfcf2
%{_libdir}/gstreamer-%{majorminor}/libgstvmnc.so
0cfcf2
%{_libdir}/gstreamer-%{majorminor}/libgstyadif.so
0cfcf2
%{_libdir}/gstreamer-%{majorminor}/libgsty4mdec.so
0cfcf2
0cfcf2
# System (Linux) specific plugins
0cfcf2
%{_libdir}/gstreamer-%{majorminor}/libgstdvb.so
0cfcf2
0cfcf2
# Plugins with external dependencies
0cfcf2
%{_libdir}/gstreamer-%{majorminor}/libgstbluez.so
0cfcf2
%{_libdir}/gstreamer-%{majorminor}/libgstbz2.so
ea9c76
%{_libdir}/gstreamer-%{majorminor}/libgstclosedcaption.so
0cfcf2
%{_libdir}/gstreamer-%{majorminor}/libgstcolormanagement.so
0cfcf2
%{_libdir}/gstreamer-%{majorminor}/libgstdtls.so
0cfcf2
%{_libdir}/gstreamer-%{majorminor}/libgsthls.so
0cfcf2
%{_libdir}/gstreamer-%{majorminor}/libgstgsm.so
0cfcf2
%{_libdir}/gstreamer-%{majorminor}/libgstkms.so
0cfcf2
%{_libdir}/gstreamer-%{majorminor}/libgstladspa.so
0cfcf2
%{_libdir}/gstreamer-%{majorminor}/libgstopusparse.so
0cfcf2
%{_libdir}/gstreamer-%{majorminor}/libgstsndfile.so
0cfcf2
%{_libdir}/gstreamer-%{majorminor}/libgstsoundtouch.so
0cfcf2
%{_libdir}/gstreamer-%{majorminor}/libgstsrtp.so
0cfcf2
%{_libdir}/gstreamer-%{majorminor}/libgstttmlsubs.so
0cfcf2
#{_libdir}/gstreamer-%{majorminor}/libgstvulkan.so
0cfcf2
%if 0%{?fedora} || 0%{?rhel} > 7
0cfcf2
%{_libdir}/gstreamer-%{majorminor}/libgstwaylandsink.so
0cfcf2
%endif
0cfcf2
%{_libdir}/gstreamer-%{majorminor}/libgstwebp.so
0cfcf2
%{_libdir}/gstreamer-%{majorminor}/libgstwebrtcdsp.so
0cfcf2
0cfcf2
#debugging plugin
0cfcf2
%{_libdir}/gstreamer-%{majorminor}/libgstdebugutilsbad.so
0cfcf2
0cfcf2
0cfcf2
%if %{with extras}
0cfcf2
%files extras
0cfcf2
# Plugins with external dependencies
0cfcf2
%{_libdir}/gstreamer-%{majorminor}/libgstassrender.so
0cfcf2
%{_libdir}/gstreamer-%{majorminor}/libgstbs2b.so
0cfcf2
%{_libdir}/gstreamer-%{majorminor}/libgstchromaprint.so
0cfcf2
%{_libdir}/gstreamer-%{majorminor}/libgstcurl.so
0cfcf2
%{_libdir}/gstreamer-%{majorminor}/libgstdecklink.so
0cfcf2
%{_libdir}/gstreamer-%{majorminor}/libgstgme.so
0cfcf2
%{_libdir}/gstreamer-%{majorminor}/libgstkate.so
0cfcf2
%{_libdir}/gstreamer-%{majorminor}/libgstmodplug.so
0cfcf2
%{_libdir}/gstreamer-%{majorminor}/libgstofa.so
0cfcf2
%{_libdir}/gstreamer-%{majorminor}/libgstopenal.so
0cfcf2
#{_libdir}/gstreamer-%{majorminor}/libgstopencv.so
0cfcf2
%{_libdir}/gstreamer-%{majorminor}/libgstopenexr.so
0cfcf2
%{_libdir}/gstreamer-%{majorminor}/libgstopenjpeg.so
0cfcf2
%{_libdir}/gstreamer-%{majorminor}/libgstteletext.so
0cfcf2
%{_libdir}/gstreamer-%{majorminor}/libgstvdpau.so
0cfcf2
%{_libdir}/gstreamer-%{majorminor}/libgstzbar.so
0cfcf2
0cfcf2
0cfcf2
%files fluidsynth
0cfcf2
# Plugins with external dependencies
0cfcf2
%{_libdir}/gstreamer-%{majorminor}/libgstfluidsynthmidi.so
0cfcf2
0cfcf2
%files wildmidi
0cfcf2
# Plugins with external dependencies
0cfcf2
%{_libdir}/gstreamer-%{majorminor}/libgstwildmidi.so
0cfcf2
%endif
0cfcf2
0cfcf2
0cfcf2
%files devel
0cfcf2
%doc %{_datadir}/gtk-doc/html/gst-plugins-bad-plugins-%{majorminor}
0cfcf2
%doc %{_datadir}/gtk-doc/html/gst-plugins-bad-libs-%{majorminor}
0cfcf2
0cfcf2
%{_datadir}/gir-1.0/GstInsertBin-%{majorminor}.gir
0cfcf2
%{_datadir}/gir-1.0/GstMpegts-%{majorminor}.gir
0cfcf2
%{_datadir}/gir-1.0/GstPlayer-%{majorminor}.gir
0cfcf2
%{_datadir}/gir-1.0/GstWebRTC-%{majorminor}.gir
0cfcf2
0cfcf2
%{_libdir}/libgstadaptivedemux-%{majorminor}.so
0cfcf2
%{_libdir}/libgstbasecamerabinsrc-%{majorminor}.so
0cfcf2
%{_libdir}/libgstbadaudio-%{majorminor}.so
0cfcf2
%{_libdir}/libgstcodecparsers-%{majorminor}.so
0cfcf2
%{_libdir}/libgstinsertbin-%{majorminor}.so
0cfcf2
%{_libdir}/libgstisoff-%{majorminor}.so
0cfcf2
%{_libdir}/libgstmpegts-%{majorminor}.so
0cfcf2
%{_libdir}/libgstplayer-%{majorminor}.so
0cfcf2
%{_libdir}/libgstphotography-%{majorminor}.so
ea9c76
%{_libdir}/libgstsctp-%{majorminor}.so
0cfcf2
%{_libdir}/libgsturidownloader-%{majorminor}.so
0cfcf2
%{_libdir}/libgstwebrtc-%{majorminor}.so
0cfcf2
%if 0%{?fedora} || 0%{?rhel} > 7
0cfcf2
%{_libdir}/libgstwayland-%{majorminor}.so
0cfcf2
%endif
0cfcf2
0cfcf2
%{_includedir}/gstreamer-%{majorminor}/gst/audio
0cfcf2
%{_includedir}/gstreamer-%{majorminor}/gst/basecamerabinsrc
0cfcf2
%{_includedir}/gstreamer-%{majorminor}/gst/codecparsers
0cfcf2
%{_includedir}/gstreamer-%{majorminor}/gst/insertbin
0cfcf2
%{_includedir}/gstreamer-%{majorminor}/gst/interfaces/photography*
0cfcf2
%{_includedir}/gstreamer-%{majorminor}/gst/isoff/
0cfcf2
%{_includedir}/gstreamer-%{majorminor}/gst/mpegts
0cfcf2
%{_includedir}/gstreamer-%{majorminor}/gst/player
ea9c76
%{_includedir}/gstreamer-%{majorminor}/gst/sctp
0cfcf2
%{_includedir}/gstreamer-%{majorminor}/gst/uridownloader
0cfcf2
%{_includedir}/gstreamer-%{majorminor}/gst/webrtc/
0cfcf2
0cfcf2
# pkg-config files
0cfcf2
%{_libdir}/pkgconfig/gstreamer-bad-audio-%{majorminor}.pc
0cfcf2
%{_libdir}/pkgconfig/gstreamer-codecparsers-%{majorminor}.pc
0cfcf2
%{_libdir}/pkgconfig/gstreamer-insertbin-%{majorminor}.pc
0cfcf2
%{_libdir}/pkgconfig/gstreamer-mpegts-%{majorminor}.pc
0cfcf2
%{_libdir}/pkgconfig/gstreamer-player-%{majorminor}.pc
0cfcf2
%{_libdir}/pkgconfig/gstreamer-plugins-bad-%{majorminor}.pc
ea9c76
%{_libdir}/pkgconfig/gstreamer-sctp-%{majorminor}.pc
0cfcf2
%{_libdir}/pkgconfig/gstreamer-webrtc-%{majorminor}.pc
0cfcf2
0cfcf2
0cfcf2
%changelog
ea9c76
* Mon Nov 18 2019 Wim Taymans <wtaymans@redhat.com> - 1.16.1-1
ea9c76
- Update to 1.16.1
ea9c76
- Remove upstreamed patches
ea9c76
- Remove dependency on removed package
ea9c76
- Add sctp and closedcaption plugins
ea9c76
- The vcdsrc plugin was removed
ea9c76
- Resolves: rhbz#1756299
ea9c76
0cfcf2
* Thu Aug 16 2018 Wim Taymans <wtaymans@redhat.com> - 1.14.0-5
0cfcf2
- Fixes for problems found by covscan
0cfcf2
- Resolves: rhbz#1602534
0cfcf2
0cfcf2
* Mon Aug 13 2018 Troy Dawson <tdawson@redhat.com> - 1.14.0-4
0cfcf2
- Add BuildRequest python3-devel
0cfcf2
0cfcf2
* Tue Jul 17 2018 Wim Taymans <wtaymans@redhat.com> - 1.14.0-3
0cfcf2
- Remove obsolete liboil BR (#1588303)
0cfcf2
- Only build extras on Fedora
0cfcf2
- bluez is not in extras
0cfcf2
- vdpau is in extras
0cfcf2
0cfcf2
* Tue Jul 17 2018 Wim Taymans <wtaymans@redhat.com> - 1.14.0-2
0cfcf2
- Use openjpeg2 instead of openjpeg (#1553079)
0cfcf2
0cfcf2
* Tue Mar 20 2018 Wim Taymans <wtaymans@redhat.com> - 1.14.0-1
0cfcf2
- Update to 1.14.0
0cfcf2
- add webrtc gir and typelib
0cfcf2
0cfcf2
* Wed Mar 14 2018 Wim Taymans <wtaymans@redhat.com> - 1.13.91-1
0cfcf2
- Update to 1.13.91
0cfcf2
0cfcf2
* Mon Mar 5 2018 Wim Taymans <wtaymans@redhat.com> - 1.13.90-1
0cfcf2
- Update to 1.13.90
0cfcf2
- Add audiolatency
0cfcf2
- Schrodinger element was removed
0cfcf2
0cfcf2
* Tue Feb 27 2018 Rex Dieter <rdieter@fedoraproject.org> - 1.13.1-2
0cfcf2
- drop -gtk subpkg, moved to gst1-plugins-good
0cfcf2
0cfcf2
* Fri Feb 23 2018 Rex Dieter <rdieter@fedoraproject.org> - 1.13.1-1
0cfcf2
- 1.13.1
0cfcf2
- use %%ldconfig_scriptlets %%make_build %%make_install
0cfcf2
- fix rpath in gst-p-bad-cleanup.sh
0cfcf2
- tighten subpkg deps with %%{?_isa}
0cfcf2
- -gtk subpkg now empty.  FIXME
0cfcf2
0cfcf2
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.12.4-3
0cfcf2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
0cfcf2
0cfcf2
* Mon Jan 8 2018 Wim Taymans <wtaymans@redhat.com> - 1.12.4-2
0cfcf2
- Rebuild for chromaprint .so change
0cfcf2
0cfcf2
* Mon Dec 11 2017 Wim Taymans <wtaymans@redhat.com> - 1.12.4-1
0cfcf2
- Update to 1.12.4
0cfcf2
0cfcf2
* Fri Oct 13 2017 Troy Dawson <tdawson@redhat.com> - 1.12.3-3
0cfcf2
- Cleanup spec file conditionals
0cfcf2
0cfcf2
* Sat Sep 30 2017 Jerry James <loganjerry@gmail.com> - 1.12.3-2
0cfcf2
- Rebuild for soundtouch 2.0.0
0cfcf2
0cfcf2
* Tue Sep 19 2017 Wim Taymans <wtaymans@redhat.com> - 1.12.3-1
0cfcf2
- Update to 1.12.3
0cfcf2
0cfcf2
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.12.2-5
0cfcf2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
0cfcf2
0cfcf2
* Sun Jul 30 2017 Florian Weimer <fweimer@redhat.com> - 1.12.2-4
0cfcf2
- Rebuild with binutils fix for ppc64le (#1475636)
0cfcf2
0cfcf2
* Thu Jul 27 2017 Jan Horak <jhorak@redhat.com> - 1.12.2-3
0cfcf2
- Added missing buildrequire on EGL
0cfcf2
0cfcf2
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.12.2-2
0cfcf2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
0cfcf2
0cfcf2
* Mon Jul 17 2017 Wim Taymans <wtaymans@redhat.com> - 1.12.2-1
0cfcf2
- Update to 1.12.2
0cfcf2
0cfcf2
* Tue Jun 20 2017 Wim Taymans <wtaymans@redhat.com> - 1.12.1-1
0cfcf2
- Update to 1.12.1
0cfcf2
0cfcf2
* Wed May 10 2017 Wim Taymans <wtaymans@redhat.com> - 1.12.0-1
0cfcf2
- Update to 1.12.0
0cfcf2
0cfcf2
* Fri Apr 28 2017 Wim Taymans <wtaymans@redhat.com> - 1.11.91-1
0cfcf2
- Update to 1.11.91
0cfcf2
0cfcf2
* Tue Apr 11 2017 Wim Taymans <wtaymans@redhat.com> - 1.11.90-1
0cfcf2
- Update to 1.11.90
0cfcf2
- Update plugin names
0cfcf2
- Remove old rawparse plugin
0cfcf2
- Add new allocator lib and legacyrawparse
0cfcf2
0cfcf2
* Fri Feb 24 2017 Wim Taymans <wtaymans@redhat.com> - 1.11.2-1
0cfcf2
- Update to 1.11.2
0cfcf2
- add audiomixmatrix
0cfcf2
0cfcf2
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.11.1-3
0cfcf2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
0cfcf2
0cfcf2
* Wed Feb 01 2017 Sandro Mani <manisandro@gmail.com> - 1.11.1-2
0cfcf2
- Rebuild (libwebp)
0cfcf2
0cfcf2
* Fri Jan 13 2017 Wim Taymans <wtaymans@redhat.com> - 1.11.1-1
0cfcf2
- Update to 1.11.1
0cfcf2
- Add audiobuffersplit
0cfcf2
- Dataurisrc was moved to core
0cfcf2
- Add ttmlsubs plugin
0cfcf2
0cfcf2
* Mon Dec 05 2016 Wim Taymans <wtaymans@redhat.com> - 1.10.2-1
0cfcf2
- Update to 1.10.2
0cfcf2
0cfcf2
* Mon Nov 28 2016 Wim Taymans <wtaymans@redhat.com> - 1.10.1-1
0cfcf2
- Update to 1.10.1
0cfcf2
0cfcf2
* Thu Nov 03 2016 Wim Taymans <wtaymans@redhat.com> - 1.10.0-1
0cfcf2
- Update to 1.10.0
0cfcf2
0cfcf2
* Sat Oct 01 2016 Wim Taymans <wtaymans@redhat.com> - 1.9.90-1
0cfcf2
- Update to 1.9.90
0cfcf2
0cfcf2
* Fri Sep 02 2016 Wim Taymans <wtaymans@redhat.com> - 1.9.2-2
0cfcf2
- Rebuild
0cfcf2
0cfcf2
* Thu Sep 01 2016 Wim Taymans <wtaymans@redhat.com> - 1.9.2-1
0cfcf2
- Update to 1.9.2
0cfcf2
0cfcf2
* Fri Aug 26 2016 Hans de Goede <hdegoede@redhat.com> - 1.9.1-3
0cfcf2
- Rebuild for new wildmidi
0cfcf2
0cfcf2
* Wed Aug 10 2016 Wim Taymans <wtaymans@redhat.com> - 1.9.1-2
0cfcf2
- Merge patches from Kevin Kofler (#1267665)
0cfcf2
- Split gtksink into a -gtk subpackage (#1295444)
0cfcf2
- Split wildmidi plugin into a -wildmidi subpackage (#1267665)
0cfcf2
- BR mesa-libGLES-devel to enable OpenGL ES 2 support in GstGL (#1308290)
0cfcf2
0cfcf2
* Thu Jul 07 2016 Wim Taymans <wtaymans@redhat.com> - 1.9.1-1
0cfcf2
- Update to 1.9.1
0cfcf2
- add musepack plugin
0cfcf2
- add kmssink plugin
0cfcf2
0cfcf2
* Thu Jun 09 2016 Wim Taymans <wtaymans@redhat.com> - 1.8.2-1
0cfcf2
- Update to 1.8.2
0cfcf2
0cfcf2
* Sun May 08 2016 Wim Taymans <wtaymans@redhat.com> - 1.8.1-2
0cfcf2
- Rebuild for opencv
0cfcf2
- Disable opencv, the version is too new
0cfcf2
0cfcf2
* Thu Apr 21 2016 Wim Taymans <wtaymans@redhat.com> - 1.8.1-1
0cfcf2
- Update to 1.8.1
0cfcf2
0cfcf2
* Thu Mar 24 2016 Wim Taymans <wtaymans@redhat.com> - 1.8.0-1
0cfcf2
- Update to 1.8.0
0cfcf2
0cfcf2
* Wed Mar 16 2016 Wim Taymans <wtaymans@redhat.com> - 1.7.91-1
0cfcf2
- Update to 1.7.91
0cfcf2
- The opus parse was not moved so we still need opus-devel and we still
0cfcf2
  ship a plugin.
0cfcf2
- the plugin was renamed to opusparse
0cfcf2
0cfcf2
* Wed Mar 02 2016 Wim Taymans <wtaymans@redhat.com> - 1.7.90-1
0cfcf2
- Update to 1.7.90
0cfcf2
- the opus plugin was moved to -base.
0cfcf2
0cfcf2
* Thu Feb 25 2016 Wim Taymans <wtaymans@redhat.com> - 1.7.2-2
0cfcf2
- Rebuild for soundtouch ABI break (#1311323)
0cfcf2
0cfcf2
* Fri Feb 19 2016 Wim Taymans <wtaymans@redhat.com> - 1.7.2-1
0cfcf2
- Update to 1.7.2
0cfcf2
- remove rtpbad plugin, it was moved
0cfcf2
- add new libraries and netsim plugin
0cfcf2
0cfcf2
* Tue Feb 16 2016 Wim Taymans <wtaymans@redhat.com> - 1.7.1-5
0cfcf2
- add chromaprint plugin
0cfcf2
0cfcf2
* Thu Feb 04 2016 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.7.1-4
0cfcf2
- Append --disable-fatal-warnings to %%configure to prevent
0cfcf2
  building from aborting for negligible warnings (Fix F24FTBFS)
0cfcf2
- Append --disable-silent-rules to %%configure to make
0cfcf2
  building verbose.
0cfcf2
- Don't remove buildroot before installing.
0cfcf2
0cfcf2
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.1-3
0cfcf2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
0cfcf2
0cfcf2
* Tue Jan 5 2016 Wim Taymans <wtaymans@redhat.com> - 1.7.1-2
0cfcf2
- remove rpath from gtksink and mxf
0cfcf2
- Fix description line too long
0cfcf2
0cfcf2
* Tue Jan 5 2016 Wim Taymans <wtaymans@redhat.com> - 1.7.1-1
0cfcf2
- Update to 1.7.1
0cfcf2
- rename fragmented -> hls
0cfcf2
- remove liveadder
0cfcf2
- add gstplayer
0cfcf2
- add teletextdec and videoframe_audiolevel
0cfcf2
0cfcf2
* Mon Dec 28 2015 Rex Dieter <rdieter@fedoraproject.org> 1.6.2-2
0cfcf2
- rebuild (libwebp)
0cfcf2
0cfcf2
* Tue Dec 15 2015 Wim Taymans <wtaymans@redhat.com> - 1.6.2-1
0cfcf2
- Update to 1.6.2
0cfcf2
0cfcf2
* Mon Nov 9 2015 Wim Taymans <wtaymans@redhat.com> - 1.6.1-2
0cfcf2
- Enable more plugins: gtksink, webp, bluez, bs2b, gme, ofa, openal,
0cfcf2
  opencv, openjpeg
0cfcf2
0cfcf2
* Mon Nov 2 2015 Wim Taymans <wtaymans@redhat.com> - 1.6.1-1
0cfcf2
- Update to 1.6.1
0cfcf2
0cfcf2
* Sat Sep 26 2015 Kalev Lember <klember@redhat.com> - 1.6.0-1
0cfcf2
- Update to 1.6.0
0cfcf2
- Remove lib64 rpaths from a few more libraries
0cfcf2
- Use license macro for COPYING and COPYING.LIB
0cfcf2
0cfcf2
* Mon Sep 21 2015 Wim Taymans <wtaymans@redhat.com> - 1.5.91-1
0cfcf2
- Update to 1.5.91
0cfcf2
0cfcf2
* Fri Sep 18 2015 Richard Hughes <rhughes@redhat.com> - 1.5.90-3
0cfcf2
- Add optional data to AppStream metadata.
0cfcf2
0cfcf2
* Mon Aug 24 2015 Wim Taymans <wtaymans@redhat.com> - 1.5.90-2
0cfcf2
- Enable uvch264
0cfcf2
0cfcf2
* Wed Aug 19 2015 Wim Taymans <wtaymans@redhat.com> - 1.5.90-1
0cfcf2
- Update to 1.5.90
0cfcf2
0cfcf2
* Thu Jun 25 2015 Wim Taymans <wtaymans@redhat.com> - 1.5.2-1
0cfcf2
- Update to 1.5.2
0cfcf2
0cfcf2
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.1-2
0cfcf2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
0cfcf2
0cfcf2
* Mon Jun 08 2015 Wim Taymans <wtaymans@redhat.com> - 1.5.1-1
0cfcf2
- Update to 1.5.1
0cfcf2
- Drop old patch
0cfcf2
0cfcf2
* Mon May 04 2015 Kalev Lember <kalevlember@gmail.com> - 1.4.5-5
0cfcf2
- Rebuilt for nettle soname bump
0cfcf2
0cfcf2
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 1.4.5-4
0cfcf2
- Rebuilt for GCC 5 C++11 ABI change
0cfcf2
0cfcf2
* Wed Mar 25 2015 Richard Hughes <rhughes@redhat.com> - 1.4.5-3
0cfcf2
- Register as an AppStream component.
0cfcf2
0cfcf2
* Fri Mar 06 2015 David Woodhouse <dwmw2@infradead.org> - 1.4.5-2
0cfcf2
- Fix RTP/RTCP muxing (#1199578)
0cfcf2
0cfcf2
* Tue Feb 03 2015 Wim Taymans <wtaymans@redhat.com> - 1.4.5-1
0cfcf2
- Update to 1.4.5
0cfcf2
0cfcf2
* Tue Nov 25 2014 Rex Dieter <rdieter@fedoraproject.org> 1.4.4-2
0cfcf2
- rebuild (openexr)
0cfcf2
0cfcf2
* Fri Nov 14 2014 Kalev Lember <kalevlember@gmail.com> - 1.4.4-1
0cfcf2
- Update to 1.4.4
0cfcf2
0cfcf2
* Fri Nov 14 2014 Tom Callaway <spot@fedoraproject.org> - 1.4.2-3
0cfcf2
- Rebuild for new libsrtp
0cfcf2
0cfcf2
* Mon Sep 22 2014 Wim Taymans <wtaymans@redhat.com> - 1.4.2-2
0cfcf2
- Remove celt buildreq, the plugin was removed and so is celt-devel
0cfcf2
0cfcf2
* Mon Sep 22 2014 Wim Taymans <wtaymans@redhat.com> - 1.4.2-1
0cfcf2
- Update to 1.4.2.
0cfcf2
0cfcf2
* Fri Aug 29 2014 Wim Taymans <wtaymans@redhat.com> - 1.4.1-1
0cfcf2
- Update to 1.4.1.
0cfcf2
0cfcf2
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.0-2
0cfcf2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
0cfcf2
0cfcf2
* Tue Jul 22 2014 Wim Taymans <wtaymans@redhat.com> - 1.4.0-1
0cfcf2
- Update to 1.4.0.
0cfcf2
0cfcf2
* Fri Jul 11 2014 Wim Taymans <wtaymans@redhat.com> - 1.3.91-1
0cfcf2
- Update to 1.3.91.
0cfcf2
- Remove old libraries
0cfcf2
0cfcf2
* Tue Jun 17 2014 Wim Taymans <wtaymans@redhat.com> - 1.2.4-1
0cfcf2
- Update to 1.2.4.
0cfcf2
0cfcf2
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.3-4
0cfcf2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
0cfcf2
0cfcf2
* Thu Mar 20 2014 Hans de Goede <hdegoede@}redhat.com> - 1.2.3-3
0cfcf2
- Put the fluidsynth plugin in its own subpackage and make it require
0cfcf2
  soundfont2-default (rhbz#1078925)
0cfcf2
0cfcf2
* Wed Mar 19 2014 Peter Robinson <pbrobinson@fedoraproject.org> 1.2.3-2
0cfcf2
- Bump (libass)
0cfcf2
0cfcf2
* Mon Feb 10 2014 Brian Pepple <bpepple@fedoraproject.org> - 1.2.3-1
0cfcf2
- Update to 1.2.3.
0cfcf2
0cfcf2
* Thu Feb  6 2014 Brian Pepple <bpepple@fedoraproject.org> - 1.2.2-2
0cfcf2
- Build the srtp plugin. (#1055669)
0cfcf2
0cfcf2
* Fri Dec 27 2013 Brian Pepple <bpepple@fedoraproject.org> - 1.2.2-1
0cfcf2
- Update to 1.2.2.
0cfcf2
0cfcf2
* Fri Nov 15 2013 Brian Pepple <bpepple@fedoraproject.org> - 1.2.1-4
0cfcf2
- Build fluidsynth plugin. (#1024906)
0cfcf2
0cfcf2
* Thu Nov 14 2013 Brian Pepple <bpepple@fedoraproject.org> - 1.2.1-3
0cfcf2
- Add BR on gnutls-devel for HLS support. (#1030491)
0cfcf2
0cfcf2
* Mon Nov 11 2013 Brian Pepple <bpepple@fedoraproject.org> - 1.2.1-2
0cfcf2
- Build ladspa, libkate, and wildmidi plugins.
0cfcf2
0cfcf2
* Mon Nov 11 2013 Brian Pepple <bpepple@fedoraproject.org> - 1.2.1-1
0cfcf2
- Update to 1.2.1.
0cfcf2
0cfcf2
* Fri Nov  8 2013 Brian Pepple <bpepple@fedoraproject.org> - 1.2.0-3
0cfcf2
- Build gobject-introspection support. (#1028156)
0cfcf2
0cfcf2
* Fri Oct 04 2013 Bastien Nocera <bnocera@redhat.com> 1.2.0-2
0cfcf2
- Build the wayland video output plugin
0cfcf2
0cfcf2
* Tue Sep 24 2013 Brian Pepple <bpepple@fedoraproject.org> - 1.2.0-1
0cfcf2
- Update to 1.2.0.
0cfcf2
0cfcf2
* Thu Sep 19 2013 Brian Pepple <bpepple@fedoraproject.org> - 1.1.90-1
0cfcf2
- Update to 1.1.90.
0cfcf2
0cfcf2
* Wed Aug 28 2013 Brian Pepple <bpepple@fedoraproject.org> - 1.1.4-1
0cfcf2
- Update to 1.1.4.
0cfcf2
0cfcf2
* Mon Jul 29 2013 Brian Pepple <bpepple@fedoraproject.org> - 1.1.3-1
0cfcf2
- Update to 1.1.3.
0cfcf2
0cfcf2
* Fri Jul 12 2013 Brian Pepple <bpepple@fedoraproject.org> - 1.1.2-1
0cfcf2
- Update to 1.1.2.
0cfcf2
0cfcf2
* Tue May 07 2013 Colin Walters <walters@verbum.org> - 1.0.7-2
0cfcf2
- Move libgstdecklink to its correct place in extras; needed for RHEL
0cfcf2
0cfcf2
* Fri Apr 26 2013 Brian Pepple <bpepple@fedoraproject.org> - 1.0.7-1
0cfcf2
- Update to 1.0.7.
0cfcf2
0cfcf2
* Sun Mar 24 2013 Brian Pepple <bpepple@fedoraproject.org> - 1.0.6-1
0cfcf2
- Update to 1.0.6.
0cfcf2
- Drop BR on PyXML.
0cfcf2
0cfcf2
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.5-2
0cfcf2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
0cfcf2
0cfcf2
* Tue Jan  8 2013 Brian Pepple <bpepple@fedoraproject.org> - 1.0.5-1
0cfcf2
- Update to 1.0.5
0cfcf2
0cfcf2
* Wed Dec 19 2012 Brian Pepple <bpepple@fedoraproject.org> - 1.0.4-1
0cfcf2
- Update to 1.0.4
0cfcf2
0cfcf2
* Wed Nov 21 2012 Brian Pepple <bpepple@fedoraproject.org> - 1.0.3-1
0cfcf2
- Update to 1.0.3
0cfcf2
0cfcf2
* Thu Oct 25 2012 Brian Pepple <bpepple@fedoraproject.org> - 1.0.2-1
0cfcf2
- Update to 1.0.2
0cfcf2
0cfcf2
* Sun Oct  7 2012 Brian Pepple <bpepple@fedoraproject.org> - 1.0.1-1
0cfcf2
- Update to 1.0.1
0cfcf2
- Add frei0r plugin to file list.
0cfcf2
0cfcf2
* Mon Oct  1 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 1.0.0-3
0cfcf2
- Enable verbose build
0cfcf2
0cfcf2
* Wed Sep 26 2012 Brian Pepple <bpepple@fedoraproject.org> - 1.0.0-2
0cfcf2
- Build opus plugin.
0cfcf2
0cfcf2
* Mon Sep 24 2012 Brian Pepple <bpepple@fedoraproject.org> - 1.0.0-1
0cfcf2
- Update to 1.0.0.
0cfcf2
0cfcf2
* Thu Sep 20 2012 Bastien Nocera <bnocera@redhat.com> 0.11.99-2
0cfcf2
- The soundtouch-devel BR should be on, even with extras disabled
0cfcf2
0cfcf2
* Wed Sep 19 2012 Brian Pepple <bpepple@fedoraproject.org> - 0.11.99-1
0cfcf2
- Update to 0.11.99
0cfcf2
0cfcf2
* Fri Sep 14 2012 Brian Pepple <bpepple@fedoraproject.org> - 0.11.94-1
0cfcf2
- Update to 0.11.94.
0cfcf2
0cfcf2
* Sat Aug 18 2012 Brian Pepple <bpepple@fedoraproject.org> - 0.11.93-2
0cfcf2
- Fix permission on tarball clean-up script.
0cfcf2
- Re-enable soundtouch-devel.
0cfcf2
- Add COPYING.LIB to package.
0cfcf2
- Use %%global instead of %%define.
0cfcf2
0cfcf2
* Wed Aug 15 2012 Brian Pepple <bpepple@fedoraproject.org> - 0.11.93-1
0cfcf2
- Update to 0.11.93.
0cfcf2
0cfcf2
* Fri Jul 20 2012 Brian Pepple <bpepple@fedoraproject.org> - 0.11.92-1
0cfcf2
- Initial Fedora spec file.