[packages] GraphicsMagick: update to 1.3.8
git-svn-id: svn://svn.openwrt.org/openwrt/packages@19433 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
c20d2de22e
commit
a5a2a4ee61
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Copyright (C) 2009 OpenWrt.org
|
# Copyright (C) 2009-2010 OpenWrt.org
|
||||||
#
|
#
|
||||||
# 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.
|
||||||
@ -8,18 +8,18 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=GraphicsMagick
|
PKG_NAME:=GraphicsMagick
|
||||||
PKG_VERSION:=1.3.7
|
PKG_VERSION:=1.3.8
|
||||||
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://prdownloads.sourceforge.net/graphicsmagick
|
PKG_SOURCE_URL:=@SF/graphicsmagick
|
||||||
PKG_MD5SUM:=ac019a9ece8c45f5213bf31981588c63
|
PKG_MD5SUM:=c0428886ea07736b0f1872d256ab7ebd
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
export PATH:=$(PKG_BUILD_DIR)/bin:$(TARGET_PATH)
|
export PATH:=$(PKG_BUILD_DIR)/bin:$(TARGET_PATH)
|
||||||
|
|
||||||
PKG_INSTALL=1
|
PKG_INSTALL:=1
|
||||||
|
|
||||||
define Package/GraphicsMagick/Default
|
define Package/GraphicsMagick/Default
|
||||||
SECTION:=multimedia
|
SECTION:=multimedia
|
||||||
@ -46,13 +46,12 @@ define Package/GraphicsMagick-jpeg/description
|
|||||||
GraphicsMagick JPEG module
|
GraphicsMagick JPEG module
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
||||||
CONFIGURE_ARGS += \
|
CONFIGURE_ARGS += \
|
||||||
--with-modules \
|
--with-modules \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
--enable-static \
|
--enable-static \
|
||||||
--without-xml \
|
--without-xml \
|
||||||
--without-x
|
--without-x \
|
||||||
|
|
||||||
define Build/InstallDev
|
define Build/InstallDev
|
||||||
$(INSTALL_DIR) $(1)/usr/include/GraphicsMagick/magick
|
$(INSTALL_DIR) $(1)/usr/include/GraphicsMagick/magick
|
||||||
|
Loading…
x
Reference in New Issue
Block a user