Commit 45b8109f authored by Gustavo Zacarias's avatar Gustavo Zacarias Committed by Thomas Petazzoni
Browse files

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: default avatarGustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent d8da5f10
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -349,10 +349,6 @@ config BR2_DEPRECATED

if BR2_DEPRECATED

config BR2_DEPRECATED_SINCE_2015_02
	bool
	default y

config BR2_DEPRECATED_SINCE_2015_05
	bool
	default y
+0 −1
Original line number Diff line number Diff line
@@ -890,7 +890,6 @@ menu "Graphics"
	source "package/libsvg/Config.in"
	source "package/libsvg-cairo/Config.in"
	source "package/libsvgtiny/Config.in"
	source "package/libungif/Config.in"
	source "package/libva/Config.in"
	source "package/libva-intel-driver/Config.in"
	source "package/libvips/Config.in"
+1 −1
Original line number Diff line number Diff line
@@ -164,7 +164,7 @@ config BR2_PACKAGE_EFL_GIF
	select BR2_PACKAGE_GIFLIB
	help
	  This enables the loader code that loads gif files using
	  libungif.
	  giflib.

config BR2_PACKAGE_EFL_TIFF
	bool "libevas tiff loader"

package/libungif/Config.in

deleted100644 → 0
+0 −8
Original line number Diff line number Diff line
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

package/libungif/libungif.hash

deleted100644 → 0
+0 −2
Original line number Diff line number Diff line
# Locally computed:
sha256  708a7eac218d3fd8e8dfb13f1089d4e1e98246985180a17d6ecfca5a6bd4d332  libungif-4.1.4.tar.bz2
Loading