Update pixman to 0.11.8 and some package cleanups
git-svn-id: svn://svn.openwrt.org/openwrt/packages@12472 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@ -8,13 +8,13 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=pixman
|
PKG_NAME:=pixman
|
||||||
PKG_VERSION:=0.10.0
|
PKG_VERSION:=0.11.8
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=http://cairographics.org/releases/
|
PKG_SOURCE_URL:=http://cairographics.org/releases/
|
||||||
PKG_FIXUP = libtool
|
PKG_MD5SUM:=7b5db768c51337b5e5e954fc9c961cd3
|
||||||
PKG_MD5SUM:=41804ac38025102dcc9891dfd4a3d105
|
PKG_FIXUP:=libtool
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
@ -26,19 +26,11 @@ define Package/pixman
|
|||||||
CATEGORY:=Xorg
|
CATEGORY:=Xorg
|
||||||
SUBMENU:=libraries
|
SUBMENU:=libraries
|
||||||
TITLE:=pixman
|
TITLE:=pixman
|
||||||
DEPENDS:=+xorg-server-essentials
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Configure
|
define Package/pixman/description
|
||||||
(cd $(PKG_BUILD_DIR)/$(CONFIGURE_PATH); \
|
pixman is a library that provides low-level pixel manipulation
|
||||||
if [ -x $(CONFIGURE_CMD) ]; then \
|
features such as image compositing and trapezoid rasterization.
|
||||||
$(CP) $(SCRIPT_DIR)/config.{guess,sub} $(PKG_BUILD_DIR)/ && \
|
|
||||||
$(CONFIGURE_VARS) \
|
|
||||||
$(CONFIGURE_CMD) \
|
|
||||||
$(CONFIGURE_ARGS_XTRA) \
|
|
||||||
$(CONFIGURE_ARGS) ;\
|
|
||||||
fi \
|
|
||||||
)
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
|
Reference in New Issue
Block a user