libungif: remove deprecated
It's been deprecated for a year now, so remove it. While at it also remove the BR2_DEPRECATED_SINCE_2015_02 since it's now unused. And change the efl gif text to refer to giflib rather than libungif which is what's used since it was deprecated. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
d8da5f1037
commit
45b8109f94
@ -349,10 +349,6 @@ config BR2_DEPRECATED
|
|||||||
|
|
||||||
if BR2_DEPRECATED
|
if BR2_DEPRECATED
|
||||||
|
|
||||||
config BR2_DEPRECATED_SINCE_2015_02
|
|
||||||
bool
|
|
||||||
default y
|
|
||||||
|
|
||||||
config BR2_DEPRECATED_SINCE_2015_05
|
config BR2_DEPRECATED_SINCE_2015_05
|
||||||
bool
|
bool
|
||||||
default y
|
default y
|
||||||
|
@ -890,7 +890,6 @@ menu "Graphics"
|
|||||||
source "package/libsvg/Config.in"
|
source "package/libsvg/Config.in"
|
||||||
source "package/libsvg-cairo/Config.in"
|
source "package/libsvg-cairo/Config.in"
|
||||||
source "package/libsvgtiny/Config.in"
|
source "package/libsvgtiny/Config.in"
|
||||||
source "package/libungif/Config.in"
|
|
||||||
source "package/libva/Config.in"
|
source "package/libva/Config.in"
|
||||||
source "package/libva-intel-driver/Config.in"
|
source "package/libva-intel-driver/Config.in"
|
||||||
source "package/libvips/Config.in"
|
source "package/libvips/Config.in"
|
||||||
|
@ -164,7 +164,7 @@ config BR2_PACKAGE_EFL_GIF
|
|||||||
select BR2_PACKAGE_GIFLIB
|
select BR2_PACKAGE_GIFLIB
|
||||||
help
|
help
|
||||||
This enables the loader code that loads gif files using
|
This enables the loader code that loads gif files using
|
||||||
libungif.
|
giflib.
|
||||||
|
|
||||||
config BR2_PACKAGE_EFL_TIFF
|
config BR2_PACKAGE_EFL_TIFF
|
||||||
bool "libevas tiff loader"
|
bool "libevas tiff loader"
|
||||||
|
@ -1,8 +0,0 @@
|
|||||||
config BR2_PACKAGE_LIBUNGIF
|
|
||||||
bool "libungif"
|
|
||||||
depends on !BR2_PACKAGE_GIFLIB
|
|
||||||
depends on BR2_DEPRECATED_SINCE_2015_02 # giflib
|
|
||||||
help
|
|
||||||
libungif is a library for handling the uncompressed GIF image format.
|
|
||||||
|
|
||||||
http://sourceforge.net/projects/libungif
|
|
@ -1,2 +0,0 @@
|
|||||||
# Locally computed:
|
|
||||||
sha256 708a7eac218d3fd8e8dfb13f1089d4e1e98246985180a17d6ecfca5a6bd4d332 libungif-4.1.4.tar.bz2
|
|
@ -1,28 +0,0 @@
|
|||||||
################################################################################
|
|
||||||
#
|
|
||||||
# libungif
|
|
||||||
#
|
|
||||||
################################################################################
|
|
||||||
|
|
||||||
LIBUNGIF_VERSION = 4.1.4
|
|
||||||
LIBUNGIF_SOURCE = libungif-$(LIBUNGIF_VERSION).tar.bz2
|
|
||||||
LIBUNGIF_SITE = http://downloads.sourceforge.net/project/giflib/libungif-4.x/libungif-$(LIBUNGIF_VERSION)
|
|
||||||
LIBUNGIF_INSTALL_STAGING = YES
|
|
||||||
LIBUNGIF_CONF_OPTS = --without-x
|
|
||||||
LIBUNGIF_LICENSE = MIT
|
|
||||||
LIBUNGIF_LICENSE_FILES = COPYING
|
|
||||||
|
|
||||||
LIBUNGIF_BINS = \
|
|
||||||
gif2epsn gif2ps gif2rgb gif2x11 gifasm gifbg gifburst gifclip \
|
|
||||||
gifclrmp gifcolor gifcomb gifcompose giffiltr giffix gifflip \
|
|
||||||
gifhisto gifinfo gifinter gifinto gifovly gifpos gifrotat \
|
|
||||||
gifrsize gifspnge giftext gifwedge icon2gif raw2gif rgb2gif \
|
|
||||||
text2gif
|
|
||||||
|
|
||||||
define LIBUNGIF_BINS_CLEANUP
|
|
||||||
rm -f $(addprefix $(TARGET_DIR)/usr/bin/,$(LIBUNGIF_BINS))
|
|
||||||
endef
|
|
||||||
|
|
||||||
LIBUNGIF_POST_INSTALL_TARGET_HOOKS += LIBUNGIF_BINS_CLEANUP
|
|
||||||
|
|
||||||
$(eval $(autotools-package))
|
|
Loading…
Reference in New Issue
Block a user