Accepting request 105740 from home:dimstar:branches:multimedia:libs

Update to 0.11.2

OBS-URL: https://build.opensuse.org/request/show/105740
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer-plugins-base?expand=0&rev=3
This commit is contained in:
Vincent Untz 2012-02-20 10:02:14 +00:00 committed by Git OBS Bridge
parent 11189855cb
commit d751156af0
5 changed files with 29 additions and 13 deletions

View File

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

View File

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

View File

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

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Fri Feb 17 19:24:58 UTC 2012 - dimstar@opensuse.org
- Update to version 0.11.2:
+ Parallel installability with 0.10.x series
+ Many API cleanups
+ Ported to new 0.11 core API changes
+ Use new GstSample for snapshots
+ Improved video filter base class
+ New multichannel caps with mask
+ Port network elements to GIO
+ Many fixes and improvements
- Rename libgstapp-0_11-26 to libgstapp-0_11-27, following upstream
soname bump.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jan 24 08:34:58 UTC 2012 - vuntz@opensuse.org Tue Jan 24 08:34:58 UTC 2012 - vuntz@opensuse.org

View File

@ -21,7 +21,7 @@
Name: gstreamer-plugins-base Name: gstreamer-plugins-base
%define _name gst-plugins-base %define _name gst-plugins-base
Version: 0.11.1 Version: 0.11.2
Release: 0 Release: 0
%define gst_branch 0.11 %define gst_branch 0.11
BuildRequires: alsa-devel BuildRequires: alsa-devel
@ -132,13 +132,13 @@ This package provides the GObject Introspection bindings for GStreamer
plug-ins. plug-ins.
%endif %endif
%package -n libgstapp-0_11-26 %package -n libgstapp-0_11-27
Summary: GStreamer Streaming-Media Framework Plug-Ins Summary: GStreamer Streaming-Media Framework Plug-Ins
Group: System/Libraries Group: System/Libraries
# We want to have base modules installed: # We want to have base modules installed:
Requires: %{name} Requires: %{name}
%description -n libgstapp-0_11-26 %description -n libgstapp-0_11-27
GStreamer is a streaming media framework based on graphs of filters GStreamer is a streaming media framework based on graphs of filters
that operate on media data. Applications using this library can do that operate on media data. Applications using this library can do
anything media-related, from real-time sound processing to playing anything media-related, from real-time sound processing to playing
@ -164,7 +164,7 @@ plug-ins.
%package devel %package devel
Summary: Include files and libraries mandatory for development with gstreamer-plugins-base Summary: Include files and libraries mandatory for development with gstreamer-plugins-base
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
Requires: libgstapp-0_11-26 = %{version} Requires: libgstapp-0_11-27 = %{version}
Requires: libgstinterfaces-0_11-0 = %{version} Requires: libgstinterfaces-0_11-0 = %{version}
%if %suse_version >= 1120 %if %suse_version >= 1120
Requires: typelib-1_0-GstApp-0_11 = %{version} Requires: typelib-1_0-GstApp-0_11 = %{version}
@ -219,9 +219,9 @@ rm -rf $RPM_BUILD_ROOT
%postun -n libgstinterfaces-0_11-0 -p /sbin/ldconfig %postun -n libgstinterfaces-0_11-0 -p /sbin/ldconfig
%post -n libgstapp-0_11-26 -p /sbin/ldconfig %post -n libgstapp-0_11-27 -p /sbin/ldconfig
%postun -n libgstapp-0_11-26 -p /sbin/ldconfig %postun -n libgstapp-0_11-27 -p /sbin/ldconfig
%files %files
%defattr(-, root, root) %defattr(-, root, root)
@ -278,8 +278,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/*.so.* %{_libdir}/*.so.*
%exclude %{_libdir}/libgstapp*.so.* %exclude %{_libdir}/libgstapp*.so.*
# Files needed by libgsttag # Files needed by libgsttag
%dir %{_datadir}/gst-plugins-base %dir %{_datadir}/gst-plugins-base/
%{_datadir}/gst-plugins-base/license-translations.dict %dir %{_datadir}/gst-plugins-base/%{gst_branch}/
%{_datadir}/gst-plugins-base/%{gst_branch}/license-translations.dict
%if %suse_version >= 1120 %if %suse_version >= 1120
%files -n typelib-1_0-GstInterfaces-0_11 %files -n typelib-1_0-GstInterfaces-0_11
@ -288,7 +289,7 @@ rm -rf $RPM_BUILD_ROOT
%exclude %{_libdir}/girepository-1.0/GstApp-*.typelib %exclude %{_libdir}/girepository-1.0/GstApp-*.typelib
%endif %endif
%files -n libgstapp-0_11-26 %files -n libgstapp-0_11-27
%defattr(-, root, root) %defattr(-, root, root)
%{_libdir}/libgstapp*.so.* %{_libdir}/libgstapp*.so.*