[SCM] kodi/experimental: Drop obsoleted dependencies and patches
rbalint at users.alioth.debian.org
rbalint at users.alioth.debian.org
Sat Sep 24 12:09:28 UTC 2016
The following commit has been merged in the experimental branch:
commit 3ad224ad95579de92f5143abf58ac77de45f36d8
Author: Balint Reczey <balint at balintreczey.hu>
Date: Fri Sep 23 22:39:34 2016 +0200
Drop obsoleted dependencies and patches
diff --git a/debian/control b/debian/control
index 9087b61..b23f308 100644
--- a/debian/control
+++ b/debian/control
@@ -40,62 +40,48 @@ Build-Depends: autoconf,
libcec-dev (>= 3.1),
libp8-platform-dev,
libcommons-lang-java,
- libcrystalhd-dev [i386 amd64],
libcurl4-gnutls-dev | libcurl-dev,
libcwiid-dev [linux-any],
libdbus-1-dev,
libcrossguid-dev,
# libdvdnav-dev, use patched embedded version
# libdvdread-dev, use patched embedded version
- libenca-dev,
- libflac-dev,
libfontconfig-dev,
libfreetype6-dev,
libfribidi-dev,
- libftgl-dev,
libgif-dev,
libgles2-mesa-dev [armel armhf] | libgl1-mesa-dev | libgl-dev,
- libglew-dev,
libglu1-mesa-dev | libglu-dev,
libgtest-dev,
libiso9660-dev,
libjpeg-dev,
libltdl-dev,
liblzo2-dev,
- libmad0-dev,
libmicrohttpd-dev,
libmodplug-dev,
- libmp3lame-dev,
- libmpeg2-4-dev,
libmysqlclient-dev,
libnfs-dev,
- libogg-dev,
libomxil-bellagio-dev [armel armhf mipsel mips],
libpcre3-dev,
libplist-dev,
libpng-dev,
libpostproc-dev (>= 7:2.7.1),
libpulse-dev,
- librtmp-dev,
- libsamplerate-dev,
libsdl2-dev,
libsdl2-image-dev,
libsdl2-mixer-dev,
libshairport-dev,
- libsidplay2-dev,
libsmbclient-dev,
libsqlite3-dev,
libssh-dev,
libssl-dev,
libswscale-dev (>= 7:2.7.1),
libtag1-dev (>= 1.8),
- libtiff-dev,
libtinyxml-dev (>= 2.6.2),
libtool,
libudev-dev,
libva-dev [!armel !armhf !mipsel !mips],
libvdpau-dev [!armel !armhf !mipsel !mips],
- libvorbis-dev,
libxmu-dev,
libxrandr-dev,
libxslt1-dev,
@@ -105,7 +91,6 @@ Build-Depends: autoconf,
python-dev (>= 2.6.6-3~),
python-imaging,
swig,
- ttf-bitstream-vera,
udev,
unzip,
uuid-dev,
diff --git a/debian/patches/09-use-correct-ftgl.h.patch b/debian/patches/09-use-correct-ftgl.h.patch
deleted file mode 100644
index 745aa9c..0000000
--- a/debian/patches/09-use-correct-ftgl.h.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/xbmc/visualizations/XBMCProjectM/libprojectM/Renderer.hpp b/xbmc/visualizations/XBMCProjectM/libprojectM/Renderer.hpp
-index 7d1bfdf..3e7b11b 100644
---- a/xbmc/visualizations/XBMCProjectM/libprojectM/Renderer.hpp
-+++ b/xbmc/visualizations/XBMCProjectM/libprojectM/Renderer.hpp
-@@ -25,7 +25,7 @@
- #include <FTGLPixmapFont.h>
- #include <FTGLExtrdFont.h>
- #else
--#include <FTGL/FTGL.h>
-+#include <FTGL/ftgl.h>
- #include <FTGL/FTGLPixmapFont.h>
- #include <FTGL/FTGLExtrdFont.h>
- #endif
diff --git a/debian/rules b/debian/rules
index 84b4be3..4a7a215 100755
--- a/debian/rules
+++ b/debian/rules
@@ -166,18 +166,9 @@ debian/tmp/kodi-bin-recommends-dummy.so:
-lass \
-lbluray \
-lcec \
- -lFLAC \
- -lmad \
-lmodplug \
- -lmp3lame \
- -lmpeg2 \
-lnfs \
- -logg \
-lplist \
- -lrtmp \
- -lvorbis \
- -lvorbisenc \
- -lvorbisfile \
$(ARCH_SPECIFIC_LIB_RECOMMENDS)
override_dh_strip:
--
kodi packaging
More information about the pkg-multimedia-commits
mailing list