[SCM] libbluray/master: Add workaround for #751532

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Sat Jun 28 00:41:36 UTC 2014


The following commit has been merged in the master branch:
commit 6cb3d409d335f7dd80722c08f672205d6d89f339
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Sat Jun 28 02:02:00 2014 +0200

    Add workaround for #751532

diff --git a/debian/patches/04_kfreebsd-include.patch b/debian/patches/04_kfreebsd-include.patch
new file mode 100644
index 0000000..409cc4a
--- /dev/null
+++ b/debian/patches/04_kfreebsd-include.patch
@@ -0,0 +1,17 @@
+Description: Work around #751532
+ Once #751532 is fixed, this patch should be removed again or adapted
+ accordingly.
+Author: Sebastian Ramacher <sramacher at debian.org>
+Bug-Debian: http://bugs.debian.org/751433
+Last-Update: 2014-06-28
+
+--- libbluray-0.6.0+dfsg.orig/configure.ac
++++ libbluray-0.6.0+dfsg/configure.ac
+@@ -191,6 +191,7 @@ if [[ $use_bdjava = "yes" ]]; then
+        mingw*)   java_os=win32 ;;
+        freebsd*) java_os=freebsd ;;
+        solaris*) java_os=solaris ;;
++       kfreebsd*) java_os=linux ;;
+        *)        java_os=$host_os ;;
+   esac
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 41a5095..dfdf08d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 01_java-compat.patch
 02_online-image.patch
 03_split-jar-build-for-arch-all.patch
+04_kfreebsd-include.patch

-- 
libbluray packaging



More information about the pkg-multimedia-commits mailing list