# HG changeset patch # User Pascal Bellard # Date 1632919893 0 # Node ID 86c657b651d474a10e8d4d8e0fc561130b6ec1fa # Parent b77195a00671212fc2a632dd969b786a2b1b6613 gst-libav, gst-plugins-base-1.0: series = 1.0 diff -r b77195a00671 -r 86c657b651d4 gst-libav/receipt --- a/gst-libav/receipt Wed Sep 29 08:44:59 2021 +0000 +++ b/gst-libav/receipt Wed Sep 29 12:51:33 2021 +0000 @@ -2,7 +2,7 @@ PACKAGE="gst-libav" VERSION="1.16.2" -SERIES="${VERSION%.*}" # first two numbers from version +SERIES="1.0" CATEGORY="multimedia" SHORT_DESC="GStreamer 1.x libav/ffmpeg Plugin." MAINTAINER="psychomaniak@xakep.ru" diff -r b77195a00671 -r 86c657b651d4 gst-plugins-base-1.0/receipt --- a/gst-plugins-base-1.0/receipt Wed Sep 29 08:44:59 2021 +0000 +++ b/gst-plugins-base-1.0/receipt Wed Sep 29 12:51:33 2021 +0000 @@ -2,7 +2,7 @@ PACKAGE="gst-plugins-base-1.0" VERSION="1.16.2" -SERIES="${VERSION%.*}" # first two numbers from version +SERIES="1.0" CATEGORY="multimedia" SHORT_DESC="GStreamer Base Plugins." MAINTAINER="pankso@slitaz.org" diff -r b77195a00671 -r 86c657b651d4 libbonobo/receipt --- a/libbonobo/receipt Wed Sep 29 08:44:59 2021 +0000 +++ b/libbonobo/receipt Wed Sep 29 12:51:33 2021 +0000 @@ -28,7 +28,7 @@ --sysconfdir=/etc/gnome \ --libexecdir=/usr/lib/bonobo \ $CONFIGURE_ARGS && - make && make install + make -j 1 && make -j 1 install } # Rules to gen a SliTaz package suitable for Tazpkg. diff -r b77195a00671 -r 86c657b651d4 pcmanfm-legacy/receipt --- a/pcmanfm-legacy/receipt Wed Sep 29 08:44:59 2021 +0000 +++ b/pcmanfm-legacy/receipt Wed Sep 29 12:51:33 2021 +0000 @@ -17,7 +17,7 @@ startup-notification dbus dbus-glib hal xorg-libICE xorg-libSM xorg-libX11 \ xorg-libXau xorg-libXcomposite xorg-libXcursor xorg-libXdamage xorg-libXdmcp \ xorg-libXext xorg-libXfixes xorg-libXinerama xorg-libXrender \ -hicolor-icon-theme" +hicolor-icon-theme shared-mime-info" BUILD_DEPENDS="gtk+-dev gamin-dev gamin shared-mime-info intltool hal-dev \ dbus-glib-dev dbus-dev startup-notification-dev libxcb-dev xcb-util-dev \ xcb-util" diff -r b77195a00671 -r 86c657b651d4 screenlets/receipt --- a/screenlets/receipt Wed Sep 29 08:44:59 2021 +0000 +++ b/screenlets/receipt Wed Sep 29 12:51:33 2021 +0000 @@ -12,7 +12,7 @@ WGET_URL="https://launchpad.net/screenlets/trunk/$VERSION/+download/$TARBALL" DEPENDS="beautifulsoup dbus-python gnome-icon-theme gnome-python-desktop \ - pygtk python python-xdg" + pygtk python python-xdg gdk-pixbuf" BUILD_DEPENDS="python-dev" # Rules to configure and make the package. diff -r b77195a00671 -r 86c657b651d4 vym/receipt --- a/vym/receipt Wed Sep 29 08:44:59 2021 +0000 +++ b/vym/receipt Wed Sep 29 12:51:33 2021 +0000 @@ -13,6 +13,13 @@ DEPENDS="libQtCore libQtNetwork libQtXml libQtSql libQtGui libQt3Support zip" BUILD_DEPENDS="qmake Qt4-dev" +current_version() +{ + wget -O - https://sourceforge.net/projects/$PACKAGE/files/ 2>/dev/null | \ + sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ + sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*|\\1|;q" +} + # Rules to configure and make the package. compile_rules() { diff -r b77195a00671 -r 86c657b651d4 w3m/receipt --- a/w3m/receipt Wed Sep 29 08:44:59 2021 +0000 +++ b/w3m/receipt Wed Sep 29 12:51:33 2021 +0000 @@ -14,6 +14,12 @@ DEPENDS="gc libcrypto libssl ncurses imlib2" BUILD_DEPENDS="gc gc-dev libcrypto-dev openssl-dev imlib2-dev" +current_version() +{ + wget -O - https://sourceforge.net/projects/$PACKAGE/files/ 2>/dev/null | \ + sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*|\\1|;q" +} + # Rules to configure and make the package. compile_rules() { diff -r b77195a00671 -r 86c657b651d4 watchdog/receipt --- a/watchdog/receipt Wed Sep 29 08:44:59 2021 +0000 +++ b/watchdog/receipt Wed Sep 29 12:51:33 2021 +0000 @@ -11,6 +11,12 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" +current_version() +{ + wget -O - https://sourceforge.net/projects/$PACKAGE/files/ 2>/dev/null | \ + sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*|\\1|;q" +} + # Rules to configure and make the package. compile_rules() {