[SCM] qutecsound/master: Update rules file for csoundqt

fsateler at users.alioth.debian.org fsateler at users.alioth.debian.org
Thu Aug 15 00:21:37 UTC 2013


The following commit has been merged in the master branch:
commit 563ee17fb68c7c9ca0323ae1458a81262fd5a7ab
Author: Felipe Sateler <fsateler at debian.org>
Date:   Wed Aug 14 17:21:38 2013 -0400

    Update rules file for csoundqt

diff --git a/debian/csoundqt.install b/debian/csoundqt.install
index a2fd1a5..691b94a 100644
--- a/debian/csoundqt.install
+++ b/debian/csoundqt.install
@@ -1,2 +1,2 @@
-bin/qutecsound		/usr/bin
+bin/csoundqt		/usr/bin
 images/qtcs.xpm		/usr/share/pixmaps
diff --git a/debian/rules b/debian/rules
index 9932fa3..5a7ab8e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,15 +6,17 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/qmake.mk
 
-QMAKE = qmake-qt4
-DEB_QMAKE_CONFIG_VAL += build64
-DEB_QMAKE_ARGS = qcs.pro \
-    "DEFAULT_LIBSNDFILE_LIBRARY_DIRS = /usr/lib/$(DEB_HOST_MULTIARCH)"
+DEB_QMAKE_CONFIG_VAL += build64 csound6 release
+DEB_QMAKE_ARGS = -r qcs.pro \
+    "DEFAULT_LIBSNDFILE_LIBRARY_DIRS = /usr/lib/$(DEB_HOST_MULTIARCH)" \
+    "CSOUND_INCLUDE_DIR = /usr/include/csound" \
+    "CSOUND_LIBRARY_DIR = /usr/lib" \
+    "DEFAULT_CSOUND_LIBS = libcsound64.so"
 DEB_BUILD_PARALLEL = 1
-DEB_INSTALL_MANPAGES_qutecsound = debian/qutecsound.1
+DEB_INSTALL_MANPAGES_csoundqt = debian/csoundqt.1
 
-build/qutecsound::
-	[ -f bin/qutecsound ] || mv bin/qutecsound-d bin/qutecsound
+build/csoundqt::
+	[ -f bin/csoundqt ] || mv bin/CsoundQt-d-cs6 bin/csoundqt
 
 clean::
-	rm -f bin/qutecsound
+	rm -f bin/csoundqt

-- 
qutecsound packaging



More information about the pkg-multimedia-commits mailing list