wok-6.x rev 24113
gst-libav, gst-plugins-base-1.0: series = 1.0
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Sep 29 12:51:33 2021 +0000 (2021-09-29) |
parents | b77195a00671 |
children | d8c28080cd55 |
files | gst-libav/receipt gst-plugins-base-1.0/receipt libbonobo/receipt pcmanfm-legacy/receipt screenlets/receipt vym/receipt w3m/receipt watchdog/receipt |
line diff
1.1 --- a/gst-libav/receipt Wed Sep 29 08:44:59 2021 +0000 1.2 +++ b/gst-libav/receipt Wed Sep 29 12:51:33 2021 +0000 1.3 @@ -2,7 +2,7 @@ 1.4 1.5 PACKAGE="gst-libav" 1.6 VERSION="1.16.2" 1.7 -SERIES="${VERSION%.*}" # first two numbers from version 1.8 +SERIES="1.0" 1.9 CATEGORY="multimedia" 1.10 SHORT_DESC="GStreamer 1.x libav/ffmpeg Plugin." 1.11 MAINTAINER="psychomaniak@xakep.ru"
2.1 --- a/gst-plugins-base-1.0/receipt Wed Sep 29 08:44:59 2021 +0000 2.2 +++ b/gst-plugins-base-1.0/receipt Wed Sep 29 12:51:33 2021 +0000 2.3 @@ -2,7 +2,7 @@ 2.4 2.5 PACKAGE="gst-plugins-base-1.0" 2.6 VERSION="1.16.2" 2.7 -SERIES="${VERSION%.*}" # first two numbers from version 2.8 +SERIES="1.0" 2.9 CATEGORY="multimedia" 2.10 SHORT_DESC="GStreamer Base Plugins." 2.11 MAINTAINER="pankso@slitaz.org"
3.1 --- a/libbonobo/receipt Wed Sep 29 08:44:59 2021 +0000 3.2 +++ b/libbonobo/receipt Wed Sep 29 12:51:33 2021 +0000 3.3 @@ -28,7 +28,7 @@ 3.4 --sysconfdir=/etc/gnome \ 3.5 --libexecdir=/usr/lib/bonobo \ 3.6 $CONFIGURE_ARGS && 3.7 - make && make install 3.8 + make -j 1 && make -j 1 install 3.9 } 3.10 3.11 # Rules to gen a SliTaz package suitable for Tazpkg.
4.1 --- a/pcmanfm-legacy/receipt Wed Sep 29 08:44:59 2021 +0000 4.2 +++ b/pcmanfm-legacy/receipt Wed Sep 29 12:51:33 2021 +0000 4.3 @@ -17,7 +17,7 @@ 4.4 startup-notification dbus dbus-glib hal xorg-libICE xorg-libSM xorg-libX11 \ 4.5 xorg-libXau xorg-libXcomposite xorg-libXcursor xorg-libXdamage xorg-libXdmcp \ 4.6 xorg-libXext xorg-libXfixes xorg-libXinerama xorg-libXrender \ 4.7 -hicolor-icon-theme" 4.8 +hicolor-icon-theme shared-mime-info" 4.9 BUILD_DEPENDS="gtk+-dev gamin-dev gamin shared-mime-info intltool hal-dev \ 4.10 dbus-glib-dev dbus-dev startup-notification-dev libxcb-dev xcb-util-dev \ 4.11 xcb-util"
5.1 --- a/screenlets/receipt Wed Sep 29 08:44:59 2021 +0000 5.2 +++ b/screenlets/receipt Wed Sep 29 12:51:33 2021 +0000 5.3 @@ -12,7 +12,7 @@ 5.4 WGET_URL="https://launchpad.net/screenlets/trunk/$VERSION/+download/$TARBALL" 5.5 5.6 DEPENDS="beautifulsoup dbus-python gnome-icon-theme gnome-python-desktop \ 5.7 - pygtk python python-xdg" 5.8 + pygtk python python-xdg gdk-pixbuf" 5.9 BUILD_DEPENDS="python-dev" 5.10 5.11 # Rules to configure and make the package.
6.1 --- a/vym/receipt Wed Sep 29 08:44:59 2021 +0000 6.2 +++ b/vym/receipt Wed Sep 29 12:51:33 2021 +0000 6.3 @@ -13,6 +13,13 @@ 6.4 DEPENDS="libQtCore libQtNetwork libQtXml libQtSql libQtGui libQt3Support zip" 6.5 BUILD_DEPENDS="qmake Qt4-dev" 6.6 6.7 +current_version() 6.8 +{ 6.9 + wget -O - https://sourceforge.net/projects/$PACKAGE/files/ 2>/dev/null | \ 6.10 + sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 6.11 + sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*|\\1|;q" 6.12 +} 6.13 + 6.14 # Rules to configure and make the package. 6.15 compile_rules() 6.16 {
7.1 --- a/w3m/receipt Wed Sep 29 08:44:59 2021 +0000 7.2 +++ b/w3m/receipt Wed Sep 29 12:51:33 2021 +0000 7.3 @@ -14,6 +14,12 @@ 7.4 DEPENDS="gc libcrypto libssl ncurses imlib2" 7.5 BUILD_DEPENDS="gc gc-dev libcrypto-dev openssl-dev imlib2-dev" 7.6 7.7 +current_version() 7.8 +{ 7.9 + wget -O - https://sourceforge.net/projects/$PACKAGE/files/ 2>/dev/null | \ 7.10 + sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*|\\1|;q" 7.11 +} 7.12 + 7.13 # Rules to configure and make the package. 7.14 compile_rules() 7.15 {
8.1 --- a/watchdog/receipt Wed Sep 29 08:44:59 2021 +0000 8.2 +++ b/watchdog/receipt Wed Sep 29 12:51:33 2021 +0000 8.3 @@ -11,6 +11,12 @@ 8.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 8.5 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 8.6 8.7 +current_version() 8.8 +{ 8.9 + wget -O - https://sourceforge.net/projects/$PACKAGE/files/ 2>/dev/null | \ 8.10 + sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*|\\1|;q" 8.11 +} 8.12 + 8.13 # Rules to configure and make the package. 8.14 compile_rules() 8.15 {