@@ -1,3 +1,9 @@ | |||||
ardour4-official-v5 (1:4.4.143-1kxstudio1v5) stable; urgency=medium | |||||
* Update | |||||
-- falkTX <falktx@gmail.com> Mon, 26 Oct 2015 11:09:04 +0100 | |||||
ardour4-official-v5 (1:4.2.546-1kxstudio1v5) stable; urgency=medium | ardour4-official-v5 (1:4.2.546-1kxstudio1v5) stable; urgency=medium | ||||
* Update | * Update | ||||
@@ -75,7 +75,7 @@ Description: digital audio workstation (graphical gtk2 interface) | |||||
Package: ardour4-dbg | Package: ardour4-dbg | ||||
Architecture: any | Architecture: any | ||||
Section: sound | |||||
Section: debug | |||||
Depends: ardour4 | Depends: ardour4 | ||||
Description: digital audio workstation (debugging symbols) | Description: digital audio workstation (debugging symbols) | ||||
This package contains the debug symbols for Ardour4. | This package contains the debug symbols for Ardour4. | ||||
@@ -2,19 +2,18 @@ | |||||
# This is Linux-specific startup script for a bundled version of Ardour | # 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 | # 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) | # (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 | if [ "T" = "$DEBUG" ]; then | ||||
export ARDOUR_INSIDE_GDB=1 | export ARDOUR_INSIDE_GDB=1 | ||||
exec gdb $INSTALL_DIR/bin/ardour-4.2.546 | |||||
exec gdb $INSTALL_DIR/bin/ardour-4.4.143 | |||||
else | else | ||||
exec $INSTALL_DIR/bin/ardour-4.2.546 $ARGS | |||||
exec $INSTALL_DIR/bin/ardour-4.4.143 "$@" | |||||
fi | fi |
@@ -1,3 +1,9 @@ | |||||
ardour4-official (1:4.4.143-1kxstudio1) stable; urgency=medium | |||||
* Update | |||||
-- falkTX <falktx@gmail.com> Mon, 26 Oct 2015 11:02:41 +0100 | |||||
ardour4-official (1:4.2.546-1kxstudio1) stable; urgency=medium | ardour4-official (1:4.2.546-1kxstudio1) stable; urgency=medium | ||||
* Update | * Update | ||||
@@ -75,7 +75,7 @@ Description: digital audio workstation (graphical gtk2 interface) | |||||
Package: ardour4-dbg | Package: ardour4-dbg | ||||
Architecture: any | Architecture: any | ||||
Section: sound | |||||
Section: debug | |||||
Depends: ardour4 | Depends: ardour4 | ||||
Description: digital audio workstation (debugging symbols) | Description: digital audio workstation (debugging symbols) | ||||
This package contains the debug symbols for Ardour4. | This package contains the debug symbols for Ardour4. | ||||
@@ -2,19 +2,18 @@ | |||||
# This is Linux-specific startup script for a bundled version of Ardour | # 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 | # 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) | # (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 | if [ "T" = "$DEBUG" ]; then | ||||
export ARDOUR_INSIDE_GDB=1 | export ARDOUR_INSIDE_GDB=1 | ||||
exec gdb $INSTALL_DIR/bin/ardour-4.2.546 | |||||
exec gdb $INSTALL_DIR/bin/ardour-4.4.143 | |||||
else | else | ||||
exec $INSTALL_DIR/bin/ardour-4.2.546 $ARGS | |||||
exec $INSTALL_DIR/bin/ardour-4.4.143 "$@" | |||||
fi | fi |