# HG changeset patch # User Pascal Bellard # Date 1570029786 -7200 # Node ID 432dd31a79d5d40a80a4a327303716efbd23e93d # Parent a449793b9af31720e5c956dbd82f05dba6a7d726 Up reptyr (0.7.0) diff -r a449793b9af3 -r 432dd31a79d5 crosstool-ng/receipt --- a/crosstool-ng/receipt Mon Sep 30 17:25:34 2019 +0200 +++ b/crosstool-ng/receipt Wed Oct 02 17:23:06 2019 +0200 @@ -7,7 +7,7 @@ MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://ymorin.is-a-geek.org/projects/crosstool" +WEB_SITE="https://crosstool-ng.github.io/" WGET_URL="https://github.com/$PACKAGE/$PACKAGE/archive/$TARBALL" DEPENDS="slitaz-toolchain" diff -r a449793b9af3 -r 432dd31a79d5 fswebcam/receipt --- a/fswebcam/receipt Mon Sep 30 17:25:34 2019 +0200 +++ b/fswebcam/receipt Wed Oct 02 17:23:06 2019 +0200 @@ -6,7 +6,7 @@ MAINTAINER="jozee@slitaz.org" LICENSE="GPL2" SHORT_DESC="Tiny and flexible webcam app" -WEB_SITE="http://www.firestorm.cx/fswebcam/" +WEB_SITE="https://www.sanslogic.co.uk/fswebcam/" CONFIG_FILES="etc/fswebcam.conf" TARBALL="$PACKAGE-$VERSION.tar.xz" WGET_URL="$WEB_SITE/files/$TARBALL" diff -r a449793b9af3 -r 432dd31a79d5 jack-audio-connection-kit-dev/receipt --- a/jack-audio-connection-kit-dev/receipt Mon Sep 30 17:25:34 2019 +0200 +++ b/jack-audio-connection-kit-dev/receipt Wed Oct 02 17:23:06 2019 +0200 @@ -6,7 +6,7 @@ SHORT_DESC="Development files for Jack." MAINTAINER="allan316@gmail.com" LICENSE="GPL LGPL" -WEB_SITE="http://jackaudio.org" +WEB_SITE="https://jackaudio.org" WANTED="jack-audio-connection-kit" DEPENDS="jack-audio-connection-kit pkg-config util-linux-uuid-dev" diff -r a449793b9af3 -r 432dd31a79d5 jack-audio-connection-kit/receipt --- a/jack-audio-connection-kit/receipt Mon Sep 30 17:25:34 2019 +0200 +++ b/jack-audio-connection-kit/receipt Wed Oct 02 17:23:06 2019 +0200 @@ -7,7 +7,7 @@ SHORT_DESC="Low-latency audio server." MAINTAINER="allan316@gmail.com" LICENSE="GPL LGPL" -WEB_SITE="http://jackaudio.org" +WEB_SITE="https://jackaudio.org" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="http://jackaudio.org/downloads/$TARBALL" diff -r a449793b9af3 -r 432dd31a79d5 postgis/receipt --- a/postgis/receipt Mon Sep 30 17:25:34 2019 +0200 +++ b/postgis/receipt Wed Oct 02 17:23:06 2019 +0200 @@ -17,6 +17,8 @@ # Rules to configure and make the package. compile_rules() { + export CFLAGS="$CFLAGS -DACCEPT_USE_OF_DEPRECATED_PROJ_API_H" + export CXXFLAGS="$CXXFLAGS -DACCEPT_USE_OF_DEPRECATED_PROJ_API_H" ./configure --with-gui $CONFIGURE_ARGS \ && make -j 1 && make install } diff -r a449793b9af3 -r 432dd31a79d5 reptyr/receipt --- a/reptyr/receipt Mon Sep 30 17:25:34 2019 +0200 +++ b/reptyr/receipt Wed Oct 02 17:23:06 2019 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="reptyr" -VERSION="0.5" +VERSION="0.7.0" CATEGORY="system-tools" SHORT_DESC="Reparent a running program to a new terminal" MAINTAINER="pascal.bellard@slitaz.org"