[SCM] gsequencer/master: fixed missing wishlist patch to ags_port.h

jkraehemann-guest at users.alioth.debian.org jkraehemann-guest at users.alioth.debian.org
Thu Feb 2 12:51:57 UTC 2017


The following commit has been merged in the master branch:
commit 70aa98bd346bca1bd81ad89902ee2167d86da616
Author: Joël Krähemann <jkraehemann-guest at users.alioth.debian.org>
Date:   Thu Feb 2 13:30:09 2017 +0100

    fixed missing wishlist patch to ags_port.h

diff --git a/debian/patches/series b/debian/patches/series
index cad926e..5d9aab4 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
+wish-port-h.patch
 wish-recall-lv2.patch
 wish-recall-h.patch
 wish-recall-dssi.patch
diff --git a/debian/patches/wish-port-h.patch b/debian/patches/wish-port-h.patch
new file mode 100644
index 0000000..741f4d3
--- /dev/null
+++ b/debian/patches/wish-port-h.patch
@@ -0,0 +1,15 @@
+Description: This is a wishlist patch. It introduces the flag of AgsPort
+ to mark it as output.
+Author: Joël Krähmann <jkraehemann at gmail.com>
+Applied-Upstream: 0.7.122.x, http://git.savannah.gnu.org/cgit/gsequencer.git
+Last-Update: 2017-02-02
+--- a/ags/audio/ags_port.h
++++ b/ags/audio/ags_port.h
+@@ -43,6 +43,7 @@
+ typedef enum{
+   AGS_PORT_CONVERT_ALWAYS   =  1,
+   AGS_PORT_USE_LADSPA_FLOAT =  1 <<  1,
++  AGS_PORT_IS_OUTPUT        =  1 <<  2,
+ }AgsPortFlags;
+ 
+ struct _AgsPort

-- 
gsequencer packaging



More information about the pkg-multimedia-commits mailing list