wok rev 21885
Up reptyr (0.7.0)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Oct 02 17:23:06 2019 +0200 (2019-10-02) |
parents | a449793b9af3 |
children | 8e6c7c571c39 |
files | crosstool-ng/receipt fswebcam/receipt jack-audio-connection-kit-dev/receipt jack-audio-connection-kit/receipt postgis/receipt reptyr/receipt |
line diff
1.1 --- a/crosstool-ng/receipt Mon Sep 30 17:25:34 2019 +0200 1.2 +++ b/crosstool-ng/receipt Wed Oct 02 17:23:06 2019 +0200 1.3 @@ -7,7 +7,7 @@ 1.4 MAINTAINER="pascal.bellard@slitaz.org" 1.5 LICENSE="GPL2" 1.6 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.7 -WEB_SITE="http://ymorin.is-a-geek.org/projects/crosstool" 1.8 +WEB_SITE="https://crosstool-ng.github.io/" 1.9 WGET_URL="https://github.com/$PACKAGE/$PACKAGE/archive/$TARBALL" 1.10 1.11 DEPENDS="slitaz-toolchain"
2.1 --- a/fswebcam/receipt Mon Sep 30 17:25:34 2019 +0200 2.2 +++ b/fswebcam/receipt Wed Oct 02 17:23:06 2019 +0200 2.3 @@ -6,7 +6,7 @@ 2.4 MAINTAINER="jozee@slitaz.org" 2.5 LICENSE="GPL2" 2.6 SHORT_DESC="Tiny and flexible webcam app" 2.7 -WEB_SITE="http://www.firestorm.cx/fswebcam/" 2.8 +WEB_SITE="https://www.sanslogic.co.uk/fswebcam/" 2.9 CONFIG_FILES="etc/fswebcam.conf" 2.10 TARBALL="$PACKAGE-$VERSION.tar.xz" 2.11 WGET_URL="$WEB_SITE/files/$TARBALL"
3.1 --- a/jack-audio-connection-kit-dev/receipt Mon Sep 30 17:25:34 2019 +0200 3.2 +++ b/jack-audio-connection-kit-dev/receipt Wed Oct 02 17:23:06 2019 +0200 3.3 @@ -6,7 +6,7 @@ 3.4 SHORT_DESC="Development files for Jack." 3.5 MAINTAINER="allan316@gmail.com" 3.6 LICENSE="GPL LGPL" 3.7 -WEB_SITE="http://jackaudio.org" 3.8 +WEB_SITE="https://jackaudio.org" 3.9 3.10 WANTED="jack-audio-connection-kit" 3.11 DEPENDS="jack-audio-connection-kit pkg-config util-linux-uuid-dev"
4.1 --- a/jack-audio-connection-kit/receipt Mon Sep 30 17:25:34 2019 +0200 4.2 +++ b/jack-audio-connection-kit/receipt Wed Oct 02 17:23:06 2019 +0200 4.3 @@ -7,7 +7,7 @@ 4.4 SHORT_DESC="Low-latency audio server." 4.5 MAINTAINER="allan316@gmail.com" 4.6 LICENSE="GPL LGPL" 4.7 -WEB_SITE="http://jackaudio.org" 4.8 +WEB_SITE="https://jackaudio.org" 4.9 4.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 4.11 WGET_URL="http://jackaudio.org/downloads/$TARBALL"
5.1 --- a/postgis/receipt Mon Sep 30 17:25:34 2019 +0200 5.2 +++ b/postgis/receipt Wed Oct 02 17:23:06 2019 +0200 5.3 @@ -17,6 +17,8 @@ 5.4 # Rules to configure and make the package. 5.5 compile_rules() 5.6 { 5.7 + export CFLAGS="$CFLAGS -DACCEPT_USE_OF_DEPRECATED_PROJ_API_H" 5.8 + export CXXFLAGS="$CXXFLAGS -DACCEPT_USE_OF_DEPRECATED_PROJ_API_H" 5.9 ./configure --with-gui $CONFIGURE_ARGS \ 5.10 && make -j 1 && make install 5.11 }
6.1 --- a/reptyr/receipt Mon Sep 30 17:25:34 2019 +0200 6.2 +++ b/reptyr/receipt Wed Oct 02 17:23:06 2019 +0200 6.3 @@ -1,7 +1,7 @@ 6.4 # SliTaz package receipt. 6.5 6.6 PACKAGE="reptyr" 6.7 -VERSION="0.5" 6.8 +VERSION="0.7.0" 6.9 CATEGORY="system-tools" 6.10 SHORT_DESC="Reparent a running program to a new terminal" 6.11 MAINTAINER="pascal.bellard@slitaz.org"