From 90dc4fd2579ea280aa585d2667ff4c03fc00d86f Mon Sep 17 00:00:00 2001 From: falkTX Date: Mon, 26 Oct 2015 11:15:59 +0100 Subject: [PATCH] Update ardour sources --- source/ardour-v5/debian/changelog | 6 ++++++ source/ardour-v5/debian/control | 2 +- source/ardour-v5/debian/extra/ardour4 | 25 ++++++++++++------------- source/ardour/debian/changelog | 6 ++++++ source/ardour/debian/control | 2 +- source/ardour/debian/extra/ardour4 | 25 ++++++++++++------------- 6 files changed, 38 insertions(+), 28 deletions(-) diff --git a/source/ardour-v5/debian/changelog b/source/ardour-v5/debian/changelog index da3c66e..aa133de 100644 --- a/source/ardour-v5/debian/changelog +++ b/source/ardour-v5/debian/changelog @@ -1,3 +1,9 @@ +ardour4-official-v5 (1:4.4.143-1kxstudio1v5) stable; urgency=medium + + * Update + + -- falkTX Mon, 26 Oct 2015 11:09:04 +0100 + ardour4-official-v5 (1:4.2.546-1kxstudio1v5) stable; urgency=medium * Update diff --git a/source/ardour-v5/debian/control b/source/ardour-v5/debian/control index a90a4ee..365c24e 100644 --- a/source/ardour-v5/debian/control +++ b/source/ardour-v5/debian/control @@ -75,7 +75,7 @@ Description: digital audio workstation (graphical gtk2 interface) Package: ardour4-dbg Architecture: any -Section: sound +Section: debug Depends: ardour4 Description: digital audio workstation (debugging symbols) This package contains the debug symbols for Ardour4. diff --git a/source/ardour-v5/debian/extra/ardour4 b/source/ardour-v5/debian/extra/ardour4 index 8778e3b..ba3f46e 100755 --- a/source/ardour-v5/debian/extra/ardour4 +++ b/source/ardour-v5/debian/extra/ardour4 @@ -2,19 +2,18 @@ # This is Linux-specific startup script for a bundled version of Ardour -ARGS="" +checkdebug(){ + for arg in "$@" + do + case "$arg" in + --debug ) + DEBUG="T" + esac + done +} -while [ $# -gt 0 ] ; do - case $1 in +checkdebug "$@" - --debug) - DEBUG="T"; - shift ;; - *) - ARGS=$ARGS$1" "; - shift; ;; - esac -done # LD_LIBRARY_PATH needs to be set here so that epa can swap between the original and the bundled version # (the original one will be stored in PREBUNDLE_ENV) @@ -46,7 +45,7 @@ export LD_LIBRARY_PATH=$INSTALL_DIR/lib${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH} if [ "T" = "$DEBUG" ]; then export ARDOUR_INSIDE_GDB=1 - exec gdb $INSTALL_DIR/bin/ardour-4.2.546 + exec gdb $INSTALL_DIR/bin/ardour-4.4.143 else - exec $INSTALL_DIR/bin/ardour-4.2.546 $ARGS + exec $INSTALL_DIR/bin/ardour-4.4.143 "$@" fi diff --git a/source/ardour/debian/changelog b/source/ardour/debian/changelog index 7c52910..b98d79c 100644 --- a/source/ardour/debian/changelog +++ b/source/ardour/debian/changelog @@ -1,3 +1,9 @@ +ardour4-official (1:4.4.143-1kxstudio1) stable; urgency=medium + + * Update + + -- falkTX Mon, 26 Oct 2015 11:02:41 +0100 + ardour4-official (1:4.2.546-1kxstudio1) stable; urgency=medium * Update diff --git a/source/ardour/debian/control b/source/ardour/debian/control index e3d4ca9..abf7d48 100644 --- a/source/ardour/debian/control +++ b/source/ardour/debian/control @@ -75,7 +75,7 @@ Description: digital audio workstation (graphical gtk2 interface) Package: ardour4-dbg Architecture: any -Section: sound +Section: debug Depends: ardour4 Description: digital audio workstation (debugging symbols) This package contains the debug symbols for Ardour4. diff --git a/source/ardour/debian/extra/ardour4 b/source/ardour/debian/extra/ardour4 index 8778e3b..ba3f46e 100755 --- a/source/ardour/debian/extra/ardour4 +++ b/source/ardour/debian/extra/ardour4 @@ -2,19 +2,18 @@ # This is Linux-specific startup script for a bundled version of Ardour -ARGS="" +checkdebug(){ + for arg in "$@" + do + case "$arg" in + --debug ) + DEBUG="T" + esac + done +} -while [ $# -gt 0 ] ; do - case $1 in +checkdebug "$@" - --debug) - DEBUG="T"; - shift ;; - *) - ARGS=$ARGS$1" "; - shift; ;; - esac -done # LD_LIBRARY_PATH needs to be set here so that epa can swap between the original and the bundled version # (the original one will be stored in PREBUNDLE_ENV) @@ -46,7 +45,7 @@ export LD_LIBRARY_PATH=$INSTALL_DIR/lib${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH} if [ "T" = "$DEBUG" ]; then export ARDOUR_INSIDE_GDB=1 - exec gdb $INSTALL_DIR/bin/ardour-4.2.546 + exec gdb $INSTALL_DIR/bin/ardour-4.4.143 else - exec $INSTALL_DIR/bin/ardour-4.2.546 $ARGS + exec $INSTALL_DIR/bin/ardour-4.4.143 "$@" fi