Skip to content

Commit

Permalink
Update ardour sources
Browse files Browse the repository at this point in the history
  • Loading branch information
falkTX committed Jun 19, 2017
1 parent e382baa commit dd336b0
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
6 changes: 6 additions & 0 deletions source/ardour-v5/debian/changelog
@@ -1,3 +1,9 @@
ardour-official-v5 (1:5.10.0-1kxstudio1v5) stable; urgency=medium

* Update

-- falkTX <falktx@gmail.com> Mon, 19 Jun 2017 11:58:00 +0200

ardour-official-v5 (1:5.9.0-1kxstudio1v5) stable; urgency=medium

* Update
Expand Down
4 changes: 2 additions & 2 deletions source/ardour-v5/debian/extra/ardour
Expand Up @@ -45,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-5.9.0
exec gdb $INSTALL_DIR/bin/ardour-5.10.0
else
exec $INSTALL_DIR/bin/ardour-5.9.0 -a "$@"
exec $INSTALL_DIR/bin/ardour-5.10.0 -a "$@"
fi
6 changes: 6 additions & 0 deletions source/ardour/debian/changelog
@@ -1,3 +1,9 @@
ardour-official (1:5.10.0-1kxstudio1) stable; urgency=medium

* Update

-- falkTX <falktx@gmail.com> Mon, 19 Jun 2017 11:57:15 +0200

ardour-official (1:5.9.0-1kxstudio1) stable; urgency=medium

* Update
Expand Down
4 changes: 2 additions & 2 deletions source/ardour/debian/extra/ardour
Expand Up @@ -45,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-5.9.0
exec gdb $INSTALL_DIR/bin/ardour-5.10.0
else
exec $INSTALL_DIR/bin/ardour-5.9.0 -a "$@"
exec $INSTALL_DIR/bin/ardour-5.10.0 -a "$@"
fi

0 comments on commit dd336b0

Please sign in to comment.