[SCM] kodi/master: Stop building TexturePacker statically

rbalint at users.alioth.debian.org rbalint at users.alioth.debian.org
Tue Aug 18 12:44:13 UTC 2015


The following commit has been merged in the master branch:
commit 2ae6a4e934ca175ee5d08104aa5ce30c9fe19368
Author: Balint Reczey <balint at balintreczey.hu>
Date:   Tue Aug 18 14:03:32 2015 +0200

    Stop building TexturePacker statically

diff --git a/debian/patches/06-use-external-libraries.patch b/debian/patches/06-use-external-libraries.patch
index 4887100..ecb7d99 100644
--- a/debian/patches/06-use-external-libraries.patch
+++ b/debian/patches/06-use-external-libraries.patch
@@ -290,3 +290,21 @@ Forwarded: not-needed
  
  SOLARWINDS-OUT=$(OUTDIR)/screensaver.rsxs.solarwinds/Solarwinds.xbs
  SOLARWINDS-DEP=$(RSXS)/src/solarwinds/rs-solarwinds
+--- a/tools/depends/native/TexturePacker/Makefile
++++ b/tools/depends/native/TexturePacker/Makefile
+@@ -9,13 +9,13 @@
+ 
+ ifeq ($(NATIVEPLATFORM),)
+   PLATFORM = native
+-  EXTRA_CONFIGURE = --enable-static
++#  EXTRA_CONFIGURE = --enable-static
+ else
+   PLATFORM = $(NATIVEPLATFORM)
+ endif
+ 
+ ifeq ($(NATIVE_OS), linux)
+-  EXTRA_CONFIGURE = --enable-static
++#  EXTRA_CONFIGURE = --enable-static
+ endif
+ ifeq ($(NATIVE_OS), android)
+   EXTRA_CONFIGURE = --enable-static

-- 
kodi packaging



More information about the pkg-multimedia-commits mailing list