From bae34b5b0fca408e81b1d84d69e146a9c28bb0db Mon Sep 17 00:00:00 2001 From: Erwin Rol Date: Mon, 25 Jan 2010 12:39:36 +0100 Subject: [gst-plugins-gl] New packet Signed-off-by: Erwin Rol --- rules/gst-plugins-gl.make | 79 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 79 insertions(+) create mode 100644 rules/gst-plugins-gl.make (limited to 'rules/gst-plugins-gl.make') diff --git a/rules/gst-plugins-gl.make b/rules/gst-plugins-gl.make new file mode 100644 index 000000000..bdd1879d5 --- /dev/null +++ b/rules/gst-plugins-gl.make @@ -0,0 +1,79 @@ +# -*-makefile-*- +# +# Copyright (C) 2010 by Erwin Rol +# +# See CREDITS for details about who has contributed to this project. +# +# For further information about the PTXdist project and license conditions +# see the README file. +# + +# +# We provide this package +# +PACKAGES-$(PTXCONF_GST_PLUGINS_GL) += gst-plugins-gl + +# +# Paths and names +# +GST_PLUGINS_GL_VERSION := 0.10.1 +GST_PLUGINS_GL := gst-plugins-gl-$(GST_PLUGINS_GL_VERSION) +GST_PLUGINS_GL_SUFFIX := tar.bz2 +GST_PLUGINS_GL_URL := http://gstreamer.freedesktop.org/src/gst-plugins-gl/$(GST_PLUGINS_GL).$(GST_PLUGINS_GL_SUFFIX) +GST_PLUGINS_GL_SOURCE := $(SRCDIR)/$(GST_PLUGINS_GL).$(GST_PLUGINS_GL_SUFFIX) +GST_PLUGINS_GL_DIR := $(BUILDDIR)/$(GST_PLUGINS_GL) + +# ---------------------------------------------------------------------------- +# Get +# ---------------------------------------------------------------------------- + +$(GST_PLUGINS_GL_SOURCE): + @$(call targetinfo) + @$(call get, GST_PLUGINS_GL) + +# ---------------------------------------------------------------------------- +# Prepare +# ---------------------------------------------------------------------------- + +# +# autoconf +# +GST_PLUGINS_GL_CONF_TOOL := autoconf +GST_PLUGINS_GL_CONF_OPT := \ + $(CROSS_AUTOCONF_USR) \ + --disable-rpath \ + --disable-nls \ + --disable-debug \ + --disable-profiling \ + --disable-valgrind \ + --disable-gcov \ + --disable-gtk-doc \ + --enable-largefile + +# ---------------------------------------------------------------------------- +# Target-Install +# ---------------------------------------------------------------------------- + +$(STATEDIR)/gst-plugins-gl.targetinstall: + @$(call targetinfo) + + @$(call install_init, gst-plugins-gl) + @$(call install_fixup, gst-plugins-gl,PACKAGE,gst-plugins-gl) + @$(call install_fixup, gst-plugins-gl,PRIORITY,optional) + @$(call install_fixup, gst-plugins-gl,VERSION,$(GST_PLUGINS_GL_VERSION)) + @$(call install_fixup, gst-plugins-gl,SECTION,base) + @$(call install_fixup, gst-plugins-gl,AUTHOR,"Erwin Rol ") + @$(call install_fixup, gst-plugins-gl,DEPENDS,) + @$(call install_fixup, gst-plugins-gl,DESCRIPTION,missing) + + @$(call install_copy, gst-plugins-gl, 0, 0, 0644, -, /usr/lib/gstreamer-0.10/libgstopengl.so) + + @$(call install_copy, gst-plugins-gl, 0, 0, 0644, -, /usr/lib/libgstgl-0.10.so.0.0.0) + @$(call install_link, gst-plugins-gl, libgstgl-0.10.so.0.0.0, /usr/lib/libgstgl-0.10.so.0) + @$(call install_link, gst-plugins-gl, libgstgl-0.10.so.0.0.0, /usr/lib/libgstgl-0.10.so) + + @$(call install_finish, gst-plugins-gl) + + @$(call touch) + +# vim: syntax=make -- cgit v1.2.3