[packages/python-gstreamer] - updated to 1.16.3 - removed obsolete python-3.8 patch
qboosh
qboosh at pld-linux.org
Sun Mar 14 12:56:52 CET 2021
commit 3b02dfb2402e838ac812d9de8cd078377cede548
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sun Mar 14 12:57:59 2021 +0100
- updated to 1.16.3
- removed obsolete python-3.8 patch
python-3.8.patch | 11 -----------
python-gstreamer.spec | 10 ++++------
2 files changed, 4 insertions(+), 17 deletions(-)
---
diff --git a/python-gstreamer.spec b/python-gstreamer.spec
index 678b9cf..e17da4e 100644
--- a/python-gstreamer.spec
+++ b/python-gstreamer.spec
@@ -3,19 +3,18 @@
%bcond_without python2 # CPython 2.x module and plugin
%bcond_without python3 # CPython 3.x module and plugin
-%define gst_ver 1.16.2
+%define gst_ver 1.16.3
%define pname gst-python
Summary: GStreamer Python 2 bindings
Summary(pl.UTF-8): Wiązania języka Python 2 do GStreamera
Name: python-gstreamer
-Version: 1.16.2
-Release: 2
+Version: 1.16.3
+Release: 1
License: LGPL v2+
Group: Libraries/Python
Source0: https://gstreamer.freedesktop.org/src/gst-python/%{pname}-%{version}.tar.xz
-# Source0-md5: 6ac709767334d8d0a71cb4e016f6abeb
+# Source0-md5: 326f4f4c23e2477bf3d5839c465a42ca
Patch0: %{name}-nosegv.patch
-Patch1: python-3.8.patch
URL: https://gstreamer.freedesktop.org/modules/gst-python.html
BuildRequires: autoconf >= 2.68
BuildRequires: automake >= 1:1.11
@@ -85,7 +84,6 @@ Wtyczka GStreamera do wczytywania wtyczek napisanych w Pythonie 3.
%prep
%setup -q -n %{pname}-%{version}
%patch0 -p1
-%patch1 -p1
%build
%{__libtoolize}
diff --git a/python-3.8.patch b/python-3.8.patch
deleted file mode 100644
index c5bedea..0000000
--- a/python-3.8.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- gst-python-1.16.0/acinclude.m4~ 2018-12-31 00:47:50.000000000 +0100
-+++ gst-python-1.16.0/acinclude.m4 2019-11-04 00:28:59.008572417 +0100
-@@ -79,7 +79,7 @@
-
- dnl deduce PYTHON_LIBS
- if $PYTHON-config --help 1>/dev/null 2>/dev/null; then
-- PYTHON_LIBS=`$PYTHON-config --ldflags 2>/dev/null`
-+ PYTHON_LIBS=`$PYTHON-config --ldflags --embed 2>/dev/null || $PYTHON-config --ldflags 2>/dev/null`
- PYTHON_LIB=`$PYTHON -c "import distutils.sysconfig as s; print(s.get_python_lib(standard_lib=1))"`
- if echo "$host_os" | grep darwin >/dev/null 2>&1; then
- dnl OSX is a pain. Python as shipped by apple installs libpython in /usr/lib
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-gstreamer.git/commitdiff/3b02dfb2402e838ac812d9de8cd078377cede548
More information about the pld-cvs-commit
mailing list