From ece54e1bfdf2e7ea4729e72b3ca144203998597a Mon Sep 17 00:00:00 2001 From: falkTX Date: Tue, 28 Feb 2017 15:59:55 +0100 Subject: [PATCH] Update ardour sources --- source/ardour-v5/debian/changelog | 6 ++++++ source/ardour-v5/debian/extra/ardour | 4 ++-- source/ardour-v5/debian/rules | 6 +++--- source/ardour/debian/changelog | 6 ++++++ source/ardour/debian/extra/ardour | 4 ++-- source/ardour/debian/rules | 6 +++--- 6 files changed, 22 insertions(+), 10 deletions(-) diff --git a/source/ardour-v5/debian/changelog b/source/ardour-v5/debian/changelog index bb4db7a..d6365b0 100644 --- a/source/ardour-v5/debian/changelog +++ b/source/ardour-v5/debian/changelog @@ -1,3 +1,9 @@ +ardour-official-v5 (1:5.8.0-1kxstudio1v5) stable; urgency=medium + + * Update + + -- falkTX Tue, 28 Feb 2017 15:11:33 +0100 + ardour-official-v5 (1:5.6.51-1kxstudio1v5) stable; urgency=medium * Update diff --git a/source/ardour-v5/debian/extra/ardour b/source/ardour-v5/debian/extra/ardour index c04bcf6..e06f2b9 100755 --- a/source/ardour-v5/debian/extra/ardour +++ b/source/ardour-v5/debian/extra/ardour @@ -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.6.51 + exec gdb $INSTALL_DIR/bin/ardour-5.8.0 else - exec $INSTALL_DIR/bin/ardour-5.6.51 "$@" + exec $INSTALL_DIR/bin/ardour-5.8.0 "$@" fi diff --git a/source/ardour-v5/debian/rules b/source/ardour-v5/debian/rules index 96c17e9..fe1ca6a 100755 --- a/source/ardour-v5/debian/rules +++ b/source/ardour-v5/debian/rules @@ -1,11 +1,11 @@ #!/usr/bin/make -f -VERSION=$(shell ls | grep \.run | head -n 1 | awk 'sub("bit-","\n")' | tail -n 1 | awk 'sub(".run","\n")' | head -n 1) +VERSION=$(shell ls | grep \.run | head -n 1 | awk 'sub("-","\n")' | tail -n 1 | awk 'sub("-x86","\n")' | head -n 1) ifeq ($(shell dpkg-architecture -qDEB_HOST_ARCH),amd64) -ARDOUR_FILE=Ardour_64bit-$(VERSION).run +ARDOUR_FILE=Ardour-$(VERSION)-x86_64-gcc5.run else -ARDOUR_FILE=Ardour_32bit-$(VERSION).run +ARDOUR_FILE=Ardour-$(VERSION)-x86-gcc5.run endif override_dh_auto_install: diff --git a/source/ardour/debian/changelog b/source/ardour/debian/changelog index 95c87ee..a2ea248 100644 --- a/source/ardour/debian/changelog +++ b/source/ardour/debian/changelog @@ -1,3 +1,9 @@ +ardour-official (1:5.8.0-1kxstudio1) stable; urgency=medium + + * Update + + -- falkTX Tue, 28 Feb 2017 15:02:13 +0100 + ardour-official (1:5.6.22-1kxstudio1) stable; urgency=medium * Update diff --git a/source/ardour/debian/extra/ardour b/source/ardour/debian/extra/ardour index f451bd1..e06f2b9 100755 --- a/source/ardour/debian/extra/ardour +++ b/source/ardour/debian/extra/ardour @@ -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.6.22 + exec gdb $INSTALL_DIR/bin/ardour-5.8.0 else - exec $INSTALL_DIR/bin/ardour-5.6.22 "$@" + exec $INSTALL_DIR/bin/ardour-5.8.0 "$@" fi diff --git a/source/ardour/debian/rules b/source/ardour/debian/rules index 96c17e9..92f972b 100755 --- a/source/ardour/debian/rules +++ b/source/ardour/debian/rules @@ -1,11 +1,11 @@ #!/usr/bin/make -f -VERSION=$(shell ls | grep \.run | head -n 1 | awk 'sub("bit-","\n")' | tail -n 1 | awk 'sub(".run","\n")' | head -n 1) +VERSION=$(shell ls | grep \.run | head -n 1 | awk 'sub("-","\n")' | tail -n 1 | awk 'sub("-x86","\n")' | head -n 1) ifeq ($(shell dpkg-architecture -qDEB_HOST_ARCH),amd64) -ARDOUR_FILE=Ardour_64bit-$(VERSION).run +ARDOUR_FILE=Ardour-$(VERSION)-x86_64.run else -ARDOUR_FILE=Ardour_32bit-$(VERSION).run +ARDOUR_FILE=Ardour-$(VERSION)-x86.run endif override_dh_auto_install: