wok rev 13392
Updated several packages
author | Brenton Scott <admin@trixarian.net> |
---|---|
date | Tue Sep 25 02:35:20 2012 +0200 (2012-09-25) |
parents | 749397e2c4a7 |
children | 7620b0571662 |
files | bleachbit/receipt deadbeef-dev/receipt deadbeef-plugins/receipt deadbeef/receipt nimrod/receipt scummvm/receipt |
line diff
1.1 --- a/bleachbit/receipt Mon Sep 24 12:21:24 2012 +0200 1.2 +++ b/bleachbit/receipt Tue Sep 25 02:35:20 2012 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="bleachbit" 1.7 -VERSION="0.9.1" 1.8 +VERSION="0.9.3" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="Deletes unneeded files to free disk space and maintain privacy" 1.11 MAINTAINER="devl547@gmail.com"
2.1 --- a/deadbeef-dev/receipt Mon Sep 24 12:21:24 2012 +0200 2.2 +++ b/deadbeef-dev/receipt Tue Sep 25 02:35:20 2012 +0200 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="deadbeef-dev" 2.7 -VERSION="0.5.1" 2.8 +VERSION="0.5.5" 2.9 CATEGORY="development" 2.10 SHORT_DESC="Deadbeef audio player devl file." 2.11 MAINTAINER="pankso@slitaz.org"
3.1 --- a/deadbeef-plugins/receipt Mon Sep 24 12:21:24 2012 +0200 3.2 +++ b/deadbeef-plugins/receipt Tue Sep 25 02:35:20 2012 +0200 3.3 @@ -1,7 +1,7 @@ 3.4 # SliTaz package receipt. 3.5 3.6 PACKAGE="deadbeef-plugins" 3.7 -VERSION="0.5.1" 3.8 +VERSION="0.5.5" 3.9 CATEGORY="multimedia" 3.10 SHORT_DESC="Pugins for the Deadbeef audio player (flac, sndfile, lastfm)." 3.11 MAINTAINER="pankso@slitaz.org"
4.1 --- a/deadbeef/receipt Mon Sep 24 12:21:24 2012 +0200 4.2 +++ b/deadbeef/receipt Tue Sep 25 02:35:20 2012 +0200 4.3 @@ -1,7 +1,7 @@ 4.4 # SliTaz package receipt. 4.5 4.6 PACKAGE="deadbeef" 4.7 -VERSION="0.5.1" 4.8 +VERSION="0.5.5" 4.9 CATEGORY="multimedia" 4.10 SHORT_DESC="Simple to use GTK+ audio player with systray support." 4.11 MAINTAINER="pankso@slitaz.org" 4.12 @@ -10,7 +10,6 @@ 4.13 WEB_SITE="http://deadbeef.sourceforge.net/" 4.14 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 4.15 TAGS="music audio player mp3 ogg" 4.16 - 4.17 DEPENDS="gtk+ alsa-lib libogg libvorbis libsamplerate libmad" 4.18 BUILD_DEPENDS="gtk+-dev alsa-lib-dev libogg-dev libvorbis-dev libmad-dev \ 4.19 libsndfile-dev libsamplerate-dev flac-dev curl-dev libcdio-dev \
5.1 --- a/nimrod/receipt Mon Sep 24 12:21:24 2012 +0200 5.2 +++ b/nimrod/receipt Tue Sep 25 02:35:20 2012 +0200 5.3 @@ -1,25 +1,25 @@ 5.4 # SliTaz package receipt. 5.5 5.6 PACKAGE="nimrod" 5.7 -VERSION="0.8.14" 5.8 +VERSION="0.9.0" 5.9 CATEGORY="development" 5.10 -SHORT_DESC="The nimrod programming langage." 5.11 -MAINTAINER="pascal.bellard@slitaz.org" 5.12 +SHORT_DESC="The Nimrod programming language." 5.13 +MAINTAINER="admin@trixarian.net" 5.14 +TARBALL="nimrod_$VERSION.zip" 5.15 WEB_SITE="http://www.nimrod-code.org/" 5.16 -TARBALL="${PACKAGE}_$VERSION.zip" 5.17 -WGET_URL="${WEB_SITE}download/$TARBALL" 5.18 - 5.19 -DEPENDS="gcc" 5.20 -BUILD_DEPENDS="" 5.21 +WGET_URL="http://nimrod-code.org/download/$TARBALL" 5.22 +DEPENDS="gcc glibc-base readline" 5.23 +BUILD_DEPENDS="gcc glibc-dev readline-dev" 5.24 5.25 # Rules to configure and make the package. 5.26 compile_rules() 5.27 { 5.28 cd $src 5.29 sed -i 's/uname -m/echo i486/' build.sh 5.30 - chmod +x build.sh install.sh 5.31 + chmod +x build.sh 5.32 + chmod +x install.sh 5.33 ./build.sh 5.34 - bin/nimrod c koch 5.35 + ./bin/nimrod c -d:release koch 5.36 ./koch boot -d:release 5.37 ./install.sh $DESTDIR 5.38 }
6.1 --- a/scummvm/receipt Mon Sep 24 12:21:24 2012 +0200 6.2 +++ b/scummvm/receipt Tue Sep 25 02:35:20 2012 +0200 6.3 @@ -1,17 +1,16 @@ 6.4 # SliTaz package receipt. 6.5 6.6 PACKAGE="scummvm" 6.7 -VERSION="1.3.1" 6.8 +VERSION="1.5.0" 6.9 CATEGORY="games" 6.10 SHORT_DESC="A 'virtual machine' for several classic graphical point-and-click adventure games." 6.11 -MAINTAINER="gokhlayeh@slitaz.org" 6.12 +MAINTAINER="admin@trixarian.net" 6.13 TARBALL="$PACKAGE-$VERSION.tar.bz2" 6.14 WEB_SITE="http://www.scummvm.org/" 6.15 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 6.16 CROSS="bug: Doesn't support --build." 6.17 - 6.18 -DEPENDS="gcc-lib-base alsa-lib libmad libvorbis flac libsdl zlib" 6.19 -BUILD_DEPENDS="libsdl-dev alsa-lib-dev libmad-dev libvorbis-dev flac-dev" 6.20 +DEPENDS="gcc-lib-base alsa-lib libmad libmpeg2 libogg libsdl libvorbis flac zlib" 6.21 +BUILD_DEPENDS="alsa-lib-dev libmad-dev libmpeg2-dev libogg-dev libsdl-dev libvorbis-dev flac-dev zlib-dev" 6.22 6.23 # Rules to configure and make the package. 6.24 compile_rules() 6.25 @@ -21,7 +20,6 @@ 6.26 --prefix=/usr \ 6.27 --datadir=/usr/games/scummvm \ 6.28 --backend=sdl --disable-debug \ 6.29 - --with-mpeg2-prefix=/usr \ 6.30 --with-flac-prefix=/usr \ 6.31 --disable-fluidsynth \ 6.32 --host=$HOST_SYSTEM &&