[Pkg-gstreamer-commits] [SCM] GStreamer Pythong bindgins Packaging branch, master, updated. debian/0.10.22-3-4-g816d103

Alessio Treglia alessio at debian.org
Mon Aug 6 10:17:21 UTC 2012


The following commit has been merged in the master branch:
commit 816d103ae2397aa70efda137a0ce9507658c81cb
Author: Alessio Treglia <alessio at debian.org>
Date:   Mon Aug 6 12:15:29 2012 +0200

    Add patch taken cherry-picked from upstream to expose gst-python's function
    preset_set_app_dir
    
    Closes: #683973

diff --git a/debian/patches/11-export_preset_setget_app_dir.patch b/debian/patches/11-export_preset_setget_app_dir.patch
new file mode 100644
index 0000000..00ef2c9
--- /dev/null
+++ b/debian/patches/11-export_preset_setget_app_dir.patch
@@ -0,0 +1,29 @@
+Subject: expose new gst.preset_{set,get}_app_dir() on python
+From: http://cgit.freedesktop.org/gstreamer/gst-python/patch/gst/gst.defs?id=574275e773
+Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=683973
+---
+ gst/gst.defs |   13 +++++++++++++
+ 1 file changed, 13 insertions(+)
+
+--- gst0.10-python.orig/gst/gst.defs
++++ gst0.10-python/gst/gst.defs
+@@ -5888,6 +5888,19 @@
+   )
+ )
+ 
++(define-function preset_set_app_dir
++  (c-name "gst_preset_set_app_dir")
++  (return-type "gboolean")
++  (parameters
++    '("const-gchar*" "app_dir")
++  )
++)
++
++(define-function preset_get_app_dir
++  (c-name "gst_preset_get_app_dir")
++  (return-type "const-gchar*")
++)
++
+ 
+ ;; From ../gstreamer/gst/gstquery.h
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 7b7eaa0..a129948 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 02_pygstdir.patch
+11-export_preset_setget_app_dir.patch

-- 
GStreamer Pythong bindgins Packaging



More information about the Pkg-gstreamer-commits mailing list