Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.3:Staging:C:DVD
gstreamer-plugins-good
gstreamer-plugins-good.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File gstreamer-plugins-good.spec of Package gstreamer-plugins-good
# # spec file for package gstreamer-plugins-good # # Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # # aasink is just a toy. Once in future, we may want to disable aalib # support completely: %define ENABLE_AALIB 1 Name: gstreamer-plugins-good %define _name gst-plugins-good Version: 1.8.3 Release: 0 %define gst_branch 1.0 Summary: GStreamer Streaming-Media Framework Plug-Ins License: LGPL-2.1+ Group: Productivity/Multimedia/Other Url: http://gstreamer.freedesktop.org/ Source0: http://gstreamer.freedesktop.org/src/gst-plugins-good/%{_name}-%{version}.tar.xz Source1: gstreamer-plugins-good.appdata.xml Source99: baselibs.conf # PATCH-FIX-UPSTREAM gstreamer-flxdec-write-bounds-checking.patch bsc#1012102 bsc#1012103 mgorse@suse.com -- add some bounds checking (CVE-2016-9634 CVE-2016-9635). Patch0: gstreamer-flxdec-write-bounds-checking.patch # PATCH-FIX-UPSTREAM gstreamer-flxdec-fix-comparisons.patch bsc#1012104 mgorse@suse.com -- fix casting for some comparisons (CVE-2016-9636). Patch1: gstreamer-flxdec-fix-comparisons.patch # PATCH-FIX-UPSTREAM gstreamer-flxdec-unref.patch bsc#1013663 mgorse@suse.com -- don't unref() parent in the chain function (CVE-2016-9810). Patch2: gstreamer-flxdec-unref.patch # PATCH-FIX-UPSTREAM gstreamer-flxdec-array-overruns.patch bsc#1013653 bsc#1013655 mgorse@suse.com -- rewrite logic using GsgtByteReader/Writer (CVE-2016-9807 CVE-2016-9808). Patch3: gstreamer-flxdec-array-overruns.patch # PATCH-FIX-UPSTREAM 0001-aacparse-Make-sure-we-have-enough-data-in-the-codec_data-to-be-able-to-parse-it.patch bsc#1024014 alarrosa@suse.com -- Make sure we have enough data to parse it (CVE-2016-10198) Patch4: 0001-aacparse-Make-sure-we-have-enough-data-in-the-codec_data-to-be-able-to-parse-it.patch # PATCH-FIX-UPSTREAM 0001-qtdemux-Fix-out-of-bounds-read-in-tag-parsing-code.patch bsc#1024017 alarrosa@suse.com -- Fix out of bound read (CVE-2016-10199) Patch5: 0001-qtdemux-Fix-out-of-bounds-read-in-tag-parsing-code.patch # PATCH-FIX-UPSTREAM 0001-qtdemux-Increment-current-stts-index-whenever-we-finished.patch bsc#1024034 alarrosa@suse.com -- Fix an out of bound read and potential crash (CVE-2017-5840) Patch6: 0001-qtdemux-Increment-current-stts-index-whenever-we-finished.patch # PATCH-FIX-UPSTREAM 0001-avidemux-Fix-various-out-of-bounds-reads-when-parsing-ncdt.patch bsc#1024030 alarrosa@suse.com -- Fix various out of bounds reads (CVE-2017-5841) Patch7: 0001-avidemux-Fix-various-out-of-bounds-reads-when-parsing-ncdt.patch # PATCH-FIX-UPSTREAM 0001-avidemux-Stop-reading-a-ncdt-sub-tag-if-it-goes-behind-the-surrounding-tag.patch bsc#1024062 alarrosa@suse.com -- Fix an out of bound read (CVE-2017-5845) Patch8: 0001-avidemux-Stop-reading-a-ncdt-sub-tag-if-it-goes-behind-the-surrounding-tag.patch # PATCH-FIX-UPSTREAM gstreamer-multifilesink-do-atomic-file-writes.patch bsc#1031890 bgo#766990 vliaskovitis@suse.com -- Fix multifilesink regression by re-enabling atomic file writes Patch9: gstreamer-multifilesink-do-atomic-file-writes.patch %if 0%{?ENABLE_AALIB} BuildRequires: aalib-devel %endif BuildRequires: gcc-c++ BuildRequires: gtk-doc >= 1.12 BuildRequires: libICE-devel BuildRequires: libSM-devel # used by libgstvideo4linux2.so BuildRequires: libXv-devel BuildRequires: libavc1394-devel BuildRequires: libbz2-devel BuildRequires: libjpeg-devel BuildRequires: orc >= 0.4.16 BuildRequires: python-base BuildRequires: translation-update-upstream # TODO find where process.h comes from, not kernel-devel and not wxWidgets so far. %ifarch %ix86 ppc x86_64 BuildRequires: valgrind-devel %endif BuildRequires: zlib-devel BuildRequires: pkgconfig(caca) BuildRequires: pkgconfig(cairo) >= 1.10.0 BuildRequires: pkgconfig(cairo-gobject) >= 1.10.0 BuildRequires: pkgconfig(flac) >= 1.1.4 BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= 2.8.0 BuildRequires: pkgconfig(glib-2.0) >= 2.40.0 BuildRequires: pkgconfig(gstreamer-1.0) >= 1.8.0 BuildRequires: pkgconfig(gstreamer-base-1.0) >= 1.8.0 BuildRequires: pkgconfig(gstreamer-check-1.0) BuildRequires: pkgconfig(gstreamer-controller-1.0) >= 1.8.0 BuildRequires: pkgconfig(gstreamer-net-1.0) >= 1.8.0 BuildRequires: pkgconfig(gstreamer-plugins-base-1.0) >= 1.8.1 BuildRequires: pkgconfig(gtk+-3.0) >= 2.91.3 BuildRequires: pkgconfig(gtk+-x11-3.0) >= 2.91.3 BuildRequires: pkgconfig(gudev-1.0) >= 147 BuildRequires: pkgconfig(jack) >= 0.99.10 BuildRequires: pkgconfig(libdv) >= 0.100 BuildRequires: pkgconfig(libiec61883) >= 1.0.0 BuildRequires: pkgconfig(libpng) >= 1.2 BuildRequires: pkgconfig(libpulse) >= 1.0 BuildRequires: pkgconfig(libraw1394) >= 2.0.0 BuildRequires: pkgconfig(libsoup-2.4) >= 2.48.0 BuildRequires: pkgconfig(libsoup-gnome-2.4) >= 2.40.0 BuildRequires: pkgconfig(libv4l2) BuildRequires: pkgconfig(libxml-2.0) >= 2.4.9 BuildRequires: pkgconfig(shout) >= 2.0 BuildRequires: pkgconfig(speex) >= 1.1.6 BuildRequires: pkgconfig(taglib) >= 1.5 BuildRequires: pkgconfig(vpx) >= 1.3.0 BuildRequires: pkgconfig(wavpack) >= 4.60.0 BuildRequires: pkgconfig(xdamage) BuildRequires: pkgconfig(xfixes) Requires: gstreamer >= 1.8.0 Requires: gstreamer-plugins-base >= 1.8.1 Recommends: %{name}-lang Enhances: gstreamer # Generic name, never used in SuSE: I wish it had been used I would have used it then I wouldn't have to keep copy pasting and actually type it. Provides: gst-plugins-good = %{version} BuildRoot: %{_tmppath}/%{name}-%{version}-build %description GStreamer is a streaming media framework based on graphs of filters that operate on media data. Applications using this library can do anything media-related, from real-time sound processing to playing videos. Its plug-in-based architecture means that new data types or processing capabilities can be added simply by installing new plug-ins. %package doc Summary: Documentation for gstreamer-plugins-good Group: Development/Libraries/C and C++ Requires: %{name} = %{version} %description doc This package contains documentation for gstreamer-plugins-good. %package extra Summary: Complementary plugins for gstreamer-plugins-good Group: Productivity/Multimedia/Other Requires: %{name} = %{version} Enhances: gstreamer-plugins-good %description extra This package provides complementary plugins for gstreamer-plugins-good. %lang_package %prep chmod 0644 %{S:0} %setup -q -n %{_name}-%{version} %patch0 -p1 %patch1 -p1 %patch2 -p1 %patch3 -p1 %patch4 -p1 %patch5 -p1 %patch6 -p1 %patch7 -p1 %patch8 -p1 %patch9 -p1 translation-update-upstream po gst-plugins-good-%{gst_branch} %build # FIXME: # warning: failed to load external entity "xml/element-v4l2src-details.xml" # warning: failed to load external entity "xml/plugin-video4linux2.xml" %configure\ %if ! 0%{?ENABLE_AALIB} --disable-aalib\ %endif --enable-gtk-doc\ --enable-v4l2-probe\ --with-gtk=3.0\ --enable-experimental make %{?jobs:-j%jobs} %install %makeinstall %find_lang %{_name}-%{gst_branch} if [ -f %{buildroot}%{_datadir}/appdata/gstreamer-plugins-good.appdata.xml ]; then echo "Please remove the added gstreamer-plugins-good.appdata.xml file from the sources - the tarball installs it" false else mkdir -p %{buildroot}%{_datadir}/appdata cp %{S:1} %{buildroot}%{_datadir}/appdata/ fi rm $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{gst_branch}/*.*a %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-, root, root) %doc AUTHORS COPYING NEWS README RELEASE REQUIREMENTS %dir %{_datadir}/appdata %{_datadir}/appdata/gstreamer-plugins-good.appdata.xml %{_libdir}/gstreamer-%{gst_branch}/libgstalaw.so %{_libdir}/gstreamer-%{gst_branch}/libgstalpha.so %{_libdir}/gstreamer-%{gst_branch}/libgstalphacolor.so %{_libdir}/gstreamer-%{gst_branch}/libgstapetag.so %{_libdir}/gstreamer-%{gst_branch}/libgstaudiofx.so %{_libdir}/gstreamer-%{gst_branch}/libgstaudioparsers.so %{_libdir}/gstreamer-%{gst_branch}/libgstauparse.so %{_libdir}/gstreamer-%{gst_branch}/libgstautodetect.so %{_libdir}/gstreamer-%{gst_branch}/libgstavi.so %{_libdir}/gstreamer-%{gst_branch}/libgstcairo.so %{_libdir}/gstreamer-%{gst_branch}/libgstcutter.so %{_libdir}/gstreamer-%{gst_branch}/libgstdebug.so %{_libdir}/gstreamer-%{gst_branch}/libgstdeinterlace.so %{_libdir}/gstreamer-%{gst_branch}/libgstdtmf.so # Not yet ported #%%{_libdir}/gstreamer-%%{gst_branch}/libgstefence.so %{_libdir}/gstreamer-%{gst_branch}/libgsteffectv.so %{_libdir}/gstreamer-%{gst_branch}/libgstequalizer.so %{_datadir}/gstreamer-%{gst_branch}/presets/GstIirEqualizer10Bands.prs %{_datadir}/gstreamer-%{gst_branch}/presets/GstIirEqualizer3Bands.prs %{_libdir}/gstreamer-%{gst_branch}/libgstflac.so %{_libdir}/gstreamer-%{gst_branch}/libgstflv.so %{_libdir}/gstreamer-%{gst_branch}/libgstflxdec.so %{_libdir}/gstreamer-%{gst_branch}/libgstgdkpixbuf.so %{_libdir}/gstreamer-%{gst_branch}/libgstgoom.so %{_libdir}/gstreamer-%{gst_branch}/libgstgoom2k1.so %{_libdir}/gstreamer-%{gst_branch}/libgsticydemux.so %{_libdir}/gstreamer-%{gst_branch}/libgstid3demux.so %{_libdir}/gstreamer-%{gst_branch}/libgstimagefreeze.so %{_libdir}/gstreamer-%{gst_branch}/libgstinterleave.so %{_libdir}/gstreamer-%{gst_branch}/libgstisomp4.so %{_libdir}/gstreamer-%{gst_branch}/libgstjack.so %{_libdir}/gstreamer-%{gst_branch}/libgstjpeg.so %{_libdir}/gstreamer-%{gst_branch}/libgstlevel.so %{_libdir}/gstreamer-%{gst_branch}/libgstmatroska.so %{_libdir}/gstreamer-%{gst_branch}/libgstmonoscope.so %{_libdir}/gstreamer-%{gst_branch}/libgstmulaw.so %{_libdir}/gstreamer-%{gst_branch}/libgstmultifile.so %{_libdir}/gstreamer-%{gst_branch}/libgstmultipart.so %{_libdir}/gstreamer-%{gst_branch}/libgstnavigationtest.so %{_libdir}/gstreamer-%{gst_branch}/libgstoss4audio.so %{_libdir}/gstreamer-%{gst_branch}/libgstossaudio.so %{_libdir}/gstreamer-%{gst_branch}/libgstpng.so %{_libdir}/gstreamer-%{gst_branch}/libgstpulse.so %{_libdir}/gstreamer-%{gst_branch}/libgstreplaygain.so %{_libdir}/gstreamer-%{gst_branch}/libgstrtp.so %{_libdir}/gstreamer-%{gst_branch}/libgstrtpmanager.so %{_libdir}/gstreamer-%{gst_branch}/libgstrtsp.so %{_libdir}/gstreamer-%{gst_branch}/libgstshapewipe.so %{_libdir}/gstreamer-%{gst_branch}/libgstsmpte.so %{_libdir}/gstreamer-%{gst_branch}/libgstsouphttpsrc.so %{_libdir}/gstreamer-%{gst_branch}/libgstspectrum.so %{_libdir}/gstreamer-%{gst_branch}/libgstspeex.so %{_libdir}/gstreamer-%{gst_branch}/libgsttaglib.so %{_libdir}/gstreamer-%{gst_branch}/libgstudp.so %{_libdir}/gstreamer-%{gst_branch}/libgstvideo4linux2.so %{_libdir}/gstreamer-%{gst_branch}/libgstvideobox.so %{_libdir}/gstreamer-%{gst_branch}/libgstvideocrop.so %{_libdir}/gstreamer-%{gst_branch}/libgstvideofilter.so %{_libdir}/gstreamer-%{gst_branch}/libgstvideomixer.so %{_libdir}/gstreamer-%{gst_branch}/libgstvpx.so %{_datadir}/gstreamer-%{gst_branch}/presets/GstVP8Enc.prs %{_libdir}/gstreamer-%{gst_branch}/libgstwavenc.so %{_libdir}/gstreamer-%{gst_branch}/libgstwavpack.so %{_libdir}/gstreamer-%{gst_branch}/libgstwavparse.so %{_libdir}/gstreamer-%{gst_branch}/libgstximagesrc.so %{_libdir}/gstreamer-%{gst_branch}/libgsty4menc.so %files lang -f %{_name}-%{gst_branch}.lang %files doc %defattr(-, root, root) %{_datadir}/gtk-doc/html/gst-plugins-good-plugins-%{gst_branch} %files extra %defattr(-, root, root) %{_libdir}/gstreamer-%{gst_branch}/libgst1394.so %if 0%{?ENABLE_AALIB} %{_libdir}/gstreamer-%{gst_branch}/libgstaasink.so %endif %{_libdir}/gstreamer-%{gst_branch}/libgstcacasink.so %{_libdir}/gstreamer-%{gst_branch}/libgstdv.so %{_libdir}/gstreamer-%{gst_branch}/libgstshout2.so %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor