[SCM] drumgizmo/master: Add patch to fix FTBFS for KfreeBSD
viccuad-guest at users.alioth.debian.org
viccuad-guest at users.alioth.debian.org
Tue Feb 9 21:05:56 UTC 2016
The following commit has been merged in the master branch:
commit 032946df673317dc382b5a51cb582b9d0d5ceca0
Author: Víctor Cuadrado Juan <me at viccuad.me>
Date: Tue Feb 9 22:04:57 2016 +0100
Add patch to fix FTBFS for KfreeBSD
Reduce the alsa dependency from 1.0.18 to 1.0.5.
diff --git a/debian/patches/alsa-kFreeBSD.patch b/debian/patches/alsa-kFreeBSD.patch
new file mode 100644
index 0000000..305030e
--- /dev/null
+++ b/debian/patches/alsa-kFreeBSD.patch
@@ -0,0 +1,19 @@
+Description: Reduce dependency on alsa for BSD
+ The configure script puts the alsa dependency on 1.0.18,
+ provided by libasound2-dev on linux packages. On kFreeBSD,
+ alsa is provided by liboss4-salsa-dev, which only provides
+ up to 1.0.5. Reduce it then to fix FTBFS.
+Author: Víctor Cuadrado Juan <me at viccuad.me>
+Last-Update: 2016-02-09
+---
+--- a/configure.ac
++++ b/configure.ac
+@@ -272,7 +272,7 @@ AS_IF(
+ dnl ======================
+ dnl Check for alsa library
+ dnl ======================
+- PKG_CHECK_MODULES(ALSA, alsa >= 1.0.18)],
++ PKG_CHECK_MODULES(ALSA, alsa >= 1.0.5)],
+
+ [AC_MSG_RESULT([*** output alsa plugin disabled per user request ***])
+ have_output_alsa=no]
diff --git a/debian/patches/series b/debian/patches/series
index 34f8611..7b77f2e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
+alsa-kFreeBSD.patch
01-FTBFS-KfreeBSD.patch
--
drumgizmo packaging
More information about the pkg-multimedia-commits
mailing list