# HG changeset patch # User Pascal Bellard # Date 1421623429 -3600 # Node ID 54a5f5c453da550c5c060845f3d8dedefd4e4660 # Parent ab52504863e3c6ce7bcd3596c67b4f77bb58c40b Add jp2a diff -r ab52504863e3 -r 54a5f5c453da fusecloop/description.txt --- a/fusecloop/description.txt Sun Jan 18 16:43:46 2015 -0500 +++ b/fusecloop/description.txt Mon Jan 19 00:23:49 2015 +0100 @@ -6,11 +6,14 @@ 1- Add transparent support for accelerated knoppix, V0, V1 and V2 (current) format. -2- Add new V3 format - * The index uses 32 bits lengths instead of 64 bits offsets. - * The index move to the file end. The cloop creation tool holds the index in - memory instead of the datas. This reduce memory needs by 5000. - $ genisoimage -R mydvd/ | create_compressed_fs 131072 > mydvd.cloop +2- Add new V3 format to build huge cloop images. + * The index is compressed and uses 32 bits lengths instead of 64 bits offsets. + * The index is moved to the file end. The cloop creation tool holds the index + in memory instead of the datas. This reduces memory needs by 5000. + $ genisoimage -R myDVD/ | create_compressed_fs 131072 > myDVD.cloop 3- Any format cloop can be converted to V2 format for knoppix compatibility. - $ extract_compressed_fs mydvd.cloop --convert-to-v2 > mydvdinv2.cloop + $ extract_compressed_fs myDVD.cloop --convert-to-v2 > myDVDinV2.cloop + +create_compressed_fs and extract_compressed_fs are available here: +http://cook.slitaz.org/cooker.cgi?files=cloop-utils diff -r ab52504863e3 -r 54a5f5c453da jp2a/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/jp2a/receipt Mon Jan 19 00:23:49 2015 +0100 @@ -0,0 +1,30 @@ +# SliTaz package receipt. + +PACKAGE="jp2a" +VERSION="1.0.6" +CATEGORY="graphics" +SHORT_DESC="Converts JPG images to ASCII." +MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" +TARBALL="$PACKAGE-$VERSION.tar.bz2" +WEB_SITE="https://csl.name/jp2a/" +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" + +DEPENDS="jpeg libcurl" +BUILD_DEPENDS="jpeg-dev curl-dev" + +# Rules to configure and make the package. +compile_rules() +{ + ./configure --prefix=/usr \ + $CONFIGURE_ARGS && + make && + make DESTDIR=$DESTDIR install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr + cp -a $install/usr/bin $fs/usr +} diff -r ab52504863e3 -r 54a5f5c453da pm-utils/receipt --- a/pm-utils/receipt Sun Jan 18 16:43:46 2015 -0500 +++ b/pm-utils/receipt Mon Jan 19 00:23:49 2015 +0100 @@ -64,3 +64,16 @@ cp -a $stuff/video-quirks $fs/usr/lib/pm-utils status } + +pre_remove() +{ + [ -s $1/etc/slim.conf ] && + sed -i 's|.*/usr/sbin/pm-suspend|#&|' $1/etc/slim.conf +} + +post_install() +{ + [ -s $1/etc/slim.conf ] && + sed -i 's|^#suspend_cmd.*|suspend_cmd /usr/sbin/pm-suspend|' \ + $1/etc/slim.conf +} diff -r ab52504863e3 -r 54a5f5c453da slim/stuff/strings --- a/slim/stuff/strings Sun Jan 18 16:43:46 2015 -0500 +++ b/slim/stuff/strings Mon Jan 19 00:23:49 2015 +0100 @@ -43,7 +43,7 @@ u:fi Käyttäjätunnus p:fi Salasana # Français -w:fr Bienvenue à %host! +w:fr Bienvenue sur %host! u:fr Nom d'utilisateur : p:fr Mot de passe : # Hrvatski