[SCM] snd/master: Dropped kfreebsd/hurd patch applied upstream

umlaeute at users.alioth.debian.org umlaeute at users.alioth.debian.org
Fri Sep 9 19:54:28 UTC 2016


The following commit has been merged in the master branch:
commit 83f940e453bfb83acdf551e3453f4f71d4bc4f79
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Fri Sep 9 21:53:09 2016 +0200

    Dropped kfreebsd/hurd patch applied upstream

diff --git a/debian/patches/series b/debian/patches/series
index 1340fee..dccbf51 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
-support-kfreebsd-hurd.diff
 fix-g_abort.patch
diff --git a/debian/patches/support-kfreebsd-hurd.diff b/debian/patches/support-kfreebsd-hurd.diff
deleted file mode 100644
index 332f43d..0000000
--- a/debian/patches/support-kfreebsd-hurd.diff
+++ /dev/null
@@ -1,50 +0,0 @@
-Description: support for kFreeBSD and the Hurd
- On Debian we not only have system with the "linux" kernel, but also with
- alternative kernels (freebsd, hurd), but with the ~same userland tools.
- this patch allows building of 'snd' on such systems.
-Origin: Debian
-Bug: http://bugs.debian.org/566779
-Last-Updated: 2016-02-01
-Forwarded: yes
----
- configure.ac |   30 ++++++++++++++++++++++++++++++
- 1 file changed, 30 insertions(+)
-
---- snd.orig/configure.ac
-+++ snd/configure.ac
-@@ -679,6 +679,35 @@
-       esac
-       ;;
- 
-+    *-*-kfreebsd*|*-*-gnu*)
-+        LDSO_FLAGS="-shared"
-+        LIBS="$LIBS -lm -ldl"
-+        if test "$GCC" = yes ; then
-+          SO_FLAGS="-fPIC $SO_FLAGS"
-+        fi
-+
-+        AUDIO_SYSTEM=OSS
-+
-+        if test "$with_jack" = yes ; then
-+               if test "$with_oss" != yes ; then
-+                 AUDIO_SYSTEM=JACK
-+               fi
-+        fi
-+
-+        case $AUDIO_SYSTEM in
-+            JACK)
-+                AC_DEFINE(HAVE_JACK_IN_LINUX)
-+                AC_DEFINE(HAVE_OSS)
-+                AUDIO_LIB="-lsamplerate"
-+                ;;
-+            OSS)
-+                AC_DEFINE(HAVE_OSS)
-+                AUDIO_SYSTEM=OSS
-+                ;;
-+        esac
-+        ;;
-+
-+
-   *-*-sunos4*) 
-     LIBS="$LIBS -lm"
-     ;;

-- 
snd packaging



More information about the pkg-multimedia-commits mailing list