wok-6.x diff cairo-gl/receipt @ rev 19312

Add GNU EDMA Project.]
author Leonardo Laporte <hackdorte@sapo.pt>
date Tue Jul 12 03:16:09 2016 -0300 (2016-07-12)
parents 03b2309fd335
children 7aee71cc8a7e
line diff
     1.1 --- a/cairo-gl/receipt	Mon May 23 23:56:45 2016 +0300
     1.2 +++ b/cairo-gl/receipt	Tue Jul 12 03:16:09 2016 -0300
     1.3 @@ -3,21 +3,25 @@
     1.4  PACKAGE="cairo-gl"
     1.5  VERSION="1.14.4"
     1.6  CATEGORY="x-window"
     1.7 -SHORT_DESC="2D graphics library with GL support."
     1.8 +SHORT_DESC="2D graphics library with GL support"
     1.9  MAINTAINER="pankso@slitaz.org"
    1.10  LICENSE="MPL LGPL2.1"
    1.11  SOURCE="cairo"
    1.12  TARBALL="$SOURCE-$VERSION.tar.xz"
    1.13 -WEB_SITE="http://www.cairographics.org/"
    1.14 -WGET_URL="http://cairographics.org/releases/$TARBALL"
    1.15 +WEB_SITE="https://www.cairographics.org/"
    1.16 +WGET_URL="${WEB_SITE}releases/$TARBALL"
    1.17  #HOST_ARCH="arm i486"
    1.18  
    1.19 -DEPENDS="glib pixman libpng zlib expat fontconfig freetype xorg-libX11 \
    1.20 -xorg-libXau xorg-libXdmcp xorg-libXrender xcb-util libxcb mesa-wayland"
    1.21 +DEPENDS="bzlib fontconfig freetype glib glibc-base harfbuzz libdrm libffi \
    1.22 +libpng libxcb libxml2 mesa mesa-wayland pcre pixman udev xorg-libX11 \
    1.23 +xorg-libXau xorg-libXdamage xorg-libXdmcp xorg-libXext xorg-libXfixes \
    1.24 +xorg-libXrender xorg-libXxf86vm zlib"
    1.25  BUILD_DEPENDS="pkg-config glib-dev libpng-dev zlib-dev fontconfig-dev \
    1.26  freetype-dev xorg-libX11-dev pixman-dev xorg-libXau-dev xorg-libXdmcp-dev \
    1.27  xorg-libXrender-dev xcb-util-dev libxcb-dev expat-dev libxml2-dev \
    1.28  mesa-wayland-dev wayland-dev udev-dev xorg-libXxf86vm-dev libdrm-dev"
    1.29 +SPLIT="cairo-gl-tools"
    1.30 +SIBLINGS="cairo"
    1.31  
    1.32  # Handle cross compilation
    1.33  case "$ARCH" in
    1.34 @@ -27,17 +31,14 @@
    1.35  # Rules to configure and make the package.
    1.36  compile_rules()
    1.37  {
    1.38 -	patch -Np1 -i $stuff/cairo-1.10.0-buggy_gradients.patch
    1.39 -	# https://bugs.freedesktop.org/show_bug.cgi?id=50852
    1.40 -	patch -Np1 -i $stuff/cairo-1.12.2-reduce-broken-stopped-edge-continuation.patch
    1.41  	./configure \
    1.42  		--prefix=/usr \
    1.43 -		--with-html-dir=/usr/share/doc \
    1.44  		--enable-xcb \
    1.45 +		--enable-xlib-xcb \
    1.46  		--enable-tee \
    1.47  		--enable-gl \
    1.48  		--disable-static \
    1.49 - 		$CONFIGURE_ARGS &&
    1.50 +		$CONFIGURE_ARGS &&
    1.51  	make $MAKEFLAGS &&
    1.52  	make DESTDIR=$DESTDIR install
    1.53  }
    1.54 @@ -48,4 +49,3 @@
    1.55  	mkdir -p $fs/usr/lib
    1.56  	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.57  }
    1.58 -