[SCM] mixxx/master: Use flags suggested by upstream

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Tue Jan 26 17:51:52 UTC 2016


The following commit has been merged in the master branch:
commit e70e3b3131abbc956d64cfc67026aeb9ddcc7947
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Tue Jan 26 18:41:48 2016 +0100

    Use flags suggested by upstream

diff --git a/debian/rules b/debian/rules
index 4deecb5..0a6f476 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,10 +17,18 @@ else
 	SUBSTVARS = -Vdist:Depends=""
 endif
 
-SCONS_OPTS  = qt5=1
+# flags suggested by upstream
+SCONS_OPTS  = release=1
+SCONS_OPTS += qt_sqlite_plugin=0
+SCONS_OPTS += virtualize=0
+SCONS_OTPS += localecompare=1
+# destdir
 SCONS_OPTS += install_root=$(CURDIR)/debian/tmp/usr
+# Qt
+SCONS_OPTS += qt5=1
 SCONS_OPTS += qtdir=/usr/share/qt5 prefix=/usr
 SCONS_OPTS += machine=$(DEB_HOST_ARCH)
+# disable use of __DATE__ and __TIME__
 SCONS_OPTS += buildtime=0
 # build with OpenGL ES 2 on armel and armhf
 ifeq (,$(filter-out armel armhf,$(DEB_HOST_ARCH)))

-- 
mixxx packaging



More information about the pkg-multimedia-commits mailing list