From abe91a6f4393fe5bf7a07c5ab2cbefe4bf5dcef33109facaa3dcd7ca9c178c1c Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 20 Oct 2014 18:57:27 +0000 Subject: [PATCH] Accepting request 257787 from home:dimstar:branches:GNOME:Apps Update to 1.4.0 - please submit to openSUSE:Factory' OBS-URL: https://build.opensuse.org/request/show/257787 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/python-gst?expand=0&rev=3 --- gst-python-1.2.1.tar.bz2 | 3 --- gst-python-1.4.0.tar.xz | 3 +++ python-gst.changes | 15 +++++++++++++++ python-gst.spec | 23 +++++++++++++++++++++-- python3-gst.changes | 15 +++++++++++++++ python3-gst.spec | 23 +++++++++++++++++++++-- 6 files changed, 75 insertions(+), 7 deletions(-) delete mode 100644 gst-python-1.2.1.tar.bz2 create mode 100644 gst-python-1.4.0.tar.xz diff --git a/gst-python-1.2.1.tar.bz2 b/gst-python-1.2.1.tar.bz2 deleted file mode 100644 index 2f7245c..0000000 --- a/gst-python-1.2.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8823e5a9ffc51212df412652da44dc3f2a0e23295da769de2d111c770280efd4 -size 410887 diff --git a/gst-python-1.4.0.tar.xz b/gst-python-1.4.0.tar.xz new file mode 100644 index 0000000..0c559ea --- /dev/null +++ b/gst-python-1.4.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1e40c29ceb41b03f08d38aca6056054f0341d0706276326dceeec6ac8d53d3e +size 350316 diff --git a/python-gst.changes b/python-gst.changes index b252a70..61c9f0d 100644 --- a/python-gst.changes +++ b/python-gst.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Mon Oct 20 16:26:48 UTC 2014 - dimstar@opensuse.org + +- Update to version 1.4.0: + + pythonplugin: Fix compiler warning about unused format string + argument. + +------------------------------------------------------------------- +Sat Oct 11 21:20:12 UTC 2014 - dimstar@opensuse.org + +- Update to version 1.3.90: + + Sync up for releasse with GStreamer 1.4.x. +- Split new subpackage gstreamer-plugin-python, when building for + python3. + ------------------------------------------------------------------- Thu Sep 11 21:01:37 UTC 2014 - dimstar@opensuse.org diff --git a/python-gst.spec b/python-gst.spec index 3fc2e5d..fc86cb5 100644 --- a/python-gst.spec +++ b/python-gst.spec @@ -33,13 +33,13 @@ Name: python-gst %define _name gst-python -Version: 1.2.1 +Version: 1.4.0 Release: 0 Summary: Python Bindings for GStreamer License: LGPL-2.1+ Group: Development/Languages/Python Url: http://www.gstreamer.net/ -Source: http://gstreamer.freedesktop.org/src/gst-python/%{_name}-%{version}.tar.bz2 +Source: http://gstreamer.freedesktop.org/src/gst-python/%{_name}-%{version}.tar.xz BuildRequires: gstreamer-plugins-base-devel %if %{build_for_python3} BuildRequires: python3-devel @@ -55,6 +55,16 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build This module contains a wrapper that allows GStreamer applications to be written in Python. +%if %{build_for_python3} +%package -n gstreamer-plugin-python +Summary: GStreamer 1.0 plugin for python +Group: System/Libraries + +%description -n gstreamer-plugin-python +This module contains a wrapper that allows GStreamer applications to be +written in Python. +%endif + %prep %setup -q -n %{_name}-%{version} @@ -69,6 +79,9 @@ make %{?_smp_mflags} %install %make_install find %{buildroot} -name '*.la' -delete -print +%if ! %{build_for_python3} +rm %{buildroot}%{_libdir}/gstreamer-1.0/libgstpythonplugin.so +%endif %clean rm -rf %{buildroot} @@ -78,4 +91,10 @@ rm -rf %{buildroot} %doc COPYING NEWS TODO %{local_py_sitedir}/gi/overrides/ +%if %{build_for_python3} +%files -n gstreamer-plugin-python +%defattr(-,root,root) +%{_libdir}/gstreamer-1.0/libgstpythonplugin.so +%endif + %changelog diff --git a/python3-gst.changes b/python3-gst.changes index b252a70..61c9f0d 100644 --- a/python3-gst.changes +++ b/python3-gst.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Mon Oct 20 16:26:48 UTC 2014 - dimstar@opensuse.org + +- Update to version 1.4.0: + + pythonplugin: Fix compiler warning about unused format string + argument. + +------------------------------------------------------------------- +Sat Oct 11 21:20:12 UTC 2014 - dimstar@opensuse.org + +- Update to version 1.3.90: + + Sync up for releasse with GStreamer 1.4.x. +- Split new subpackage gstreamer-plugin-python, when building for + python3. + ------------------------------------------------------------------- Thu Sep 11 21:01:37 UTC 2014 - dimstar@opensuse.org diff --git a/python3-gst.spec b/python3-gst.spec index 93a3b24..c6421ce 100644 --- a/python3-gst.spec +++ b/python3-gst.spec @@ -33,13 +33,13 @@ Name: python3-gst %define _name gst-python -Version: 1.2.1 +Version: 1.4.0 Release: 0 Summary: Python Bindings for GStreamer License: LGPL-2.1+ Group: Development/Languages/Python Url: http://www.gstreamer.net/ -Source: http://gstreamer.freedesktop.org/src/gst-python/%{_name}-%{version}.tar.bz2 +Source: http://gstreamer.freedesktop.org/src/gst-python/%{_name}-%{version}.tar.xz BuildRequires: gstreamer-plugins-base-devel %if %{build_for_python3} BuildRequires: python3-devel @@ -55,6 +55,16 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build This module contains a wrapper that allows GStreamer applications to be written in Python. +%if %{build_for_python3} +%package -n gstreamer-plugin-python +Summary: GStreamer 1.0 plugin for python +Group: System/Libraries + +%description -n gstreamer-plugin-python +This module contains a wrapper that allows GStreamer applications to be +written in Python. +%endif + %prep %setup -q -n %{_name}-%{version} @@ -69,6 +79,9 @@ make %{?_smp_mflags} %install %make_install find %{buildroot} -name '*.la' -delete -print +%if ! %{build_for_python3} +rm %{buildroot}%{_libdir}/gstreamer-1.0/libgstpythonplugin.so +%endif %clean rm -rf %{buildroot} @@ -78,4 +91,10 @@ rm -rf %{buildroot} %doc COPYING NEWS TODO %{local_py_sitedir}/gi/overrides/ +%if %{build_for_python3} +%files -n gstreamer-plugin-python +%defattr(-,root,root) +%{_libdir}/gstreamer-1.0/libgstpythonplugin.so +%endif + %changelog