Browse Source

Update ardour sources

master
falkTX 9 years ago
parent
commit
90dc4fd257
6 changed files with 38 additions and 28 deletions
  1. +6
    -0
      source/ardour-v5/debian/changelog
  2. +1
    -1
      source/ardour-v5/debian/control
  3. +12
    -13
      source/ardour-v5/debian/extra/ardour4
  4. +6
    -0
      source/ardour/debian/changelog
  5. +1
    -1
      source/ardour/debian/control
  6. +12
    -13
      source/ardour/debian/extra/ardour4

+ 6
- 0
source/ardour-v5/debian/changelog View File

@@ -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


+ 1
- 1
source/ardour-v5/debian/control View File

@@ -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.


+ 12
- 13
source/ardour-v5/debian/extra/ardour4 View File

@@ -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

+ 6
- 0
source/ardour/debian/changelog View File

@@ -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


+ 1
- 1
source/ardour/debian/control View File

@@ -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.


+ 12
- 13
source/ardour/debian/extra/ardour4 View File

@@ -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

Loading…
Cancel
Save