wok diff gtk-vnc/receipt @ rev 19765
xfig, transfig: use png_set_dither with libpng
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Feb 20 09:30:03 2017 +0100 (2017-02-20) |
parents | d1b6fe8c8301 |
children | 155bbded77cd |
line diff
1.1 --- a/gtk-vnc/receipt Thu Jul 18 10:30:42 2013 +0000 1.2 +++ b/gtk-vnc/receipt Mon Feb 20 09:30:03 2017 +0100 1.3 @@ -1,26 +1,28 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="gtk-vnc" 1.7 -VERSION="0.4.3" 1.8 +VERSION="0.5.4" 1.9 CATEGORY="x-window" 1.10 SHORT_DESC="VNC viewer widget for GTK." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 LICENSE="LGPL2.1" 1.13 SUGGESTED="gtk-vnc-python" 1.14 -TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.15 -WEB_SITE="http://live.gnome.org/gtk-vnc/" 1.16 +TARBALL="$PACKAGE-$VERSION.tar.xz" 1.17 +WEB_SITE="https://wiki.gnome.org/Projects/gtk-vnc" 1.18 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" 1.19 TAGS="vnc remote-desktop" 1.20 1.21 -DEPENDS="gnutls libgpg-error gtk+ pygtk cyrus-sasl libtasn1" 1.22 +DEPENDS="gnutls libgpg-error gtk+ pygtk cyrus-sasl libtasn1 \ 1.23 +pulseaudio util-linux-uuid libjson-c libsndfile flac libvorbis" 1.24 BUILD_DEPENDS="gnutls-dev libgpg-error-dev gtk+-dev cyrus-sasl cyrus-sasl-dev \ 1.25 intltool pkg-config pygtk-dev pygobject-dev libffi-dev python-dev \ 1.26 -libgcrypt-dev zlib-dev expat-dev libtasn1-dev perl-text-csv libffi expat" 1.27 +libgcrypt-dev zlib-dev expat-dev libtasn1-dev perl-text-csv libffi expat \ 1.28 +pulseaudio-dev util-linux-uuid-dev libjson-c-dev libsndfile-dev flac-dev \ 1.29 +libvorbis-dev dbus-dev" 1.30 1.31 # Rules to configure and make the package. 1.32 compile_rules() 1.33 { 1.34 - cd $src 1.35 ./configure $CONFIGURE_ARGS && 1.36 make -j1 && 1.37 make -j1 install