[SCM] gsequencer/master: removed patch because it does wrong

jkraehemann-guest at users.alioth.debian.org jkraehemann-guest at users.alioth.debian.org
Sun Feb 5 14:58:24 UTC 2017


The following commit has been merged in the master branch:
commit 81f953372ee9c2725aa8ba80326655237f59eddf
Author: Joël Krähemann <jkraehemann-guest at users.alioth.debian.org>
Date:   Sun Feb 5 14:33:40 2017 +0100

    removed patch because it does wrong

diff --git a/debian/patches/fix-channel.patch b/debian/patches/fix-channel.patch
deleted file mode 100644
index 538178d..0000000
--- a/debian/patches/fix-channel.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-Description: This patch fixes missing load of lv2 plugin. The plugins loaded
- by ags_channel_add_lv2_add_effect() may have not functional recall counterparts
- without this patch.
-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-03
---- a/ags/audio/ags_channel.c
-+++ b/ags/audio/ags_channel.c
-@@ -3465,12 +3465,14 @@
- 	       "soundcard\0", soundcard,
- 	       "recall-container\0", recall_container,
- 	       NULL);
-+  AGS_RECALL(recall_lv2)->flags |= AGS_RECALL_TEMPLATE;
-   ags_channel_add_recall(channel,
- 			 (GObject *) recall_lv2,
- 			 FALSE);
-   
--  AGS_RECALL(recall_lv2)->flags |= AGS_RECALL_TEMPLATE;
-+  /* load */
-   ags_recall_lv2_load(recall_lv2);
-+  port = ags_recall_lv2_load_ports(recall_lv2);
- 
-   if(port != NULL){
-     port = g_list_concat(port,
-@@ -3491,6 +3493,7 @@
- 			 (GObject *) recall_channel_run_dummy,
- 			 FALSE);  
-   
-+  /* check if connected or running */
-   pthread_mutex_lock(channel_mutex);
- 
-   if((AGS_CHANNEL_CONNECTED & (channel->flags)) != 0){
diff --git a/debian/patches/series b/debian/patches/series
index d5bd9cc..2c690a4 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,6 +1,5 @@
 wish-line-c.patch
 wish-effect-line-c.patch
-fix-channel.patch
 fix-gsequencer-main.patch
 wish-indicator.patch
 wish-recall-channel.patch

-- 
gsequencer packaging



More information about the pkg-multimedia-commits mailing list