[SCM] csoundqt/master: Remove qmake path parameters

fsateler at users.alioth.debian.org fsateler at users.alioth.debian.org
Thu Dec 1 22:56:27 UTC 2016


The following commit has been merged in the master branch:
commit a672be3e26af17105c2ef0c1c35f2b91d5ae1e0c
Author: Felipe Sateler <fsateler at debian.org>
Date:   Thu Dec 1 19:34:45 2016 -0300

    Remove qmake path parameters
    
    The build script is now able to autodetect all this

diff --git a/debian/rules b/debian/rules
index 027df6b..490a7c9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,10 +10,6 @@ export QT_SELECT
 
 QMAKE_ARGS = -r qcs.pro \
     "CONFIG += build64 debugger release" \
-    "DEFAULT_LIBSNDFILE_LIBRARY_DIRS = /usr/lib/$(DEB_HOST_MULTIARCH)" \
-    "CSOUND_INCLUDE_DIR = /usr/include/csound" \
-    "CSOUND_LIBRARY_DIR = /usr/lib" \
-    "CSOUND_SOURCE_TREE = /dev/null " \
     INSTALL_DIR=/usr SHARE_DIR=/usr/share \
 
 %:

-- 
csoundqt packaging



More information about the pkg-multimedia-commits mailing list