[SCM] gsequencer/master: provide patch to ags_matrix.c
jkraehemann-guest at users.alioth.debian.org
jkraehemann-guest at users.alioth.debian.org
Wed Feb 8 11:11:15 UTC 2017
The following commit has been merged in the master branch:
commit 9692ff5f7398dd42ff08284815ace1f7ff1d3986
Author: Joël Krähemann <jkraehemann-guest at users.alioth.debian.org>
Date: Wed Feb 8 12:10:36 2017 +0100
provide patch to ags_matrix.c
diff --git a/debian/patches/fix-matrix.patch b/debian/patches/fix-matrix.patch
new file mode 100644
index 0000000..b358462
--- /dev/null
+++ b/debian/patches/fix-matrix.patch
@@ -0,0 +1,16 @@
+Description: This is a small patch fix missing row in AgsMatrix cell pattern.
+ Upper of the adjustment allowing to pagenate was subtracted by one.
+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-08
+--- a/ags/X/machine/ags_matrix.c
++++ b/ags/X/machine/ags_matrix.c
+@@ -507,7 +507,7 @@
+ /* set size request if needed */
+ if(g_type_is_a(type, AGS_TYPE_INPUT)){
+ gtk_adjustment_set_upper(GTK_RANGE(matrix->cell_pattern->vscrollbar)->adjustment,
+- (double) pads - 1.0);
++ (double) pads);
+
+
+ if(pads < AGS_CELL_PATTERN_MAX_CONTROLS_SHOWN_VERTICALLY){
diff --git a/debian/patches/series b/debian/patches/series
index 7805f5e..238876d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,8 +1,4 @@
-wish-bulk-member-c.patch
-wish-line-member-c.patch
-wish-line-callbacks-c.patch
-wish-effect-line-callbacks-c.patch
-wish-effect-bulk-callbacks-c.patch
+fix-matrix.patch
improved-disable-output-port-automation.patch
improved-enable-builtin-port-automation.patch
improved-generic-output-widget.patch
@@ -22,7 +18,6 @@ fix-xorg-application-context.patch
fix-makefile-am.patch
fix-machine-selector.patch
fix-pad-callbacks.patch
-fix-line-callbacks.patch
fix-export-soundcard-callbacks.patch
fix-jack-devout.patch
fix-jack-client.patch
--
gsequencer packaging
More information about the pkg-multimedia-commits
mailing list