2013-11-08 01:07:56 +00:00
|
|
|
%global majorminor 1.0
|
|
|
|
%global _gobject_introspection 1.31.1
|
2012-08-20 16:09:17 +00:00
|
|
|
|
2018-07-17 10:56:09 +00:00
|
|
|
# Only have extras package on fedora
|
2023-09-22 19:43:24 +00:00
|
|
|
%bcond extras %{defined fedora}
|
|
|
|
%bcond opencv %[ 0%{?fedora} >= 39 ]
|
2012-08-20 16:09:17 +00:00
|
|
|
|
2015-06-08 15:45:24 +00:00
|
|
|
#global gitrel 140
|
|
|
|
#global gitcommit 4ca3a22b6b33ad8be4383063e76f79c4d346535d
|
|
|
|
#global shortcommit %(c=%{gitcommit}; echo ${c:0:5})
|
|
|
|
|
2012-08-20 16:09:17 +00:00
|
|
|
Name: gstreamer1-plugins-bad-free
|
2024-02-07 20:15:15 +00:00
|
|
|
Version: 1.23.1
|
|
|
|
Release: 1%{?dist}
|
2012-08-20 16:09:17 +00:00
|
|
|
Summary: GStreamer streaming media framework "bad" plugins
|
|
|
|
|
|
|
|
License: LGPLv2+ and LGPLv2
|
|
|
|
URL: http://gstreamer.freedesktop.org/
|
2015-06-08 15:45:24 +00:00
|
|
|
%if 0%{?gitrel}
|
2023-12-20 22:57:09 +00:00
|
|
|
# git clone git://anongit.freedesktop.org/gstreamer/gst-plugins-bad
|
|
|
|
# cd gst-plugins-bad; git reset --hard %{gitcommit}; ./autogen.sh; make; make distcheck
|
2015-06-08 15:45:24 +00:00
|
|
|
# modified with gst-p-bad-cleanup.sh from SOURCE1
|
|
|
|
%else
|
2012-08-20 16:09:17 +00:00
|
|
|
# The source is:
|
2023-12-20 22:57:09 +00:00
|
|
|
# https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-%{version}.tar.xz
|
2012-08-20 16:09:17 +00:00
|
|
|
# modified with gst-p-bad-cleanup.sh from SOURCE1
|
2015-06-08 15:45:24 +00:00
|
|
|
%endif
|
2012-08-20 16:09:17 +00:00
|
|
|
Source0: gst-plugins-bad-free-%{version}.tar.xz
|
|
|
|
Source1: gst-p-bad-cleanup.sh
|
|
|
|
|
2020-06-22 15:43:24 +00:00
|
|
|
BuildRequires: meson >= 0.48.0
|
2020-07-08 20:10:55 +00:00
|
|
|
BuildRequires: gcc-c++
|
2012-08-20 16:09:17 +00:00
|
|
|
BuildRequires: gstreamer1-devel >= %{version}
|
|
|
|
BuildRequires: gstreamer1-plugins-base-devel >= %{version}
|
|
|
|
|
|
|
|
BuildRequires: check
|
|
|
|
BuildRequires: gettext-devel
|
|
|
|
BuildRequires: libXt-devel
|
2013-11-08 01:07:56 +00:00
|
|
|
BuildRequires: gobject-introspection-devel >= %{_gobject_introspection}
|
2012-08-20 16:09:17 +00:00
|
|
|
|
|
|
|
BuildRequires: bzip2-devel
|
|
|
|
BuildRequires: exempi-devel
|
2020-07-08 20:10:55 +00:00
|
|
|
%if 0%{?fedora} >= 31 || 0%{?rhel} >= 9
|
2019-09-23 08:52:01 +00:00
|
|
|
BuildRequires: fdk-aac-free-devel
|
2019-09-23 09:10:55 +00:00
|
|
|
%endif
|
2012-08-20 16:09:17 +00:00
|
|
|
BuildRequires: gsm-devel
|
|
|
|
BuildRequires: jasper-devel
|
2018-02-25 00:29:32 +00:00
|
|
|
BuildRequires: lcms2-devel
|
2012-08-20 16:09:17 +00:00
|
|
|
BuildRequires: libdvdnav-devel
|
|
|
|
BuildRequires: libexif-devel
|
|
|
|
BuildRequires: librsvg2-devel
|
|
|
|
BuildRequires: libsndfile-devel
|
2014-07-11 21:03:57 +00:00
|
|
|
BuildRequires: mesa-libGL-devel
|
2016-08-10 06:49:06 +00:00
|
|
|
BuildRequires: mesa-libGLES-devel
|
2012-08-20 16:09:17 +00:00
|
|
|
BuildRequires: mesa-libGLU-devel
|
|
|
|
BuildRequires: openssl-devel
|
|
|
|
BuildRequires: orc-devel
|
2012-09-20 11:45:59 +00:00
|
|
|
BuildRequires: soundtouch-devel
|
2012-09-26 17:58:18 +00:00
|
|
|
BuildRequires: wavpack-devel
|
2016-03-16 08:35:25 +00:00
|
|
|
BuildRequires: opus-devel
|
2017-10-13 18:19:34 +00:00
|
|
|
%if 0%{?fedora} || 0%{?rhel} > 7
|
2019-02-28 21:32:04 +00:00
|
|
|
BuildRequires: wayland-devel
|
2022-01-10 15:02:51 +00:00
|
|
|
BuildRequires: wayland-protocols-devel
|
2014-11-04 22:03:47 +00:00
|
|
|
%endif
|
2013-11-14 15:39:26 +00:00
|
|
|
BuildRequires: gnutls-devel
|
2014-02-06 14:51:23 +00:00
|
|
|
BuildRequires: libsrtp-devel
|
2015-08-24 15:03:10 +00:00
|
|
|
BuildRequires: pkgconfig(gudev-1.0)
|
|
|
|
BuildRequires: pkgconfig(libusb-1.0)
|
2015-11-09 11:59:39 +00:00
|
|
|
BuildRequires: gtk3-devel >= 3.4
|
|
|
|
BuildRequires: bluez-libs-devel >= 5.0
|
|
|
|
BuildRequires: libwebp-devel
|
2017-07-27 08:34:27 +00:00
|
|
|
BuildRequires: mesa-libEGL-devel
|
2020-06-22 15:50:06 +00:00
|
|
|
BuildRequires: vulkan-devel
|
2018-02-25 00:34:33 +00:00
|
|
|
#BuildRequires: mesa-vulkan-devel
|
2018-02-25 00:29:32 +00:00
|
|
|
BuildRequires: webrtc-audio-processing-devel
|
2020-06-22 15:13:54 +00:00
|
|
|
%if 0
|
2020-06-22 14:57:00 +00:00
|
|
|
BuildRequires: wpewebkit-devel
|
|
|
|
BuildRequires: wpebackend-fdo-devel
|
2020-06-22 15:13:54 +00:00
|
|
|
%endif
|
2020-06-23 08:01:07 +00:00
|
|
|
BuildRequires: glslc
|
|
|
|
BuildRequires: libdrm-devel
|
2023-11-21 15:20:52 +00:00
|
|
|
BuildRequires: libva-devel
|
2024-02-07 20:59:15 +00:00
|
|
|
BuildRequires: liblc3-devel
|
2012-08-20 16:09:17 +00:00
|
|
|
|
|
|
|
%if %{with extras}
|
2021-02-25 15:00:31 +00:00
|
|
|
BuildRequires: ladspa-devel
|
|
|
|
BuildRequires: libmicrodns-devel
|
|
|
|
BuildRequires: liblrdf-devel
|
|
|
|
BuildRequires: srt-devel
|
|
|
|
BuildRequires: zvbi-devel
|
|
|
|
BuildRequires: libopenmpt-devel
|
2021-01-26 15:20:04 +00:00
|
|
|
BuildRequires: libaom-devel
|
2015-11-09 11:59:39 +00:00
|
|
|
BuildRequires: libbs2b-devel >= 3.1.0
|
2012-08-20 16:09:17 +00:00
|
|
|
## Plugins not ported
|
|
|
|
#BuildRequires: dirac-devel
|
|
|
|
#BuildRequires: gmyth-devel >= 0.4
|
2013-11-15 01:45:35 +00:00
|
|
|
BuildRequires: fluidsynth-devel
|
2012-08-20 16:09:17 +00:00
|
|
|
BuildRequires: libass-devel
|
2016-02-16 11:10:54 +00:00
|
|
|
BuildRequires: libchromaprint-devel
|
2012-08-20 16:09:17 +00:00
|
|
|
## Plugin not ported
|
|
|
|
#BuildRequires: libcdaudio-devel
|
|
|
|
BuildRequires: libcurl-devel
|
2020-06-23 08:13:47 +00:00
|
|
|
BuildRequires: libssh2-devel
|
|
|
|
BuildRequires: libxml2-devel
|
2015-11-09 11:59:39 +00:00
|
|
|
BuildRequires: game-music-emu-devel
|
2013-11-11 18:08:58 +00:00
|
|
|
BuildRequires: libkate-devel
|
2012-08-20 16:09:17 +00:00
|
|
|
BuildRequires: libmodplug-devel
|
2023-04-24 15:46:26 +00:00
|
|
|
BuildRequires: libmpcdec-devel
|
2012-08-20 16:09:17 +00:00
|
|
|
## Plugins not ported
|
|
|
|
#BuildRequires: libmusicbrainz-devel
|
|
|
|
#BuildRequires: libtimidity-devel
|
2015-11-09 11:59:39 +00:00
|
|
|
BuildRequires: openal-soft-devel
|
2023-09-22 19:43:24 +00:00
|
|
|
%if %{with opencv}
|
|
|
|
BuildRequires: opencv-devel
|
|
|
|
%endif
|
2018-05-21 09:19:17 +00:00
|
|
|
BuildRequires: openjpeg2-devel
|
2020-03-20 18:09:11 +00:00
|
|
|
BuildRequires: pkgconfig(spandsp) >= 0.0.6
|
2012-08-20 16:09:17 +00:00
|
|
|
## Plugins not ported
|
|
|
|
#BuildRequires: SDL-devel
|
2019-06-24 15:25:20 +00:00
|
|
|
BuildRequires: lilv-devel
|
2013-11-11 18:08:58 +00:00
|
|
|
BuildRequires: wildmidi-devel
|
2012-08-20 16:09:17 +00:00
|
|
|
BuildRequires: zbar-devel
|
2014-07-11 21:03:57 +00:00
|
|
|
BuildRequires: OpenEXR-devel
|
2021-01-12 11:13:20 +00:00
|
|
|
BuildRequires: libnice-devel
|
2021-06-04 10:02:28 +00:00
|
|
|
# libldac is not built on x390x, see rhbz#1677491
|
|
|
|
%ifnarch s390x
|
|
|
|
BuildRequires: pkgconfig(ldacBT-enc)
|
|
|
|
%endif
|
|
|
|
BuildRequires: qrencode-devel
|
|
|
|
BuildRequires: json-glib-devel
|
2023-04-24 15:46:26 +00:00
|
|
|
BuildRequires: vo-amrwbenc-devel
|
2023-12-20 22:57:09 +00:00
|
|
|
BuildRequires: libavtp-devel
|
|
|
|
BuildRequires: libdca-devel
|
|
|
|
BuildRequires: flite-devel
|
2012-08-20 16:09:17 +00:00
|
|
|
%endif
|
|
|
|
|
2023-09-22 19:39:50 +00:00
|
|
|
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
|
|
|
|
2020-07-08 20:10:55 +00:00
|
|
|
%if 0%{?fedora} >= 31 || 0%{?rhel} >= 9
|
2019-09-23 08:52:01 +00:00
|
|
|
# libgstfdkaac.so used to be shipped in -nonfree
|
2019-10-04 14:08:48 +00:00
|
|
|
Obsoletes: gstreamer1-plugins-bad-nonfree < 1.16.1-2
|
2019-09-23 09:10:55 +00:00
|
|
|
%endif
|
2023-12-20 22:57:09 +00:00
|
|
|
# dtsdec, dvbsuboverlay, siren used to be shipped in -freeworld
|
|
|
|
Conflicts: gstreamer1-plugins-bad-freeworld < 1.22.7-2
|
2012-08-20 16:09:17 +00:00
|
|
|
|
2020-09-22 14:15:49 +00:00
|
|
|
# Drop after f36
|
|
|
|
Provides: gst-transcoder = 1.16.0-4
|
|
|
|
Obsoletes: gst-transcoder < 1.16.0-4
|
|
|
|
|
2012-08-20 16:09:17 +00:00
|
|
|
%description
|
|
|
|
GStreamer is a streaming media framework, based on graphs of elements which
|
|
|
|
operate on media data.
|
|
|
|
|
|
|
|
This package contains plug-ins that aren't tested well enough, or the code
|
|
|
|
is not of good enough quality.
|
|
|
|
|
|
|
|
|
|
|
|
%if %{with extras}
|
|
|
|
%package extras
|
|
|
|
Summary: Extra GStreamer "bad" plugins (less often used "bad" plugins)
|
2018-02-25 00:29:32 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
2012-08-20 16:09:17 +00:00
|
|
|
|
|
|
|
%description extras
|
|
|
|
GStreamer is a streaming media framework, based on graphs of elements which
|
|
|
|
operate on media data.
|
|
|
|
|
|
|
|
gstreamer-plugins-bad contains plug-ins that aren't tested well enough,
|
|
|
|
or the code is not of good enough quality.
|
|
|
|
|
|
|
|
This package (%{name}-extras) contains
|
|
|
|
extra "bad" plugins for sources (mythtv), sinks (fbdev) and
|
|
|
|
effects (pitch) which are not used very much and require additional
|
|
|
|
libraries to be installed.
|
2014-03-20 16:23:51 +00:00
|
|
|
|
2020-07-09 08:58:56 +00:00
|
|
|
%package zbar
|
|
|
|
Summary: GStreamer "bad" plugins zbar plugin
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
%description zbar
|
|
|
|
GStreamer is a streaming media framework, based on graphs of elements which
|
|
|
|
operate on media data.
|
|
|
|
|
|
|
|
gstreamer-plugins-bad contains plug-ins that aren't tested well enough,
|
|
|
|
or the code is not of good enough quality.
|
|
|
|
|
|
|
|
This package (%{name}-zbar) contains the zbar
|
|
|
|
plugin which allows decode bar codes.
|
2014-03-20 16:23:51 +00:00
|
|
|
|
|
|
|
%package fluidsynth
|
|
|
|
Summary: GStreamer "bad" plugins fluidsynth plugin
|
2018-02-25 00:29:32 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
2014-03-20 16:23:51 +00:00
|
|
|
Requires: soundfont2-default
|
|
|
|
|
|
|
|
%description fluidsynth
|
|
|
|
GStreamer is a streaming media framework, based on graphs of elements which
|
|
|
|
operate on media data.
|
|
|
|
|
|
|
|
gstreamer-plugins-bad contains plug-ins that aren't tested well enough,
|
|
|
|
or the code is not of good enough quality.
|
|
|
|
|
2016-01-05 17:58:14 +00:00
|
|
|
This package (%{name}-fluidsynth) contains the fluidsynth
|
|
|
|
plugin which allows playback of midi files.
|
2016-08-10 06:49:06 +00:00
|
|
|
|
|
|
|
|
|
|
|
%package wildmidi
|
|
|
|
Summary: GStreamer "bad" plugins wildmidi plugin
|
2018-02-25 00:29:32 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
2016-08-10 06:49:06 +00:00
|
|
|
|
|
|
|
%description wildmidi
|
|
|
|
GStreamer is a streaming media framework, based on graphs of elements which
|
|
|
|
operate on media data.
|
|
|
|
|
|
|
|
gstreamer-plugins-bad contains plug-ins that aren't tested well enough,
|
|
|
|
or the code is not of good enough quality.
|
|
|
|
|
|
|
|
This package (%{name}-wildmidi) contains the wildmidi
|
|
|
|
plugin which allows playback of midi files.
|
2012-08-20 16:09:17 +00:00
|
|
|
%endif
|
|
|
|
|
|
|
|
|
2023-09-22 19:43:24 +00:00
|
|
|
%if %{with opencv}
|
|
|
|
%package opencv
|
|
|
|
Summary: GStreamer "bad" plugins OpenCV plugins
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: opencv-data
|
|
|
|
|
|
|
|
%description opencv
|
|
|
|
GStreamer is a streaming media framework, based on graphs of elements which
|
|
|
|
operate on media data.
|
|
|
|
|
|
|
|
gstreamer-plugins-bad contains plug-ins that aren't tested well enough,
|
|
|
|
or the code is not of good enough quality.
|
|
|
|
|
|
|
|
This package (%{name}-opencv) contains the OpenCV plugins.
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
2023-09-22 19:39:50 +00:00
|
|
|
%package libs
|
|
|
|
Summary: Runtime libraries for the GStreamer media framework "bad" plug-ins
|
|
|
|
|
|
|
|
%description libs
|
|
|
|
GStreamer is a streaming media framework, based on graphs of elements which
|
|
|
|
operate on media data.
|
|
|
|
|
|
|
|
This package contains the runtime libraries for plugins that
|
|
|
|
aren't tested well enough, or the code is not of good enough quality.
|
|
|
|
|
|
|
|
|
2012-08-20 16:09:17 +00:00
|
|
|
%package devel
|
|
|
|
Summary: Development files for the GStreamer media framework "bad" plug-ins
|
2018-02-25 00:29:32 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
2012-08-20 16:09:17 +00:00
|
|
|
Requires: gstreamer1-plugins-base-devel
|
|
|
|
|
2020-09-22 14:15:49 +00:00
|
|
|
# Drop after f36
|
|
|
|
Provides: gst-transcoder-devel = 1.16.0-4
|
|
|
|
Obsoletes: gst-transcoder-devel < 1.16.0-4
|
|
|
|
|
|
|
|
|
2012-08-20 16:09:17 +00:00
|
|
|
%description devel
|
|
|
|
GStreamer is a streaming media framework, based on graphs of elements which
|
|
|
|
operate on media data.
|
|
|
|
|
|
|
|
This package contains the development files for the plug-ins that
|
|
|
|
aren't tested well enough, or the code is not of good enough quality.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
2024-01-08 18:04:24 +00:00
|
|
|
%autosetup -n gst-plugins-bad-%{version} -p3
|
2012-08-20 16:09:17 +00:00
|
|
|
|
|
|
|
%build
|
2020-06-22 14:57:00 +00:00
|
|
|
%meson \
|
|
|
|
-D package-name="Fedora GStreamer-plugins-bad package" \
|
|
|
|
-D package-origin="http://download.fedoraproject.org" \
|
2021-09-23 09:09:42 +00:00
|
|
|
-D tests=disabled \
|
2020-06-22 14:57:00 +00:00
|
|
|
%{!?with_extras:-D fbdev=disabled -D decklink=disabled } \
|
2020-07-08 20:10:55 +00:00
|
|
|
%{!?with_extras:-D assrender=disabled -D bs2b=disabled } \
|
|
|
|
%{!?with_extras:-D chromaprint=disabled -D d3dvideosink=disabled } \
|
|
|
|
%{!?with_extras:-D directsound=disabled -D dts=disabled } \
|
|
|
|
%{!?with_extras:-D fluidsynth=disabled -D openexr=disabled } \
|
|
|
|
%{!?with_extras:-D curl=disabled -D curl-ssh2=disabled } \
|
|
|
|
%{!?with_extras:-D ttml=disabled -D kate=disabled } \
|
2021-11-11 17:01:22 +00:00
|
|
|
%{!?with_extras:-D modplug=disabled } \
|
2022-11-14 18:38:17 +00:00
|
|
|
%{!?with_extras:-D openal=disabled } \
|
2023-09-22 19:43:24 +00:00
|
|
|
%{!?with_opencv:-D opencv=disabled } \
|
|
|
|
%{!?with_extras:-D openjpeg=disabled } \
|
2020-07-08 20:10:55 +00:00
|
|
|
%{!?with_extras:-D wildmidi=disabled -D zbar=disabled } \
|
|
|
|
%{!?with_extras:-D gme=disabled -D lv2=disabled } \
|
2021-01-26 15:20:04 +00:00
|
|
|
%{!?with_extras:-D webrtc=disabled -D aom=disabled } \
|
2021-02-25 15:00:31 +00:00
|
|
|
%{!?with_extras:-D teletext=disabled -D srt=disabled } \
|
2021-03-09 10:17:16 +00:00
|
|
|
%{!?with_extras:-D openmpt=disabled -D microdns=disabled } \
|
2021-02-25 15:00:31 +00:00
|
|
|
%{!?with_extras:-D ladspa=disabled } \
|
2023-12-20 22:57:09 +00:00
|
|
|
%{!?with_extras:-D avtp=disabled -D dts=disabled } \
|
|
|
|
%{!?with_extras:-D flite=disabled } \
|
2020-06-22 14:57:00 +00:00
|
|
|
-D doc=disabled -D magicleap=disabled -D msdk=disabled \
|
2023-12-20 22:57:09 +00:00
|
|
|
-D faac=disabled -D faad=disabled \
|
2021-11-22 00:57:14 +00:00
|
|
|
-D mpeg2enc=disabled -D mplex=disabled \
|
2022-02-03 20:57:30 +00:00
|
|
|
-D neon=disabled -D rtmp=disabled \
|
2023-12-20 22:57:09 +00:00
|
|
|
-D sbc=disabled \
|
2023-11-21 15:20:52 +00:00
|
|
|
%{!?with_extras:-D spandsp=disabled } \
|
2023-04-24 15:46:26 +00:00
|
|
|
%{!?with_extras:-D voamrwbenc=disabled } \
|
|
|
|
-D x265=disabled \
|
2023-12-20 22:57:09 +00:00
|
|
|
-D dvdspu=disabled \
|
2021-11-22 00:57:14 +00:00
|
|
|
-D opensles=disabled -D tinyalsa=disabled \
|
2023-12-20 22:57:09 +00:00
|
|
|
-D wasapi=disabled -D wasapi2=disabled \
|
2020-06-22 14:57:00 +00:00
|
|
|
-D dc1394=disabled -D directfb=disabled -D iqa=disabled \
|
2023-04-24 15:46:26 +00:00
|
|
|
-D libde265=disabled -D openni2=disabled \
|
|
|
|
%{!?with_extras:-D musepack=disabled } \
|
2021-07-19 11:12:29 +00:00
|
|
|
-D svthevcenc=disabled -D voaacenc=disabled \
|
2020-06-23 08:50:30 +00:00
|
|
|
-D zxing=disabled -D wpe=disabled -D x11=disabled \
|
2024-02-07 20:45:17 +00:00
|
|
|
-D aja=disabled \
|
2021-06-04 10:02:28 +00:00
|
|
|
%ifarch s390x
|
|
|
|
-D ldac=disabled \
|
|
|
|
%else
|
|
|
|
%{!?with_extras:-D ldac=disabled } \
|
|
|
|
%endif
|
|
|
|
%{!?with_extras:-D qroverlay=disabled } \
|
|
|
|
-D openh264=disabled -D gs=disabled -D isac=disabled \
|
2023-01-23 10:18:37 +00:00
|
|
|
-D onnx=disabled -D openaptx=disabled -Dgpl=enabled \
|
|
|
|
-D amfcodec=disabled -D directshow=disabled -D qsv=disabled
|
2020-06-22 14:57:00 +00:00
|
|
|
|
|
|
|
%meson_build
|
2012-08-20 16:09:17 +00:00
|
|
|
|
|
|
|
%install
|
2020-06-22 14:57:00 +00:00
|
|
|
%meson_install
|
2012-08-20 16:09:17 +00:00
|
|
|
|
2023-09-22 19:43:24 +00:00
|
|
|
%if %{with opencv}
|
|
|
|
# no pkgconfig file or GIR, nothing aside from the plugin uses the library
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_includedir}/gstreamer-%{majorminor}/gst/opencv/*
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/libgstopencv-%{majorminor}.so
|
|
|
|
%endif
|
|
|
|
|
2015-03-26 10:14:23 +00:00
|
|
|
# Register as an AppStream component to be visible in the software center
|
|
|
|
#
|
|
|
|
# NOTE: It would be *awesome* if this file was maintained by the upstream
|
|
|
|
# project, translated and installed into the right place during `make install`.
|
|
|
|
#
|
|
|
|
# See http://www.freedesktop.org/software/appstream/docs/ for more details.
|
|
|
|
#
|
2019-06-24 15:25:20 +00:00
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_metainfodir}
|
|
|
|
cat > $RPM_BUILD_ROOT%{_metainfodir}/gstreamer-bad-free.appdata.xml <<EOF
|
2015-03-26 10:14:23 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!-- Copyright 2013 Richard Hughes <richard@hughsie.com> -->
|
|
|
|
<component type="codec">
|
|
|
|
<id>gstreamer-bad-free</id>
|
|
|
|
<metadata_license>CC0-1.0</metadata_license>
|
|
|
|
<name>GStreamer Multimedia Codecs - Extra</name>
|
2016-01-22 13:05:37 +00:00
|
|
|
<summary>Multimedia playback for AIFF, DVB, GSM, MIDI, MXF and Opus</summary>
|
2015-03-26 10:14:23 +00:00
|
|
|
<description>
|
|
|
|
<p>
|
|
|
|
This addon includes several additional codecs that are missing
|
|
|
|
something - perhaps a good code review, some documentation, a set of
|
|
|
|
tests, a real live maintainer, or some actual wide use.
|
|
|
|
However, they might be good enough to play your media files.
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
These codecs can be used to encode and decode media files where the
|
|
|
|
format is not patent encumbered.
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
A codec decodes audio and video for for playback or editing and is also
|
|
|
|
used for transmission or storage.
|
|
|
|
Different codecs are used in video-conferencing, streaming media and
|
|
|
|
video editing applications.
|
|
|
|
</p>
|
|
|
|
</description>
|
2016-01-22 13:05:37 +00:00
|
|
|
<keywords>
|
|
|
|
<keyword>AIFF</keyword>
|
|
|
|
<keyword>DVB</keyword>
|
|
|
|
<keyword>GSM</keyword>
|
|
|
|
<keyword>MIDI</keyword>
|
|
|
|
<keyword>MXF</keyword>
|
|
|
|
<keyword>Opus</keyword>
|
|
|
|
</keywords>
|
2015-03-26 10:14:23 +00:00
|
|
|
<url type="homepage">http://gstreamer.freedesktop.org/</url>
|
|
|
|
<url type="bugtracker">https://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer</url>
|
|
|
|
<url type="help">http://gstreamer.freedesktop.org/documentation/</url>
|
|
|
|
<url type="donation">http://www.gnome.org/friends/</url>
|
|
|
|
<update_contact><!-- upstream-contact_at_email.com --></update_contact>
|
|
|
|
</component>
|
|
|
|
EOF
|
|
|
|
|
2012-08-20 16:09:17 +00:00
|
|
|
%find_lang gst-plugins-bad-%{majorminor}
|
|
|
|
|
2018-02-25 00:29:32 +00:00
|
|
|
# unpackaged files
|
2020-06-22 14:57:00 +00:00
|
|
|
rm $RPM_BUILD_ROOT%{_bindir}/playout
|
2018-02-25 00:29:32 +00:00
|
|
|
|
|
|
|
%ldconfig_scriptlets
|
2012-08-20 16:09:17 +00:00
|
|
|
|
|
|
|
%files -f gst-plugins-bad-%{majorminor}.lang
|
2020-10-30 14:11:59 +00:00
|
|
|
%license COPYING
|
2022-07-18 14:25:52 +00:00
|
|
|
%doc AUTHORS NEWS README.md README.static-linking RELEASE REQUIREMENTS
|
2012-08-20 16:09:17 +00:00
|
|
|
|
2019-06-24 15:25:20 +00:00
|
|
|
%{_metainfodir}/*.appdata.xml
|
2020-06-22 14:57:00 +00:00
|
|
|
%{_bindir}/gst-transcoder-%{majorminor}
|
2015-06-08 15:45:24 +00:00
|
|
|
|
|
|
|
# presets
|
|
|
|
%dir %{_datadir}/gstreamer-%{majorminor}/presets/
|
|
|
|
%{_datadir}/gstreamer-%{majorminor}/presets/GstFreeverb.prs
|
2020-06-22 14:57:00 +00:00
|
|
|
%{_datadir}/gstreamer-%{majorminor}/encoding-profiles/device/dvd.gep
|
|
|
|
%{_datadir}/gstreamer-%{majorminor}/encoding-profiles/file-extension/avi.gep
|
|
|
|
%{_datadir}/gstreamer-%{majorminor}/encoding-profiles/file-extension/flv.gep
|
|
|
|
%{_datadir}/gstreamer-%{majorminor}/encoding-profiles/file-extension/mkv.gep
|
|
|
|
%{_datadir}/gstreamer-%{majorminor}/encoding-profiles/file-extension/mp3.gep
|
|
|
|
%{_datadir}/gstreamer-%{majorminor}/encoding-profiles/file-extension/mp4.gep
|
|
|
|
%{_datadir}/gstreamer-%{majorminor}/encoding-profiles/file-extension/oga.gep
|
|
|
|
%{_datadir}/gstreamer-%{majorminor}/encoding-profiles/file-extension/ogv.gep
|
2021-06-04 10:02:28 +00:00
|
|
|
%{_datadir}/gstreamer-%{majorminor}/encoding-profiles/file-extension/ts.gep
|
2020-06-22 14:57:00 +00:00
|
|
|
%{_datadir}/gstreamer-%{majorminor}/encoding-profiles/file-extension/webm.gep
|
|
|
|
%{_datadir}/gstreamer-%{majorminor}/encoding-profiles/online-services/youtube.gep
|
2015-06-08 15:45:24 +00:00
|
|
|
|
2012-08-20 16:09:17 +00:00
|
|
|
# Plugins without external dependencies
|
2013-07-13 02:26:05 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstaccurip.so
|
2012-08-20 16:09:17 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstadpcmdec.so
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstadpcmenc.so
|
2013-07-13 02:26:05 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstaiff.so
|
2013-07-13 02:37:17 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstasfmux.so
|
2017-01-13 14:15:50 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstaudiobuffersplit.so
|
2013-07-13 02:26:05 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstaudiofxbad.so
|
2018-03-05 15:54:16 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstaudiolatency.so
|
2017-02-25 17:41:33 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstaudiomixmatrix.so
|
2012-08-20 16:09:17 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstaudiovisualizers.so
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstautoconvert.so
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstbayer.so
|
2017-04-11 14:05:06 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstcamerabin.so
|
2021-06-04 10:02:28 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstcodecalpha.so
|
2023-01-23 10:18:37 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstcodectimestamper.so
|
2012-08-20 16:09:17 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstcoloreffects.so
|
2020-06-22 14:57:00 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstdash.so
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstdvbsubenc.so
|
2023-12-20 22:57:09 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstdvbsuboverlay.so
|
2017-04-28 16:04:48 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstfaceoverlay.so
|
2014-11-04 22:03:47 +00:00
|
|
|
%if %{with extras}
|
2013-07-13 02:26:05 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstfbdevsink.so
|
2014-11-04 22:03:47 +00:00
|
|
|
%endif
|
2012-08-20 16:09:17 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstfestival.so
|
2012-10-25 16:41:24 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstfieldanalysis.so
|
2013-07-13 02:26:05 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstfreeverb.so
|
2012-10-07 22:42:01 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstfrei0r.so
|
2012-08-20 16:09:17 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstgaudieffects.so
|
2012-09-14 17:01:02 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstgdp.so
|
2012-08-20 16:09:17 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstgeometrictransform.so
|
2017-04-12 07:08:06 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstlegacyrawparse.so
|
2012-09-14 17:01:02 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstid3tag.so
|
2018-02-25 00:29:32 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstipcpipeline.so
|
2012-09-14 17:01:02 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstinter.so
|
2012-08-20 16:09:17 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstinterlace.so
|
2014-07-11 21:03:57 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstivfparse.so
|
2013-07-13 02:26:05 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstivtc.so
|
2014-07-11 21:03:57 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstjp2kdecimator.so
|
2012-09-14 17:01:02 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstjpegformat.so
|
2013-07-13 02:26:05 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstmidi.so
|
2012-08-20 16:09:17 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstmpegpsdemux.so
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstmpegtsdemux.so
|
2013-01-08 17:06:10 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstmpegpsmux.so
|
2012-08-20 16:09:17 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstmpegtsmux.so
|
2013-07-13 02:26:05 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstmxf.so
|
2016-02-22 16:37:34 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstnetsim.so
|
2012-08-20 16:09:17 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstpcapparse.so
|
2012-09-14 17:01:02 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstpnm.so
|
2018-02-25 00:29:32 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstproxy.so
|
2012-08-20 16:09:17 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstremovesilence.so
|
2012-09-14 17:01:02 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstresindvd.so
|
2013-07-13 02:26:05 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstrfbsrc.so
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstrsvg.so
|
2022-02-03 20:57:30 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstrtmp2.so
|
2020-06-22 14:57:00 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstrtpmanagerbad.so
|
2015-06-08 15:45:24 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstrtponvif.so
|
2012-08-20 16:09:17 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstsdpelem.so
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstsegmentclip.so
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstshm.so
|
2023-12-20 22:57:09 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstsiren.so
|
2012-08-20 16:09:17 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstsmooth.so
|
2013-07-13 02:26:05 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstsmoothstreaming.so
|
2012-09-14 17:01:02 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstspeed.so
|
2012-10-25 16:41:24 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstsubenc.so
|
2020-06-22 14:57:00 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstswitchbin.so
|
2016-09-01 14:24:39 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgsttimecode.so
|
2020-06-22 14:57:00 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgsttranscode.so
|
2015-08-24 15:16:40 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstuvch264.so
|
2013-07-13 02:26:05 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstvideofiltersbad.so
|
2016-01-05 15:10:35 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstvideoframe_audiolevel.so
|
2012-08-20 16:09:17 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstvideoparsersbad.so
|
2014-07-11 21:03:57 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstvideosignal.so
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstvmnc.so
|
2012-08-20 16:09:17 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgsty4mdec.so
|
|
|
|
|
2012-09-14 17:01:02 +00:00
|
|
|
# System (Linux) specific plugins
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstdvb.so
|
2020-06-22 14:57:00 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstv4l2codecs.so
|
2012-09-14 17:01:02 +00:00
|
|
|
|
2012-08-20 16:09:17 +00:00
|
|
|
# Plugins with external dependencies
|
2020-06-22 14:57:00 +00:00
|
|
|
|
2021-09-23 09:09:42 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstaes.so
|
2018-07-17 11:14:32 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstbluez.so
|
2012-08-20 16:09:17 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstbz2.so
|
2019-01-28 15:39:47 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstclosedcaption.so
|
2018-02-25 00:29:32 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstcolormanagement.so
|
2015-06-08 15:45:24 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstdtls.so
|
2023-12-20 22:57:09 +00:00
|
|
|
%if 0%{?fedora} >= 31 || 0%{?rhel} >= 9
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstfdkaac.so
|
|
|
|
%endif
|
2016-01-05 14:30:35 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgsthls.so
|
2012-08-20 16:09:17 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstgsm.so
|
2023-01-23 10:18:37 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstgtkwayland.so
|
2017-04-11 12:59:47 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstkms.so
|
2020-06-22 14:57:00 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstnvcodec.so
|
2016-03-16 11:06:53 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstopusparse.so
|
2020-06-22 14:57:00 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstrist.so
|
2021-07-19 11:12:29 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstsctp.so
|
2014-11-04 22:03:47 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstsndfile.so
|
2012-08-20 16:09:17 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstsoundtouch.so
|
2014-02-06 14:51:23 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstsrtp.so
|
2023-11-21 15:20:52 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstva.so
|
2020-06-22 14:57:00 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstvulkan.so
|
2017-10-13 18:19:34 +00:00
|
|
|
%if 0%{?fedora} || 0%{?rhel} > 7
|
2013-10-04 14:55:58 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstwaylandsink.so
|
2014-11-04 22:03:47 +00:00
|
|
|
%endif
|
2015-11-09 11:59:39 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstwebp.so
|
2018-02-25 00:29:32 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstwebrtcdsp.so
|
2020-06-22 15:13:54 +00:00
|
|
|
%if 0
|
2020-06-22 14:57:00 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstwpe.so
|
2020-06-22 15:13:54 +00:00
|
|
|
%endif
|
2020-07-08 20:10:55 +00:00
|
|
|
%if %{with extras}
|
2021-01-12 11:13:20 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstwebrtc.so
|
2020-07-08 20:10:55 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstlv2.so
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstttmlsubs.so
|
|
|
|
%endif
|
2012-08-20 16:09:17 +00:00
|
|
|
|
|
|
|
#debugging plugin
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstdebugutilsbad.so
|
|
|
|
|
|
|
|
|
|
|
|
%if %{with extras}
|
|
|
|
%files extras
|
2023-04-24 15:46:26 +00:00
|
|
|
# presets
|
|
|
|
%{_datadir}/gstreamer-%{majorminor}/presets/GstVoAmrwbEnc.prs
|
|
|
|
|
2012-08-20 16:09:17 +00:00
|
|
|
# Plugins with external dependencies
|
2021-01-26 15:20:04 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstaom.so
|
2012-08-20 16:09:17 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstassrender.so
|
2023-12-20 22:57:09 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstavtp.so
|
2015-11-09 11:59:39 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstbs2b.so
|
2016-02-16 11:10:54 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstchromaprint.so
|
2012-08-20 16:09:17 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstcurl.so
|
2013-11-11 18:08:58 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstdecklink.so
|
2023-12-20 22:57:09 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstdtsdec.so
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstflite.so
|
2015-11-09 11:59:39 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstgme.so
|
2013-11-11 18:08:58 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstkate.so
|
2021-02-25 15:00:31 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstladspa.so
|
2021-06-04 10:02:28 +00:00
|
|
|
%ifnarch s390x
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstldac.so
|
|
|
|
%endif
|
2021-02-25 15:00:31 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstmicrodns.so
|
2012-08-20 16:09:17 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstmodplug.so
|
2023-04-24 15:46:26 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstmusepack.so
|
2015-11-09 11:59:39 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstopenal.so
|
2014-07-11 21:03:57 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstopenexr.so
|
2015-11-09 11:59:39 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstopenjpeg.so
|
2021-02-25 15:00:31 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstopenmpt.so
|
2021-06-04 10:02:28 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstqroverlay.so
|
2020-03-20 18:09:11 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstspandsp.so
|
2021-02-25 15:00:31 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstsrt.so
|
2017-04-11 12:59:47 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstteletext.so
|
2023-04-24 15:46:26 +00:00
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstvoamrwbenc.so
|
2014-03-20 16:23:51 +00:00
|
|
|
|
2020-07-09 08:58:56 +00:00
|
|
|
%files zbar
|
|
|
|
# Plugins with external dependencies
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstzbar.so
|
2014-03-20 16:23:51 +00:00
|
|
|
|
|
|
|
%files fluidsynth
|
|
|
|
# Plugins with external dependencies
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstfluidsynthmidi.so
|
2016-08-10 06:49:06 +00:00
|
|
|
|
|
|
|
%files wildmidi
|
|
|
|
# Plugins with external dependencies
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstwildmidi.so
|
2012-08-20 16:09:17 +00:00
|
|
|
%endif
|
|
|
|
|
2023-09-22 19:43:24 +00:00
|
|
|
%if %{with opencv}
|
|
|
|
%files opencv
|
|
|
|
# Plugins with external dependencies
|
|
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstopencv.so
|
|
|
|
%{_libdir}/libgstopencv-%{majorminor}.so.0{,.*}
|
|
|
|
%endif
|
|
|
|
|
2023-09-22 19:39:50 +00:00
|
|
|
%files libs
|
|
|
|
%license COPYING
|
|
|
|
%{_libdir}/libgstadaptivedemux-%{majorminor}.so.0{,.*}
|
|
|
|
%{_libdir}/libgstbasecamerabinsrc-%{majorminor}.so.0{,.*}
|
|
|
|
%{_libdir}/libgstbadaudio-%{majorminor}.so.0{,.*}
|
|
|
|
%{_libdir}/libgstcodecparsers-%{majorminor}.so.0{,.*}
|
|
|
|
%{_libdir}/libgstcodecs-%{majorminor}.so.0{,.*}
|
|
|
|
%{_libdir}/libgstcuda-%{majorminor}.so.0{,.*}
|
|
|
|
%{_libdir}/libgstinsertbin-%{majorminor}.so.0{,.*}
|
|
|
|
%{_libdir}/libgstisoff-%{majorminor}.so.0{,.*}
|
|
|
|
%{_libdir}/libgstmpegts-%{majorminor}.so.0{,.*}
|
|
|
|
%{_libdir}/libgstplay-%{majorminor}.so.0{,.*}
|
|
|
|
%{_libdir}/libgstplayer-%{majorminor}.so.0{,.*}
|
|
|
|
%{_libdir}/libgstphotography-%{majorminor}.so.0{,.*}
|
|
|
|
%{_libdir}/libgstsctp-%{majorminor}.so.0{,.*}
|
|
|
|
%{_libdir}/libgsttranscoder-%{majorminor}.so.0{,.*}
|
|
|
|
%{_libdir}/libgsturidownloader-%{majorminor}.so.0{,.*}
|
|
|
|
%{_libdir}/libgstvulkan-%{majorminor}.so.0{,.*}
|
|
|
|
%{_libdir}/libgstva-%{majorminor}.so.0{,.*}
|
|
|
|
%{_libdir}/libgstwebrtc-%{majorminor}.so.0{,.*}
|
|
|
|
%if %{with extras}
|
|
|
|
%{_libdir}/libgstwebrtcnice-%{majorminor}.so.0{,.*}
|
|
|
|
%endif
|
|
|
|
%if 0%{?fedora} || 0%{?rhel} > 7
|
|
|
|
%{_libdir}/libgstwayland-%{majorminor}.so.0{,.*}
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%{_libdir}/girepository-1.0/CudaGst-1.0.typelib
|
|
|
|
%{_libdir}/girepository-1.0/GstBadAudio-1.0.typelib
|
|
|
|
%{_libdir}/girepository-1.0/GstCodecs-1.0.typelib
|
|
|
|
%{_libdir}/girepository-1.0/GstCuda-1.0.typelib
|
|
|
|
%{_libdir}/girepository-1.0/GstInsertBin-1.0.typelib
|
|
|
|
%{_libdir}/girepository-1.0/GstMpegts-1.0.typelib
|
|
|
|
%{_libdir}/girepository-1.0/GstPlay-1.0.typelib
|
|
|
|
%{_libdir}/girepository-1.0/GstPlayer-1.0.typelib
|
|
|
|
%{_libdir}/girepository-1.0/GstTranscoder-1.0.typelib
|
|
|
|
%{_libdir}/girepository-1.0/GstVa-1.0.typelib
|
|
|
|
%{_libdir}/girepository-1.0/GstVulkan-1.0.typelib
|
|
|
|
%{_libdir}/girepository-1.0/GstVulkanWayland-1.0.typelib
|
|
|
|
%{_libdir}/girepository-1.0/GstWebRTC-1.0.typelib
|
|
|
|
|
2012-08-20 16:09:17 +00:00
|
|
|
%files devel
|
2020-06-22 14:57:00 +00:00
|
|
|
%if 0
|
2014-07-11 21:03:57 +00:00
|
|
|
%doc %{_datadir}/gtk-doc/html/gst-plugins-bad-plugins-%{majorminor}
|
2012-08-20 16:09:17 +00:00
|
|
|
%doc %{_datadir}/gtk-doc/html/gst-plugins-bad-libs-%{majorminor}
|
2020-06-22 14:57:00 +00:00
|
|
|
%endif
|
2013-11-08 01:07:56 +00:00
|
|
|
|
2023-01-23 10:18:37 +00:00
|
|
|
%{_datadir}/gir-1.0/CudaGst-%{majorminor}.gir
|
2020-06-22 14:57:00 +00:00
|
|
|
%{_datadir}/gir-1.0/GstBadAudio-%{majorminor}.gir
|
|
|
|
%{_datadir}/gir-1.0/GstCodecs-%{majorminor}.gir
|
2023-01-23 10:18:37 +00:00
|
|
|
%{_datadir}/gir-1.0/GstCuda-%{majorminor}.gir
|
2013-11-08 01:07:56 +00:00
|
|
|
%{_datadir}/gir-1.0/GstInsertBin-%{majorminor}.gir
|
|
|
|
%{_datadir}/gir-1.0/GstMpegts-%{majorminor}.gir
|
2021-06-04 10:02:28 +00:00
|
|
|
%{_datadir}/gir-1.0/GstPlay-%{majorminor}.gir
|
2016-01-05 14:54:59 +00:00
|
|
|
%{_datadir}/gir-1.0/GstPlayer-%{majorminor}.gir
|
2020-06-22 14:57:00 +00:00
|
|
|
%{_datadir}/gir-1.0/GstTranscoder-%{majorminor}.gir
|
2023-01-23 10:18:37 +00:00
|
|
|
%{_datadir}/gir-1.0/GstVa-%{majorminor}.gir
|
2020-06-22 14:57:00 +00:00
|
|
|
%{_datadir}/gir-1.0/GstVulkan-%{majorminor}.gir
|
2020-08-21 14:46:25 +00:00
|
|
|
%{_datadir}/gir-1.0/GstVulkanWayland-%{majorminor}.gir
|
2018-03-21 12:23:45 +00:00
|
|
|
%{_datadir}/gir-1.0/GstWebRTC-%{majorminor}.gir
|
2013-11-08 01:07:56 +00:00
|
|
|
|
2015-06-08 15:45:24 +00:00
|
|
|
%{_libdir}/libgstadaptivedemux-%{majorminor}.so
|
2012-08-20 16:09:17 +00:00
|
|
|
%{_libdir}/libgstbasecamerabinsrc-%{majorminor}.so
|
2016-02-22 16:37:34 +00:00
|
|
|
%{_libdir}/libgstbadaudio-%{majorminor}.so
|
2023-01-23 10:18:37 +00:00
|
|
|
%{_libdir}/libgstcuda-%{majorminor}.so
|
2012-08-20 16:09:17 +00:00
|
|
|
%{_libdir}/libgstcodecparsers-%{majorminor}.so
|
2020-06-22 14:57:00 +00:00
|
|
|
%{_libdir}/libgstcodecs-%{majorminor}.so
|
2013-07-13 02:26:05 +00:00
|
|
|
%{_libdir}/libgstinsertbin-%{majorminor}.so
|
2018-02-25 00:29:32 +00:00
|
|
|
%{_libdir}/libgstisoff-%{majorminor}.so
|
2013-07-13 02:26:05 +00:00
|
|
|
%{_libdir}/libgstmpegts-%{majorminor}.so
|
2020-09-10 17:10:51 +00:00
|
|
|
#{_libdir}/libgstopencv-%{majorminor}.so
|
2021-06-04 10:02:28 +00:00
|
|
|
%{_libdir}/libgstplay-%{majorminor}.so
|
2016-01-05 14:54:59 +00:00
|
|
|
%{_libdir}/libgstplayer-%{majorminor}.so
|
2012-08-20 16:09:17 +00:00
|
|
|
%{_libdir}/libgstphotography-%{majorminor}.so
|
2019-01-28 15:39:47 +00:00
|
|
|
%{_libdir}/libgstsctp-%{majorminor}.so
|
2020-06-22 14:57:00 +00:00
|
|
|
%{_libdir}/libgsttranscoder-%{majorminor}.so
|
2013-07-13 02:26:05 +00:00
|
|
|
%{_libdir}/libgsturidownloader-%{majorminor}.so
|
2020-06-22 14:57:00 +00:00
|
|
|
%{_libdir}/libgstvulkan-%{majorminor}.so
|
2021-06-04 10:02:28 +00:00
|
|
|
%{_libdir}/libgstva-%{majorminor}.so
|
2018-02-25 00:29:32 +00:00
|
|
|
%{_libdir}/libgstwebrtc-%{majorminor}.so
|
2023-02-01 21:13:54 +00:00
|
|
|
%if %{with extras}
|
2023-01-23 10:18:37 +00:00
|
|
|
%{_libdir}/libgstwebrtcnice-%{majorminor}.so
|
2023-02-01 21:13:54 +00:00
|
|
|
%endif
|
2017-10-13 18:19:34 +00:00
|
|
|
%if 0%{?fedora} || 0%{?rhel} > 7
|
2014-07-11 21:03:57 +00:00
|
|
|
%{_libdir}/libgstwayland-%{majorminor}.so
|
2014-11-04 22:03:47 +00:00
|
|
|
%endif
|
2012-08-20 16:09:17 +00:00
|
|
|
|
2016-02-22 16:37:34 +00:00
|
|
|
%{_includedir}/gstreamer-%{majorminor}/gst/audio
|
2012-08-20 16:09:17 +00:00
|
|
|
%{_includedir}/gstreamer-%{majorminor}/gst/basecamerabinsrc
|
|
|
|
%{_includedir}/gstreamer-%{majorminor}/gst/codecparsers
|
2023-01-23 10:18:37 +00:00
|
|
|
%{_includedir}/gstreamer-%{majorminor}/gst/cuda/
|
2013-07-13 02:26:05 +00:00
|
|
|
%{_includedir}/gstreamer-%{majorminor}/gst/insertbin
|
2012-08-20 16:09:17 +00:00
|
|
|
%{_includedir}/gstreamer-%{majorminor}/gst/interfaces/photography*
|
2018-02-25 00:29:32 +00:00
|
|
|
%{_includedir}/gstreamer-%{majorminor}/gst/isoff/
|
2013-07-13 02:26:05 +00:00
|
|
|
%{_includedir}/gstreamer-%{majorminor}/gst/mpegts
|
2020-09-10 17:10:51 +00:00
|
|
|
#{_includedir}/gstreamer-%{majorminor}/gst/opencv
|
2021-06-04 10:02:28 +00:00
|
|
|
%{_includedir}/gstreamer-%{majorminor}/gst/play
|
2016-01-05 14:54:59 +00:00
|
|
|
%{_includedir}/gstreamer-%{majorminor}/gst/player
|
2019-01-28 15:39:47 +00:00
|
|
|
%{_includedir}/gstreamer-%{majorminor}/gst/sctp
|
2020-06-22 14:57:00 +00:00
|
|
|
%{_includedir}/gstreamer-%{majorminor}/gst/transcoder
|
2013-07-13 02:26:05 +00:00
|
|
|
%{_includedir}/gstreamer-%{majorminor}/gst/uridownloader
|
2023-01-23 10:18:37 +00:00
|
|
|
%{_includedir}/gstreamer-%{majorminor}/gst/va/
|
2020-06-22 14:57:00 +00:00
|
|
|
%{_includedir}/gstreamer-%{majorminor}/gst/vulkan/
|
2021-06-04 10:02:28 +00:00
|
|
|
%{_includedir}/gstreamer-%{majorminor}/gst/wayland/
|
2018-02-25 00:29:32 +00:00
|
|
|
%{_includedir}/gstreamer-%{majorminor}/gst/webrtc/
|
2012-08-20 16:09:17 +00:00
|
|
|
|
|
|
|
# pkg-config files
|
2016-02-22 16:37:34 +00:00
|
|
|
%{_libdir}/pkgconfig/gstreamer-bad-audio-%{majorminor}.pc
|
2023-01-23 10:18:37 +00:00
|
|
|
%{_libdir}/pkgconfig/gstreamer-cuda-%{majorminor}.pc
|
2012-08-20 16:09:17 +00:00
|
|
|
%{_libdir}/pkgconfig/gstreamer-codecparsers-%{majorminor}.pc
|
2013-07-13 02:26:05 +00:00
|
|
|
%{_libdir}/pkgconfig/gstreamer-insertbin-%{majorminor}.pc
|
2013-11-11 17:17:39 +00:00
|
|
|
%{_libdir}/pkgconfig/gstreamer-mpegts-%{majorminor}.pc
|
2020-07-06 12:15:56 +00:00
|
|
|
%{_libdir}/pkgconfig/gstreamer-photography-%{majorminor}.pc
|
2021-06-04 10:02:28 +00:00
|
|
|
%{_libdir}/pkgconfig/gstreamer-play-%{majorminor}.pc
|
2016-01-05 14:54:59 +00:00
|
|
|
%{_libdir}/pkgconfig/gstreamer-player-%{majorminor}.pc
|
2012-08-20 16:09:17 +00:00
|
|
|
%{_libdir}/pkgconfig/gstreamer-plugins-bad-%{majorminor}.pc
|
2019-01-28 15:39:47 +00:00
|
|
|
%{_libdir}/pkgconfig/gstreamer-sctp-%{majorminor}.pc
|
2020-07-06 12:15:56 +00:00
|
|
|
%{_libdir}/pkgconfig/gstreamer-transcoder-%{majorminor}.pc
|
2023-01-23 10:18:37 +00:00
|
|
|
%{_libdir}/pkgconfig/gstreamer-va-%{majorminor}.pc
|
2020-06-22 14:57:00 +00:00
|
|
|
%{_libdir}/pkgconfig/gstreamer-vulkan-%{majorminor}.pc
|
2020-08-21 14:46:25 +00:00
|
|
|
%{_libdir}/pkgconfig/gstreamer-vulkan-wayland-%{majorminor}.pc
|
2021-06-04 10:02:28 +00:00
|
|
|
%{_libdir}/pkgconfig/gstreamer-wayland-%{majorminor}.pc
|
2023-02-01 21:13:54 +00:00
|
|
|
%{_libdir}/pkgconfig/gstreamer-webrtc-%{majorminor}.pc
|
|
|
|
%if %{with extras}
|
|
|
|
%{_libdir}/pkgconfig/gstreamer-webrtc-nice-%{majorminor}.pc
|
|
|
|
%endif
|
2018-02-25 00:29:32 +00:00
|
|
|
|
2012-08-20 16:09:17 +00:00
|
|
|
|
|
|
|
%changelog
|
2024-02-07 20:15:15 +00:00
|
|
|
* Wed Feb 07 2024 Gwyn Ciesla <gwync@protonmail.com> - 1.23.1-1
|
|
|
|
- 1.23.1
|
|
|
|
|
2024-02-06 17:28:33 +00:00
|
|
|
* Tue Feb 06 2024 Yaakov Selkowitz <yselkowi@redhat.com> - 1.22.9-2
|
|
|
|
- Rebuilt for opencv-4.9.0
|
|
|
|
|
2024-01-25 17:27:18 +00:00
|
|
|
* Thu Jan 25 2024 Gwyn Ciesla <gwync@protonmail.com> - 1.22.9-1
|
|
|
|
- 1.22.9
|
|
|
|
|
2024-01-24 21:10:34 +00:00
|
|
|
* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.22.8-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
2024-01-20 21:38:58 +00:00
|
|
|
* Sat Jan 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.22.8-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
2024-01-08 18:04:24 +00:00
|
|
|
* Mon Jan 08 2024 Yaakov Selkowitz <yselkowi@redhat.com> - 1.22.8-3
|
|
|
|
- Backport of "va: fixes for Mesa driver"
|
|
|
|
- Resolves: rhbz#2256693
|
|
|
|
|
2023-12-20 22:57:09 +00:00
|
|
|
* Wed Dec 20 2023 Yaakov Selkowitz <yselkowi@redhat.com> - 1.22.8-2
|
|
|
|
- Enable dvbsuboverlay and siren plugins
|
2023-12-20 22:57:09 +00:00
|
|
|
- Enable avtp, dtsdec, and flite plugins in extras
|
2023-12-20 22:57:09 +00:00
|
|
|
|
2023-12-18 22:54:08 +00:00
|
|
|
* Mon Dec 18 2023 Gwyn Ciesla <gwync@protonmail.com> - 1.22.8-1
|
|
|
|
- 1.22.8
|
|
|
|
|
2023-11-21 15:20:52 +00:00
|
|
|
* Tue Nov 21 2023 Michael Catanzaro <mcatanzaro@redhat.com> - 1.22.7-2
|
|
|
|
- Move gstva from extras into main package
|
|
|
|
|
2023-11-14 16:35:09 +00:00
|
|
|
* Tue Nov 14 2023 Gwyn Ciesla <gwync@protonmail.com> - 1.22.7-1
|
|
|
|
- 1.22.7
|
|
|
|
|
2023-09-22 19:39:50 +00:00
|
|
|
* Fri Sep 22 2023 Yaakov Selkowitz <yselkowi@redhat.com> - 1.22.5-2
|
|
|
|
- Separate libs subpackage
|
2023-09-22 19:43:24 +00:00
|
|
|
- Enable opencv as separate subpackage
|
2023-09-22 19:39:50 +00:00
|
|
|
|
2023-07-21 10:28:21 +00:00
|
|
|
* Fri Jul 21 2023 Wim Taymans <wtaymans@redhat.com> - 1.22.5-1
|
|
|
|
- Update to 1.22.5
|
|
|
|
|
2023-07-20 05:45:15 +00:00
|
|
|
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.22.3-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
2023-05-25 09:36:25 +00:00
|
|
|
* Thu May 25 2023 Wim Taymans <wtaymans@redhat.com> - 1.22.3-1
|
|
|
|
- Update to 1.22.3
|
|
|
|
|
2023-05-21 00:19:05 +00:00
|
|
|
* Sun May 21 2023 Sérgio Basto <sergio@serjux.com> - 1.22.2-4
|
|
|
|
- Remove obsolete of plugins-bad-freeworld to workaround a dnf bug
|
|
|
|
https://bugzilla.redhat.com/show_bug.cgi?id=1867376#c9
|
|
|
|
|
2023-04-27 17:20:11 +00:00
|
|
|
* Thu Apr 27 2023 Yaakov Selkowitz <yselkowi@redhat.com> - 1.22.2-3
|
|
|
|
- Fix migration of musepack and voamrwbenc to -bad-free-extras
|
|
|
|
|
2023-04-24 15:48:28 +00:00
|
|
|
* Mon Apr 24 2023 Yaakov Selkowitz <yselkowi@redhat.com> - 1.22.2-2
|
|
|
|
- Enable musepack and voamrwbenc in extras
|
|
|
|
|
2023-04-13 13:01:16 +00:00
|
|
|
* Thu Apr 13 2023 Wim Taymans <wtaymans@redhat.com> - 1.22.2-1
|
|
|
|
- Update to 1.22.2
|
|
|
|
|
2023-03-13 16:56:27 +00:00
|
|
|
* Mon Mar 13 2023 Wim Taymans <wtaymans@redhat.com> - 1.22.1-1
|
|
|
|
- Update to 1.22.1
|
|
|
|
|
2023-01-24 11:08:08 +00:00
|
|
|
* Tue Jan 24 2023 Wim Taymans <wtaymans@redhat.com> - 1.22.0-1
|
|
|
|
- Update to 1.22.0
|
|
|
|
|
2023-01-23 10:18:37 +00:00
|
|
|
* Fri Jan 20 2023 Wim Taymans <wtaymans@redhat.com> - 1.21.90-1
|
|
|
|
- Update to 1.21.90
|
|
|
|
|
2023-01-19 11:40:52 +00:00
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.20.5-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
2023-01-11 10:07:25 +00:00
|
|
|
* Wed Jan 11 2023 Wim Taymans <wtaymans@redhat.com> - 1.20.5-1
|
|
|
|
- Update to 1.20.5
|
|
|
|
- Remove unwanted crypto dependencies.
|
|
|
|
|
2022-11-14 18:38:17 +00:00
|
|
|
* Mon Nov 14 2022 Stephen Gallagher <sgallagh@redhat.com> - 1.20.4-2
|
|
|
|
- Drop vdpau configure option
|
|
|
|
- The libgstva plugin is now excluded from file listings when disabled
|
|
|
|
- Resolves: rhbz#2141093
|
|
|
|
|
2022-10-14 11:12:38 +00:00
|
|
|
* Thu Oct 13 2022 Wim Taymans <wtaymans@redhat.com> - 1.20.4-1
|
|
|
|
- Update to 1.20.4
|
|
|
|
|
2022-07-21 13:11:01 +00:00
|
|
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.20.3-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
2022-07-18 14:25:52 +00:00
|
|
|
* Mon Jul 18 2022 Wim Taymans <wtaymans@redhat.com> - 1.20.3-1
|
|
|
|
- Update to 1.20.3
|
|
|
|
|
2022-06-22 20:54:49 +00:00
|
|
|
* Wed Jun 22 2022 Robert-André Mauchin <zebob.m@gmail.com> - 1.20.0-4
|
|
|
|
- Rebuilt for new aom
|
|
|
|
|
2022-06-18 17:27:25 +00:00
|
|
|
* Sat Jun 18 2022 Scott Talbert <swt@techie.net> - 1.20.0-3
|
|
|
|
- Rebuild for srt-1.5.0 (#2097636, #2098341)
|
|
|
|
|
2022-05-20 22:13:17 +00:00
|
|
|
* Fri May 20 2022 Sandro Mani <manisandro@gmail.com> - 1.20.0-2
|
|
|
|
- Rebuild for gdal-3.5.0 and/or openjpeg-2.5.0
|
|
|
|
|
2022-02-04 15:01:11 +00:00
|
|
|
* Fri Feb 4 2022 Wim Taymans <wtaymans@redhat.com> - 1.20.0-1
|
|
|
|
- Update to 1.20.0
|
|
|
|
|
2022-02-03 20:57:30 +00:00
|
|
|
* Thu Feb 03 2022 Scott Talbert <swt@techie.net> - 1.19.3-6
|
|
|
|
- Enable rtmp2 plugin (#1915517)
|
|
|
|
|
2022-01-20 11:54:58 +00:00
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.19.3-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
2022-01-10 15:51:37 +00:00
|
|
|
* Mon Jan 10 2022 Scott Talbert <swt@techie.net> - 1.19.3-4
|
|
|
|
- Fix GstPlayer with GstPlayerVideoOverlayVideoRenderer (#2035937)
|
|
|
|
|
2022-01-10 15:02:51 +00:00
|
|
|
* Mon Jan 10 2022 Scott Talbert <swt@techie.net> - 1.19.3-3
|
|
|
|
- Add BR for wayland-protocols-devel to fix another FTBFS
|
|
|
|
|
2021-11-22 00:57:14 +00:00
|
|
|
* Mon Nov 22 2021 Scott Talbert <swt@techie.net> - 1.19.3-2
|
|
|
|
- Fix FTBFS with meson 0.60.1 (#2025782)
|
|
|
|
|
2021-11-11 17:01:22 +00:00
|
|
|
* Thu Nov 11 2021 Wim Taymans <wtaymans@redhat.com> - 1.19.3-1
|
|
|
|
- Update to 1.19.3
|
|
|
|
- Remove ofa plugin, is was removed
|
|
|
|
|
2021-09-23 09:09:42 +00:00
|
|
|
* Thu Sep 23 2021 Wim Taymans <wtaymans@redhat.com> - 1.19.2-1
|
|
|
|
- Update to 1.19.2
|
|
|
|
|
2021-09-14 17:03:52 +00:00
|
|
|
* Tue Sep 14 2021 Sahana Prasad <sahana@redhat.com> - 1.19.1-8
|
|
|
|
- Rebuilt with OpenSSL 3.0.0
|
|
|
|
|
2021-08-21 10:26:19 +00:00
|
|
|
* Sat Aug 21 2021 Richard Shaw <hobbes1069@gmail.com> - 1.19.1-7
|
|
|
|
- Rebuild for OpenEXR/Imath 3.1.
|
|
|
|
|
2021-08-10 12:50:43 +00:00
|
|
|
* Tue Aug 10 2021 Richard Shaw <hobbes1069@gmail.com> - 1.19.1-6
|
|
|
|
- Rebuild for OpenEXR 3.
|
|
|
|
|
2021-07-22 07:13:39 +00:00
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.19.1-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
2021-07-19 11:12:29 +00:00
|
|
|
* Mon Jul 19 2021 Wim Taymans <wtaymans@redhat.com> - 1.19.1-4
|
|
|
|
- Enable sctp plugin
|
|
|
|
|
2021-06-21 14:25:18 +00:00
|
|
|
* Mon Jun 21 2021 Gwyn Ciesla <gwync@protonmail.com> - 1.19.1-3
|
|
|
|
- Fluidsynth rebuild.
|
|
|
|
|
2021-06-13 11:39:45 +00:00
|
|
|
* Sun Jun 13 2021 Robert-André Mauchin <zebob.m@gmail.com> - 1.19.1-2
|
|
|
|
- Rebuilt for aom v3.1.1
|
|
|
|
|
2021-06-04 10:02:28 +00:00
|
|
|
* Thu Jun 03 2021 Wim Taymans <wtaymans@redhat.com> - 1.19.1-1
|
|
|
|
- Update to 1.19.1
|
|
|
|
|
2021-05-26 15:34:24 +00:00
|
|
|
* Wed May 26 2021 Nicolas Chauvet <kwizart@gmail.com> - 1.18.4-3
|
|
|
|
- Rebuilt for srt
|
|
|
|
|
2021-04-06 15:49:11 +00:00
|
|
|
* Tue Apr 6 2021 Wim Taymans <wtaymans@redhat.com> - 1.18.4-2
|
|
|
|
- Add patch to fix multilib issues with vulkan (#1915341)
|
|
|
|
|
2021-03-16 10:44:27 +00:00
|
|
|
* Tue Mar 16 2021 Wim Taymans <wtaymans@redhat.com> - 1.18.4-1
|
|
|
|
- Update to 1.18.4
|
|
|
|
|
2021-03-09 10:17:16 +00:00
|
|
|
* Tue Mar 09 2021 Wim Taymans <wtaymans@redhat.com> - 1.18.2-9
|
|
|
|
- Fix typo when disabling microdns
|
|
|
|
|
2021-02-25 15:00:31 +00:00
|
|
|
* Thu Feb 25 2021 Wim Taymans <wtaymans@redhat.com> - 1.18.2-8
|
|
|
|
- Move ladspa, microdns, openmpt, srt and zvbi to extras
|
|
|
|
|
2021-02-08 10:24:21 +00:00
|
|
|
* Mon Feb 08 2021 Wim Taymans <wtaymans@redhat.com> - 1.18.2-7
|
|
|
|
- Rebuild for updated libmicrodns
|
|
|
|
|
2021-01-26 15:20:04 +00:00
|
|
|
* Wed Jan 20 2021 Wim Taymans <wtaymans@redhat.com> - 1.18.2-6
|
|
|
|
- Move libaom to extras
|
|
|
|
- Remove unused musepack buildreq
|
|
|
|
|
2021-01-26 13:05:41 +00:00
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.18.2-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
2021-01-24 15:05:24 +00:00
|
|
|
* Sun Jan 24 2021 Leigh Scott <leigh123linux@gmail.com> - 1.18.2-4
|
|
|
|
- Rebuild for new libmicrodns .so version
|
|
|
|
|
2021-01-12 11:13:20 +00:00
|
|
|
* Tue Jan 12 2021 Wim Taymans <wtaymans@redhat.com> - 1.18.2-3
|
|
|
|
- Move libnice and webrtc to extras
|
|
|
|
|
2021-01-01 22:19:04 +00:00
|
|
|
* Fri Jan 01 2021 Richard Shaw <hobbes1069@gmail.com> - 1.18.2-2
|
|
|
|
- Rebuild for OpenEXR 2.5.3.
|
|
|
|
|
2020-12-10 10:38:02 +00:00
|
|
|
* Thu Dec 10 2020 Wim Taymans <wtaymans@redhat.com> - 1.18.2-1
|
|
|
|
- Update to 1.18.2
|
|
|
|
|
2020-10-30 14:11:59 +00:00
|
|
|
* Fri Oct 30 2020 Wim Taymans <wtaymans@redhat.com> - 1.18.1-1
|
|
|
|
- Update to 1.18.1
|
|
|
|
- Remove COPYING.LIB
|
|
|
|
|
2020-10-19 21:29:14 +00:00
|
|
|
* Mon Oct 19 2020 Troy Dawson <tdawson@redhat.com> - 1.18.0-5
|
|
|
|
- Do not run va tests when va is disabled
|
|
|
|
|
2020-10-17 19:31:08 +00:00
|
|
|
* Sat Oct 17 2020 Dominik Mierzejewski <rpm@greysector.net> - 1.18.0-4
|
|
|
|
- rebuild for libdvdread-6.1 ABI bump
|
|
|
|
|
2020-09-22 14:15:49 +00:00
|
|
|
* Tue Sep 22 2020 Gwyn Ciesla <gwync@protonmail.com> - 1.18.0-3
|
|
|
|
- Obsolete/Provide gst-transcoder
|
|
|
|
|
2020-09-10 17:10:51 +00:00
|
|
|
* Thu Sep 10 2020 Adam Williamson <awilliam@redhat.com> - 1.18.0-2
|
|
|
|
- Disable opencv again (pulls in huge number of deps)
|
|
|
|
|
2020-09-08 11:08:02 +00:00
|
|
|
* Tue Sep 8 2020 Wim Taymans <wtaymans@redhat.com> - 1.18.0-1
|
|
|
|
- Update to 1.18.0
|
|
|
|
- Enable opencv
|
|
|
|
|
2020-08-21 13:48:38 +00:00
|
|
|
* Fri Aug 21 2020 Wim Taymans <wtaymans@redhat.com> - 1.17.90-1
|
|
|
|
- Update to 1.17.90
|
2020-08-21 14:46:25 +00:00
|
|
|
- Remove obsolete -bad-transcoder .pc file
|
|
|
|
- Add vulkan wayland
|
2020-08-21 13:48:38 +00:00
|
|
|
|
2020-07-28 00:29:33 +00:00
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.17.2-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-07-07 13:03:09 +00:00
|
|
|
* Tue Jul 07 2020 Robert-André Mauchin <zebob.m@gmail.com> - 1.17.2-2
|
|
|
|
- Rebuilt for aom 2.0.0
|
|
|
|
|
2020-07-06 12:15:56 +00:00
|
|
|
* Mon Jul 6 2020 Wim Taymans <wtaymans@redhat.com> - 1.17.2-1
|
|
|
|
- Update to 1.17.2
|
|
|
|
- Add new libva plugin
|
|
|
|
- Add new pkgconfig files
|
|
|
|
|
2020-06-22 14:57:00 +00:00
|
|
|
* Mon Jun 22 2020 Wim Taymans <wtaymans@redhat.com> - 1.17.1-1
|
|
|
|
- Update to 1.17.1
|
2020-06-22 15:02:53 +00:00
|
|
|
- Add sources
|
2020-06-22 15:13:54 +00:00
|
|
|
- Disable wpe for now
|
2020-06-22 14:57:00 +00:00
|
|
|
|
2020-03-20 18:09:11 +00:00
|
|
|
* Fri Mar 20 2020 Debarshi Ray <rishi@fedoraproject.org> - 1.16.2-4
|
|
|
|
- Enable the spandsp plugin
|
|
|
|
|
2020-01-29 03:44:11 +00:00
|
|
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.16.2-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2020-01-07 20:05:24 +00:00
|
|
|
* Tue Jan 7 2020 Tom Callaway <spot@fedoraproject.org> - 1.16.2-2
|
|
|
|
- rebuild for libsrtp2
|
|
|
|
|
2020-01-03 08:17:21 +00:00
|
|
|
* Thu Jan 2 2020 Wim Taymans <wtaymans@redhat.com> - 1.16.2-1
|
|
|
|
- Update to 1.16.2
|
|
|
|
|
2019-11-15 12:34:27 +00:00
|
|
|
* Fri Nov 15 2019 Dominik 'Rathann' Mierzejewski <rpm@greysector.net> - 1.16.1-3
|
|
|
|
- rebuild for libdvdread ABI bump
|
|
|
|
|
2019-10-04 14:08:48 +00:00
|
|
|
* Fri Oct 04 2019 Kalev Lember <klember@redhat.com> - 1.16.1-2
|
|
|
|
- Bump gstreamer1-plugins-bad-nonfree obsoletes version
|
|
|
|
|
2019-09-24 14:13:47 +00:00
|
|
|
* Tue Sep 24 2019 Wim Taymans <wtaymans@redhat.com> - 1.16.1-1
|
|
|
|
- Update to 1.16.1
|
|
|
|
|
2019-09-23 08:52:01 +00:00
|
|
|
* Mon Sep 23 2019 Kalev Lember <klember@redhat.com> - 1.16.0-4
|
|
|
|
- Enable AAC support through fdk-aac-free
|
|
|
|
|
2019-07-25 07:56:28 +00:00
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.16.0-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-06-24 15:25:20 +00:00
|
|
|
* Mon Jun 24 2019 Rex Dieter <rdieter@fedoraproject.org> - 1.16.0-2
|
|
|
|
- BR: lilv-devel, enables lv2 plugin
|
|
|
|
- use %%_metainfodir macro
|
|
|
|
|
2019-04-23 11:36:43 +00:00
|
|
|
* Tue Apr 23 2019 Wim Taymans <wtaymans@redhat.com> - 1.16.0-1
|
|
|
|
- Update to 1.16.0
|
|
|
|
|
2019-03-11 08:31:29 +00:00
|
|
|
* Fri Mar 01 2019 Wim Taymans <wtaymans@redhat.com> - 1.15.2-1
|
|
|
|
- Update to 1.15.2
|
2019-03-11 08:47:01 +00:00
|
|
|
- The vcdsrc plugin was removed
|
2019-03-11 08:31:29 +00:00
|
|
|
|
2019-02-28 21:32:04 +00:00
|
|
|
* Thu Feb 28 2019 Pete Walter <pwalter@fedoraproject.org> - 1.15.1-3
|
|
|
|
- Update wayland deps
|
|
|
|
|
2019-02-01 01:45:24 +00:00
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.15.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2019-01-28 11:34:16 +00:00
|
|
|
* Fri Jan 25 2019 Wim Taymans <wtaymans@redhat.com> - 1.15.1-1
|
|
|
|
- Update to 1.15.1
|
2019-01-28 12:26:10 +00:00
|
|
|
- Remove dependency on removed package
|
2019-01-28 15:39:47 +00:00
|
|
|
- Add sctp and closedcaption plugins
|
2019-01-28 11:34:16 +00:00
|
|
|
|
2018-10-03 10:08:32 +00:00
|
|
|
* Wed Oct 03 2018 Wim Taymans <wtaymans@redhat.com> - 1.14.4-1
|
|
|
|
- Update to 1.14.4
|
|
|
|
|
2018-09-18 10:39:46 +00:00
|
|
|
* Tue Sep 18 2018 Wim Taymans <wtaymans@redhat.com> - 1.14.3-1
|
|
|
|
- Update to 1.14.3
|
|
|
|
|
2018-08-15 21:25:57 +00:00
|
|
|
* Wed Aug 15 2018 Rex Dieter <rdieter@fedoraproject.org> - 1.14.2-2
|
|
|
|
- Enable LV2 plugin support (#1616070)
|
|
|
|
|
2018-07-23 16:51:05 +00:00
|
|
|
* Mon Jul 23 2018 Wim Taymans <wtaymans@redhat.com> - 1.14.2-1
|
|
|
|
- Update to 1.14.2
|
|
|
|
|
2018-07-17 10:56:09 +00:00
|
|
|
* Tue Jul 17 2018 Wim Taymans <wtaymans@redhat.org> - 1.14.1-7
|
|
|
|
- Only build extras on Fedora
|
2018-07-17 11:14:32 +00:00
|
|
|
- bluez is not in extras
|
|
|
|
- vdpau is in extras
|
2018-07-17 10:56:09 +00:00
|
|
|
|
2018-07-17 09:53:55 +00:00
|
|
|
* Tue Jul 17 2018 Wim Taymans <wtaymans@redhat.org> - 1.14.1-6
|
|
|
|
- remove unused liboil BR
|
|
|
|
|
2018-07-13 04:38:25 +00:00
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.14.1-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-06-14 07:14:26 +00:00
|
|
|
* Thu Jun 14 2018 Simone Caronni <negativo17@gmail.com> - 1.14.1-4
|
|
|
|
- Rebuild for updated libass.
|
|
|
|
|
2018-05-25 10:55:56 +00:00
|
|
|
* Fri May 25 2018 Wim Taymans <wtaymans@redhat.com> - 1.14.1-3
|
|
|
|
- rebuild (#1581325) to update Provides
|
|
|
|
|
2018-05-22 18:19:49 +00:00
|
|
|
* Tue May 22 2018 Rex Dieter <rdieter@fedoraproject.org> - 1.14.1-2
|
|
|
|
- rebuild (file)
|
|
|
|
|
2018-05-21 09:19:17 +00:00
|
|
|
* Mon May 21 2018 Wim Taymans <wtaymans@redhat.com> - 1.14.1-1
|
|
|
|
- Update to 1.14.1
|
|
|
|
- Use openjpeg2 instead of openjpeg (#1553079)
|
|
|
|
|
2018-05-10 11:22:47 +00:00
|
|
|
* Thu May 10 2018 Wim Taymans <wtaymans@redhat.com> - 1.14.0-2
|
|
|
|
- Add libnice-devel to get webrtc plugin (#1575244)
|
|
|
|
|
2018-03-21 08:08:43 +00:00
|
|
|
* Tue Mar 20 2018 Wim Taymans <wtaymans@redhat.com> - 1.14.0-1
|
|
|
|
- Update to 1.14.0
|
2018-03-21 12:23:45 +00:00
|
|
|
- add webrtc gir and typelib
|
2018-03-21 08:08:43 +00:00
|
|
|
|
2018-03-15 11:12:20 +00:00
|
|
|
* Wed Mar 14 2018 Wim Taymans <wtaymans@redhat.com> - 1.13.91-1
|
|
|
|
- Update to 1.13.91
|
|
|
|
|
2018-03-05 12:03:44 +00:00
|
|
|
* Mon Mar 5 2018 Wim Taymans <wtaymans@redhat.com> - 1.13.90-1
|
|
|
|
- Update to 1.13.90
|
|
|
|
- Add audiolatency
|
2018-03-05 14:15:30 +00:00
|
|
|
- Schrodinger element was removed
|
2018-03-05 12:03:44 +00:00
|
|
|
|
2018-02-27 15:49:23 +00:00
|
|
|
* Tue Feb 27 2018 Rex Dieter <rdieter@fedoraproject.org> - 1.13.1-2
|
|
|
|
- drop -gtk subpkg, moved to gst1-plugins-good
|
|
|
|
|
2018-02-25 00:29:32 +00:00
|
|
|
* Fri Feb 23 2018 Rex Dieter <rdieter@fedoraproject.org> - 1.13.1-1
|
|
|
|
- 1.13.1
|
|
|
|
- use %%ldconfig_scriptlets %%make_build %%make_install
|
|
|
|
- fix rpath in gst-p-bad-cleanup.sh
|
|
|
|
- tighten subpkg deps with %%{?_isa}
|
|
|
|
- -gtk subpkg now empty. FIXME
|
|
|
|
|
2018-02-07 15:38:48 +00:00
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.12.4-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2018-01-08 08:04:30 +00:00
|
|
|
* Mon Jan 8 2018 Wim Taymans <wtaymans@redhat.com> - 1.12.4-2
|
|
|
|
- Rebuild for chromaprint .so change
|
|
|
|
|
2017-12-11 10:53:32 +00:00
|
|
|
* Mon Dec 11 2017 Wim Taymans <wtaymans@redhat.com> - 1.12.4-1
|
|
|
|
- Update to 1.12.4
|
|
|
|
|
2017-10-13 18:19:34 +00:00
|
|
|
* Fri Oct 13 2017 Troy Dawson <tdawson@redhat.com> - 1.12.3-3
|
|
|
|
- Cleanup spec file conditionals
|
|
|
|
|
2017-09-30 17:41:27 +00:00
|
|
|
* Sat Sep 30 2017 Jerry James <loganjerry@gmail.com> - 1.12.3-2
|
|
|
|
- Rebuild for soundtouch 2.0.0
|
|
|
|
|
2017-09-19 13:05:55 +00:00
|
|
|
* Tue Sep 19 2017 Wim Taymans <wtaymans@redhat.com> - 1.12.3-1
|
|
|
|
- Update to 1.12.3
|
|
|
|
|
2017-08-02 23:09:04 +00:00
|
|
|
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.12.2-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-30 17:17:56 +00:00
|
|
|
* Sun Jul 30 2017 Florian Weimer <fweimer@redhat.com> - 1.12.2-4
|
|
|
|
- Rebuild with binutils fix for ppc64le (#1475636)
|
|
|
|
|
2017-07-27 08:34:27 +00:00
|
|
|
* Thu Jul 27 2017 Jan Horak <jhorak@redhat.com> - 1.12.2-3
|
|
|
|
- Added missing buildrequire on EGL
|
|
|
|
|
2017-07-26 12:12:10 +00:00
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.12.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-07-17 09:57:01 +00:00
|
|
|
* Mon Jul 17 2017 Wim Taymans <wtaymans@redhat.com> - 1.12.2-1
|
|
|
|
- Update to 1.12.2
|
|
|
|
|
2017-06-20 17:01:59 +00:00
|
|
|
* Tue Jun 20 2017 Wim Taymans <wtaymans@redhat.com> - 1.12.1-1
|
|
|
|
- Update to 1.12.1
|
|
|
|
|
2017-05-10 15:16:54 +00:00
|
|
|
* Wed May 10 2017 Wim Taymans <wtaymans@redhat.com> - 1.12.0-1
|
|
|
|
- Update to 1.12.0
|
|
|
|
|
2017-04-28 15:51:25 +00:00
|
|
|
* Fri Apr 28 2017 Wim Taymans <wtaymans@redhat.com> - 1.11.91-1
|
|
|
|
- Update to 1.11.91
|
|
|
|
|
2017-04-11 12:45:58 +00:00
|
|
|
* Tue Apr 11 2017 Wim Taymans <wtaymans@redhat.com> - 1.11.90-1
|
|
|
|
- Update to 1.11.90
|
2017-04-11 12:59:47 +00:00
|
|
|
- Update plugin names
|
2017-04-11 14:05:06 +00:00
|
|
|
- Remove old rawparse plugin
|
2017-04-12 07:08:06 +00:00
|
|
|
- Add new allocator lib and legacyrawparse
|
2017-04-11 12:45:58 +00:00
|
|
|
|
2017-02-24 19:41:51 +00:00
|
|
|
* Fri Feb 24 2017 Wim Taymans <wtaymans@redhat.com> - 1.11.2-1
|
|
|
|
- Update to 1.11.2
|
2017-02-25 17:41:33 +00:00
|
|
|
- add audiomixmatrix
|
2017-02-24 19:41:51 +00:00
|
|
|
|
2017-02-10 12:19:51 +00:00
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.11.1-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2017-02-01 18:23:12 +00:00
|
|
|
* Wed Feb 01 2017 Sandro Mani <manisandro@gmail.com> - 1.11.1-2
|
|
|
|
- Rebuild (libwebp)
|
|
|
|
|
2017-01-13 14:15:50 +00:00
|
|
|
* Fri Jan 13 2017 Wim Taymans <wtaymans@redhat.com> - 1.11.1-1
|
|
|
|
- Update to 1.11.1
|
|
|
|
- Add audiobuffersplit
|
2017-01-13 14:53:30 +00:00
|
|
|
- Dataurisrc was moved to core
|
2017-01-13 15:28:47 +00:00
|
|
|
- Add ttmlsubs plugin
|
2017-01-13 14:15:50 +00:00
|
|
|
|
2016-12-05 08:39:04 +00:00
|
|
|
* Mon Dec 05 2016 Wim Taymans <wtaymans@redhat.com> - 1.10.2-1
|
|
|
|
- Update to 1.10.2
|
|
|
|
|
2016-11-28 08:53:04 +00:00
|
|
|
* Mon Nov 28 2016 Wim Taymans <wtaymans@redhat.com> - 1.10.1-1
|
|
|
|
- Update to 1.10.1
|
|
|
|
|
2016-11-03 08:46:22 +00:00
|
|
|
* Thu Nov 03 2016 Wim Taymans <wtaymans@redhat.com> - 1.10.0-1
|
|
|
|
- Update to 1.10.0
|
|
|
|
|
|
|
|
* Sat Oct 01 2016 Wim Taymans <wtaymans@redhat.com> - 1.9.90-1
|
2016-10-01 08:47:25 +00:00
|
|
|
- Update to 1.9.90
|
|
|
|
|
2016-09-02 07:06:51 +00:00
|
|
|
* Fri Sep 02 2016 Wim Taymans <wtaymans@redhat.com> - 1.9.2-2
|
|
|
|
- Rebuild
|
|
|
|
|
2016-09-01 14:24:39 +00:00
|
|
|
* Thu Sep 01 2016 Wim Taymans <wtaymans@redhat.com> - 1.9.2-1
|
|
|
|
- Update to 1.9.2
|
|
|
|
|
2016-08-26 10:29:13 +00:00
|
|
|
* Fri Aug 26 2016 Hans de Goede <hdegoede@redhat.com> - 1.9.1-3
|
|
|
|
- Rebuild for new wildmidi
|
|
|
|
|
2016-08-10 06:49:06 +00:00
|
|
|
* Wed Aug 10 2016 Wim Taymans <wtaymans@redhat.com> - 1.9.1-2
|
|
|
|
- Merge patches from Kevin Kofler (#1267665)
|
|
|
|
- Split gtksink into a -gtk subpackage (#1295444)
|
|
|
|
- Split wildmidi plugin into a -wildmidi subpackage (#1267665)
|
|
|
|
- BR mesa-libGLES-devel to enable OpenGL ES 2 support in GstGL (#1308290)
|
|
|
|
|
2016-07-07 07:15:26 +00:00
|
|
|
* Thu Jul 07 2016 Wim Taymans <wtaymans@redhat.com> - 1.9.1-1
|
|
|
|
- Update to 1.9.1
|
2016-07-07 09:43:34 +00:00
|
|
|
- add musepack plugin
|
|
|
|
- add kmssink plugin
|
2016-07-07 07:15:26 +00:00
|
|
|
|
2016-06-09 14:38:10 +00:00
|
|
|
* Thu Jun 09 2016 Wim Taymans <wtaymans@redhat.com> - 1.8.2-1
|
|
|
|
- Update to 1.8.2
|
|
|
|
|
2016-05-08 08:44:03 +00:00
|
|
|
* Sun May 08 2016 Wim Taymans <wtaymans@redhat.com> - 1.8.1-2
|
|
|
|
- Rebuild for opencv
|
2016-05-08 09:13:05 +00:00
|
|
|
- Disable opencv, the version is too new
|
2016-05-08 08:44:03 +00:00
|
|
|
|
2016-04-21 11:13:32 +00:00
|
|
|
* Thu Apr 21 2016 Wim Taymans <wtaymans@redhat.com> - 1.8.1-1
|
|
|
|
- Update to 1.8.1
|
|
|
|
|
2016-03-24 15:00:02 +00:00
|
|
|
* Thu Mar 24 2016 Wim Taymans <wtaymans@redhat.com> - 1.8.0-1
|
|
|
|
- Update to 1.8.0
|
|
|
|
|
2016-03-16 08:35:25 +00:00
|
|
|
* Wed Mar 16 2016 Wim Taymans <wtaymans@redhat.com> - 1.7.91-1
|
|
|
|
- Update to 1.7.91
|
|
|
|
- The opus parse was not moved so we still need opus-devel and we still
|
|
|
|
ship a plugin.
|
2016-03-16 11:06:53 +00:00
|
|
|
- the plugin was renamed to opusparse
|
2016-03-16 08:35:25 +00:00
|
|
|
|
2016-03-02 17:53:31 +00:00
|
|
|
* Wed Mar 02 2016 Wim Taymans <wtaymans@redhat.com> - 1.7.90-1
|
|
|
|
- Update to 1.7.90
|
2016-03-03 11:05:24 +00:00
|
|
|
- the opus plugin was moved to -base.
|
2016-03-02 17:53:31 +00:00
|
|
|
|
2016-02-25 09:39:51 +00:00
|
|
|
* Thu Feb 25 2016 Wim Taymans <wtaymans@redhat.com> - 1.7.2-2
|
|
|
|
- Rebuild for soundtouch ABI break (#1311323)
|
|
|
|
|
2016-02-19 16:07:23 +00:00
|
|
|
* Fri Feb 19 2016 Wim Taymans <wtaymans@redhat.com> - 1.7.2-1
|
|
|
|
- Update to 1.7.2
|
2016-02-22 08:09:53 +00:00
|
|
|
- remove rtpbad plugin, it was moved
|
2016-02-22 16:37:34 +00:00
|
|
|
- add new libraries and netsim plugin
|
2016-02-19 16:07:23 +00:00
|
|
|
|
2016-02-16 11:10:54 +00:00
|
|
|
* Tue Feb 16 2016 Wim Taymans <wtaymans@redhat.com> - 1.7.1-5
|
|
|
|
- add chromaprint plugin
|
|
|
|
|
2016-02-04 17:37:56 +00:00
|
|
|
* Thu Feb 04 2016 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.7.1-4
|
|
|
|
- Append --disable-fatal-warnings to %%configure to prevent
|
|
|
|
building from aborting for negligible warnings (Fix F24FTBFS)
|
|
|
|
- Append --disable-silent-rules to %%configure to make
|
|
|
|
building verbose.
|
|
|
|
- Don't remove buildroot before installing.
|
|
|
|
|
2016-02-03 23:26:31 +00:00
|
|
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.1-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2016-01-05 17:58:14 +00:00
|
|
|
* Tue Jan 5 2016 Wim Taymans <wtaymans@redhat.com> - 1.7.1-2
|
|
|
|
- remove rpath from gtksink and mxf
|
|
|
|
- Fix description line too long
|
|
|
|
|
2016-01-05 11:35:59 +00:00
|
|
|
* Tue Jan 5 2016 Wim Taymans <wtaymans@redhat.com> - 1.7.1-1
|
|
|
|
- Update to 1.7.1
|
2016-01-05 11:50:17 +00:00
|
|
|
- rename fragmented -> hls
|
2016-01-05 14:30:35 +00:00
|
|
|
- remove liveadder
|
2016-01-05 14:54:59 +00:00
|
|
|
- add gstplayer
|
2016-01-05 15:10:35 +00:00
|
|
|
- add teletextdec and videoframe_audiolevel
|
2016-01-05 11:35:59 +00:00
|
|
|
|
2015-12-29 02:51:22 +00:00
|
|
|
* Mon Dec 28 2015 Rex Dieter <rdieter@fedoraproject.org> 1.6.2-2
|
|
|
|
- rebuild (libwebp)
|
|
|
|
|
2015-12-15 09:41:45 +00:00
|
|
|
* Tue Dec 15 2015 Wim Taymans <wtaymans@redhat.com> - 1.6.2-1
|
|
|
|
- Update to 1.6.2
|
|
|
|
|
2015-11-09 11:59:39 +00:00
|
|
|
* Mon Nov 9 2015 Wim Taymans <wtaymans@redhat.com> - 1.6.1-2
|
|
|
|
- Enable more plugins: gtksink, webp, bluez, bs2b, gme, ofa, openal,
|
|
|
|
opencv, openjpeg
|
|
|
|
|
2015-11-02 09:39:09 +00:00
|
|
|
* Mon Nov 2 2015 Wim Taymans <wtaymans@redhat.com> - 1.6.1-1
|
|
|
|
- Update to 1.6.1
|
|
|
|
|
2015-09-26 09:32:39 +00:00
|
|
|
* Sat Sep 26 2015 Kalev Lember <klember@redhat.com> - 1.6.0-1
|
|
|
|
- Update to 1.6.0
|
2015-09-26 09:33:21 +00:00
|
|
|
- Remove lib64 rpaths from a few more libraries
|
2015-09-26 09:34:43 +00:00
|
|
|
- Use license macro for COPYING and COPYING.LIB
|
2015-09-26 09:32:39 +00:00
|
|
|
|
2015-09-21 09:46:33 +00:00
|
|
|
* Mon Sep 21 2015 Wim Taymans <wtaymans@redhat.com> - 1.5.91-1
|
|
|
|
- Update to 1.5.91
|
|
|
|
|
2015-09-18 10:03:13 +00:00
|
|
|
* Fri Sep 18 2015 Richard Hughes <rhughes@redhat.com> - 1.5.90-3
|
|
|
|
- Add optional data to AppStream metadata.
|
|
|
|
|
2015-08-24 15:03:10 +00:00
|
|
|
* Mon Aug 24 2015 Wim Taymans <wtaymans@redhat.com> - 1.5.90-2
|
|
|
|
- Enable uvch264
|
|
|
|
|
2015-08-19 15:12:15 +00:00
|
|
|
* Wed Aug 19 2015 Wim Taymans <wtaymans@redhat.com> - 1.5.90-1
|
|
|
|
- Update to 1.5.90
|
|
|
|
|
2015-06-25 08:32:55 +00:00
|
|
|
* Thu Jun 25 2015 Wim Taymans <wtaymans@redhat.com> - 1.5.2-1
|
|
|
|
- Update to 1.5.2
|
|
|
|
|
2015-06-17 09:57:04 +00:00
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-06-08 15:45:24 +00:00
|
|
|
* Mon Jun 08 2015 Wim Taymans <wtaymans@redhat.com> - 1.5.1-1
|
|
|
|
- Update to 1.5.1
|
2015-06-08 16:03:47 +00:00
|
|
|
- Drop old patch
|
2015-06-08 15:45:24 +00:00
|
|
|
|
2015-05-04 12:48:05 +00:00
|
|
|
* Mon May 04 2015 Kalev Lember <kalevlember@gmail.com> - 1.4.5-5
|
|
|
|
- Rebuilt for nettle soname bump
|
|
|
|
|
2015-05-02 12:12:00 +00:00
|
|
|
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 1.4.5-4
|
|
|
|
- Rebuilt for GCC 5 C++11 ABI change
|
|
|
|
|
2015-03-26 10:14:23 +00:00
|
|
|
* Wed Mar 25 2015 Richard Hughes <rhughes@redhat.com> - 1.4.5-3
|
|
|
|
- Register as an AppStream component.
|
|
|
|
|
2015-03-06 16:49:49 +00:00
|
|
|
* Fri Mar 06 2015 David Woodhouse <dwmw2@infradead.org> - 1.4.5-2
|
|
|
|
- Fix RTP/RTCP muxing (#1199578)
|
|
|
|
|
2015-02-03 16:51:19 +00:00
|
|
|
* Tue Feb 03 2015 Wim Taymans <wtaymans@redhat.com> - 1.4.5-1
|
|
|
|
- Update to 1.4.5
|
|
|
|
|
2014-11-25 20:03:22 +00:00
|
|
|
* Tue Nov 25 2014 Rex Dieter <rdieter@fedoraproject.org> 1.4.4-2
|
|
|
|
- rebuild (openexr)
|
|
|
|
|
2014-11-14 16:23:21 +00:00
|
|
|
* Fri Nov 14 2014 Kalev Lember <kalevlember@gmail.com> - 1.4.4-1
|
|
|
|
- Update to 1.4.4
|
|
|
|
|
2014-11-14 16:03:09 +00:00
|
|
|
* Fri Nov 14 2014 Tom Callaway <spot@fedoraproject.org> - 1.4.2-3
|
|
|
|
- Rebuild for new libsrtp
|
|
|
|
|
2014-09-22 12:14:20 +00:00
|
|
|
* Mon Sep 22 2014 Wim Taymans <wtaymans@redhat.com> - 1.4.2-2
|
|
|
|
- Remove celt buildreq, the plugin was removed and so is celt-devel
|
|
|
|
|
2014-09-22 11:34:27 +00:00
|
|
|
* Mon Sep 22 2014 Wim Taymans <wtaymans@redhat.com> - 1.4.2-1
|
|
|
|
- Update to 1.4.2.
|
|
|
|
|
2014-08-29 08:46:23 +00:00
|
|
|
* Fri Aug 29 2014 Wim Taymans <wtaymans@redhat.com> - 1.4.1-1
|
|
|
|
- Update to 1.4.1.
|
|
|
|
|
2014-08-16 19:22:17 +00:00
|
|
|
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-07-22 08:43:43 +00:00
|
|
|
* Tue Jul 22 2014 Wim Taymans <wtaymans@redhat.com> - 1.4.0-1
|
|
|
|
- Update to 1.4.0.
|
|
|
|
|
2014-07-11 15:34:31 +00:00
|
|
|
* Fri Jul 11 2014 Wim Taymans <wtaymans@redhat.com> - 1.3.91-1
|
|
|
|
- Update to 1.3.91.
|
2014-07-11 21:03:57 +00:00
|
|
|
- Remove old libraries
|
2014-07-11 15:34:31 +00:00
|
|
|
|
2014-06-17 13:08:43 +00:00
|
|
|
* Tue Jun 17 2014 Wim Taymans <wtaymans@redhat.com> - 1.2.4-1
|
|
|
|
- Update to 1.2.4.
|
|
|
|
|
2014-06-07 19:00:33 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.3-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-03-20 16:23:51 +00:00
|
|
|
* Thu Mar 20 2014 Hans de Goede <hdegoede@}redhat.com> - 1.2.3-3
|
|
|
|
- Put the fluidsynth plugin in its own subpackage and make it require
|
|
|
|
soundfont2-default (rhbz#1078925)
|
|
|
|
|
2014-03-19 09:39:45 +00:00
|
|
|
* Wed Mar 19 2014 Peter Robinson <pbrobinson@fedoraproject.org> 1.2.3-2
|
|
|
|
- Bump (libass)
|
|
|
|
|
2014-02-10 15:52:52 +00:00
|
|
|
* Mon Feb 10 2014 Brian Pepple <bpepple@fedoraproject.org> - 1.2.3-1
|
|
|
|
- Update to 1.2.3.
|
|
|
|
|
2014-02-06 14:51:23 +00:00
|
|
|
* Thu Feb 6 2014 Brian Pepple <bpepple@fedoraproject.org> - 1.2.2-2
|
|
|
|
- Build the srtp plugin. (#1055669)
|
|
|
|
|
2013-12-27 15:46:32 +00:00
|
|
|
* Fri Dec 27 2013 Brian Pepple <bpepple@fedoraproject.org> - 1.2.2-1
|
|
|
|
- Update to 1.2.2.
|
|
|
|
|
2013-11-15 01:45:35 +00:00
|
|
|
* Fri Nov 15 2013 Brian Pepple <bpepple@fedoraproject.org> - 1.2.1-4
|
|
|
|
- Build fluidsynth plugin. (#1024906)
|
|
|
|
|
2013-11-14 15:39:26 +00:00
|
|
|
* Thu Nov 14 2013 Brian Pepple <bpepple@fedoraproject.org> - 1.2.1-3
|
|
|
|
- Add BR on gnutls-devel for HLS support. (#1030491)
|
|
|
|
|
2013-11-11 18:08:58 +00:00
|
|
|
* Mon Nov 11 2013 Brian Pepple <bpepple@fedoraproject.org> - 1.2.1-2
|
|
|
|
- Build ladspa, libkate, and wildmidi plugins.
|
|
|
|
|
2013-11-11 17:04:29 +00:00
|
|
|
* Mon Nov 11 2013 Brian Pepple <bpepple@fedoraproject.org> - 1.2.1-1
|
|
|
|
- Update to 1.2.1.
|
|
|
|
|
2013-11-08 01:07:56 +00:00
|
|
|
* Fri Nov 8 2013 Brian Pepple <bpepple@fedoraproject.org> - 1.2.0-3
|
|
|
|
- Build gobject-introspection support. (#1028156)
|
|
|
|
|
2013-10-04 14:55:58 +00:00
|
|
|
* Fri Oct 04 2013 Bastien Nocera <bnocera@redhat.com> 1.2.0-2
|
|
|
|
- Build the wayland video output plugin
|
|
|
|
|
2013-09-24 14:47:18 +00:00
|
|
|
* Tue Sep 24 2013 Brian Pepple <bpepple@fedoraproject.org> - 1.2.0-1
|
|
|
|
- Update to 1.2.0.
|
|
|
|
|
2013-09-19 17:04:40 +00:00
|
|
|
* Thu Sep 19 2013 Brian Pepple <bpepple@fedoraproject.org> - 1.1.90-1
|
|
|
|
- Update to 1.1.90.
|
|
|
|
|
2013-08-28 16:37:35 +00:00
|
|
|
* Wed Aug 28 2013 Brian Pepple <bpepple@fedoraproject.org> - 1.1.4-1
|
|
|
|
- Update to 1.1.4.
|
|
|
|
|
2013-07-29 13:34:11 +00:00
|
|
|
* Mon Jul 29 2013 Brian Pepple <bpepple@fedoraproject.org> - 1.1.3-1
|
|
|
|
- Update to 1.1.3.
|
|
|
|
|
2013-07-12 17:34:29 +00:00
|
|
|
* Fri Jul 12 2013 Brian Pepple <bpepple@fedoraproject.org> - 1.1.2-1
|
|
|
|
- Update to 1.1.2.
|
|
|
|
|
2013-05-07 20:53:33 +00:00
|
|
|
* Tue May 07 2013 Colin Walters <walters@verbum.org> - 1.0.7-2
|
|
|
|
- Move libgstdecklink to its correct place in extras; needed for RHEL
|
|
|
|
|
2013-04-26 19:05:01 +00:00
|
|
|
* Fri Apr 26 2013 Brian Pepple <bpepple@fedoraproject.org> - 1.0.7-1
|
|
|
|
- Update to 1.0.7.
|
|
|
|
|
2013-03-24 01:42:36 +00:00
|
|
|
* Sun Mar 24 2013 Brian Pepple <bpepple@fedoraproject.org> - 1.0.6-1
|
|
|
|
- Update to 1.0.6.
|
2013-03-24 02:26:24 +00:00
|
|
|
- Drop BR on PyXML.
|
2013-03-24 01:42:36 +00:00
|
|
|
|
2013-02-14 00:39:50 +00:00
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.5-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2013-01-08 16:31:21 +00:00
|
|
|
* Tue Jan 8 2013 Brian Pepple <bpepple@fedoraproject.org> - 1.0.5-1
|
|
|
|
- Update to 1.0.5
|
|
|
|
|
2012-12-19 03:44:39 +00:00
|
|
|
* Wed Dec 19 2012 Brian Pepple <bpepple@fedoraproject.org> - 1.0.4-1
|
|
|
|
- Update to 1.0.4
|
|
|
|
|
2012-11-21 17:07:24 +00:00
|
|
|
* Wed Nov 21 2012 Brian Pepple <bpepple@fedoraproject.org> - 1.0.3-1
|
|
|
|
- Update to 1.0.3
|
|
|
|
|
2012-10-25 16:00:27 +00:00
|
|
|
* Thu Oct 25 2012 Brian Pepple <bpepple@fedoraproject.org> - 1.0.2-1
|
|
|
|
- Update to 1.0.2
|
|
|
|
|
2012-10-07 22:42:01 +00:00
|
|
|
* Sun Oct 7 2012 Brian Pepple <bpepple@fedoraproject.org> - 1.0.1-1
|
|
|
|
- Update to 1.0.1
|
|
|
|
- Add frei0r plugin to file list.
|
|
|
|
|
2012-10-01 19:42:25 +00:00
|
|
|
* Mon Oct 1 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 1.0.0-3
|
|
|
|
- Enable verbose build
|
|
|
|
|
2012-09-26 17:58:18 +00:00
|
|
|
* Wed Sep 26 2012 Brian Pepple <bpepple@fedoraproject.org> - 1.0.0-2
|
|
|
|
- Build opus plugin.
|
|
|
|
|
2012-09-24 19:56:20 +00:00
|
|
|
* Mon Sep 24 2012 Brian Pepple <bpepple@fedoraproject.org> - 1.0.0-1
|
|
|
|
- Update to 1.0.0.
|
|
|
|
|
2012-09-20 11:45:59 +00:00
|
|
|
* Thu Sep 20 2012 Bastien Nocera <bnocera@redhat.com> 0.11.99-2
|
|
|
|
- The soundtouch-devel BR should be on, even with extras disabled
|
|
|
|
|
2012-09-19 16:12:38 +00:00
|
|
|
* Wed Sep 19 2012 Brian Pepple <bpepple@fedoraproject.org> - 0.11.99-1
|
|
|
|
- Update to 0.11.99
|
|
|
|
|
2012-09-14 16:06:08 +00:00
|
|
|
* Fri Sep 14 2012 Brian Pepple <bpepple@fedoraproject.org> - 0.11.94-1
|
|
|
|
- Update to 0.11.94.
|
|
|
|
|
2012-08-20 16:09:17 +00:00
|
|
|
* Sat Aug 18 2012 Brian Pepple <bpepple@fedoraproject.org> - 0.11.93-2
|
|
|
|
- Fix permission on tarball clean-up script.
|
|
|
|
- Re-enable soundtouch-devel.
|
|
|
|
- Add COPYING.LIB to package.
|
|
|
|
- Use %%global instead of %%define.
|
|
|
|
|
|
|
|
* Wed Aug 15 2012 Brian Pepple <bpepple@fedoraproject.org> - 0.11.93-1
|
|
|
|
- Update to 0.11.93.
|
|
|
|
|
|
|
|
* Fri Jul 20 2012 Brian Pepple <bpepple@fedoraproject.org> - 0.11.92-1
|
|
|
|
- Initial Fedora spec file.
|