12
0

Accepting request 110771 from home:vuntz:branches:multimedia:libs

Update to 0.11.3

OBS-URL: https://build.opensuse.org/request/show/110771
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer-plugins-base?expand=0&rev=5
This commit is contained in:
Ismail Dönmez
2012-03-23 11:25:18 +00:00
committed by Git OBS Bridge
parent b6b80c2c1c
commit 165bb7f970
5 changed files with 75 additions and 86 deletions

View File

@@ -1,3 +1,3 @@
gstreamer-plugins-base
libgstinterfaces-0_11-0
libgstapp-0_11-27
libgstapp-0_11-28

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e5152d6687bd04e1d468540306a2b8252217b85289b6e327c1537f77c1e2792f
size 2810693

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d2ab63dc5af6f1759a5619c9838cb3a2371b2fb37b953cc85db8c5fa28dcd6d5
size 2836122

View File

@@ -1,3 +1,42 @@
-------------------------------------------------------------------
Fri Mar 23 07:45:55 UTC 2012 - vuntz@opensuse.org
- Update to version 0.11.3:
+ Many fixes and improvements
+ Various performance improvements
+ theora: Improve video negotiation
+ video: Improve video frame map/unmap
+ Bugs fixed: bgo#668343, bgo#668542.
- Bump libgstapp-0_11-27 package name to libgstapp-0_11-28,
following soversion upstream change.
- Completely drop optional packaging for gnomevfs plugin, since
it's gone:
+ Remove with_vfs macro.
+ Remove optional gnome-vfs2-devel BuildRequires.
+ Remove gstreamer-plugin-gnomevfs subpackage.
- Completely drop optional packaging for video4linux plugin, since
it's gone:
+ Remove with_v4l macro.
+ Remove optional libv4l-devel BuildRequires.
- Move to pkgconfig()-style BuildRequires:
+ Old ones: alsa-devel, gtk3-devel, iso-codes-devel,
libtheora-devel, libvisual-devel, libvorbis-devel,
libxml2-devel, zlib-devel.
+ New ones: alsa, freetype2, gtk+-3.0, gtk+-x11-3.0, iso-codes,
libvisual-0.4, libxml-2.0, ogg, pango, pangocairo, theoradec,
theoraenc, vorbis, vorbisenc, zlib.
- Change python-devel BuildRequires to python-base as only python
is needed, not the development files.
- Remove unneeded BuildRequires: krb5, libgudev-1_0-devel.
- Remove BuildRequires that, as far as I can tell, are not needed
(else, they are implicitly brought in by something else):
check-devel, sgml-skel.
- Change pkgconfig(xv) BuildRequires to proper BuildRequires for
the X libraries that are needed (pkg-config is not used for
those): libICE-devel, libSM-devel, libXext-devel, libXv-devel.
- Remove checks for obsolete versions of openSUSE (11.2 and
earlier), as we require recent versions of many libraries.
-------------------------------------------------------------------
Mon Feb 20 10:06:31 UTC 2012 - vuntz@opensuse.org

View File

@@ -16,12 +16,9 @@
#
%define build_v4l 0%{?suse_version} <= 1140
%define with_vfs 0
Name: gstreamer-plugins-base
%define _name gst-plugins-base
Version: 0.11.2
Version: 0.11.3
Release: 0
%define gst_branch 0.11
Url: http://gstreamer.freedesktop.org/
@@ -31,49 +28,43 @@ License: GPL-2.0+ ; LGPL-2.1+
Group: Productivity/Multimedia/Other
Source: http://gstreamer.freedesktop.org/src/gst-plugins-base/%{_name}-%{version}.tar.bz2
Source2: baselibs.conf
BuildRequires: alsa-devel
BuildRequires: cdparanoia-devel
BuildRequires: check-devel
BuildRequires: glib2-devel >= 2.31.10
%if %{with_vfs}
BuildRequires: gnome-vfs2-devel
%endif
BuildRequires: gstreamer-devel >= 0.11.1
BuildRequires: glib2-devel >= 2.31.14
BuildRequires: gstreamer-devel >= 0.11.3
BuildRequires: gtk-doc
BuildRequires: gtk3-devel
BuildRequires: iso-codes-devel
BuildRequires: krb5
%if %suse_version > 1110
BuildRequires: libgudev-1_0-devel
%endif
BuildRequires: libtheora-devel
%if %{build_v4l}
BuildRequires: libv4l-devel
%endif
BuildRequires: libvisual-devel
BuildRequires: libvorbis-devel
BuildRequires: libxml2-devel
BuildRequires: orc
BuildRequires: python-devel
BuildRequires: sgml-skel
BuildRequires: libICE-devel
BuildRequires: libSM-devel
BuildRequires: libXext-devel
BuildRequires: libXv-devel
BuildRequires: orc >= 0.4.11
BuildRequires: python-base
BuildRequires: translation-update-upstream
BuildRequires: update-desktop-files
%ifarch %ix86 ppc x86_64
BuildRequires: valgrind-devel
%endif
BuildRequires: zlib-devel
%if %suse_version >= 1120
BuildRequires: gobject-introspection-devel >= 1.31.1
%endif
%if 0%{?suse_version} >= 1220
BuildRequires: pkgconfig(xv)
%endif
BuildRequires: pkgconfig(alsa) >= 0.9.1
BuildRequires: pkgconfig(freetype2) >= 2.0.9
BuildRequires: pkgconfig(gtk+-3.0) >= 3.0.0
BuildRequires: pkgconfig(gtk+-x11-3.0) >= 3.0.0
BuildRequires: pkgconfig(iso-codes)
BuildRequires: pkgconfig(libvisual-0.4) >= 0.4.0
BuildRequires: pkgconfig(libxml-2.0)
BuildRequires: pkgconfig(ogg) >= 1.0
BuildRequires: pkgconfig(pango) >= 1.22.0
BuildRequires: pkgconfig(pangocairo) >= 1.22.0
BuildRequires: pkgconfig(theoradec) >= 1.1
BuildRequires: pkgconfig(theoraenc) >= 1.1
BuildRequires: pkgconfig(vorbis) >= 1.0
BuildRequires: pkgconfig(vorbisenc) >= 1.0
BuildRequires: pkgconfig(zlib)
# Core modules may depend on new enough libraries:
Requires: libgstinterfaces-0_11-0 >= %{version}
PreReq: filesystem
%define gstreamer_plugins_base_req %(zgrep --text "^GST[_A-Z]*_REQ" %{S:0} | sort -u | sed 's/GST_REQ=/gstreamer >= /')
%define gstreamer_plugins_base_req %(bzgrep --text "^GST[_A-Z]*_REQ" %{S:0} | sort -u | sed 's/GST_REQ=/gstreamer >= /')
Requires: %gstreamer_plugins_base_req
Recommends: %{name}-lang = %{version}
Recommends: %{name}-lang
Recommends: PackageKit-gstreamer-plugin
Supplements: gstreamer
# Generic name, never used in SuSE:
@@ -86,22 +77,6 @@ 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.
%if %{with_vfs}
%package -n gstreamer-plugin-gnomevfs
Summary: GStreamer Streaming-Media Framework Plug-Ins -- gnome-vfs plugin
Group: Productivity/Multimedia/Other
# We want to have base modules installed:
Requires: %{name}
Supplements: packageand(%{name}:gnome-vfs2)
%description -n gstreamer-plugin-gnomevfs
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.
%endif
%package -n libgstinterfaces-0_11-0
# This is a library package bundle, which contains more shared
# libraries. Use the name of the lowest level one, because libgstbase
@@ -120,7 +95,6 @@ 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.
%if %suse_version >= 1120
%package -n typelib-1_0-GstInterfaces-0_11
Summary: GStreamer Streaming-Media Framework Plug-Ins -- Introspection bindings
Group: System/Libraries
@@ -134,22 +108,20 @@ processing capabilities can be added simply by installing new plug-ins.
This package provides the GObject Introspection bindings for GStreamer
plug-ins.
%endif
%package -n libgstapp-0_11-27
%package -n libgstapp-0_11-28
Summary: GStreamer Streaming-Media Framework Plug-Ins
Group: System/Libraries
# We want to have base modules installed:
Requires: %{name}
%description -n libgstapp-0_11-27
%description -n libgstapp-0_11-28
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.
%if %suse_version >= 1120
%package -n typelib-1_0-GstApp-0_11
Summary: GStreamer Streaming-Media Framework Plug-Ins -- Introspection bindings
Group: System/Libraries
@@ -163,17 +135,14 @@ processing capabilities can be added simply by installing new plug-ins.
This package provides the GObject Introspection bindings for GStreamer
plug-ins.
%endif
%package devel
Summary: Include files and libraries mandatory for development with gstreamer-plugins-base
Group: Development/Libraries/C and C++
Requires: libgstapp-0_11-27 = %{version}
Requires: libgstapp-0_11-28 = %{version}
Requires: libgstinterfaces-0_11-0 = %{version}
%if %suse_version >= 1120
Requires: typelib-1_0-GstApp-0_11 = %{version}
Requires: typelib-1_0-GstInterfaces-0_11 = %{version}
%endif
# Generic name, never used in SuSE:
Provides: gst-plugins-base-devel = %{version}
@@ -205,9 +174,7 @@ export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
--disable-static\
--enable-experimental\
--enable-gtk-doc\
%if %suse_version >= 1120
--enable-introspection\
%endif
%{nil}
make %{?jobs:-j%jobs}
@@ -223,9 +190,9 @@ rm -rf $RPM_BUILD_ROOT
%postun -n libgstinterfaces-0_11-0 -p /sbin/ldconfig
%post -n libgstapp-0_11-27 -p /sbin/ldconfig
%post -n libgstapp-0_11-28 -p /sbin/ldconfig
%postun -n libgstapp-0_11-27 -p /sbin/ldconfig
%postun -n libgstapp-0_11-28 -p /sbin/ldconfig
%files
%defattr(-, root, root)
@@ -243,9 +210,7 @@ rm -rf $RPM_BUILD_ROOT
#%{_libdir}/gstreamer-%{gst_branch}/libgstdecodebin.so
#%{_libdir}/gstreamer-%{gst_branch}/libgstdecodebin2.so
#%{_libdir}/gstreamer-%{gst_branch}/libgstffmpegcolorspace.so
%if %suse_version > 1030
%{_libdir}/gstreamer-%{gst_branch}/libgstgio.so
%endif
%{_libdir}/gstreamer-%{gst_branch}/libgstlibvisual.so
%{_libdir}/gstreamer-%{gst_branch}/libgstogg.so
%{_libdir}/gstreamer-%{gst_branch}/libgstpango.so
@@ -254,9 +219,6 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/gstreamer-%{gst_branch}/libgsttcp.so
%{_libdir}/gstreamer-%{gst_branch}/libgsttheora.so
%{_libdir}/gstreamer-%{gst_branch}/libgsttypefindfunctions.so
%if %{build_v4l}
%{_libdir}/gstreamer-%{gst_branch}/libgstvideo4linux.so
%endif
%{_libdir}/gstreamer-%{gst_branch}/libgstvideoconvert.so
%{_libdir}/gstreamer-%{gst_branch}/libgstvideorate.so
%{_libdir}/gstreamer-%{gst_branch}/libgstvideoscale.so
@@ -269,12 +231,6 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/gstreamer-%{gst_branch}/libgstencodebin.so
%doc %{_mandir}/man1/gst-visualise-%{gst_branch}.*
%if %{with_vfs}
%files -n gstreamer-plugin-gnomevfs
%defattr(-, root, root)
%{_libdir}/gstreamer-%{gst_branch}/libgstgnomevfs.so
%endif
%files lang -f %{_name}-%{gst_branch}.lang
%files -n libgstinterfaces-0_11-0
@@ -286,31 +242,25 @@ rm -rf $RPM_BUILD_ROOT
%dir %{_datadir}/gst-plugins-base/%{gst_branch}/
%{_datadir}/gst-plugins-base/%{gst_branch}/license-translations.dict
%if %suse_version >= 1120
%files -n typelib-1_0-GstInterfaces-0_11
%defattr(-, root, root)
%{_libdir}/girepository-1.0/*.typelib
%exclude %{_libdir}/girepository-1.0/GstApp-*.typelib
%endif
%files -n libgstapp-0_11-27
%files -n libgstapp-0_11-28
%defattr(-, root, root)
%{_libdir}/libgstapp*.so.*
%if %suse_version >= 1120
%files -n typelib-1_0-GstApp-0_11
%defattr(-, root, root)
%{_libdir}/girepository-1.0/GstApp-*.typelib
%endif
%files devel
%defattr(-, root, root)
%{_includedir}/gstreamer-%{gst_branch}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%if %suse_version >= 1120
%{_datadir}/gir-1.0/*.gir
%endif
%files doc
%defattr(-, root, root)