[SCM] gsequencer/master: New upstream version 0.7.122.22

jkraehemann-guest at users.alioth.debian.org jkraehemann-guest at users.alioth.debian.org
Thu Apr 13 09:30:30 UTC 2017


The following commit has been merged in the master branch:
commit ced84893da8b4b0bd575276f5ed2bd12953e9eae
Author: Joël Krähemann <jkraehemann-guest at users.alioth.debian.org>
Date:   Thu Apr 13 10:44:13 2017 +0200

    New upstream version 0.7.122.22

diff --git a/ChangeLog b/ChangeLog
index 706c5bb..4b70fda 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+ags (0.7.122.22)
+
+	[ Joël Krähemann (Maintainer of Advanced Gtk+ Sequencer) ]
+	* fixed LIBADD nad LDADD of GSequencer system check automake file
+
+ags (0.7.122.21)
+
+	[ Joël Krähemann (Maintainer of Advanced Gtk+ Sequencer) ]
+	* fixed missing length of pattern
+
 ags (0.7.122.20)
 
 	[ Joël Krähemann (Maintainer of Advanced Gtk+ Sequencer) ]
diff --git a/ags/audio/ags_pattern.c b/ags/audio/ags_pattern.c
index 9ad2883..87eda3e 100644
--- a/ags/audio/ags_pattern.c
+++ b/ags/audio/ags_pattern.c
@@ -877,6 +877,8 @@ ags_pattern_set_dim(AgsPattern *pattern, guint dim0, guint dim1, guint length)
 	}
       }
     }
+
+    pattern->dim[2] = length;
   }
 }
 
diff --git a/configure b/configure
index 37aeca5..48a8029 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for gsequencer 0.7.122.20.
+# Generated by GNU Autoconf 2.69 for gsequencer 0.7.122.22.
 #
 # Report bugs to <jkraehemann-guest at users.alioth.debian.org>.
 #
@@ -590,8 +590,8 @@ MAKEFLAGS=
 # Identity of this package.
 PACKAGE_NAME='gsequencer'
 PACKAGE_TARNAME='gsequencer'
-PACKAGE_VERSION='0.7.122.20'
-PACKAGE_STRING='gsequencer 0.7.122.20'
+PACKAGE_VERSION='0.7.122.22'
+PACKAGE_STRING='gsequencer 0.7.122.22'
 PACKAGE_BUGREPORT='jkraehemann-guest at users.alioth.debian.org'
 PACKAGE_URL=''
 
@@ -1438,7 +1438,7 @@ if test "$ac_init_help" = "long"; then
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures gsequencer 0.7.122.20 to adapt to many kinds of systems.
+\`configure' configures gsequencer 0.7.122.22 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1513,7 +1513,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of gsequencer 0.7.122.20:";;
+     short | recursive ) echo "Configuration of gsequencer 0.7.122.22:";;
    esac
   cat <<\_ACEOF
 
@@ -1700,7 +1700,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-gsequencer configure 0.7.122.20
+gsequencer configure 0.7.122.22
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2177,7 +2177,7 @@ cat >config.log <<_ACEOF
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by gsequencer $as_me 0.7.122.20, which was
+It was created by gsequencer $as_me 0.7.122.22, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -3043,7 +3043,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='gsequencer'
- VERSION='0.7.122.20'
+ VERSION='0.7.122.22'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -16413,7 +16413,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by gsequencer $as_me 0.7.122.20, which was
+This file was extended by gsequencer $as_me 0.7.122.22, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -16479,7 +16479,7 @@ _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-gsequencer config.status 0.7.122.20
+gsequencer config.status 0.7.122.22
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
diff --git a/configure.ac b/configure.ac
index 206048d..c2324ce 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,7 +6,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ([2.69])
-AC_INIT([gsequencer],[0.7.122.20],[jkraehemann-guest at users.alioth.debian.org])
+AC_INIT([gsequencer],[0.7.122.22],[jkraehemann-guest at users.alioth.debian.org])
 AM_INIT_AUTOMAKE([subdir-objects])
 AC_CONFIG_SRCDIR([config.h.in])
 AC_CONFIG_HEADERS([ags/config.h])
diff --git a/docs/reference/libags-gui/Makefile.am b/docs/reference/libags-gui/Makefile.am
index 4f0f7f8..708c1fa 100644
--- a/docs/reference/libags-gui/Makefile.am
+++ b/docs/reference/libags-gui/Makefile.am
@@ -23,7 +23,7 @@ SCANGOBJ_OPTIONS=--cflags="$(CFLAGS) $(GOBJECT_CFLAGS) $(FONTCONFIG_CFLAGS) $(GD
 
 # Extra options to supply to gtkdoc-scan.
 # e.g. SCAN_OPTIONS=--deprecated-guards="GTK_DISABLE_DEPRECATED"
-#SCAN_OPTIONS=--rebuild-types --rebuild-sections --rebuild-interfaces
+# SCAN_OPTIONS=--rebuild-types --rebuild-sections --rebuild-interfaces
 
 # Extra options to supply to gtkdoc-mkdb
 # e.g. MKDB_OPTIONS=--xml-mode --output-format=xml
diff --git a/docs/reference/libags-gui/Makefile.in b/docs/reference/libags-gui/Makefile.in
index 0ef84cd..ea9354b 100644
--- a/docs/reference/libags-gui/Makefile.in
+++ b/docs/reference/libags-gui/Makefile.in
@@ -528,7 +528,7 @@ SCANGOBJ_OPTIONS = --cflags="$(CFLAGS) $(GOBJECT_CFLAGS) $(FONTCONFIG_CFLAGS) $(
 
 # Extra options to supply to gtkdoc-scan.
 # e.g. SCAN_OPTIONS=--deprecated-guards="GTK_DISABLE_DEPRECATED"
-#SCAN_OPTIONS=--rebuild-types --rebuild-sections --rebuild-interfaces
+# SCAN_OPTIONS=--rebuild-types --rebuild-sections --rebuild-interfaces
 
 # Extra options to supply to gtkdoc-mkdb
 # e.g. MKDB_OPTIONS=--xml-mode --output-format=xml
diff --git a/docs/reference/libags-gui/libags_gui-sections.txt b/docs/reference/libags-gui/libags_gui-sections.txt
index 3868c88..5bb3103 100644
--- a/docs/reference/libags-gui/libags_gui-sections.txt
+++ b/docs/reference/libags-gui/libags_gui-sections.txt
@@ -44,7 +44,7 @@ ags_cartesian_linear_y_label_func
 ags_cartesian_reallocate_label
 ags_cartesian_fill_label
 ags_cartesian_new
-<SUBSECTION Public>
+<SUBSECTION Standard>
 AGS_CARTESIAN
 AGS_CARTESIAN_CLASS
 AGS_CARTESIAN_GET_CLASS
@@ -65,12 +65,18 @@ ags_container_add_all
 <FILE>ags_dial</FILE>
 <TITLE>AgsDial</TITLE>
 AGS_DIAL_DEFAULT_PRECISION
+AGS_DIAL_DEFAULT_RADIUS
+AGS_DIAL_DEFAULT_OUTLINE_STRENGTH
+AGS_DIAL_DEFAULT_BUTTON_WIDTH
+AGS_DIAL_DEFAULT_MARGIN
+AGS_DIAL_DEFAULT_HEIGHT
+AGS_DIAL_DEFAULT_WIDTH
 AgsDialFlags
 AgsDialAction
 ags_dial_draw
 ags_dial_value_changed
 ags_dial_new
-<SUBSECTION Public>
+<SUBSECTION Standard>
 AGS_DIAL
 AGS_DIAL_CLASS
 AGS_DIAL_GET_CLASS
@@ -93,7 +99,7 @@ ags_expander_child_find
 ags_expander_add
 ags_expander_remove
 ags_expander_new
-<SUBSECTION Public>
+<SUBSECTION Standard>
 AGS_EXPANDER
 AGS_EXPANDER_CLASS
 AGS_EXPANDER_GET_CLASS
@@ -117,7 +123,7 @@ ags_expander_set_set_flags
 ags_expander_set_add
 ags_expander_set_remove
 ags_expander_set_new
-<SUBSECTION Public>
+<SUBSECTION Standard>
 AGS_EXPANDER_SET
 AGS_EXPANDER_SET_CLASS
 AGS_EXPANDER_SET_GET_CLASS
@@ -133,7 +139,7 @@ ags_expander_set_get_type
 <FILE>ags_hindicator</FILE>
 <TITLE>AgsHIndicator</TITLE>
 ags_hindicator_new
-<SUBSECTION Public>
+<SUBSECTION Standard>
 AGS_HINDICATOR
 AGS_HINDICATOR_CLASS
 AGS_HINDICATOR_GET_CLASS
@@ -146,10 +152,26 @@ ags_hindicator_get_type
 </SECTION>
 
 <SECTION>
+<FILE>ags_hled_array</FILE>
+<TITLE>AgsHLedArray</TITLE>
+ags_hled_array_new
+<SUBSECTION Standard>
+AGS_HLED_ARRAY
+AGS_HLED_ARRAY_CLASS
+AGS_HLED_ARRAY_GET_CLASS
+AGS_IS_HLED_ARRAY
+AGS_IS_HLED_ARRAY_CLASS
+AGS_TYPE_HLED_ARRAY
+AgsHLedArray
+AgsHLedArrayClass
+ags_hled_array_get_type
+</SECTION>
+
+<SECTION>
 <FILE>ags_htimebar</FILE>
 <TITLE>AgsHTimebar</TITLE>
 ags_htimebar_new
-<SUBSECTION Public>
+<SUBSECTION Standard>
 AGS_HTIMEBAR
 AGS_HTIMEBAR_CLASS
 AGS_HTIMEBAR_GET_CLASS
@@ -164,7 +186,7 @@ AgsHTimebarClass
 <FILE>ags_indicator</FILE>
 <TITLE>AgsIndicator</TITLE>
 ags_indicator_new
-<SUBSECTION Public>
+<SUBSECTION Standard>
 AGS_INDICATOR
 AGS_INDICATOR_CLASS
 AGS_INDICATOR_GET_CLASS
@@ -179,11 +201,13 @@ ags_indicator_get_type
 <SECTION>
 <FILE>ags_led</FILE>
 <TITLE>AgsLed</TITLE>
+AGS_LED_DEFAULT_WIDTH
+AGS_LED_DEFAULT_HEIGHT
 AgsLedFlags
 ags_led_set_active
 ags_led_unset_active
 ags_led_new
-<SUBSECTION Public>
+<SUBSECTION Standard>
 AGS_IS_LED
 AGS_IS_LED_CLASS
 AGS_LED
@@ -196,13 +220,33 @@ ags_led_get_type
 </SECTION>
 
 <SECTION>
+<FILE>ags_led_array</FILE>
+<TITLE>AgsLedArray</TITLE>
+AgsLedArrayFlags
+ags_led_array_set_led_count
+ags_led_array_unset_all
+ags_led_array_set_nth
+ags_led_array_new
+<SUBSECTION Standard>
+AGS_IS_LED_ARRAY
+AGS_IS_LED_ARRAY_CLASS
+AGS_LED_ARRAY
+AGS_LED_ARRAY_CLASS
+AGS_LED_ARRAY_GET_CLASS
+AGS_TYPE_LED_ARRAY
+AgsLedArray
+AgsLedArrayClass
+ags_led_array_get_type
+</SECTION>
+
+<SECTION>
 <FILE>ags_ruler</FILE>
 <TITLE>AgsRuler</TITLE>
 AGS_RULER_DEFAULT_STEP
 AGS_RULER_LARGE_STEP
 AGS_RULER_SMALL_STEP
 ags_ruler_new
-<SUBSECTION Public>
+<SUBSECTION Standard>
 AGS_IS_RULER
 AGS_IS_RULER_CLASS
 AGS_RULER
@@ -218,7 +262,7 @@ ags_ruler_get_type
 <FILE>ags_table</FILE>
 <TITLE>AgsTable</TITLE>
 ags_table_new
-<SUBSECTION Public>
+<SUBSECTION Standard>
 AGS_IS_TABLE
 AGS_IS_TABLE_CLASS
 AGS_TABLE
@@ -234,7 +278,7 @@ ags_table_get_type
 <FILE>ags_timebar</FILE>
 <TITLE>AgsTimebar</TITLE>
 ags_timebar_new
-<SUBSECTION Public>
+<SUBSECTION Standard>
 AGS_IS_TIMEBAR
 AGS_IS_TIMEBAR_CLASS
 AGS_TIMEBAR
@@ -249,7 +293,7 @@ AgsTimebarClass
 <FILE>ags_vindicator</FILE>
 <TITLE>AgsVIndicator</TITLE>
 ags_vindicator_new
-<SUBSECTION Public>
+<SUBSECTION Standard>
 AGS_IS_VINDICATOR
 AGS_IS_VINDICATOR_CLASS
 AGS_TYPE_VINDICATOR
@@ -262,10 +306,26 @@ ags_vindicator_get_type
 </SECTION>
 
 <SECTION>
+<FILE>ags_vled_array</FILE>
+<TITLE>AgsVLedArray</TITLE>
+ags_vled_array_new
+<SUBSECTION Standard>
+AGS_IS_VLED_ARRAY
+AGS_IS_VLED_ARRAY_CLASS
+AGS_TYPE_VLED_ARRAY
+AGS_VLED_ARRAY
+AGS_VLED_ARRAY_CLASS
+AGS_VLED_ARRAY_GET_CLASS
+AgsVLedArray
+AgsVLedArrayClass
+ags_vled_array_get_type
+</SECTION>
+
+<SECTION>
 <FILE>ags_waveform</FILE>
 <TITLE>AgsWaveform</TITLE>
 ags_waveform_new
-<SUBSECTION Public>
+<SUBSECTION Standard>
 AGS_IS_WAVEFORM
 AGS_IS_WAVEFORM_CLASS
 AGS_TYPE_WAVEFORM
diff --git a/docs/reference/libags-gui/libags_gui.types b/docs/reference/libags-gui/libags_gui.types
index 07d9200..5e4a2d4 100644
--- a/docs/reference/libags-gui/libags_gui.types
+++ b/docs/reference/libags-gui/libags_gui.types
@@ -3,9 +3,12 @@ ags_dial_get_type
 ags_expander_get_type
 ags_expander_set_get_type
 ags_hindicator_get_type
+ags_hled_array_get_type
 ags_indicator_get_type
+ags_led_array_get_type
 ags_led_get_type
 ags_ruler_get_type
 ags_table_get_type
 ags_vindicator_get_type
+ags_vled_array_get_type
 ags_waveform_get_type
diff --git a/functional-system-tests.mk.am b/functional-system-tests.mk.am
index e1f42f5..53c0928 100644
--- a/functional-system-tests.mk.am
+++ b/functional-system-tests.mk.am
@@ -1,7 +1,7 @@
 # libadd and ldadd
-libgsequencer_check_system_test_LIBADD = -L$(libdir) -lags -lags_audio -lags_gui -L$(libdir)/gsequencer/ -lgsequencer -lcunit -lrt -lm $(LIBAO_LIBS) $(LIBASOUND2_LIBS) $(LIBXML2_LIBS) $(SNDFILE_LIBS) $(LIBINSTPATCH_LIBS) $(GOBJECT_LIBS) $(JACK_LIBS) $(FONTCONFIG_LIBS) $(GDKPIXBUF_LIBS) $(CAIRO_LIBS) $(GTK_LIBS)
+libgsequencer_check_system_test_LIBADD = -L$(libdir) -lags -lags_thread -lags_server -lags_audio -lags_gui -L$(libdir)/gsequencer/ -lgsequencer -lcunit -lrt -lm $(LIBAO_LIBS) $(LIBASOUND2_LIBS) $(LIBXML2_LIBS) $(SNDFILE_LIBS) $(LIBINSTPATCH_LIBS) $(GOBJECT_LIBS) $(JACK_LIBS) $(FONTCONFIG_LIBS) $(GDKPIXBUF_LIBS) $(CAIRO_LIBS) $(GTK_LIBS)
 
-gsequencer_check_system_functional_test_LDADD = -lags -lags_audio -lags_gui -L$(DESTDIR)/$(libdir)/gsequencer/ -lgsequencer libgsequencer_check_system_test.la -lcunit -lrt -lm $(LIBAO_LIBS) $(LIBASOUND2_LIBS) $(LIBXML2_LIBS) $(SNDFILE_LIBS) $(LIBINSTPATCH_LIBS) $(GOBJECT_LIBS) $(JACK_LIBS) $(FONTCONFIG_LIBS) $(GDKPIXBUF_LIBS) $(CAIRO_LIBS) $(GTK_LIBS)
+gsequencer_check_system_functional_test_LDADD = -lags -lags_thread -lags_server -lags_audio -lags_gui -L$(DESTDIR)/$(libdir)/gsequencer/ -lgsequencer libgsequencer_check_system_test.la -lcunit -lrt -lm $(LIBAO_LIBS) $(LIBASOUND2_LIBS) $(LIBXML2_LIBS) $(SNDFILE_LIBS) $(LIBINSTPATCH_LIBS) $(GOBJECT_LIBS) $(JACK_LIBS) $(FONTCONFIG_LIBS) $(GDKPIXBUF_LIBS) $(CAIRO_LIBS) $(GTK_LIBS)
 
 noinst_LTLIBRARIES = libgsequencer_check_system_test.la
 
diff --git a/functional-system-tests.mk.in b/functional-system-tests.mk.in
index 7eaeac6..8cecac6 100644
--- a/functional-system-tests.mk.in
+++ b/functional-system-tests.mk.in
@@ -556,8 +556,8 @@ top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@
 
 # libadd and ldadd
-libgsequencer_check_system_test_LIBADD = -L$(libdir) -lags -lags_audio -lags_gui -L$(libdir)/gsequencer/ -lgsequencer -lcunit -lrt -lm $(LIBAO_LIBS) $(LIBASOUND2_LIBS) $(LIBXML2_LIBS) $(SNDFILE_LIBS) $(LIBINSTPATCH_LIBS) $(GOBJECT_LIBS) $(JACK_LIBS) $(FONTCONFIG_LIBS) $(GDKPIXBUF_LIBS) $(CAIRO_LIBS) $(GTK_LIBS)
-gsequencer_check_system_functional_test_LDADD = -lags -lags_audio -lags_gui -L$(DESTDIR)/$(libdir)/gsequencer/ -lgsequencer libgsequencer_check_system_test.la -lcunit -lrt -lm $(LIBAO_LIBS) $(LIBASOUND2_LIBS) $(LIBXML2_LIBS) $(SNDFILE_LIBS) $(LIBINSTPATCH_LIBS) $(GOBJECT_LIBS) $(JACK_LIBS) $(FONTCONFIG_LIBS) $(GDKPIXBUF_LIBS) $(CAIRO_LIBS) $(GTK_LIBS)
+libgsequencer_check_system_test_LIBADD = -L$(libdir) -lags -lags_thread -lags_server -lags_audio -lags_gui -L$(libdir)/gsequencer/ -lgsequencer -lcunit -lrt -lm $(LIBAO_LIBS) $(LIBASOUND2_LIBS) $(LIBXML2_LIBS) $(SNDFILE_LIBS) $(LIBINSTPATCH_LIBS) $(GOBJECT_LIBS) $(JACK_LIBS) $(FONTCONFIG_LIBS) $(GDKPIXBUF_LIBS) $(CAIRO_LIBS) $(GTK_LIBS)
+gsequencer_check_system_functional_test_LDADD = -lags -lags_thread -lags_server -lags_audio -lags_gui -L$(DESTDIR)/$(libdir)/gsequencer/ -lgsequencer libgsequencer_check_system_test.la -lcunit -lrt -lm $(LIBAO_LIBS) $(LIBASOUND2_LIBS) $(LIBXML2_LIBS) $(SNDFILE_LIBS) $(LIBINSTPATCH_LIBS) $(GOBJECT_LIBS) $(JACK_LIBS) $(FONTCONFIG_LIBS) $(GDKPIXBUF_LIBS) $(CAIRO_LIBS) $(GTK_LIBS)
 noinst_LTLIBRARIES = libgsequencer_check_system_test.la
 
 # functional system tests - edit target

-- 
gsequencer packaging



More information about the pkg-multimedia-commits mailing list