wok-next rev 14600
branch sync
author | Brenton Scott <admin@trixarian.net> |
---|---|
date | Mon May 27 22:37:57 2013 +0200 (2013-05-27) |
parents | 02f1e6c5d8a2 f86cab50bbf7 |
children | d0948455b365 |
files |
line diff
1.1 --- a/evas-dev/receipt Mon May 27 22:31:40 2013 +0200 1.2 +++ b/evas-dev/receipt Mon May 27 22:37:57 2013 +0200 1.3 @@ -1,15 +1,17 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="evas-dev" 1.7 -VERSION="1.7.6" 1.8 +VERSION="1.7.7" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="E17 Evas devel files." 1.11 +SHORT_DESC="EFL Canvas and scenegraph rendering library - Devel files." 1.12 MAINTAINER="pankso@slitaz.org" 1.13 WANTED="evas" 1.14 WEB_SITE="http://www.enlightenment.org/" 1.15 1.16 DEPENDS="eet-dev expat-dev fontconfig-dev freetype-dev fribidi-dev 1.17 -giflib-dev libpng-dev libxml2-dev tiff-dev" 1.18 +giflib-dev libpng-dev tiff-dev libxml2-dev 1.19 +xorg-dev xorg-libXss-dev xorg-libXp-dev" 1.20 +OPTIONAL_DEPENDS="mesa-dev libglu-mesa-dev" 1.21 1.22 # Rules to gen a SliTaz package suitable for Tazpkg. 1.23 genpkg_rules()
2.1 --- a/evas/receipt Mon May 27 22:31:40 2013 +0200 2.2 +++ b/evas/receipt Mon May 27 22:37:57 2013 +0200 2.3 @@ -1,18 +1,21 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="evas" 2.7 -VERSION="1.7.6" 2.8 +VERSION="1.7.7" 2.9 CATEGORY="x-window" 2.10 -SHORT_DESC="Enlightenment's hardware-accelerated retained canvas API" 2.11 +SHORT_DESC="EFL Canvas and scenegraph rendering library." 2.12 MAINTAINER="pankso@slitaz.org" 2.13 TARBALL="$PACKAGE-$VERSION.tar.bz2" 2.14 WEB_SITE="http://www.enlightenment.org/" 2.15 WGET_URL="http://download.enlightenment.org/releases/$TARBALL" 2.16 TAGS="e enlightenment efl" 2.17 2.18 -DEPENDS="eet fontconfig freetype giflib libpng libxml2 tiff" 2.19 +DEPENDS="eet expat fontconfig freetype 2.20 +giflib libpng tiff libxml2 xorg xorg-libXss xorg-libXp" 2.21 BUILD_DEPENDS="eet-dev expat-dev fontconfig-dev freetype-dev fribidi-dev 2.22 -giflib-dev libpng-dev libxml2-dev tiff-dev" 2.23 +giflib-dev libpng-dev tiff-dev libxml2-dev 2.24 +xorg-dev xorg-libXss-dev xorg-libXp-dev" 2.25 +OPTIONAL_DEPENDS="mesa-dev libglu-mesa-dev" 2.26 2.27 # Rules to configure and make the package. 2.28 compile_rules() 2.29 @@ -20,14 +23,14 @@ 2.30 CFLAGS="$CFLAGS -fvisibility=hidden" 2.31 LDFLAGS="$LDFLAGS -fvisibility=hidden" 2.32 export LDFLAGS 2.33 + 2.34 ./configure \ 2.35 + --libexecdir=/usr/lib/$PACKAGE \ 2.36 + --enable-cpu-c \ 2.37 --disable-doc \ 2.38 --disable-install-examples \ 2.39 - --enable-cpu-c \ 2.40 - --disable-wayland-shm \ 2.41 - --disable-fb \ 2.42 $CONFIGURE_ARGS && 2.43 - make && make install 2.44 + make $MAKEFLAGS && make install 2.45 } 2.46 2.47 # Rules to gen a SliTaz package suitable for Tazpkg. 2.48 @@ -37,4 +40,5 @@ 2.49 cp -a $install/usr/lib/*.so* $fs/usr/lib 2.50 cp -a $install/usr/lib/evas $fs/usr/lib 2.51 rm -rf $fs/usr/lib/evas/modules/*/*/*/*.*a 2.52 + cp -a $install/usr/share $fs/usr 2.53 }
3.1 --- a/evas_generic_loaders/receipt Mon May 27 22:31:40 2013 +0200 3.2 +++ b/evas_generic_loaders/receipt Mon May 27 22:37:57 2013 +0200 3.3 @@ -1,26 +1,25 @@ 3.4 # SliTaz package receipt. 3.5 3.6 PACKAGE="evas_generic_loaders" 3.7 -VERSION="1.7.0" 3.8 +VERSION="1.7.7" 3.9 CATEGORY="base-system" 3.10 SHORT_DESC="Loaders for Evas using 'generic' module" 3.11 MAINTAINER="domcox@slitaz.org" 3.12 TARBALL="$PACKAGE-$VERSION.tar.bz2" 3.13 WEB_SITE="http://www.enlightenment.org/" 3.14 -WGET_URL="git|git://git.enlightenment.org/core/$PACKAGE.git" 3.15 +WGET_URL="http://download.enlightenment.org/releases/$TARBALL" 3.16 TAGS="e enlightenment efl python" 3.17 3.18 DEPENDS="evas gstreamer gst-plugins-base poppler librsvg libraw" 3.19 -BUILD_DEPENDS="evas-dev gstreamer-dev gst-plugins-base-dev poppler-dev librsvg-dev libraw-dev 3.20 +BUILD_DEPENDS="evas-dev gstreamer-dev gst-plugins-base-dev poppler-dev 3.21 +librsvg-dev libraw-dev 3.22 autoconf automake git subversion libtool" 3.23 3.24 # Rules to configure and make the package. 3.25 compile_rules() 3.26 { 3.27 - sed -i 's/cmp config.cache-env.tmp.*/& 2>\&1/' autogen.sh 3.28 - ./autogen.sh && 3.29 - ./configure --prefix=/usr && 3.30 - make all && make install 3.31 + ./configure $CONFIGURE_ARGS && 3.32 + make $MAKEFLAGS all && make install 3.33 } 3.34 3.35 # Rules to gen a SliTaz package suitable for Tazpkg.