From patchwork Wed Jan 20 16:53:40 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 570781 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id D2AC61402D8 for ; Thu, 21 Jan 2016 03:53:58 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=zacarias.com.ar header.i=@zacarias.com.ar header.b=N4c/ihAB; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id E111482CBA; Wed, 20 Jan 2016 16:53:56 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id HbgkSYwwG7gd; Wed, 20 Jan 2016 16:53:55 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 923AD8BEC2; Wed, 20 Jan 2016 16:53:55 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id CFD921C1094 for ; Wed, 20 Jan 2016 16:53:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id A68618BEC2 for ; Wed, 20 Jan 2016 16:53:54 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id QNYqU3lREVRr for ; Wed, 20 Jan 2016 16:53:53 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from www.zacarias.com.ar (www.zacarias.com.ar [176.9.42.171]) by whitealder.osuosl.org (Postfix) with ESMTPS id 823798BED8 for ; Wed, 20 Jan 2016 16:53:52 +0000 (UTC) Received: from asgard (cpe-181-46-100-24.telecentro-reversos.com.ar [181.46.100.24] (may be forged)) (authenticated bits=0) by www.zacarias.com.ar (8.15.1/8.15.1) with ESMTPSA id u0KGrlT0014809 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 20 Jan 2016 16:53:49 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1453308831; bh=3tDtiyHI16u8fZWEPVqdQ0ggqj8Oj27jGwokztxfdEs=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=N4c/ihABTWCLHdKBeujrM6iFUGBv7/u2LcCzLv6TBRRst8qTq8E8hjl2wbOqYzNrL M+n+028YFo7Mh2k1p4fPEsJxq8HlPSFmwLV1DuZdf0cfyZ+6ZIDwtgC+VlLcZVrlfU 7FTJFE67BGjXg4kwxweEuaTadReKlJNX30u082lg= Received: by asgard (sSMTP sendmail emulation); Wed, 20 Jan 2016 13:53:46 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Wed, 20 Jan 2016 13:53:40 -0300 Message-Id: <1453308820-16940-2-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 2.4.10 In-Reply-To: <1453308820-16940-1-git-send-email-gustavo@zacarias.com.ar> References: <1453308820-16940-1-git-send-email-gustavo@zacarias.com.ar> X-Virus-Scanned: clamav-milter 0.98.7 at www X-Virus-Status: Clean Subject: [Buildroot] [PATCH 2/2] libungif: remove deprecated X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" 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 --- Config.in | 4 ---- package/Config.in | 1 - package/efl/Config.in | 2 +- package/libungif/Config.in | 8 -------- package/libungif/libungif.hash | 2 -- package/libungif/libungif.mk | 28 ---------------------------- 6 files changed, 1 insertion(+), 44 deletions(-) delete mode 100644 package/libungif/Config.in delete mode 100644 package/libungif/libungif.hash delete mode 100644 package/libungif/libungif.mk diff --git a/Config.in b/Config.in index 63feef8..30e88e3 100644 --- a/Config.in +++ b/Config.in @@ -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 diff --git a/package/Config.in b/package/Config.in index ae80e59..956be56 100644 --- a/package/Config.in +++ b/package/Config.in @@ -891,7 +891,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" diff --git a/package/efl/Config.in b/package/efl/Config.in index fd3498e..85e46b1 100644 --- a/package/efl/Config.in +++ b/package/efl/Config.in @@ -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" diff --git a/package/libungif/Config.in b/package/libungif/Config.in deleted file mode 100644 index 012ef76..0000000 --- a/package/libungif/Config.in +++ /dev/null @@ -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 diff --git a/package/libungif/libungif.hash b/package/libungif/libungif.hash deleted file mode 100644 index 979b045..0000000 --- a/package/libungif/libungif.hash +++ /dev/null @@ -1,2 +0,0 @@ -# Locally computed: -sha256 708a7eac218d3fd8e8dfb13f1089d4e1e98246985180a17d6ecfca5a6bd4d332 libungif-4.1.4.tar.bz2 diff --git a/package/libungif/libungif.mk b/package/libungif/libungif.mk deleted file mode 100644 index be9f646..0000000 --- a/package/libungif/libungif.mk +++ /dev/null @@ -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))