[SCM] kodi/master: Fix FTBFS due to missing AEDefines_override.h

rbalint at users.alioth.debian.org rbalint at users.alioth.debian.org
Sun Jan 15 23:12:10 UTC 2017


The following commit has been merged in the master branch:
commit 2113fe471c6ed557f646e104db8e97f75e7930ed
Author: Balint Reczey <balint at balintreczey.hu>
Date:   Sun Jan 15 23:53:47 2017 +0100

    Fix FTBFS due to missing AEDefines_override.h

diff --git a/debian/patches/0010-Autotools-Fake-empty-AE-override.patch b/debian/patches/0010-Autotools-Fake-empty-AE-override.patch
new file mode 100644
index 0000000..25bbde4
--- /dev/null
+++ b/debian/patches/0010-Autotools-Fake-empty-AE-override.patch
@@ -0,0 +1,24 @@
+From db26dd8f619d76cf459b87c2e003e3cd33b96b79 Mon Sep 17 00:00:00 2001
+From: fritsch <Peter.Fruehberger at gmail.com>
+Date: Sun, 8 Jan 2017 20:09:21 +0100
+Subject: [PATCH] Autotools: Fake empty AE override
+
+---
+ xbmc/cores/AudioEngine/Makefile.in | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/xbmc/cores/AudioEngine/Makefile.in b/xbmc/cores/AudioEngine/Makefile.in
+index 9a4e998..9a3d486 100644
+--- a/xbmc/cores/AudioEngine/Makefile.in
++++ b/xbmc/cores/AudioEngine/Makefile.in
+@@ -83,6 +83,6 @@ SRCS += Utils/AELimiter.cpp
+ SRCS += Encoders/AEEncoderFFmpeg.cpp
+ 
+ LIB   = audioengine.a
+-
++$(shell touch AEDefines_override.h)
+ include @abs_top_srcdir@/Makefile.include
+ -include $(patsubst %.cpp,%.P,$(patsubst %.c,%.P,$(SRCS)))
+-- 
+2.1.4
+
diff --git a/debian/patches/series b/debian/patches/series
index 7543a4a..485d25d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -7,6 +7,7 @@
 0007-Revert-cec-add-CEC-IMX-adapter-as-known-type-and-set.patch
 0008-Revert-cec-Added-advanced-settings-for-action-when-T.patch
 0009-Revert-cec-bump-to-libCEC-4.0.0.patch
+0010-Autotools-Fake-empty-AE-override.patch
 01_reproducible_build.patch
 02_allow_all_arches.patch
 03-privacy.patch

-- 
kodi packaging



More information about the pkg-multimedia-commits mailing list