wok-6.x rev 11627
Up xine-ui (0.99.6)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Jan 30 22:43:15 2012 +0100 (2012-01-30) |
parents | 1af880ebf6dc |
children | e6447f7d7156 |
files | alsa-utils/receipt asunder/receipt shaarli/receipt xine-ui/receipt |
line diff
1.1 --- a/alsa-utils/receipt Sun Jan 29 16:38:33 2012 -0500 1.2 +++ b/alsa-utils/receipt Mon Jan 30 22:43:15 2012 +0100 1.3 @@ -29,7 +29,8 @@ 1.4 # Rules to gen a SliTaz package suitable for Tazpkg. 1.5 genpkg_rules() 1.6 { 1.7 - mkdir -p $fs/usr $fs/var/lib/alsa 1.8 + mkdir -p $fs/usr $fs/var/lib/alsa $fs/etc 1.9 + touch $fs/etc/asound.state 1.10 cp -a $_pkg/usr/bin $fs/usr 1.11 cp -a $_pkg/usr/sbin $fs/usr 1.12 touch $fs/var/lib/alsa/asound.state
2.1 --- a/asunder/receipt Sun Jan 29 16:38:33 2012 -0500 2.2 +++ b/asunder/receipt Mon Jan 30 22:43:15 2012 +0100 2.3 @@ -11,7 +11,7 @@ 2.4 WGET_URL="http://littlesvr.ca/asunder/releases/$TARBALL" 2.5 TAGS="audio rip" 2.6 2.7 -DEPENDS="gtk+ libcddb alsa-lib cdparanoia-III xorg-libXdamage" 2.8 +DEPENDS="gtk+ libcddb alsa-lib cdparanoia-III xorg-libXdamage vorbis-tools" 2.9 BUILD_DEPENDS="gtk+-dev alsa-lib-dev libcddb-dev cdparanoia-III-dev \ 2.10 xorg-libXdamage-dev" 2.11
3.1 --- a/shaarli/receipt Sun Jan 29 16:38:33 2012 -0500 3.2 +++ b/shaarli/receipt Mon Jan 30 22:43:15 2012 +0100 3.3 @@ -1,7 +1,7 @@ 3.4 # SliTaz package receipt. 3.5 3.6 PACKAGE="shaarli" 3.7 -VERSION="0.0.33beta" 3.8 +VERSION="0.0.36beta" 3.9 CATEGORY="network" 3.10 SHORT_DESC="A minimalist delicious clone." 3.11 WEB_SITE="http://sebsauvage.net/wiki/doku.php?id=php:shaarli"
4.1 --- a/xine-ui/receipt Sun Jan 29 16:38:33 2012 -0500 4.2 +++ b/xine-ui/receipt Mon Jan 30 22:43:15 2012 +0100 4.3 @@ -1,15 +1,15 @@ 4.4 # SliTaz package receipt. 4.5 4.6 PACKAGE="xine-ui" 4.7 -VERSION="0.99.5" 4.8 +VERSION="0.99.6" 4.9 CATEGORY="multimedia" 4.10 SHORT_DESC="Xine media player user interface." 4.11 MAINTAINER="pankso@slitaz.org" 4.12 DEPENDS="xine-lib libvorbis xorg-libXtst xorg-libXv openssl libpng \ 4.13 ncurses readline xorg-libXft xorg-libXxf86vm" 4.14 BUILD_DEPENDS="xine-lib xine-lib-dev xorg-dev xorg-libXtst-dev xorg-libXv-dev \ 4.15 -xorg-inputproto xorg-xf86vidmodeproto" 4.16 -TARBALL="$PACKAGE-$VERSION.tar.gz" 4.17 +xorg-inputproto xorg-xf86vidmodeproto xorg-libXxf86vm-dev" 4.18 +TARBALL="$PACKAGE-$VERSION.tar.xz" 4.19 WEB_SITE="http://www.xine-project.org/" 4.20 WGET_URL="http://switch.dl.sourceforge.net/sourceforge/xine/$TARBALL" 4.21 4.22 @@ -21,6 +21,7 @@ 4.23 --prefix=/usr \ 4.24 --mandir=/usr/share/man \ 4.25 --without-curl \ 4.26 + --disable-lirc \ 4.27 $CONFIGURE_ARGS && 4.28 make && 4.29 make DESTDIR=$PWD/_pkg install