# HG changeset patch # User Antoine Bodin # Date 1295913000 -3600 # Node ID e89177de5afeb6e7e22b640aa63404c768f78172 # Parent 0740a7e6c9ad025828576f2166c12f2be38664a1# Parent 0b71563fb008b0f53dd5432cc6d2b0d4a9a7a0df Automated merge with http://repos.slitaz.org/wok diff -r 0740a7e6c9ad -r e89177de5afe cdparanoia-III/receipt --- a/cdparanoia-III/receipt Mon Jan 24 18:05:49 2011 +0000 +++ b/cdparanoia-III/receipt Tue Jan 25 00:50:00 2011 +0100 @@ -13,14 +13,14 @@ compile_rules() { cd $src - grep -qs 'define u8' interface/low_interface.h || + fgrep -qs 'define u8' interface/low_interface.h || sed -i 's|#include |#define u8 __u8\n&|' \ interface/low_interface.h ./configure \ --prefix=/usr \ --infodir=/usr/share/info \ --mandir=/usr/share/man && - make + make -j1 } # Rules to gen a SliTaz package suitable for Tazpkg. diff -r 0740a7e6c9ad -r e89177de5afe cups/receipt --- a/cups/receipt Mon Jan 24 18:05:49 2011 +0000 +++ b/cups/receipt Tue Jan 25 00:50:00 2011 +0100 @@ -68,10 +68,6 @@ # Daemon script cp -a stuff/etc $fs - - # compress some driver files, adopted from arch and fedora - find $fs/usr/share/cups/model -name "*.ppd" | xargs gzip -n9 - } # Start cups daemon and edit daemons.conf. diff -r 0740a7e6c9ad -r e89177de5afe mesa/receipt --- a/mesa/receipt Mon Jan 24 18:05:49 2011 +0000 +++ b/mesa/receipt Tue Jan 25 00:50:00 2011 +0100 @@ -9,7 +9,7 @@ SUGGESTED="nvidia" BUILD_DEPENDS="$DEPENDS expat-dev libdrm-dev xorg-libXdamage-dev \ xorg-libXxf86vm-dev xorg-libXt-dev xorg-dri2proto xorg-glproto \ -pkg-config talloc libxml2 python xorg-makedepend" +pkg-config talloc xorg-makedepend lesstif libxml2-python" SOURCE="Mesa" TARBALL="${SOURCE}Lib-$VERSION.tar.bz2" WEB_SITE="http://www.mesa3d.org/"