From 4c4a65cd375fd40a30bf48b8e6f87a5c7767d9bf4a56f2e39d183b098f0c24f3 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Fri, 15 Apr 2016 12:51:51 +0000 Subject: [PATCH] Accepting request 389912 from GNOME:Next New stable branch OBS-URL: https://build.opensuse.org/request/show/389912 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer-plugins-base?expand=0&rev=70 --- gst-plugins-base-1.6.3.tar.xz | 3 --- gst-plugins-base-1.8.0.tar.xz | 3 +++ gstreamer-plugins-base.changes | 29 +++++++++++++++++++++++++++++ gstreamer-plugins-base.spec | 9 ++++++--- 4 files changed, 38 insertions(+), 6 deletions(-) delete mode 100644 gst-plugins-base-1.6.3.tar.xz create mode 100644 gst-plugins-base-1.8.0.tar.xz diff --git a/gst-plugins-base-1.6.3.tar.xz b/gst-plugins-base-1.6.3.tar.xz deleted file mode 100644 index 26ab879..0000000 --- a/gst-plugins-base-1.6.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b6154f8fdba4877e95efd94610ef0ada4f0171cd12eb829a3c3c97345d9c7a75 -size 2837460 diff --git a/gst-plugins-base-1.8.0.tar.xz b/gst-plugins-base-1.8.0.tar.xz new file mode 100644 index 0000000..8e02c51 --- /dev/null +++ b/gst-plugins-base-1.8.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abc0acc1d15b4b9c97c65cd9689bd6400081853b9980ea428d3c8572dd791522 +size 2890152 diff --git a/gstreamer-plugins-base.changes b/gstreamer-plugins-base.changes index 57b51aa..d84f2a6 100644 --- a/gstreamer-plugins-base.changes +++ b/gstreamer-plugins-base.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Sat Mar 26 17:11:24 UTC 2016 - zaitor@opensuse.org + +- Update to version 1.8.0: + + Hardware-accelerated zero-copy video decoding on Android + + New video capture source for Android using the + android.hardware.Camera API. + + Windows Media reverse playback support (ASF/WMV/WMA). + + New tracing system provides support for more sophisticated + debugging tools. + + New high-level GstPlayer playback convenience API. + + Initial support for the new Vulkan API, see Matthew Waters' + blog post for more details. + + Improved Opus audio codec support: Support for more than two + channels; MPEG-TS demuxer/muxer can now handle Opus; + sample-accurate encoding/decoding/transmuxing with Ogg, + Matroska, ISOBMFF (Quicktime/MP4), and MPEG-TS as container; + new codec utility functions for Opus header and caps handling + in pbutils library. The Opus encoder/decoder elements were + also moved to gst-plugins-base (from -bad), and the opus RTP + depayloader/payloader to -good. + + GStreamer VAAPI module now released and maintained as part of + the GStreamer project. + + Asset proxy support in the GStreamer Editing Services. + + Bugs fixed: bgo#763316. +- Add pkgconfig(opus) BuildRequires: New optional dependency. +- Add explicit pkgconfig(gio-unix-2.0) BuildRequires: Already + pulled in, but add it so we can version it. + ------------------------------------------------------------------- Wed Feb 17 18:06:31 UTC 2016 - dimstar@opensuse.org diff --git a/gstreamer-plugins-base.spec b/gstreamer-plugins-base.spec index 2259b43..7b12beb 100644 --- a/gstreamer-plugins-base.spec +++ b/gstreamer-plugins-base.spec @@ -18,7 +18,7 @@ Name: gstreamer-plugins-base %define _name gst-plugins-base -Version: 1.6.3 +Version: 1.8.0 Release: 0 %define gst_branch 1.0 Url: http://gstreamer.freedesktop.org/ @@ -31,8 +31,8 @@ Source1: gstreamer-plugins-base.appdata.xml Source2: baselibs.conf Patch0: aarch64-no-neon.patch BuildRequires: cdparanoia-devel -BuildRequires: glib2-devel >= 2.32 -BuildRequires: gstreamer-devel >= 1.6.3 +BuildRequires: glib2-devel >= 2.40.0 +BuildRequires: gstreamer-devel >= 1.8.0 BuildRequires: gstreamer-utils > 0.11 BuildRequires: gtk-doc >= 1.12 BuildRequires: libICE-devel @@ -49,12 +49,14 @@ BuildRequires: valgrind-devel BuildRequires: gobject-introspection-devel >= 1.31.1 BuildRequires: pkgconfig(alsa) >= 0.9.1 BuildRequires: pkgconfig(freetype2) >= 2.0.9 +BuildRequires: pkgconfig(gio-unix-2.0) >= 2.24 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 BuildRequires: pkgconfig(libxml-2.0) BuildRequires: pkgconfig(ogg) >= 1.0 +BuildRequires: pkgconfig(opus) >= 0.9.4 BuildRequires: pkgconfig(pango) >= 1.22.0 BuildRequires: pkgconfig(pangocairo) >= 1.22.0 BuildRequires: pkgconfig(theoradec) >= 1.1 @@ -506,6 +508,7 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/gstreamer-%{gst_branch}/libgstgio.so %{_libdir}/gstreamer-%{gst_branch}/libgstlibvisual.so %{_libdir}/gstreamer-%{gst_branch}/libgstogg.so +%{_libdir}/gstreamer-%{gst_branch}/libgstopus.so %{_libdir}/gstreamer-%{gst_branch}/libgstpango.so %{_libdir}/gstreamer-%{gst_branch}/libgstplayback.so %{_libdir}/gstreamer-%{gst_branch}/libgstsubparse.so