[SCM] pd-ggee/master: Updated "button" to Pd-GUI rewrite

umlaeute at users.alioth.debian.org umlaeute at users.alioth.debian.org
Mon Mar 13 11:17:15 UTC 2017


The following commit has been merged in the master branch:
commit e6c3cd4fc9da5ed01ee73c7e1a0eccc71c4a98f8
Author: IOhannes m zmölnig <zmoelnig at iem.at>
Date:   Mon Mar 13 11:55:48 2017 +0100

    Updated "button" to Pd-GUI rewrite
    
    that happened pre-2009!
    
    Closes: #793827

diff --git a/debian/patches/fix-pdsend.patch b/debian/patches/fix-pdsend.patch
new file mode 100644
index 0000000..6d2139f
--- /dev/null
+++ b/debian/patches/fix-pdsend.patch
@@ -0,0 +1,18 @@
+Description: use 'pdsend' rather than 'pd' in tcl-code
+ the refactoring of the Pd-GUI renamed the 'pd' proc to 'pdsend'
+Origin: upstream
+Reviewed-by: IOhannes m zmölnig
+Last-Update: 2017-03-13
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- pd-ggee.orig/gui/button.c
++++ pd-ggee/gui/button.c
+@@ -317,7 +317,7 @@
+ 
+ /* pipe startup code to tk */
+ 
+-    sys_vgui("proc button_cb%lx {} {pd [concat %s b \\;]}\n", x, buf);
++    sys_vgui("proc button_cb%lx {} {pdsend [concat %s b \\;]}\n", x, buf);
+ 
+     outlet_new(&x->x_obj, &s_float);
+     return (x);
diff --git a/debian/patches/series b/debian/patches/series
index 10f7c84..402dce4 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 fix_Wreturn.patch
 update-makefile-for-hurd-and-kfreebsd
+fix-pdsend.patch

-- 
pd-ggee packaging



More information about the pkg-multimedia-commits mailing list