[python-gstreamer1] Add support for writing GStreamer plugins in Python, using upstream patch from bug report.

farnz farnz at fedoraproject.org
Sun Mar 8 21:41:10 UTC 2015


commit 8f4f629c489fd4d311d70d7868baa5d5f1612887
Author: Simon Farnsworth <simon at farnz.org.uk>
Date:   Sun Mar 8 21:41:06 2015 +0000

    Add support for writing GStreamer plugins in Python, using upstream patch from bug report.
    
    - BuildRequire automake for now, as patch is against autotools files

 python-gstreamer1.spec | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/python-gstreamer1.spec b/python-gstreamer1.spec
index 8705518..1d749f6 100644
--- a/python-gstreamer1.spec
+++ b/python-gstreamer1.spec
@@ -28,6 +28,7 @@ BuildRequires:  python3-devel
 BuildRequires:  pkgconfig
 BuildRequires:  gstreamer1-devel >= 1.4.0
 BuildRequires:  pygobject3-devel
+BuildRequires:  automake
 
 # For the benefit of people migrating from the GStreamer-0.10 package,
 # which was called gstreamer-python
@@ -101,6 +102,7 @@ find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
 %changelog
 * Sun Mar  8 2015 Simon Farnsworth <simon.farnsworth at onelan.co.uk> - 1.4.0-2
 - Add support for writing GStreamer plugins in Python, using upstream patch from bug report.
+- BuildRequire automake for now, as patch is against autotools files
 
 * Tue Nov 04 2014 Jon Ciesla <limburgher at gmail.com> - 1.4.0-1
 - 1.4.0, BZ 1155141.


More information about the scm-commits mailing list