Accepting request 344968 from home:Zaitor:branches:multimedia:libs
New stable branch OBS-URL: https://build.opensuse.org/request/show/344968 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer-plugins-base?expand=0&rev=62
This commit is contained in:
parent
09e988a1d7
commit
d2bf9ec299
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:77bd8199e7a312d3d71de9b7ddf761a3b78560a2c2a80829d0815ca39cbd551d
|
||||
size 2637680
|
3
gst-plugins-base-1.6.1.tar.xz
Normal file
3
gst-plugins-base-1.6.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9533dcfaa4ee32d435483d9fa88c06b1eba6e9bb234aacd7583f207199f44ba3
|
||||
size 2833356
|
@ -1,3 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 31 03:58:29 UTC 2015 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 1.6.1:
|
||||
+ rtpbuffer: Add map flag to skip padding.
|
||||
+ decodebin:
|
||||
- Fix event leak with validate.hls.playback.play_15s.hls_bibbop
|
||||
scenario.
|
||||
- Free unlinked chains at time of switching chains.
|
||||
+ video:
|
||||
- gst_video_calculate_display_ratio() should have out
|
||||
parameter.
|
||||
- Missing closing parenthesis in video overlay composition
|
||||
cast macros.
|
||||
+ audiobasesink: audio skipping when playing it repeatedly.
|
||||
+ gst-plugins-base fails to build with --with-pkg-config-path.
|
||||
+ playsink: fix leak of audio sink.
|
||||
+ subparse: < / i > should be handled like < /i >.
|
||||
+ playbin: Leak of playbin on errors from the source element.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 2 08:38:08 UTC 2015 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 1.6.0:
|
||||
+ For changelog, see mainpackage changes, everything is condensed
|
||||
there.
|
||||
- Remove subpackage typelib-1_0-GstRiff-1_0: no longer built.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 26 10:25:27 UTC 2014 - zaitor@opensuse.org
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gstreamer-plugins-base
|
||||
#
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2015 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
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
Name: gstreamer-plugins-base
|
||||
%define _name gst-plugins-base
|
||||
Version: 1.4.5
|
||||
Version: 1.6.1
|
||||
Release: 0
|
||||
%define gst_branch 1.0
|
||||
Url: http://gstreamer.freedesktop.org/
|
||||
@ -31,7 +31,7 @@ Source2: baselibs.conf
|
||||
Patch0: aarch64-no-neon.patch
|
||||
BuildRequires: cdparanoia-devel
|
||||
BuildRequires: glib2-devel >= 2.32
|
||||
BuildRequires: gstreamer-devel >= 1.4.0
|
||||
BuildRequires: gstreamer-devel >= 1.6.0
|
||||
BuildRequires: gstreamer-utils > 0.11
|
||||
BuildRequires: gtk-doc >= 1.12
|
||||
BuildRequires: libICE-devel
|
||||
@ -48,7 +48,7 @@ BuildRequires: valgrind-devel
|
||||
BuildRequires: gobject-introspection-devel >= 1.31.1
|
||||
BuildRequires: pkgconfig(alsa) >= 0.9.1
|
||||
BuildRequires: pkgconfig(freetype2) >= 2.0.9
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.0.0
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.10
|
||||
BuildRequires: pkgconfig(gtk+-x11-3.0) >= 3.0.0
|
||||
BuildRequires: pkgconfig(iso-codes)
|
||||
BuildRequires: pkgconfig(libvisual-0.4) >= 0.4.0
|
||||
@ -228,20 +228,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.
|
||||
|
||||
%package -n typelib-1_0-GstRiff-1_0
|
||||
Summary: GStreamer Streaming-Media Framework Plug-Ins -- Introspection bindings
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n typelib-1_0-GstRiff-1_0
|
||||
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.
|
||||
|
||||
This package provides the GObject Introspection bindings for GStreamer
|
||||
plug-ins.
|
||||
|
||||
%package -n libgstrtp-1_0-0
|
||||
Summary: GStreamer Streaming-Media Framework Plug-Ins
|
||||
Group: System/Libraries
|
||||
@ -396,7 +382,6 @@ Requires: typelib-1_0-GstApp-1_0 = %{version}
|
||||
Requires: typelib-1_0-GstAudio-1_0 = %{version}
|
||||
Requires: typelib-1_0-GstFft-1_0 = %{version}
|
||||
Requires: typelib-1_0-GstPbutils-1_0 = %{version}
|
||||
Requires: typelib-1_0-GstRiff-1_0 = %{version}
|
||||
Requires: typelib-1_0-GstRtp-1_0 = %{version}
|
||||
Requires: typelib-1_0-GstRtsp-1_0 = %{version}
|
||||
Requires: typelib-1_0-GstSdp-1_0 = %{version}
|
||||
@ -434,7 +419,7 @@ export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
||||
--disable-static\
|
||||
--enable-experimental\
|
||||
--enable-gtk-doc\
|
||||
--enable-introspection\
|
||||
--enable-introspection\
|
||||
%{nil}
|
||||
make %{?jobs:-j%jobs}
|
||||
|
||||
@ -504,9 +489,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/gstreamer-%{gst_branch}/libgstaudiotestsrc.so
|
||||
%{_libdir}/gstreamer-%{gst_branch}/libgstaudiorate.so
|
||||
%{_libdir}/gstreamer-%{gst_branch}/libgstcdparanoia.so
|
||||
#%{_libdir}/gstreamer-%{gst_branch}/libgstdecodebin.so
|
||||
#%{_libdir}/gstreamer-%{gst_branch}/libgstdecodebin2.so
|
||||
#%{_libdir}/gstreamer-%{gst_branch}/libgstffmpegcolorspace.so
|
||||
#%%{_libdir}/gstreamer-%{gst_branch}/libgstdecodebin.so
|
||||
#%%{_libdir}/gstreamer-%{gst_branch}/libgstdecodebin2.so
|
||||
#%%{_libdir}/gstreamer-%{gst_branch}/libgstffmpegcolorspace.so
|
||||
%{_libdir}/gstreamer-%{gst_branch}/libgstgio.so
|
||||
%{_libdir}/gstreamer-%{gst_branch}/libgstlibvisual.so
|
||||
%{_libdir}/gstreamer-%{gst_branch}/libgstogg.so
|
||||
@ -525,7 +510,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/gstreamer-%{gst_branch}/libgstximagesink.so
|
||||
%{_libdir}/gstreamer-%{gst_branch}/libgstxvimagesink.so
|
||||
#Moved to -bad for now... likely to come pack later
|
||||
#%{_libdir}/gstreamer-%{gst_branch}/libgstgdp.so
|
||||
#%%{_libdir}/gstreamer-%{gst_branch}/libgstgdp.so
|
||||
%{_libdir}/gstreamer-%{gst_branch}/libgstencodebin.so
|
||||
%doc %{_mandir}/man1/gst-device-monitor-*
|
||||
%doc %{_mandir}/man1/gst-discoverer-*
|
||||
@ -577,10 +562,6 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%defattr(-, root, root)
|
||||
%{_libdir}/libgstriff*.so.*
|
||||
|
||||
%files -n typelib-1_0-GstRiff-1_0
|
||||
%defattr(-, root, root)
|
||||
%{_libdir}/girepository-1.0/GstRiff-*.typelib
|
||||
|
||||
%files -n libgstrtp-1_0-0
|
||||
%defattr(-, root, root)
|
||||
%{_libdir}/libgstrtp*.so.*
|
||||
|
Loading…
x
Reference in New Issue
Block a user