summaryrefslogtreecommitdiff
path: root/package/libXv/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-06-01 10:53:34 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2009-06-01 10:53:34 +0200
commit938b9116f72d2952afbbc0c138463a37644d0574 (patch)
tree7a7dc537de219255c094a8caa3f58c834d7e0bdb /package/libXv/Makefile
parentaeb84dbae5ebe6b03df58f83f13f3cade7cee7c6 (diff)
enable X11 XVideo Extensions
- add a new libXv package - optimize xorg-server configuration - remove some obeolete ipkg files - enable X11 for mplayer - fix ruby package
Diffstat (limited to 'package/libXv/Makefile')
-rw-r--r--package/libXv/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/package/libXv/Makefile b/package/libXv/Makefile
new file mode 100644
index 000000000..e8e9c9e2a
--- /dev/null
+++ b/package/libXv/Makefile
@@ -0,0 +1,29 @@
+# $Id$
+#-
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
+include $(TOPDIR)/rules.mk
+
+PKG_NAME:= libXv
+PKG_VERSION:= 1.0.4
+PKG_RELEASE:= 1
+PKG_MD5SUM:= c2ce7e6651b3a8fdfefb2c53dea431fc
+PKG_DESCR:= X11 Xvideo extensions
+PKG_SECTION:= x11
+PKG_SITES:= ${MASTER_SITE_XORG}
+
+include $(TOPDIR)/mk/package.mk
+
+$(eval $(call PKG_template,LIBXV,libxv,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
+
+CONFIGURE_STYLE= gnu
+CONFIGURE_ARGS+= --disable-malloc0returnsnull
+BUILD_STYLE= auto
+INSTALL_STYLE= auto
+
+post-install:
+ ${INSTALL_DIR} ${IDIR_LIBXV}/usr/lib
+ ${CP} ${WRKINST}/usr/lib/libXv.so* ${IDIR_LIBXV}/usr/lib/
+
+include ${TOPDIR}/mk/pkg-bottom.mk