| @@ -17,7 +17,7 @@ Homepage: http://www.ardour.org/ | |||||
| Package: ardour | Package: ardour | ||||
| Architecture: any | Architecture: any | ||||
| Section: sound | Section: sound | ||||
| Depends: ${shlibs:Depends}, ${misc:Depends} | |||||
| Depends: ${shlibs:Depends}, ${misc:Depends}, lv2-dev | |||||
| Conflicts: ardour2, ardour3, ardour4 | Conflicts: ardour2, ardour3, ardour4 | ||||
| Replaces: ardour2, ardour3, ardour4 | Replaces: ardour2, ardour3, ardour4 | ||||
| Description: digital audio workstation (graphical gtk2 interface) | Description: digital audio workstation (graphical gtk2 interface) | ||||
| @@ -45,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-5.5.0 | |||||
| exec gdb $INSTALL_DIR/bin/ardour-5.6.22 | |||||
| else | else | ||||
| exec $INSTALL_DIR/bin/ardour-5.5.0 "$@" | |||||
| exec $INSTALL_DIR/bin/ardour-5.6.22 "$@" | |||||
| fi | fi | ||||
| @@ -18,21 +18,25 @@ override_dh_auto_install: | |||||
| rm tmp/Ardour_*-*/bin/ardour5 | rm tmp/Ardour_*-*/bin/ardour5 | ||||
| rm tmp/Ardour_*-*/bin/*.uninstall.sh | rm tmp/Ardour_*-*/bin/*.uninstall.sh | ||||
| rm -r tmp/Ardour_*-*/etc/bash_completion.d/ | |||||
| rm -r tmp/Ardour_*-*/etc/fonts/ | |||||
| rm -r tmp/Ardour_*-*/etc/gtk-2.0/ | |||||
| rm -r tmp/Ardour_*-*/etc/pango/ | |||||
| rm -r tmp/Ardour_*-*/etc/xml/ | |||||
| rm -r tmp/Ardour_*-*/etc/bash_completion.d | |||||
| rm -r tmp/Ardour_*-*/etc/fonts | |||||
| rm -r tmp/Ardour_*-*/etc/gtk-2.0 | |||||
| rm -r tmp/Ardour_*-*/etc/xml | |||||
| rm -r tmp/Ardour_*-*/lib/LV2/3D_delay.lv2 | rm -r tmp/Ardour_*-*/lib/LV2/3D_delay.lv2 | ||||
| rm -r tmp/Ardour_*-*/lib/LV2/dyno-mite.lv2 | rm -r tmp/Ardour_*-*/lib/LV2/dyno-mite.lv2 | ||||
| rm -r tmp/Ardour_*-*/lib/LV2/gvplus.lv2 | rm -r tmp/Ardour_*-*/lib/LV2/gvplus.lv2 | ||||
| rm -r tmp/Ardour_*-*/lib/LV2/lv2core.lv2 | |||||
| rm -r tmp/Ardour_*-*/lib/LV2/Micro-Glide.lv2 | rm -r tmp/Ardour_*-*/lib/LV2/Micro-Glide.lv2 | ||||
| rm -r tmp/Ardour_*-*/lib/LV2/XT-*.lv2 | rm -r tmp/Ardour_*-*/lib/LV2/XT-*.lv2 | ||||
| install -d $(CURDIR)/debian/ardour/usr/share/icons/hicolor/16x16/apps/ | |||||
| install -d $(CURDIR)/debian/ardour/usr/share/icons/hicolor/22x22/apps/ | |||||
| install -d $(CURDIR)/debian/ardour/usr/share/icons/hicolor/32x32/apps/ | |||||
| install -d $(CURDIR)/debian/ardour/usr/share/icons/hicolor/48x48/apps/ | |||||
| install -d $(CURDIR)/debian/ardour/usr/lib/lv2 | |||||
| install -d $(CURDIR)/debian/ardour/usr/share/icons/hicolor/16x16/apps | |||||
| install -d $(CURDIR)/debian/ardour/usr/share/icons/hicolor/22x22/apps | |||||
| install -d $(CURDIR)/debian/ardour/usr/share/icons/hicolor/32x32/apps | |||||
| install -d $(CURDIR)/debian/ardour/usr/share/icons/hicolor/48x48/apps | |||||
| mv tmp/Ardour_*-*/lib/LV2/*.lv2 $(CURDIR)/debian/ardour/usr/lib/lv2/ | |||||
| rm -rf tmp/Ardour_*-*/lib/LV2 | |||||
| cp debian/app*16px.png $(CURDIR)/debian/ardour/usr/share/icons/hicolor/16x16/apps/application-x-ardour.png | cp debian/app*16px.png $(CURDIR)/debian/ardour/usr/share/icons/hicolor/16x16/apps/application-x-ardour.png | ||||
| cp debian/app*22px.png $(CURDIR)/debian/ardour/usr/share/icons/hicolor/22x22/apps/application-x-ardour.png | cp debian/app*22px.png $(CURDIR)/debian/ardour/usr/share/icons/hicolor/22x22/apps/application-x-ardour.png | ||||
| @@ -1,3 +1,9 @@ | |||||
| ardour-official (1:5.6.22-1kxstudio1) stable; urgency=medium | |||||
| * Update | |||||
| -- falkTX <falktx@gmail.com> Wed, 15 Feb 2017 14:36:42 +0100 | |||||
| ardour-official (1:5.5.0-1kxstudio1) stable; urgency=medium | ardour-official (1:5.5.0-1kxstudio1) stable; urgency=medium | ||||
| * Update | * Update | ||||
| @@ -17,7 +17,7 @@ Homepage: http://www.ardour.org/ | |||||
| Package: ardour | Package: ardour | ||||
| Architecture: any | Architecture: any | ||||
| Section: sound | Section: sound | ||||
| Depends: ${shlibs:Depends}, ${misc:Depends} | |||||
| Depends: ${shlibs:Depends}, ${misc:Depends}, lv2-dev | |||||
| Conflicts: ardour2, ardour3, ardour4 | Conflicts: ardour2, ardour3, ardour4 | ||||
| Replaces: ardour2, ardour3, ardour4 | Replaces: ardour2, ardour3, ardour4 | ||||
| Description: digital audio workstation (graphical gtk2 interface) | Description: digital audio workstation (graphical gtk2 interface) | ||||
| @@ -45,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-5.5.0 | |||||
| exec gdb $INSTALL_DIR/bin/ardour-5.6.22 | |||||
| else | else | ||||
| exec $INSTALL_DIR/bin/ardour-5.5.0 "$@" | |||||
| exec $INSTALL_DIR/bin/ardour-5.6.22 "$@" | |||||
| fi | fi | ||||
| @@ -18,21 +18,25 @@ override_dh_auto_install: | |||||
| rm tmp/Ardour_*-*/bin/ardour5 | rm tmp/Ardour_*-*/bin/ardour5 | ||||
| rm tmp/Ardour_*-*/bin/*.uninstall.sh | rm tmp/Ardour_*-*/bin/*.uninstall.sh | ||||
| rm -r tmp/Ardour_*-*/etc/bash_completion.d/ | |||||
| rm -r tmp/Ardour_*-*/etc/fonts/ | |||||
| rm -r tmp/Ardour_*-*/etc/gtk-2.0/ | |||||
| rm -r tmp/Ardour_*-*/etc/pango/ | |||||
| rm -r tmp/Ardour_*-*/etc/xml/ | |||||
| rm -r tmp/Ardour_*-*/etc/bash_completion.d | |||||
| rm -r tmp/Ardour_*-*/etc/fonts | |||||
| rm -r tmp/Ardour_*-*/etc/gtk-2.0 | |||||
| rm -r tmp/Ardour_*-*/etc/xml | |||||
| rm -r tmp/Ardour_*-*/lib/LV2/3D_delay.lv2 | rm -r tmp/Ardour_*-*/lib/LV2/3D_delay.lv2 | ||||
| rm -r tmp/Ardour_*-*/lib/LV2/dyno-mite.lv2 | rm -r tmp/Ardour_*-*/lib/LV2/dyno-mite.lv2 | ||||
| rm -r tmp/Ardour_*-*/lib/LV2/gvplus.lv2 | rm -r tmp/Ardour_*-*/lib/LV2/gvplus.lv2 | ||||
| rm -r tmp/Ardour_*-*/lib/LV2/lv2core.lv2 | |||||
| rm -r tmp/Ardour_*-*/lib/LV2/Micro-Glide.lv2 | rm -r tmp/Ardour_*-*/lib/LV2/Micro-Glide.lv2 | ||||
| rm -r tmp/Ardour_*-*/lib/LV2/XT-*.lv2 | rm -r tmp/Ardour_*-*/lib/LV2/XT-*.lv2 | ||||
| install -d $(CURDIR)/debian/ardour/usr/share/icons/hicolor/16x16/apps/ | |||||
| install -d $(CURDIR)/debian/ardour/usr/share/icons/hicolor/22x22/apps/ | |||||
| install -d $(CURDIR)/debian/ardour/usr/share/icons/hicolor/32x32/apps/ | |||||
| install -d $(CURDIR)/debian/ardour/usr/share/icons/hicolor/48x48/apps/ | |||||
| install -d $(CURDIR)/debian/ardour/usr/lib/lv2 | |||||
| install -d $(CURDIR)/debian/ardour/usr/share/icons/hicolor/16x16/apps | |||||
| install -d $(CURDIR)/debian/ardour/usr/share/icons/hicolor/22x22/apps | |||||
| install -d $(CURDIR)/debian/ardour/usr/share/icons/hicolor/32x32/apps | |||||
| install -d $(CURDIR)/debian/ardour/usr/share/icons/hicolor/48x48/apps | |||||
| mv tmp/Ardour_*-*/lib/LV2/*.lv2 $(CURDIR)/debian/ardour/usr/lib/lv2/ | |||||
| rm -rf tmp/Ardour_*-*/lib/LV2 | |||||
| cp debian/app*16px.png $(CURDIR)/debian/ardour/usr/share/icons/hicolor/16x16/apps/application-x-ardour.png | cp debian/app*16px.png $(CURDIR)/debian/ardour/usr/share/icons/hicolor/16x16/apps/application-x-ardour.png | ||||
| cp debian/app*22px.png $(CURDIR)/debian/ardour/usr/share/icons/hicolor/22x22/apps/application-x-ardour.png | cp debian/app*22px.png $(CURDIR)/debian/ardour/usr/share/icons/hicolor/22x22/apps/application-x-ardour.png | ||||