[SCM] zynaddsubfx/master: Disable neon flags in rules file.
mira-guest at users.alioth.debian.org
mira-guest at users.alioth.debian.org
Thu Jun 16 02:10:12 UTC 2016
The following commit has been merged in the master branch:
commit 6e5e7e22ca574005c6af9a6086b0107795b45a95
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date: Thu Jun 16 03:59:11 2016 +0200
Disable neon flags in rules file.
diff --git a/debian/patches/0001-fix-build.patch b/debian/patches/0001-fix-build.patch
deleted file mode 100644
index e5fed0a..0000000
--- a/debian/patches/0001-fix-build.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Description: Fix build on armel and armhf archs.
-Author: Jaromír Mikeš <mira.mikes at seznam.cz>
-Forwarded: no
-
-Index: zynaddsubfx/src/CMakeLists.txt
-===================================================================
---- zynaddsubfx.orig/src/CMakeLists.txt
-+++ zynaddsubfx/src/CMakeLists.txt
-@@ -80,7 +80,7 @@ SET (DssiEnable ${DSSI_FOUND} CACHE BOOL
- "Enable DSSI Plugin compilation")
- SET (LibloEnable ${LIBLO_FOUND} CACHE BOOL
- "Enable Liblo")
--SET (NoNeonPlease False CACHE BOOL
-+SET (NoNeonPlease True CACHE BOOL
- "Workaround For Broken Neon Detection")
- SET (PluginLibDir "lib" CACHE STRING
- "Install directory for plugin libraries PREFIX/PLUGIN_LIB_DIR/{lv2,vst}")
diff --git a/debian/patches/series b/debian/patches/series
index e7359a2..4ef9322 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,3 @@
-0001-fix-build.patch
0002-bigendian-fix.patch
0003-dont_duplicate_changelog_files.patch
0004-spelling.patch
diff --git a/debian/rules b/debian/rules
index dea0a95..f8a3ded 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,5 +5,8 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
%:
dh $@ --parallel
+override_dh_auto_configure:
+ dh_auto_configure -- -DNoNeonPlease=ON
+
override_dh_strip:
dh_strip --dbg-package=zynaddsubfx-dbg
--
zynaddsubfx packaging
More information about the pkg-multimedia-commits
mailing list