diff mbox

[2/2] package/kodi: Remove unused dependency to libungif

Message ID 1428524507-30375-2-git-send-email-bernd.kuhls@t-online.de
State Accepted
Headers show

Commit Message

Bernd Kuhls April 8, 2015, 8:21 p.m. UTC
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/kodi/Config.in |    1 -
 package/kodi/kodi.mk   |    2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

Comments

Thomas Petazzoni April 8, 2015, 8:33 p.m. UTC | #1
Dear Bernd Kuhls,

On Wed,  8 Apr 2015 22:21:47 +0200, Bernd Kuhls wrote:
> 
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
>  package/kodi/Config.in |    1 -
>  package/kodi/kodi.mk   |    2 +-
>  2 files changed, 1 insertion(+), 2 deletions(-)

Applied, thanks!

With this, the latest user of libungif is gone, so can you send a patch
to deprecate the libungif package? I believe it was the overall goal of
moving to giflib, right?

Thanks!

Thomas
Bernd Kuhls April 8, 2015, 8:37 p.m. UTC | #2
Thomas Petazzoni <thomas.petazzoni-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8
@public.gmane.org> wrote in news:20150408223335.7622520e@free-electrons.com:

> With this, the latest user of libungif is gone, so can you send a patch
> to deprecate the libungif package? I believe it was the overall goal of
> moving to giflib, right?

Hi,

done: http://patchwork.ozlabs.org/patch/459488/

Yes, Kodi 15.0 will drop the dependency to SDL and will use libjpg/png/gif 
(not libungif) instead in the texturepacker host binary.

Regards, Bernd
diff mbox

Patch

diff --git a/package/kodi/Config.in b/package/kodi/Config.in
index 88d1109..91c1cce 100644
--- a/package/kodi/Config.in
+++ b/package/kodi/Config.in
@@ -58,7 +58,6 @@  menuconfig BR2_PACKAGE_KODI
 	select BR2_PACKAGE_LIBPLIST
 	select BR2_PACKAGE_LIBPNG
 	select BR2_PACKAGE_LIBSAMPLERATE
-	select BR2_PACKAGE_LIBUNGIF
 	select BR2_PACKAGE_LIBVORBIS
 	select BR2_PACKAGE_LIBXML2
 	select BR2_PACKAGE_LIBXSLT
diff --git a/package/kodi/kodi.mk b/package/kodi/kodi.mk
index ad73dcb..8712b12 100644
--- a/package/kodi/kodi.mk
+++ b/package/kodi/kodi.mk
@@ -18,7 +18,7 @@  KODI_DEPENDENCIES = host-gawk host-gettext host-gperf host-infozip host-lzo \
 	host-nasm host-sdl_image host-swig
 KODI_DEPENDENCIES += boost bzip2 expat ffmpeg fontconfig freetype jasper jpeg \
 	libass libcdio libcurl libfribidi libgcrypt libmad libmodplug libmpeg2 \
-	libogg libplist libpng libsamplerate libungif libvorbis libxml2 libxslt lzo ncurses \
+	libogg libplist libpng libsamplerate libvorbis libxml2 libxslt lzo ncurses \
 	openssl pcre python readline sqlite taglib tiff tinyxml yajl zlib
 
 KODI_CONF_ENV = \