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:
lars
2008-09-01 23:18:51 +00:00
parent 8bde544267
commit 6d79eb99c9

View File

@ -8,37 +8,29 @@
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
EXTRA_LDFLAGS:="-Wl,-rpath-link=$(STAGING_DIR)/usr/lib" EXTRA_LDFLAGS:="-Wl,-rpath-link=$(STAGING_DIR)/usr/lib"
TARGET_CFLAGS += -I$(STAGING_DIR)/usr/include/gtk-2.0/gdk TARGET_CFLAGS+=-I$(STAGING_DIR)/usr/include/gtk-2.0/gdk
define Package/pixman define Package/pixman
SECTION:=xorg-libs SECTION:=xorg-libs
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