Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:yukoff:openSUSE:Leap:42.1:Backports
gstreamer-plugins-ugly
gstreamer-plugins-ugly.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File gstreamer-plugins-ugly.spec of Package gstreamer-plugins-ugly
# # spec file for package gstreamer-plugins-ugly # # Copyright (c) 2014 SUSE LINUX Products 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/ # %define _name gst-plugins-ugly %define gst_branch 1.0 # Patched code is built by default. # Use rpmbuild -D 'BUILD_ORIG 1' to build original code. # Use rpmbuild -D 'BUILD_ORIG 1' -D 'BUILD_ORIG_ADDON 1' to build patched build plus original as addon. %define _experimental 1 Name: gstreamer-plugins-ugly Version: 1.4.5 Release: 0 Summary: GStreamer Streaming-Media Framework Plug-Ins License: LGPL-2.1+ Group: Productivity/Multimedia/Other Url: http://gstreamer.freedesktop.org/ %if 0%{?BUILD_ORIG} Source: http://gstreamer.freedesktop.org/src/gst-plugins-ugly/%{_name}-%{version}.tar.xz # PATCH-FIX-OPENSUSE gstreamer-plugins-ugly-1.0.1-patched_liba52.patch reddwarf@opensuse.org -- Make it build with the VideoLAN SVN liba52 patched by Packman Patch0: gstreamer-plugins-ugly-1.0.1-patched_liba52.patch %else # WARNING: This is not a comment, but the real command to repack source: #%(bash %{_sourcedir}/%{name}-patch-source.sh %{_name}-%{version}.tar.xz) Source: %{_name}-%{version}-patched.tar.xz %endif Source1: %{name}-patch-source.sh Source99: baselibs.conf BuildRequires: automake BuildRequires: gcc-c++ BuildRequires: glib2-devel >= 2.32.0 BuildRequires: gstreamer-devel >= 1.0.10 BuildRequires: gstreamer-plugins-base-devel >= 1.0.10 BuildRequires: gtk-doc >= 1.12 BuildRequires: libcdio-devel >= 0.76 BuildRequires: libdvdread-devel BuildRequires: libsidplay1-devel BuildRequires: libtool BuildRequires: orc >= 0.4.16 BuildRequires: python-base BuildRequires: translation-update-upstream %ifarch %ix86 ppc x86_64 BuildRequires: valgrind-devel %endif %if 0%{?BUILD_ORIG} BuildRequires: liba52-devel BuildRequires: libmad-devel BuildRequires: libmp3lame-devel BuildRequires: libmpeg2-devel BuildRequires: libopencore-amr-devel BuildRequires: libtwolame-devel BuildRequires: libx264-devel >= 0.120 %endif # Get minimum gstreamer and gstreamer-plugins-base required versions from configure.ac %define gstreamer_plugins_ugly_req %(xzgrep --text "^GST.*_REQ" %{S:0} | sort -u | sed 's/GST_REQ=/gstreamer >= /;s/GSTPB_REQ=/gstreamer-plugins-base >= /' | tr '\\n' ' ') Requires: %gstreamer_plugins_ugly_req Recommends: %{name}-lang Enhances: gstreamer # Generic name, never used in SuSE: Provides: gst-plugins-ugly = %{version} %if 0%{?BUILD_ORIG} %if 0%{?BUILD_ORIG_ADDON} Provides: patched_subset %else Provides: %{name}-orig-addon = %{version} %endif %else Provides: patched_subset %endif 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 newplug-ins. This package contains well-written plug-ins that can't be shipped in gstreamer-plugins-good because: - the license is not LGPL - the license of the library is not LGPL - there are possible licensing issues with the code. %if 0%{?BUILD_ORIG} %if 0%{?BUILD_ORIG_ADDON} %package orig-addon Summary: GStreamer Streaming-Media Framework Plug-Ins Group: Productivity/Multimedia/Other Requires: %{name} >= %{version} Supplements: %{name} # Generic name, never used in SuSE: Provides: gst-plugins-ugly:%{_libdir}/gstreamer-%{gst_branch}/libgstmad.so %description orig-addon GStreamer is a streaming media framework based on graphs of filters that operate on media data. Applications using this library can do anything from real-time sound processing to playing videos and just about anything else media-related. Its plug-in-based architecture means that new data types or processing capabilities can be added simply by installing new plug-ins. This package contains well-written plug-ins that can't be shipped in openSUSE because of patent problems. %endif %endif %package doc Summary: GStreamer Streaming-Media Framework Plug-Ins Group: Development/Libraries/C and C++ Requires: %{name} = %{version} %description doc GStreamer is a streaming media framework, based on graphs of filters which operate on media data. Applications using this library can do anything from real-time sound processing to playing videos, and just about anything else media-related. Its plugin-based architecture means that new data types or processing capabilities can be added simply by installing new plug-ins. %lang_package %prep %setup -q -n %{_name}-%{version} #translation-update-upstream po gst-plugins-ugly-%{gst_branch} %if 0%{?BUILD_ORIG} %patch0 %endif %build %if ! 0%{?BUILD_ORIG} NOCONFIGURE=1 ./autogen.sh %endif %configure\ %if 0%{?_package_name} --with-package-name='%{_package_name}' \ %else --with-package-name='openSUSE gstreamer-plugins-ugly package' \ %endif %if 0%{?_package_origin} --with-package-origin='%{_package_origin}' \ %else --with-package-origin='http://www.opensuse.org/' \ %endif --enable-gtk-doc \ %if 0%{?_experimental} --enable-experimental \ %endif --disable-static make %{?_smp_mflags} V=1 %install %makeinstall rm %{buildroot}%{_libdir}/gstreamer-%{gst_branch}/*.la %if ! 0%{?BUILD_ORIG} for MODULE in \ %{_datadir}/gstreamer-%{gst_branch}/presets/GstAmrnbEnc.prs \ %{_datadir}/gstreamer-%{gst_branch}/presets/GstX264Enc.prs \ %{_libdir}/gstreamer-%{gst_branch}/libgsta52dec.so \ %{_libdir}/gstreamer-%{gst_branch}/libgstamrnb.so \ %{_libdir}/gstreamer-%{gst_branch}/libgstasf.so \ %{_libdir}/gstreamer-%{gst_branch}/libgstlame.so \ %{_libdir}/gstreamer-%{gst_branch}/libgstmad.so \ %{_libdir}/gstreamer-%{gst_branch}/libgstmpeg2dec.so \ %{_libdir}/gstreamer-%{gst_branch}/libgstx264.so \ ; do rm -f %{buildroot}$MODULE done %endif %find_lang %{_name}-%{gst_branch} %clean rm -rf %{buildroot} %files %defattr(-, root, root) %doc AUTHORS COPYING NEWS README RELEASE REQUIREMENTS %{_libdir}/gstreamer-%{gst_branch}/libgstcdio.so %{_libdir}/gstreamer-%{gst_branch}/libgstdvdlpcmdec.so %{_libdir}/gstreamer-%{gst_branch}/libgstdvdread.so %{_libdir}/gstreamer-%{gst_branch}/libgstdvdsub.so %{_libdir}/gstreamer-%{gst_branch}/libgstrmdemux.so %{_libdir}/gstreamer-%{gst_branch}/libgstsid.so %if 0%{?_experimental} %endif %{_libdir}/gstreamer-%{gst_branch}/libgstxingmux.so %if 0%{?BUILD_ORIG} %if 0%{?BUILD_ORIG_ADDON} %files orig-addon %defattr(-, root, root) %endif %{_libdir}/gstreamer-%{gst_branch}/libgsta52dec.so %{_libdir}/gstreamer-%{gst_branch}/libgstamrnb.so %{_libdir}/gstreamer-%{gst_branch}/libgstamrwbdec.so %{_libdir}/gstreamer-%{gst_branch}/libgstasf.so %{_libdir}/gstreamer-%{gst_branch}/libgstlame.so %{_libdir}/gstreamer-%{gst_branch}/libgstmad.so %{_libdir}/gstreamer-%{gst_branch}/libgstmpeg2dec.so %{_libdir}/gstreamer-%{gst_branch}/libgsttwolame.so %{_libdir}/gstreamer-%{gst_branch}/libgstx264.so %{_datadir}/gstreamer-%{gst_branch}/presets/GstAmrnbEnc.prs %{_datadir}/gstreamer-%{gst_branch}/presets/GstX264Enc.prs %endif %files lang -f %{_name}-%{gst_branch}.lang %files doc %defattr(-, root, root) %{_datadir}/gtk-doc/html/gst-plugins-ugly-plugins-%{gst_branch} %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