# HG changeset patch # User Pascal Bellard # Date 1664358246 0 # Node ID cec9f8f5726d609244ba36229d1b7c9c35bd433a # Parent 7dd01dedad38f1c98cf6ee4691bef89cd2cbefac foobillardplus: add LDFLAGS for -Wl,--copy-dt-needed-entries diff -r 7dd01dedad38 -r cec9f8f5726d alsaplayer/receipt --- a/alsaplayer/receipt Wed Sep 28 08:10:35 2022 +0000 +++ b/alsaplayer/receipt Wed Sep 28 09:44:06 2022 +0000 @@ -21,6 +21,7 @@ i?86) BUILD_DEPENDS="$BUILD_DEPENDS flac-dev" ;; esac +# What is the latest version available today? current_version() { wget -O - $WEB_SITE 2>/dev/null | \ diff -r 7dd01dedad38 -r cec9f8f5726d beaver/receipt --- a/beaver/receipt Wed Sep 28 08:10:35 2022 +0000 +++ b/beaver/receipt Wed Sep 28 09:44:06 2022 +0000 @@ -17,6 +17,7 @@ BUILD_DEPENDS="gtk+-dev xorg-xproto expat-dev" SPLIT="beaver-plugins" +# What is the latest version available today? current_version() { wget -O - $WEB_SITE 2>/dev/null | \ diff -r 7dd01dedad38 -r cec9f8f5726d davmail/receipt --- a/davmail/receipt Wed Sep 28 08:10:35 2022 +0000 +++ b/davmail/receipt Wed Sep 28 09:44:06 2022 +0000 @@ -13,6 +13,7 @@ DEPENDS="java-jre" BUILD_DEPENDS="apache-ant java-jdk" +# What is the latest version available today? current_version() { wget -O - https://sourceforge.net/projects/$PACKAGE/files/$PACKAGE/ 2>/dev/null | \ diff -r 7dd01dedad38 -r cec9f8f5726d e4rat/receipt --- a/e4rat/receipt Wed Sep 28 08:10:35 2022 +0000 +++ b/e4rat/receipt Wed Sep 28 09:44:06 2022 +0000 @@ -17,6 +17,7 @@ libboost-regex-dev libboost-serialization-dev libboost-signals-dev libboost-system-dev perl" +# What is the latest version available today? current_version() { wget -O - https://sourceforge.net/projects/$PACKAGE/files/ 2>/dev/null | \ diff -r 7dd01dedad38 -r cec9f8f5726d foobillardplus/receipt --- a/foobillardplus/receipt Wed Sep 28 08:10:35 2022 +0000 +++ b/foobillardplus/receipt Wed Sep 28 09:44:06 2022 +0000 @@ -25,6 +25,7 @@ # Rules to configure and make the package. compile_rules() { + export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lz" aclocal --force autoconf -f autoheader -f diff -r 7dd01dedad38 -r cec9f8f5726d gcolor2/receipt --- a/gcolor2/receipt Wed Sep 28 08:10:35 2022 +0000 +++ b/gcolor2/receipt Wed Sep 28 09:44:06 2022 +0000 @@ -15,6 +15,7 @@ SUGGESTED="xorg-rgb" BUILD_DEPENDS="gtk+-dev file" +# What is the latest version available today? current_version() { wget -O - $WEB_SITE 2>/dev/null | \ diff -r 7dd01dedad38 -r cec9f8f5726d genromfs/receipt --- a/genromfs/receipt Wed Sep 28 08:10:35 2022 +0000 +++ b/genromfs/receipt Wed Sep 28 09:44:06 2022 +0000 @@ -13,6 +13,7 @@ DEPENDS="" BUILD_DEPENDS="wget" +# What is the latest version available today? current_version() { wget -O - ${WGET_URL%/arch*}/tags 2>/dev/null | \ diff -r 7dd01dedad38 -r cec9f8f5726d glade-perl/receipt --- a/glade-perl/receipt Wed Sep 28 08:10:35 2022 +0000 +++ b/glade-perl/receipt Wed Sep 28 09:44:06 2022 +0000 @@ -14,6 +14,7 @@ DEPENDS="libglade perl-gtk2 perl" BUILD_DEPENDS="perl-extutils-depends perl-extutils-pkgconfig perl-gtk2 libglade-dev" +# What is the latest version available today? current_version() { wget -O - https://sourceforge.net/projects/gtk2-perl/files/Gtk2_GladeXML/ 2>/dev/null | \ @@ -35,4 +36,3 @@ mkdir -p $fs/usr cp -a $install/usr/lib $fs/usr } - diff -r 7dd01dedad38 -r cec9f8f5726d gparted/receipt --- a/gparted/receipt Wed Sep 28 08:10:35 2022 +0000 +++ b/gparted/receipt Wed Sep 28 09:44:06 2022 +0000 @@ -20,6 +20,7 @@ BUILD_DEPENDS="gtk+-dev libsigc++-dev glibmm-dev gtkmm-dev parted-dev \ cairomm-dev pangomm-dev libgiomm-dev intltool util-linux-uuid-dev" +# What is the latest version available today? current_version() { wget -O - $WEB_SITE 2>/dev/null | \ diff -r 7dd01dedad38 -r cec9f8f5726d libcddb/receipt --- a/libcddb/receipt Wed Sep 28 08:10:35 2022 +0000 +++ b/libcddb/receipt Wed Sep 28 09:44:06 2022 +0000 @@ -10,6 +10,7 @@ WEB_SITE="https://libcddb.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" +# What is the latest version available today? current_version() { wget -O - https://sourceforge.net/projects/$PACKAGE/files/ 2>/dev/null | \ diff -r 7dd01dedad38 -r cec9f8f5726d libquicktime/receipt --- a/libquicktime/receipt Wed Sep 28 08:10:35 2022 +0000 +++ b/libquicktime/receipt Wed Sep 28 09:44:06 2022 +0000 @@ -13,6 +13,7 @@ DEPENDS="gtk+ ffmpeg alsa-lib xorg-libXv mesa xorg-libXaw x264" BUILD_DEPENDS="gtk+-dev ffmpeg-dev alsa-lib-dev xorg-libXv-dev xorg-libXaw-dev x264-dev zlib-dev mesa-dev" +# What is the latest version available today? current_version() { wget -O - https://sourceforge.net/projects/libquicktime/files/libquicktime/ 2>/dev/null | \ diff -r 7dd01dedad38 -r cec9f8f5726d libxml++/receipt --- a/libxml++/receipt Wed Sep 28 08:10:35 2022 +0000 +++ b/libxml++/receipt Wed Sep 28 09:44:06 2022 +0000 @@ -13,6 +13,7 @@ DEPENDS="glibmm libsigc++ libxml2 zlib gcc-lib-base" BUILD_DEPENDS="glibmm-dev libsigc++-dev libxml2-dev zlib-dev mm-common pkg-config" +# What is the latest version available today? current_version() { wget -O - $(dirname $WGET_URL) 2>/dev/null | \ @@ -36,4 +37,3 @@ mkdir -p $fs/usr/lib cp -a $install/usr/lib/*.so* $fs/usr/lib } - diff -r 7dd01dedad38 -r cec9f8f5726d p7zip-full/receipt --- a/p7zip-full/receipt Wed Sep 28 08:10:35 2022 +0000 +++ b/p7zip-full/receipt Wed Sep 28 09:44:06 2022 +0000 @@ -11,6 +11,7 @@ WEB_SITE="https://p7zip.sourceforge.net/" WGET_URL="$SF_MIRROR/$SOURCE/$TARBALL" +# What is the latest version available today? current_version() { wget -O - https://sourceforge.net/projects/$SOURCE/files/$SOURCE/ 2>/dev/null | \ diff -r 7dd01dedad38 -r cec9f8f5726d p7zip/receipt --- a/p7zip/receipt Wed Sep 28 08:10:35 2022 +0000 +++ b/p7zip/receipt Wed Sep 28 09:44:06 2022 +0000 @@ -10,6 +10,7 @@ WEB_SITE="https://p7zip.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" +# What is the latest version available today? current_version() { wget -O - https://sourceforge.net/projects/$PACKAGE/files/$PACKAGE/ 2>/dev/null | \ diff -r 7dd01dedad38 -r cec9f8f5726d phpeasyvcs/receipt --- a/phpeasyvcs/receipt Wed Sep 28 08:10:35 2022 +0000 +++ b/phpeasyvcs/receipt Wed Sep 28 09:44:06 2022 +0000 @@ -14,6 +14,7 @@ DEPENDS="php" +# What is the latest version available today? current_version() { wget -O - https://sourceforge.net/projects/phpeasyvcs/files/ 2>/dev/null | \ diff -r 7dd01dedad38 -r cec9f8f5726d phpqrcode/receipt --- a/phpqrcode/receipt Wed Sep 28 08:10:35 2022 +0000 +++ b/phpqrcode/receipt Wed Sep 28 09:44:06 2022 +0000 @@ -13,6 +13,7 @@ DEPENDS="qrencode php-gd" +# What is the latest version available today? current_version() { wget -O - https://sourceforge.net/projects/phpqrcode/files/releases/ 2>/dev/null | \ @@ -32,4 +33,3 @@ mkdir -p $fs/usr/share/$PACKAGE cp -a $src $fs//usr/share/$PACKAGE/ } - diff -r 7dd01dedad38 -r cec9f8f5726d terminus-font-base/receipt --- a/terminus-font-base/receipt Wed Sep 28 08:10:35 2022 +0000 +++ b/terminus-font-base/receipt Wed Sep 28 09:44:06 2022 +0000 @@ -14,6 +14,7 @@ DEPENDS="" BUILD_DEPENDS="perl" +# What is the latest version available today? current_version() { wget -O - https://sourceforge.net/projects/terminus-font/files/ 2>/dev/null | \ diff -r 7dd01dedad38 -r cec9f8f5726d ufraw/receipt --- a/ufraw/receipt Wed Sep 28 08:10:35 2022 +0000 +++ b/ufraw/receipt Wed Sep 28 09:44:06 2022 +0000 @@ -15,6 +15,7 @@ BUILD_DEPENDS="gimp gimp-dev lcms-dev tiff-dev exiv2-dev gtk+-dev \ libgtkimageview-dev bzip2-dev lcms2-dev" +# What is the latest version available today? current_version() { wget -O - https://sourceforge.net/projects/$PACKAGE/files/$PACKAGE 2>/dev/null | \ @@ -25,7 +26,8 @@ # Rules to configure and make the package. compile_rules() { - sed -i 's|.*Exiv2::Error(1.*|//#if EXIV2_TEST_VERSION(0,27,0)\ + sed -i -e 's||&\n#include |' \ + -e 's|.*Exiv2::Error(1.*|//#if EXIV2_TEST_VERSION(0,27,0)\ throw Exiv2::Error(Exiv2::kerErrorMessage, error);\ //#else\n//&\n//#endif|' ufraw_exiv2.cc sed -i -e 's|return TRUE|return boolean(TRUE)|' \ diff -r 7dd01dedad38 -r cec9f8f5726d unzip/receipt --- a/unzip/receipt Wed Sep 28 08:10:35 2022 +0000 +++ b/unzip/receipt Wed Sep 28 09:44:06 2022 +0000 @@ -11,6 +11,7 @@ WGET_URL="$SF_MIRROR/infozip/$TARBALL" TAGS="archive compression" +# What is the latest version available today? current_version() { wget -O - $WEB_SITE/UnZip.html 2>/dev/null | \ diff -r 7dd01dedad38 -r cec9f8f5726d xarchive/receipt --- a/xarchive/receipt Wed Sep 28 08:10:35 2022 +0000 +++ b/xarchive/receipt Wed Sep 28 09:44:06 2022 +0000 @@ -15,6 +15,7 @@ DEPENDS="gtk+ xorg-libXdamage" BUILD_DEPENDS="pkg-config gtk+ gtk+-dev" +# What is the latest version available today? current_version() { wget -O - https://sourceforge.net/projects/$PACKAGE/files/ 2>/dev/null | \ diff -r 7dd01dedad38 -r cec9f8f5726d xmlrpc-c/receipt --- a/xmlrpc-c/receipt Wed Sep 28 08:10:35 2022 +0000 +++ b/xmlrpc-c/receipt Wed Sep 28 09:44:06 2022 +0000 @@ -13,6 +13,7 @@ DEPENDS="gcc-lib-base" +# What is the latest version available today? current_version() { wget -O - https://sourceforge.net/projects/$PACKAGE/files/ 2>/dev/null | \ diff -r 7dd01dedad38 -r cec9f8f5726d xmlstarlet/receipt --- a/xmlstarlet/receipt Wed Sep 28 08:10:35 2022 +0000 +++ b/xmlstarlet/receipt Wed Sep 28 09:44:06 2022 +0000 @@ -13,6 +13,7 @@ DEPENDS="libxml2 libxslt zlib" BUILD_DEPENDS="libxslt-dev" +# What is the latest version available today? current_version() { wget -O - https://sourceforge.net/projects/xmlstar/files/ 2>/dev/null | \ diff -r 7dd01dedad38 -r cec9f8f5726d xournal/receipt --- a/xournal/receipt Wed Sep 28 08:10:35 2022 +0000 +++ b/xournal/receipt Wed Sep 28 09:44:06 2022 +0000 @@ -17,6 +17,7 @@ BUILD_DEPENDS="autoconf automake gtk+-dev libart_lgpl-dev libgnomecanvas-dev poppler-dev zlib-dev" +# What is the latest version available today? current_version() { wget -O - https://sourceforge.net/projects/$PACKAGE/files/ 2>/dev/null | \ diff -r 7dd01dedad38 -r cec9f8f5726d xpaint/receipt --- a/xpaint/receipt Wed Sep 28 08:10:35 2022 +0000 +++ b/xpaint/receipt Wed Sep 28 09:44:06 2022 +0000 @@ -17,6 +17,7 @@ HOST_ARCH="i486 arm" +# What is the latest version available today? current_version() { wget -O - https://sourceforge.net/projects/sf-xpaint/files/ 2>/dev/null | \ diff -r 7dd01dedad38 -r cec9f8f5726d xplanet/receipt --- a/xplanet/receipt Wed Sep 28 08:10:35 2022 +0000 +++ b/xplanet/receipt Wed Sep 28 09:44:06 2022 +0000 @@ -17,6 +17,7 @@ xorg-libX11-dev freetype-dev pango-dev fontconfig-dev glib-dev \ xorg-libXau-dev xorg-libXdmcp-dev" +# What is the latest version available today? current_version() { wget -O - https://sourceforge.net/projects/$PACKAGE/files/ 2>/dev/null | \ diff -r 7dd01dedad38 -r cec9f8f5726d zip/receipt --- a/zip/receipt Wed Sep 28 08:10:35 2022 +0000 +++ b/zip/receipt Wed Sep 28 09:44:06 2022 +0000 @@ -11,6 +11,7 @@ WGET_URL="ftp://ftp.info-zip.org/pub/infozip/src/$TARBALL" TAGS="archive compression" +# What is the latest version available today? current_version() { wget -O - $WEB_SITE/Zip.html 2>/dev/null | \ diff -r 7dd01dedad38 -r cec9f8f5726d ziproxy/receipt --- a/ziproxy/receipt Wed Sep 28 08:10:35 2022 +0000 +++ b/ziproxy/receipt Wed Sep 28 09:44:06 2022 +0000 @@ -17,6 +17,7 @@ CONFIG_FILES="/etc/ziproxy" +# What is the latest version available today? current_version() { wget -O - $WEB_SITE 2>/dev/null | \ diff -r 7dd01dedad38 -r cec9f8f5726d znotes/receipt --- a/znotes/receipt Wed Sep 28 08:10:35 2022 +0000 +++ b/znotes/receipt Wed Sep 28 09:44:06 2022 +0000 @@ -15,6 +15,7 @@ DEPENDS="libQtGui libQtXml" BUILD_DEPENDS="Qt4-dev qmake wget" +# What is the latest version available today? current_version() { wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ diff -r 7dd01dedad38 -r cec9f8f5726d zssh/receipt --- a/zssh/receipt Wed Sep 28 08:10:35 2022 +0000 +++ b/zssh/receipt Wed Sep 28 09:44:06 2022 +0000 @@ -14,6 +14,7 @@ DEPENDS="readline lrzsz" BUILD_DEPENDS="readline-dev ncurses-dev" +# What is the latest version available today? current_version() { wget -O - https://sourceforge.net/projects/$PACKAGE/files/ 2>/dev/null | \