[SCM] milkytracker/master: Add upstream patch to fix lhasa, zziplib detection

jcowgill at users.alioth.debian.org jcowgill at users.alioth.debian.org
Mon Jul 31 09:51:19 UTC 2017


The following commit has been merged in the master branch:
commit 87b05b0e02eb3464cef1cf70943c4d438d7fdf4f
Author: James Cowgill <jcowgill at debian.org>
Date:   Mon Jul 31 08:54:40 2017 +0100

    Add upstream patch to fix lhasa, zziplib detection

diff --git a/debian/patches/02_Unbreak-lhasa-and-zziplib-detection-on-non-Apple-pla.patch b/debian/patches/02_Unbreak-lhasa-and-zziplib-detection-on-non-Apple-pla.patch
new file mode 100644
index 0000000..ead65f6
--- /dev/null
+++ b/debian/patches/02_Unbreak-lhasa-and-zziplib-detection-on-non-Apple-pla.patch
@@ -0,0 +1,25 @@
+From f0c98a6f76ac70208ecab8382ad9a5826370ce65 Mon Sep 17 00:00:00 2001
+From: Frederic Cambus <fred at statdns.com>
+Date: Sun, 30 Jul 2017 13:35:17 +0200
+Subject: [PATCH] Unbreak lhasa and zziplib detection on non Apple platforms
+
+---
+ CMakeLists.txt | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 7a546ad..c3e3081 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -178,7 +178,7 @@ if(UNIX)
+ 
+     # We can't use Brew for these due to OSX target version mismatch
+     # (we're targeting an older version of OSX to increase compatibility)
+-    if(!APPLE)
++    if(NOT APPLE)
+       find_package(LHASA)
+       find_package(ZZIPLIB)
+     endif()
+-- 
+2.13.2
+
diff --git a/debian/patches/series b/debian/patches/series
index 49314c7..4a0732c 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 01_remove-resources-music.patch
+02_Unbreak-lhasa-and-zziplib-detection-on-non-Apple-pla.patch

-- 
milkytracker packaging



More information about the pkg-multimedia-commits mailing list