Update giflib to 4.1.6 (#3582)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@13406 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
24caced0aa
commit
dfa4d00cc4
@ -4,16 +4,18 @@
|
|||||||
# This is free software, licensed under the GNU General Public License v2.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
#
|
#
|
||||||
# blogic@openwrt.org
|
# $Id: $
|
||||||
|
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=giflib
|
PKG_NAME:=giflib
|
||||||
PKG_VERSION:=4.1.4
|
PKG_VERSION:=4.1.6
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||||
PKG_SOURCE_URL:=http://downloads.sourceforge.net/libungif/
|
PKG_SOURCE_URL:=@SF/giflib
|
||||||
|
PKG_MD5SUM:=7125644155ae6ad33dbc9fc15a14735f
|
||||||
|
|
||||||
PKG_FIXUP := libtool
|
PKG_FIXUP := libtool
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
@ -22,7 +24,13 @@ define Package/giflib
|
|||||||
SECTION:=libs
|
SECTION:=libs
|
||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
TITLE:=GIF libraries
|
TITLE:=GIF libraries
|
||||||
DEPENDS:=
|
URL:=http://sourceforge.net/projects/giflib
|
||||||
|
endef
|
||||||
|
|
||||||
|
define Package/giflib/description
|
||||||
|
giflib is a library for reading and writing gif images.
|
||||||
|
It is API and ABI compatible with libungif which was in wide use while
|
||||||
|
the LZW compression algorithm was patented.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
TARGET_CFLAGS += $(FPIC)
|
TARGET_CFLAGS += $(FPIC)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user