wok-6.x rev 24622
updated graphviz, graphviz-dev and graphviz-doc (2.42.2 -> 3.0.0)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Mar 07 16:02:21 2022 +0100 (2022-03-07) |
parents | 0fec748fcb52 |
children | c132a4a74547 |
files | graphicsmagick-dev/receipt graphviz-dev/receipt graphviz-doc/receipt graphviz/receipt |
line diff
1.1 --- a/graphicsmagick-dev/receipt Mon Mar 07 11:14:15 2022 +0100 1.2 +++ b/graphicsmagick-dev/receipt Mon Mar 07 16:02:21 2022 +0100 1.3 @@ -1,21 +1,19 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="graphicsmagick-dev" 1.7 -VERSION="1.3.34" 1.8 +VERSION="1.3.37" 1.9 CATEGORY="development" 1.10 SHORT_DESC="The swiss army knife of image processing, development files." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 LICENSE="MIT" 1.13 WEB_SITE="http://www.graphicsmagick.org/" 1.14 1.15 +DEPENDS="graphicsmagick pkg-config" 1.16 WANTED="graphicsmagick" 1.17 -DEPENDS="graphicsmagick pkg-config" 1.18 1.19 # Rules to gen a SliTaz package suitable for Tazpkg. 1.20 genpkg_rules() 1.21 { 1.22 - mkdir -p $fs/usr 1.23 - 1.24 - cp -a $install/usr/lib $fs/usr 1.25 - cp -a $install/usr/include $fs/usr 1.26 + cook_copy_folders include 1.27 + cook_copy_folders lib 1.28 }
2.1 --- a/graphviz-dev/receipt Mon Mar 07 11:14:15 2022 +0100 2.2 +++ b/graphviz-dev/receipt Mon Mar 07 16:02:21 2022 +0100 2.3 @@ -1,21 +1,22 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="graphviz-dev" 2.7 -VERSION="2.42.2" 2.8 +VERSION="3.0.0" 2.9 CATEGORY="development" 2.10 SHORT_DESC="Automatic graph drawing development files." 2.11 MAINTAINER="pascal.bellard@slitaz.org" 2.12 LICENSE="Eclipse" 2.13 WEB_SITE="http://www.graphviz.org/" 2.14 -WANTED="graphviz" 2.15 2.16 DEPENDS="gcc83 graphviz" 2.17 +WANTED="graphviz" 2.18 2.19 # Rules to gen a SliTaz package suitable for Tazpkg. 2.20 genpkg_rules() 2.21 { 2.22 mkdir -p $fs/usr/lib/graphviz 2.23 - cp -a $install/usr/lib/*a $fs/usr/lib 2.24 - cp -a $install/usr/lib/graphviz/*.la $fs/usr/lib/graphviz 2.25 - cp -a $install/usr/include $fs/usr 2.26 + 2.27 + cp -a $install/usr/lib/*a $fs/usr/lib 2.28 + cp -a $install/usr/lib/graphviz/*.la $fs/usr/lib/graphviz 2.29 + cook_copy_folders include 2.30 }
3.1 --- a/graphviz-doc/receipt Mon Mar 07 11:14:15 2022 +0100 3.2 +++ b/graphviz-doc/receipt Mon Mar 07 16:02:21 2022 +0100 3.3 @@ -1,17 +1,17 @@ 3.4 # SliTaz package receipt. 3.5 3.6 PACKAGE="graphviz-doc" 3.7 -VERSION="2.42.2" 3.8 +VERSION="3.0.0" 3.9 CATEGORY="development" 3.10 SHORT_DESC="Automatic graph drawing documentation files." 3.11 MAINTAINER="pascal.bellard@slitaz.org" 3.12 LICENSE="Eclipse" 3.13 WEB_SITE="http://www.graphviz.org/" 3.14 + 3.15 WANTED="graphviz" 3.16 3.17 # Rules to gen a SliTaz package suitable for Tazpkg. 3.18 genpkg_rules() 3.19 { 3.20 - mkdir -p $fs/usr/share/graphviz 3.21 - cp -a $install/usr/share/graphviz/doc $fs/usr/share/graphviz 3.22 + cook_copy_folders doc 3.23 }
4.1 --- a/graphviz/receipt Mon Mar 07 11:14:15 2022 +0100 4.2 +++ b/graphviz/receipt Mon Mar 07 16:02:21 2022 +0100 4.3 @@ -1,7 +1,7 @@ 4.4 # SliTaz package receipt. 4.5 4.6 PACKAGE="graphviz" 4.7 -VERSION="2.42.2" 4.8 +VERSION="3.0.0" 4.9 CATEGORY="x-window" 4.10 SHORT_DESC="Automatic graph drawing." 4.11 MAINTAINER="pascal.bellard@slitaz.org" 4.12 @@ -9,15 +9,15 @@ 4.13 WEB_SITE="https://www.graphviz.org/" 4.14 4.15 TARBALL="$PACKAGE-$VERSION.tar.gz" 4.16 -WGET_URL="https://gitlab.com/graphviz/graphviz/-/archive/stable_release_$VERSION/graphviz-stable_release_$VERSION.tar.gz" 4.17 +WGET_URL="https://gitlab.com/$PACKAGE/$PACKAGE/-/archive/$VERSION/$TARBALL" 4.18 4.19 -DEPENDS="expat gcc83-lib-base jpeg libpng librsvg libxml2 pcre 4.20 +DEPENDS="expat gcc83-lib-base jpeg libgd libpng librsvg libxml2 pcre 4.21 util-linux-uuid zlib" 4.22 -BUILD_DEPENDS="gcc83 expat-dev gdk-pixbuf-dev guile-dev jpeg-dev 4.23 - libcroco-dev libgd-dev libpng-dev librsvg-dev libxml2-dev 4.24 - lua-dev ocaml pango-dev pcre-dev php-cli php-dev pkg-config 4.25 - python-dev ruby-dev swig tcl-dev tk-dev util-linux-uuid-dev 4.26 - xorg-dev zlib-dev automake sed" 4.27 +BUILD_DEPENDS="automake expat-dev gcc83 gdk-pixbuf-dev guile-dev 4.28 + jpeg-dev libcroco-dev libgd-dev libpng-dev librsvg-dev 4.29 + libxml2-dev lua-dev ocaml pango-dev pcre-dev php-cli 4.30 + php-dev pkg-config py3k-dev ruby-dev sed swig tcl-dev tk-dev 4.31 + util-linux-uuid-dev xorg-dev zlib-dev" 4.32 4.33 # What is the latest version available today? 4.34 current_version() 4.35 @@ -29,51 +29,46 @@ 4.36 # Rules to configure and make the package. 4.37 compile_rules() 4.38 { 4.39 - sed -i 's/.*php5.*/&\n sed -i "s|char .type_name;|const \&|" gv_php.cpp/' \ 4.40 - tclpkg/gv/Makefile* 4.41 - sed -i 's/.*PHPWRITE.*/ TSRMLS_FETCH();\n&/' \ 4.42 - tclpkg/gv/gv_php_init.c 4.43 + mkdir -p $install/usr/share/graphviz/doc/pdf 4.44 4.45 - ./autogen.sh 4.46 + ./autogen.sh && 4.47 ./configure \ 4.48 CC=gcc-83 \ 4.49 CXX=g++-83 \ 4.50 --prefix=/usr \ 4.51 + --docdir=/usr/share/graphviz/doc\ 4.52 --infodir=/usr/share/info \ 4.53 - --disable-static \ 4.54 - --disable-gtk \ 4.55 - --disable-gtkgl \ 4.56 - --disable-gtkglext \ 4.57 - --with-pangocairo \ 4.58 - --with-x \ 4.59 - --with-gdk-pixbuf \ 4.60 - --with-ghostscript=no \ 4.61 - --without-gtk \ 4.62 - --without-gtkgl \ 4.63 - --without-gtkglext \ 4.64 - --without-glade \ 4.65 - --with-ortho=no \ 4.66 - --disable-sharp \ 4.67 - --disable-java \ 4.68 + --mandir=/usr/share/man \ 4.69 + --enable-gtk=no \ 4.70 + --enable-gtkgl=no \ 4.71 + --enable-gtkglext=no \ 4.72 --enable-guile=yes \ 4.73 - --with-rsvg=yes \ 4.74 - --with-png=yes \ 4.75 - --with-jpeg=yes \ 4.76 + --enable-java=no \ 4.77 + --enable-lefty=yes \ 4.78 --enable-lua=yes \ 4.79 --enable-ocaml=yes \ 4.80 --enable-php=yes \ 4.81 + --enable-python=yes \ 4.82 + --enable-r=no \ 4.83 --enable-ruby=yes \ 4.84 + --enable-sharp=no \ 4.85 + --enable-static=no \ 4.86 --enable-tcl=yes \ 4.87 - --enable-python=yes \ 4.88 - --disable-python23 \ 4.89 - --disable-python24 \ 4.90 - --disable-python25 \ 4.91 - --disable-python26 \ 4.92 - --disable-r \ 4.93 - --mandir=/usr/share/man \ 4.94 + --with-gdk-pixbuf=yes \ 4.95 + --with-ghostscript=no \ 4.96 + --with-glade=no \ 4.97 + --with-gtk=no \ 4.98 + --with-gtkgl=no \ 4.99 + --with-gtkglext=no \ 4.100 + --with-jpeg=yes \ 4.101 + --with-ortho=yes \ 4.102 + --with-pangocairo=yes \ 4.103 + --with-png=yes \ 4.104 + --with-rsvg=yes \ 4.105 + --with-x=yes \ 4.106 $CONFIGURE_ARGS && 4.107 make && 4.108 - make DESTDIR=$DESTDIR install 4.109 + make install DESTDIR=$DESTDIR 4.110 } 4.111 4.112 # Rules to gen a SliTaz package suitable for Tazpkg. 4.113 @@ -85,9 +80,9 @@ 4.114 cp -a $install/usr/lib/*.so* $fs/usr/lib 4.115 cp -a $install/usr/lib/pkgconfig $fs/usr/lib/ 4.116 cp -a $install/usr/lib/graphviz $fs/usr/lib/ 4.117 - rm -f $fs/usr/lib/graphviz/*.la 4.118 + rm -f $fs/usr/lib/graphviz/*.la 4.119 cp -a $install/usr/share/graphviz/lefty $fs/usr/share/graphviz 4.120 + cp -a $install/usr/share/graphviz/graphs $fs/usr/share/graphviz 4.121 cp -a $install/usr/share/graphviz/gvpr $fs/usr/share/graphviz 4.122 - cp -a $install/usr/share/graphviz/graphs $fs/usr/share/graphviz 4.123 cp -a $install/usr/bin $fs/usr 4.124 }