wok-undigest rev 1245

removed obsolete recipes
author Hans-G?nter Theisgen
date Sun Aug 07 10:06:14 2022 +0100 (21 months ago)
parents 10a49f95f9dc
children 0a278b5f18ca
files libsqlite/receipt libvalhalla-dev/receipt libvalhalla/receipt libvlc/receipt mate-common/receipt mate-desktop-dev/receipt mate-desktop/receipt mate-icon-theme/receipt mesa-dri-mach64/receipt mesa-dri-mga/receipt mesa-dri-r128/receipt mesa-dri-savage/receipt mesa-dri-sis/receipt mesa-dri-tdfx/receipt mesa-dri-unichrome/receipt mesa7/receipt meson/.icon.png meson/description.txt meson/receipt meson/stuff/meson-wrapper mplayer/receipt mplayer/stuff/mplayer.conf mplayer/stuff/mplayer.desktop mplayer/stuff/productive-1.0.tar.bz2 ncurses-dev/receipt ncurses/receipt ninja/receipt ninja/stuff/patches/ninja-1.8.2-add_NINJAJOBS_var-1.patch ninja/stuff/patches/series okular/receipt p11-kit-dev/receipt p11-kit/receipt pcre-dev/receipt pcre/description.txt pcre/receipt python/.icon.png python/receipt python/stuff/applications/python-idle.desktop python/stuff/applications/python.desktop python/stuff/patches/13a39142c047.diff python/stuff/patches/series python/stuff/python.png qimageblitz/receipt smplayer/receipt sqlite-dev/receipt sqlite/receipt sqlite/stuff/sqlite.desktop sqlite/stuff/sqlite.png terminology/receipt vlc/receipt xcb-util-renderutil-dev/receipt xcb-util-renderutil/receipt xorg-xf86-video-mach64/receipt xorg-xf86-video-mga/receipt xorg-xf86-video-openchrome/receipt xorg-xf86-video-r128/receipt xorg-xf86-video-savage/receipt xorg-xf86-video-sis/receipt xz/receipt
line diff
     1.1 --- a/libsqlite/receipt	Sun Aug 07 07:58:20 2022 +0100
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,19 +0,0 @@
     1.4 -# SliTaz package receipt.
     1.5 -
     1.6 -PACKAGE="libsqlite"
     1.7 -_realver=3081101
     1.8 -VERSION="${_realver:0:1}.${_realver:2:1}.${_realver:3:2}.${_realver:6:6}"
     1.9 -CATEGORY="office"
    1.10 -SHORT_DESC="Small SQL database engine."
    1.11 -MAINTAINER="erjo@slitaz.org"
    1.12 -LICENSE="PublicDomain"
    1.13 -WEB_SITE="http://www.sqlite.org/"
    1.14 -WANTED="sqlite"
    1.15 -HOST_ARCH="i486 arm"
    1.16 -
    1.17 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.18 -genpkg_rules()
    1.19 -{
    1.20 -	mkdir -p $fs/usr/lib
    1.21 -	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.22 -}
     2.1 --- a/libvalhalla-dev/receipt	Sun Aug 07 07:58:20 2022 +0100
     2.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.3 @@ -1,20 +0,0 @@
     2.4 -# SliTaz package receipt.
     2.5 -
     2.6 -PACKAGE="libvalhalla-dev"
     2.7 -VERSION="2.1.0"
     2.8 -CATEGORY="multimedia"
     2.9 -SHORT_DESC="The libvalhalla devel files."
    2.10 -MAINTAINER="pankso@slitaz.org"
    2.11 -WANTED="libvalhalla"
    2.12 -DEPENDS="libvalhalla"
    2.13 -WEB_SITE="http://libvalhalla.geexbox.org/"
    2.14 -
    2.15 -# Rules to gen a SliTaz package suitable for Tazpkg.
    2.16 -genpkg_rules()
    2.17 -{
    2.18 -	mkdir -p $fs/usr/lib
    2.19 -	cp -a $install/usr/bin $fs/usr
    2.20 -	cp -a $install/usr/lib/*.*a $fs/usr/lib
    2.21 -	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    2.22 -	cp -a $install/usr/include $fs/usr
    2.23 -}
     3.1 --- a/libvalhalla/receipt	Sun Aug 07 07:58:20 2022 +0100
     3.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.3 @@ -1,38 +0,0 @@
     3.4 -# SliTaz package receipt.
     3.5 -
     3.6 -PACKAGE="libvalhalla"
     3.7 -VERSION="2.1.0"
     3.8 -CATEGORY="multimedia"
     3.9 -SHORT_DESC="A tiny media scanner API."
    3.10 -MAINTAINER="pankso@slitaz.org"
    3.11 -DEPENDS="ffmpeg libexif sqlite libxml2 libgcrypt libcurl libcrypto"
    3.12 -BUILD_DEPENDS="ffmpeg-dev sqlite-dev libxml2-dev libexif-dev curl-dev"
    3.13 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
    3.14 -WEB_SITE="http://libvalhalla.geexbox.org/"
    3.15 -WGET_URL="http://libvalhalla.geexbox.org/releases/$TARBALL"
    3.16 -
    3.17 -# Rules to configure and make the package.
    3.18 -compile_rules()
    3.19 -{
    3.20 -	cd $src
    3.21 -	sed -i '/av_metadata_get/d' configure
    3.22 -	sed -i 's/av_metadata_get/av_dict_get/' configure src/parser.c
    3.23 -	sed -i 's/AVMetadataTag/AVDictionaryEntry/' src/parser.c
    3.24 -
    3.25 -	# Fix build with curl >= 7.21.2
    3.26 -	sed -i '/#include <curl\/types.h>/d' src/url_utils.c
    3.27 -
    3.28 -	sed -i 's/cat -n/awk '"'"'{ printf "%6d  %s\\n",++n,$0 }'"'"' </' configure
    3.29 -	# Fix configure for GCC 4.5.0
    3.30 -	sed -i 's/"\$@" >>\$logfile 2/$@ >>$logfile 2/' configure
    3.31 -	./configure \
    3.32 -		--prefix=/usr &&
    3.33 -	make && make DESTDIR=$PWD/_pkg install
    3.34 -}
    3.35 -
    3.36 -# Rules to gen a SliTaz package suitable for Tazpkg.
    3.37 -genpkg_rules()
    3.38 -{
    3.39 -	mkdir -p $fs/usr/lib
    3.40 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    3.41 -}
     4.1 --- a/libvlc/receipt	Sun Aug 07 07:58:20 2022 +0100
     4.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.3 @@ -1,22 +0,0 @@
     4.4 -# SliTaz package receipt.
     4.5 -
     4.6 -PACKAGE="libvlc"
     4.7 -VERSION="2.2.1"
     4.8 -CATEGORY="multimedia"
     4.9 -SHORT_DESC="MPEG, VCD/DVD, and DivX library"
    4.10 -MAINTAINER="jozee@slitaz.org"
    4.11 -LICENSE="GPL2"
    4.12 -WEB_SITE="http://www.videolan.org/vlc/" 
    4.13 -WANTED="vlc"
    4.14 -
    4.15 -DEPENDS="alsa-lib dbus ffmpeg libmad lua5.1 tar x264 xcb-util zvbi nettle"
    4.16 -
    4.17 -# Rules to gen a SliTaz package suitable for Tazpkg.
    4.18 -genpkg_rules()
    4.19 -{
    4.20 -	mkdir -p $fs/usr/lib
    4.21 -	cp -a $install/usr/lib/*so* $fs/usr/lib/
    4.22 -	cp -a $install/usr/lib/vlc $fs/usr/lib/
    4.23 -	# Remove libtool archives
    4.24 -	rm $fs/usr/lib/vlc/plugins/*/*.la
    4.25 -}
     5.1 --- a/mate-common/receipt	Sun Aug 07 07:58:20 2022 +0100
     5.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     5.3 @@ -1,31 +0,0 @@
     5.4 -# SliTaz package receipt.
     5.5 -
     5.6 -PACKAGE="mate-common"
     5.7 -VERSION="1.4.0"
     5.8 -CATEGORY="x-window"
     5.9 -SHORT_DESC="MATE Desktop common files."
    5.10 -MAINTAINER="pankso@slitaz.org"
    5.11 -WEB_SITE="http://mate-desktop.org"
    5.12 -TARBALL="$PACKAGE-$VERSION.tar.xz"
    5.13 -WGET_URL="http://pub.mate-desktop.org/releases/1.4/$TARBALL"
    5.14 -
    5.15 -DEPENDS=""
    5.16 -BUILD_DEPENDS="automake autoconf"
    5.17 -
    5.18 -# Rules to configure and make the package.
    5.19 -compile_rules()
    5.20 -{
    5.21 -	cd $src
    5.22 -	sed -i 's/automake-1.12/automake-1.13 &/' macros/mate-autogen
    5.23 -	./autogen.sh $CONFIGURE_ARGS &&
    5.24 -	make && make install
    5.25 -}
    5.26 -
    5.27 -# Rules to gen a SliTaz package suitable for Tazpkg.
    5.28 -genpkg_rules()
    5.29 -{
    5.30 -	mkdir -p $fs/usr/share
    5.31 -	cp -a $install/usr/bin $fs/usr
    5.32 -	cp -a $install/usr/share/aclocal $fs/usr/share
    5.33 -	cp -a $install/usr/share/mate-common $fs/usr/share
    5.34 -}
     6.1 --- a/mate-desktop-dev/receipt	Sun Aug 07 07:58:20 2022 +0100
     6.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     6.3 @@ -1,20 +0,0 @@
     6.4 -# SliTaz package receipt.
     6.5 -
     6.6 -PACKAGE="mate-desktop-dev"
     6.7 -VERSION="1.4.0"
     6.8 -CATEGORY="development"
     6.9 -SHORT_DESC="MATE Desktop devel files."
    6.10 -MAINTAINER="pankso@slitaz.org"
    6.11 -WEB_SITE="http://mate-desktop.org"
    6.12 -WANTED="mate-desktop"
    6.13 -
    6.14 -DEPENDS="mate-conf-dev mate-corba-dev libxml2-dev libxml2-python libunique-dev"
    6.15 -
    6.16 -# Rules to gen a SliTaz package suitable for Tazpkg.
    6.17 -genpkg_rules()
    6.18 -{
    6.19 -	mkdir -p $fs/usr/lib
    6.20 -	cp -a $install/usr/include $fs/usr
    6.21 -	cp -a $install/usr/lib/*.*a $fs/usr/lib
    6.22 -	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    6.23 -}
     7.1 --- a/mate-desktop/receipt	Sun Aug 07 07:58:20 2022 +0100
     7.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     7.3 @@ -1,39 +0,0 @@
     7.4 -# SliTaz package receipt.
     7.5 -
     7.6 -PACKAGE="mate-desktop"
     7.7 -VERSION="1.4.0"
     7.8 -CATEGORY="x-window"
     7.9 -SHORT_DESC="MATE Desktop."
    7.10 -MAINTAINER="pankso@slitaz.org"
    7.11 -WEB_SITE="http://mate-desktop.org"
    7.12 -TARBALL="$PACKAGE-$VERSION.tar.xz"
    7.13 -WGET_URL="http://pub.mate-desktop.org/releases/1.4/$TARBALL"
    7.14 -
    7.15 -DEPENDS="mate-common startup-notification glib gtk+ mate-conf libxml2 \
    7.16 -libxml2-python libunique"
    7.17 -BUILD_DEPENDS="autoconf automake mate-common startup-notification-dev \
    7.18 -libtool gtk-doc mate-doc-utils glib-dev gtk+-dev mate-conf-dev mate-corba-dev \
    7.19 -libxml2-dev libxml2-python docbook-xml libunique-dev"
    7.20 -
    7.21 -# Rules to configure and make the package.
    7.22 -compile_rules()
    7.23 -{
    7.24 -	cd $src
    7.25 -	./autogen.sh \
    7.26 -		--disable-static \
    7.27 -		--disable-scrollkeeper \
    7.28 -		$CONFIGURE_ARGS &&
    7.29 -	make && make install
    7.30 -}
    7.31 -
    7.32 -# Rules to gen a SliTaz package suitable for Tazpkg.
    7.33 -genpkg_rules()
    7.34 -{
    7.35 -	mkdir -p $fs/usr/lib $fs/usr/share
    7.36 -	cp -a $install/usr/bin $fs/usr
    7.37 -	cp -a $install/usr/lib/*.so* $fs/usr/lib
    7.38 -	cp -a $install/usr/share/libmate-desktop $fs/usr/share
    7.39 -	cp -a $install/usr/share/mate* $fs/usr/share
    7.40 -	cp -a $install/usr/share/omf $fs/usr/share
    7.41 -	cp -a $install/usr/share/pixmaps $fs/usr/share
    7.42 -}
     8.1 --- a/mate-icon-theme/receipt	Sun Aug 07 07:58:20 2022 +0100
     8.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     8.3 @@ -1,30 +0,0 @@
     8.4 -# SliTaz package receipt.
     8.5 -
     8.6 -PACKAGE="mate-icon-theme"
     8.7 -VERSION="1.4.0"
     8.8 -CATEGORY="x-window"
     8.9 -SHORT_DESC="MATE Desktop icon theme."
    8.10 -MAINTAINER="pankso@slitaz.org"
    8.11 -WEB_SITE="http://mate-desktop.org"
    8.12 -TARBALL="$PACKAGE-$VERSION.tar.xz"
    8.13 -WGET_URL="http://pub.mate-desktop.org/releases/1.4/$TARBALL"
    8.14 -
    8.15 -DEPENDS=""
    8.16 -BUILD_DEPENDS="autoconf automake mate-common icon-naming-utils"
    8.17 -
    8.18 -# Rules to configure and make the package.
    8.19 -compile_rules()
    8.20 -{
    8.21 -	cd $src
    8.22 -	./autogen.sh \
    8.23 -		$CONFIGURE_ARGS &&
    8.24 -	make && make install
    8.25 -}
    8.26 -
    8.27 -# Rules to gen a SliTaz package suitable for Tazpkg.
    8.28 -genpkg_rules()
    8.29 -{
    8.30 -	mkdir -p $fs/usr/share
    8.31 -	cp -a $install/usr/share/icons $fs/usr/share
    8.32 -	cp -a $install/usr/share/pkgconfig $fs/usr/share
    8.33 -}
     9.1 --- a/mesa-dri-mach64/receipt	Sun Aug 07 07:58:20 2022 +0100
     9.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     9.3 @@ -1,24 +0,0 @@
     9.4 -# SliTaz package receipt.
     9.5 -
     9.6 -PACKAGE="mesa-dri-mach64"
     9.7 -VERSION="7.10.2"
     9.8 -CATEGORY="x-window"
     9.9 -SHORT_DESC="Mesa DRI drivers for ATI Mach64."
    9.10 -MAINTAINER="pascal.bellard@slitaz.org"
    9.11 -LICENSE="MIT"
    9.12 -WEB_SITE="http://www.mesa3d.org/"
    9.13 -DEPENDS="libdrm-mach64" #mesa7 
    9.14 -WANTED="mesa7"
    9.15 -
    9.16 -# Rules to gen a SliTaz package suitable for Tazpkg.
    9.17 -genpkg_rules()
    9.18 -{
    9.19 -	mkdir -p $fs/usr/lib/dri $fs/etc/X11/xorg.conf.d/
    9.20 -	cp $install/usr/lib/dri/mach64_dri.so $fs/usr/lib/dri
    9.21 -	cat > $fs/etc/X11/xorg.conf.d/90-DRI.conf <<EOT
    9.22 -Section "DRI"
    9.23 -        Mode         0666
    9.24 -EndSection
    9.25 -EOT
    9.26 -        chown -R root.root $fs
    9.27 -}
    10.1 --- a/mesa-dri-mga/receipt	Sun Aug 07 07:58:20 2022 +0100
    10.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    10.3 @@ -1,24 +0,0 @@
    10.4 -# SliTaz package receipt.
    10.5 -
    10.6 -PACKAGE="mesa-dri-mga"
    10.7 -VERSION="7.10.2"
    10.8 -CATEGORY="x-window"
    10.9 -SHORT_DESC="Mesa DRI drivers for Matrox."
   10.10 -MAINTAINER="pascal.bellard@slitaz.org"
   10.11 -LICENSE="MIT"
   10.12 -WEB_SITE="http://www.mesa3d.org/"
   10.13 -#DEPENDS="mesa7"
   10.14 -WANTED="mesa7"
   10.15 -
   10.16 -# Rules to gen a SliTaz package suitable for Tazpkg.
   10.17 -genpkg_rules()
   10.18 -{
   10.19 -	mkdir -p $fs/usr/lib/dri $fs/etc/X11/xorg.conf.d/
   10.20 -	cp $install/usr/lib/dri/mga_dri.so $fs/usr/lib/dri
   10.21 -	cat > $fs/etc/X11/xorg.conf.d/90-DRI.conf <<EOT
   10.22 -Section "DRI"
   10.23 -        Mode         0666
   10.24 -EndSection
   10.25 -EOT
   10.26 -        chown -R root.root $fs
   10.27 -}
    11.1 --- a/mesa-dri-r128/receipt	Sun Aug 07 07:58:20 2022 +0100
    11.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    11.3 @@ -1,24 +0,0 @@
    11.4 -# SliTaz package receipt.
    11.5 -
    11.6 -PACKAGE="mesa-dri-r128"
    11.7 -VERSION="7.10.2"
    11.8 -CATEGORY="x-window"
    11.9 -SHORT_DESC="Mesa DRI drivers for ATI Rage128."
   11.10 -MAINTAINER="gokhlayeh@slitaz.org"
   11.11 -LICENSE="MIT"
   11.12 -WEB_SITE="http://www.mesa3d.org/"
   11.13 -#DEPENDS="mesa7"
   11.14 -WANTED="mesa7"
   11.15 -
   11.16 -# Rules to gen a SliTaz package suitable for Tazpkg.
   11.17 -genpkg_rules()
   11.18 -{
   11.19 -	mkdir -p $fs/usr/lib/dri $fs/etc/X11/xorg.conf.d/
   11.20 -	cp $install/usr/lib/dri/r128_dri.so $fs/usr/lib/dri
   11.21 -	cat > $fs/etc/X11/xorg.conf.d/90-DRI.conf <<EOT
   11.22 -Section "DRI"
   11.23 -        Mode         0666
   11.24 -EndSection
   11.25 -EOT
   11.26 -        chown -R root.root $fs
   11.27 -}
    12.1 --- a/mesa-dri-savage/receipt	Sun Aug 07 07:58:20 2022 +0100
    12.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    12.3 @@ -1,24 +0,0 @@
    12.4 -# SliTaz package receipt.
    12.5 -
    12.6 -PACKAGE="mesa-dri-savage"
    12.7 -VERSION="7.10.2"
    12.8 -CATEGORY="x-window"
    12.9 -SHORT_DESC="Mesa DRI drivers for S3 Sraphics/VIA Savage."
   12.10 -MAINTAINER="pascal.bellard@slitaz.org"
   12.11 -LICENSE="MIT"
   12.12 -WEB_SITE="http://www.mesa3d.org/"
   12.13 -#DEPENDS="mesa7"
   12.14 -WANTED="mesa7"
   12.15 -
   12.16 -# Rules to gen a SliTaz package suitable for Tazpkg.
   12.17 -genpkg_rules()
   12.18 -{
   12.19 -	mkdir -p $fs/usr/lib/dri $fs/etc/X11/xorg.conf.d/
   12.20 -	cp $install/usr/lib/dri/savage_dri.so $fs/usr/lib/dri
   12.21 -	cat > $fs/etc/X11/xorg.conf.d/90-DRI.conf <<EOT
   12.22 -Section "DRI"
   12.23 -        Mode         0666
   12.24 -EndSection
   12.25 -EOT
   12.26 -        chown -R root.root $fs
   12.27 -}
    13.1 --- a/mesa-dri-sis/receipt	Sun Aug 07 07:58:20 2022 +0100
    13.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    13.3 @@ -1,24 +0,0 @@
    13.4 -# SliTaz package receipt.
    13.5 -
    13.6 -PACKAGE="mesa-dri-sis"
    13.7 -VERSION="7.10.2"
    13.8 -CATEGORY="x-window"
    13.9 -SHORT_DESC="Mesa DRI drivers for SiS."
   13.10 -MAINTAINER="pascal.bellard@slitaz.org"
   13.11 -LICENSE="MIT"
   13.12 -WEB_SITE="http://www.mesa3d.org/"
   13.13 -#DEPENDS="mesa7"
   13.14 -WANTED="mesa7"
   13.15 -
   13.16 -# Rules to gen a SliTaz package suitable for Tazpkg.
   13.17 -genpkg_rules()
   13.18 -{
   13.19 -	mkdir -p $fs/usr/lib/dri $fs/etc/X11/xorg.conf.d/
   13.20 -	cp $install/usr/lib/dri/sis_dri.so $fs/usr/lib/dri
   13.21 -	cat > $fs/etc/X11/xorg.conf.d/90-DRI.conf <<EOT
   13.22 -Section "DRI"
   13.23 -        Mode         0666
   13.24 -EndSection
   13.25 -EOT
   13.26 -        chown -R root.root $fs
   13.27 -}
    14.1 --- a/mesa-dri-tdfx/receipt	Sun Aug 07 07:58:20 2022 +0100
    14.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    14.3 @@ -1,24 +0,0 @@
    14.4 -# SliTaz package receipt.
    14.5 -
    14.6 -PACKAGE="mesa-dri-tdfx"
    14.7 -VERSION="7.10.2"
    14.8 -CATEGORY="x-window"
    14.9 -SHORT_DESC="Mesa DRI drivers for 3dfx."
   14.10 -MAINTAINER="pascal.bellard@slitaz.org"
   14.11 -LICENSE="MIT"
   14.12 -WEB_SITE="http://www.mesa3d.org/"
   14.13 -#DEPENDS="mesa7"
   14.14 -WANTED="mesa7"
   14.15 -
   14.16 -# Rules to gen a SliTaz package suitable for Tazpkg.
   14.17 -genpkg_rules()
   14.18 -{
   14.19 -	mkdir -p $fs/usr/lib/dri $fs/etc/X11/xorg.conf.d/
   14.20 -	cp $install/usr/lib/dri/tdfx_dri.so $fs/usr/lib/dri
   14.21 -	cat > $fs/etc/X11/xorg.conf.d/90-DRI.conf <<EOT
   14.22 -Section "DRI"
   14.23 -        Mode         0666
   14.24 -EndSection
   14.25 -EOT
   14.26 -        chown -R root.root $fs
   14.27 -}
    15.1 --- a/mesa-dri-unichrome/receipt	Sun Aug 07 07:58:20 2022 +0100
    15.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    15.3 @@ -1,24 +0,0 @@
    15.4 -# SliTaz package receipt.
    15.5 -
    15.6 -PACKAGE="mesa-dri-unichrome"
    15.7 -VERSION="7.10.2"
    15.8 -CATEGORY="x-window"
    15.9 -SHORT_DESC="Mesa DRI drivers for S3 Graphics/VIA Unichrome."
   15.10 -MAINTAINER="pascal.bellard@slitaz.org"
   15.11 -LICENSE="MIT"
   15.12 -WEB_SITE="http://www.mesa3d.org/"
   15.13 -#DEPENDS="mesa7"
   15.14 -WANTED="mesa7"
   15.15 -
   15.16 -# Rules to gen a SliTaz package suitable for Tazpkg.
   15.17 -genpkg_rules()
   15.18 -{
   15.19 -	mkdir -p $fs/usr/lib/dri $fs/etc/X11/xorg.conf.d/
   15.20 -	cp $install/usr/lib/dri/unichrome_dri.so $fs/usr/lib/dri
   15.21 -	cat > $fs/etc/X11/xorg.conf.d/90-DRI.conf <<EOT
   15.22 -Section "DRI"
   15.23 -        Mode         0666
   15.24 -EndSection
   15.25 -EOT
   15.26 -	chown -R root.root $fs
   15.27 -}
    16.1 --- a/mesa7/receipt	Sun Aug 07 07:58:20 2022 +0100
    16.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    16.3 @@ -1,60 +0,0 @@
    16.4 -# SliTaz package receipt.
    16.5 -
    16.6 -PACKAGE="mesa7"
    16.7 -VERSION="7.10.2"
    16.8 -CATEGORY="x-window"
    16.9 -SHORT_DESC="3D Graphics Library that is an open-source implementaton of OpenGL."
   16.10 -MAINTAINER="pascal.bellard@slitaz.org"
   16.11 -SOURCE="Mesa"
   16.12 -TARBALL="${SOURCE}Lib-$VERSION.tar.bz2"
   16.13 -WEB_SITE="http://www.mesa3d.org/"
   16.14 -WGET_URL="ftp://ftp.freedesktop.org/pub/mesa/older-versions/7.x/${VERSION}/$TARBALL"
   16.15 -PROVIDE="mesa"
   16.16 -
   16.17 -DEPENDS="expat libdrm xorg-libXdamage xorg-libXxf86vm xorg-libXt udev"	#libpthread-stubs
   16.18 -
   16.19 -BUILD_DEPENDS="expat-dev libdrm-dev xorg-libXdamage-dev pkg-config \
   16.20 -xorg-libXxf86vm-dev xorg-libXt-dev xorg-dri2proto xorg-glproto \
   16.21 -talloc xorg-makedepend lesstif libxml2-python xorg-imake lesstif-dev \
   16.22 -xorg-server-dev udev-dev file libtool automake autoconf"
   16.23 -# libpthread-stubs-dev llvm  xorg-dri3proto xorg-presentproto
   16.24 -# --with-gallium-drivers= \
   16.25 -
   16.26 -# Rules to configure and make the package.
   16.27 -compile_rules()
   16.28 -{
   16.29 -	autoreconf -vfi
   16.30 -	./configure \
   16.31 -		--prefix=/usr \
   16.32 -		--with-x \
   16.33 -		--with-dri-driverdir=/usr/lib/dri \
   16.34 -		--with-dri-drivers=unichrome,i810,mach64,mga,r128,savage,sis,tdfx \
   16.35 -		--disable-gallium-llvm \
   16.36 -		--enable-glx-tls \
   16.37 -		--with-driver=dri \
   16.38 -		--enable-xcb \
   16.39 -		--disable-glut \
   16.40 -		--enable-gles1 \
   16.41 -		--enable-gles2 \
   16.42 -		--enable-egl \
   16.43 -		--enable-texture-float \
   16.44 -		--disable-shared-dricore \
   16.45 -        $CONFIGURE_ARGS &&
   16.46 -	(make $MAKEFLAGS && make install) 2>/dev/null | sed '/No such file or directory/d'
   16.47 -}
   16.48 -        
   16.49 -# Rules to gen a SliTaz package suitable for Tazpkg.
   16.50 -genpkg_rules()
   16.51 -{
   16.52 -	mkdir -p $fs/usr/lib
   16.53 -	cp -a $install/usr/lib/*.so* $fs/usr/lib
   16.54 -
   16.55 -	# libGLU is included in the package libglu-mesa
   16.56 -	rm -r -f $fs/usr/lib/libGLU*
   16.57 -
   16.58 -	#libGLw is included in the package libglw-mesa
   16.59 -	rm -r -f $fs/usr/lib/libGLw*
   16.60 -
   16.61 -	#libEGL is included in the package libegl-mesa
   16.62 -	rm -r -f $fs/usr/lib/libEGL*
   16.63 -}
    17.1 Binary file meson/.icon.png has changed
    18.1 --- a/meson/description.txt	Sun Aug 07 07:58:20 2022 +0100
    18.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    18.3 @@ -1,4 +0,0 @@
    18.4 -Meson is a cross-platform build system designed to be both as fast and as user
    18.5 -friendly as possible. It supports many languages and compilers, including GCC,
    18.6 -Clang and Visual Studio. Its build definitions are written in a simple
    18.7 -non-turing complete DSL.
    19.1 --- a/meson/receipt	Sun Aug 07 07:58:20 2022 +0100
    19.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    19.3 @@ -1,25 +0,0 @@
    19.4 -# SliTaz package receipt v2.
    19.5 -
    19.6 -PACKAGE="meson"
    19.7 -VERSION="0.49.0"
    19.8 -CATEGORY="development"
    19.9 -SHORT_DESC="A high performance build system"
   19.10 -MAINTAINER="al.bobylev@gmail.com"
   19.11 -LICENSE="Apache"
   19.12 -WEB_SITE="https://mesonbuild.com/"
   19.13 -LFS="http://www.linuxfromscratch.org/lfs/view/development/chapter06/meson.html"
   19.14 -HOST_ARCH="any"
   19.15 -
   19.16 -TARBALL="$PACKAGE-$VERSION.tar.gz"
   19.17 -WGET_URL="https://github.com/mesonbuild/meson/releases/download/$VERSION/$TARBALL"
   19.18 -
   19.19 -BUILD_DEPENDS="python3"
   19.20 -DEPENDS_std="python3"
   19.21 -
   19.22 -TAGS_std="LFS"
   19.23 -
   19.24 -compile_rules() {
   19.25 -	python3 -B setup.py install --root=$install || return 1
   19.26 -
   19.27 -	install -m755 $stuff/meson-wrapper $install/usr/bin/
   19.28 -}
    20.1 --- a/meson/stuff/meson-wrapper	Sun Aug 07 07:58:20 2022 +0100
    20.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    20.3 @@ -1,21 +0,0 @@
    20.4 -#!/bin/sh -ex
    20.5 -# Meson wrapper for SliTaz Linux packaging
    20.6 -
    20.7 -exec meson setup \
    20.8 -	--prefix         /usr \
    20.9 -	--libdir         /usr/lib \
   20.10 -	--libexecdir     /usr/lib \
   20.11 -	--bindir         /usr/bin \
   20.12 -	--sbindir        /usr/bin \
   20.13 -	--includedir     /usr/include \
   20.14 -	--datadir        /usr/share \
   20.15 -	--mandir         /usr/share/man \
   20.16 -	--infodir        /usr/share/info \
   20.17 -	--localedir      /usr/share/locale \
   20.18 -	--sysconfdir     /etc \
   20.19 -	--localstatedir  /var \
   20.20 -	--sharedstatedir /var/lib \
   20.21 -	--buildtype      release \
   20.22 -	--wrap-mode      nofallback \
   20.23 -	"$@" \
   20.24 -	-D               b_lto=true
    21.1 --- a/mplayer/receipt	Sun Aug 07 07:58:20 2022 +0100
    21.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    21.3 @@ -1,68 +0,0 @@
    21.4 -# SliTaz package receipt.
    21.5 -
    21.6 -PACKAGE="mplayer"
    21.7 -VERSION="1.2"
    21.8 -CATEGORY="multimedia"
    21.9 -SHORT_DESC="The Ultimate Movie Player For Linux."
   21.10 -MAINTAINER="pankso@slitaz.org"
   21.11 -LICENSE="GPL2"
   21.12 -SOURCE="MPlayer"
   21.13 -TARBALL="$SOURCE-$VERSION.tar.xz"
   21.14 -WEB_SITE="http://www.mplayerhq.hu/design7/news.html"
   21.15 -WGET_URL="http://www1.mplayerhq.hu/MPlayer/releases/$TARBALL"
   21.16 -HOST_ARCH="i486"
   21.17 -
   21.18 -DEPENDS="gtk+ libmad xorg-libXv alsa-lib ncurses \
   21.19 -xorg-libXdamage giflib enca xorg-libXxf86vm \
   21.20 -zlib xorg-libXss"
   21.21 -BUILD_DEPENDS="gtk+-dev libmad-dev xorg-libXv-dev \
   21.22 -alsa-lib-dev ncurses-dev xorg-libXdamage-dev giflib-dev \
   21.23 -xorg-libXxf86vm-dev enca-dev \
   21.24 -zlib-dev xorg-xextproto pkg-config yasm glib-dev libgio-dev"
   21.25 -
   21.26 -# Rules to configure and make the package.
   21.27 -compile_rules()
   21.28 -{
   21.29 -	export CFLAGS="$CFLAGS -mtune=i686"
   21.30 -	export CXXFLAGS="$CFLAGS"
   21.31 -	ARCH_ARGS="--target=i486-linux --disable-sdl --enable-runtime-cpudetection"
   21.32 -	./configure \
   21.33 -		--prefix=/usr \
   21.34 -		--confdir=/etc/mplayer \
   21.35 -		--libdir=/usr/lib/mplayer \
   21.36 -		--enable-gui \
   21.37 -		--disable-mencoder \
   21.38 -		--language="en de es fr it ru" \
   21.39 -		--disable-gl \
   21.40 -		--disable-jack \
   21.41 -		--disable-liblzo \
   21.42 -		--disable-libdv \
   21.43 -		--disable-fribidi \
   21.44 -		--disable-ivtv \
   21.45 -		--disable-smb \
   21.46 -		--disable-ftp \
   21.47 -		--disable-openal \
   21.48 -		--disable-faac \
   21.49 -		--disable-speex \
   21.50 -		${ARCH_ARGS} &&
   21.51 -	make $MAKEFLAGS &&
   21.52 -	make DESTDIR=$DESTDIR install
   21.53 -}
   21.54 -
   21.55 -# Rules to gen a SliTaz package suitable for Tazpkg.
   21.56 -genpkg_rules()
   21.57 -{
   21.58 -	mkdir -p $fs/usr/share/mplayer/skins
   21.59 -	cp -a $install/usr/bin $fs/usr
   21.60 -	[ -d "$install/usr/share/mplayer" ] && \
   21.61 -		cp -a $install/usr/share/mplayer $fs/usr/share
   21.62 -	cp -a $install/etc $fs
   21.63 -	cp $src/etc/example.conf $fs/etc/mplayer
   21.64 -	# Config to use Xv by default.
   21.65 -	cp $stuff/mplayer.conf $fs/etc/mplayer
   21.66 -	# default skin
   21.67 -	tar xjf $stuff/productive-1.0.tar.bz2 -C $fs/usr/share/mplayer/skins
   21.68 -	cd $fs/usr/share/mplayer/skins && ln -s productive default
   21.69 -	# Font
   21.70 -	cd .. && ln -s ../fonts/truetype/ttf-dejavu/DejaVuSans.ttf subfont.ttf
   21.71 -}
    22.1 --- a/mplayer/stuff/mplayer.conf	Sun Aug 07 07:58:20 2022 +0100
    22.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    22.3 @@ -1,14 +0,0 @@
    22.4 -# /etc/mplayer/mplayer.conf: MPlayer default configuration for SliTaz.
    22.5 -# For more info and examples, please see: /etc/mplayer/example.conf
    22.6 -#
    22.7 -
    22.8 -# Specify default video driver (see -vo help for a list).
    22.9 -vo=xv,x11,fbdev2
   22.10 -#vf=eq2
   22.11 -
   22.12 -# Specify default audio driver (see -ao help for a list).
   22.13 -ao=alsa:device=hw=0.0,alsa,
   22.14 -
   22.15 -stop-xscreensaver="1"
   22.16 -heartbeat-cmd='echo -n ""'
   22.17 -
    23.1 --- a/mplayer/stuff/mplayer.desktop	Sun Aug 07 07:58:20 2022 +0100
    23.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    23.3 @@ -1,20 +0,0 @@
    23.4 -[Desktop Entry]
    23.5 -Type=Application
    23.6 -Name=MPlayer Media Player
    23.7 -Name[de]=MPlayer Medienwiedergabe
    23.8 -Name[es]=MPlayer Reproductor multimedia
    23.9 -Name[fr]=Lecteur multimédia MPlayer
   23.10 -Name[it]=Lettore multimediale MPlayer
   23.11 -Name[pt]=Reprodutor Multimídia MPlayer
   23.12 -Name[pt_BR]=Reprodutor Multimídia MPlayer
   23.13 -Name[ru]=Медиа-проигрыватель MPlayer
   23.14 -Comment=Play movies and songs
   23.15 -Comment[de]=Filme und Musik wiedergeben
   23.16 -Comment[es]=Reproduce vídeos y música
   23.17 -Comment[fr]=Lit les films et musiques
   23.18 -Comment[it]=Riproduce filmati e musica
   23.19 -Comment[ru]=Воспроизведение фильмов и музыки
   23.20 -Exec=gmplayer %F
   23.21 -Icon=mplayer
   23.22 -Categories=GTK;AudioVideo;Audio;Video;Player;TV;
   23.23 -MimeType=application/mxf;application/x-netshow-channel;application/ogg;application/ram;application/vnd.rn-realmedia;application/x-shockwave-flash;application/smil;audio/ac3;audio/x-adpcm;audio/x-aiff;audio/AMR;audio/AMR-WB;audio/x-ape;audio/basic;audio/flac;audio/x-flac;audio/x-flac+ogg;audio/x-m4b;audio/x-matroska;audio/mp2;audio/mp4;audio/mpeg;audio/x-mpegurl;audio/x-ms-asx;audio/x-ms-wma;audio/x-musepack;audio/ogg;audio/vnd.rn-realaudio;audio/x-scpls;audio/x-voc;audio/x-vorbis+ogg;audio/x-wav;audio/x-wavpack;video/3gpp;video/3gpp2;video/dv;video/x-flic;video/x-flv;video/x-matroska;video/mp2t;video/mp4;video/mpeg;video/x-ms-asf;video/x-ms-wmv;video/x-msvideo;video/x-nsv;video/ogg;video/x-ogm+ogg;video/quicktime;video/vnd.rn-realvideo;video/x-theora+ogg;video/webm;
    24.1 Binary file mplayer/stuff/productive-1.0.tar.bz2 has changed
    25.1 --- a/ncurses-dev/receipt	Sun Aug 07 07:58:20 2022 +0100
    25.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    25.3 @@ -1,24 +0,0 @@
    25.4 -# SliTaz package receipt.
    25.5 -
    25.6 -PACKAGE="ncurses-dev"
    25.7 -VERSION="5.9"
    25.8 -CATEGORY="development"
    25.9 -SHORT_DESC="Devel files for the ncurses library."
   25.10 -MAINTAINER="pankso@slitaz.org"
   25.11 -LICENSE="MIT"
   25.12 -WANTED="ncurses"
   25.13 -WEB_SITE="http://invisible-island.net/ncurses/"
   25.14 -HOST_ARCH="i486 arm"
   25.15 -
   25.16 -DEPENDS="ncursesw-dev ncurses libtinfo"
   25.17 -
   25.18 -# Rules to gen a SliTaz package suitable for Tazpkg.
   25.19 -genpkg_rules()
   25.20 -{
   25.21 -	mkdir -p $fs/lib $fs/usr/bin
   25.22 -	cp -a $install/lib/*.a $fs/lib
   25.23 -	# Use include file from ncursesw-dev
   25.24 -	#cp -a $install/usr/include $fs/usr
   25.25 -	cp $install/usr/bin/ncurses5-config $fs/usr/bin
   25.26 -	chmod 755 $fs/usr/bin/*
   25.27 -}
    26.1 --- a/ncurses/receipt	Sun Aug 07 07:58:20 2022 +0100
    26.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    26.3 @@ -1,52 +0,0 @@
    26.4 -# SliTaz package receipt.
    26.5 -
    26.6 -PACKAGE="ncurses"
    26.7 -VERSION="5.9"
    26.8 -CATEGORY="base-system"
    26.9 -SHORT_DESC="Library of functions to manage display on terminals."
   26.10 -MAINTAINER="pankso@slitaz.org"
   26.11 -TARBALL="$PACKAGE-$VERSION.tar.gz"
   26.12 -LICENSE="MIT"
   26.13 -WEB_SITE="http://invisible-island.net/ncurses/"
   26.14 -WGET_URL="ftp://invisible-island.net/ncurses/$TARBALL"
   26.15 -HOST_ARCH="i486 arm"
   26.16 -
   26.17 -DEPENDS="ncurses-common libtinfo libtic"
   26.18 -BUILD_DEPENDS=""
   26.19 -
   26.20 -# Rules to configure and make the package.
   26.21 -compile_rules()
   26.22 -{
   26.23 -	# Ncurses need an installed /usr/bin/tic witch is in ncursesw-extra. And
   26.24 -	# when cross compiling we can't use the freshly cooked binary. See cook log:
   26.25 -	#
   26.26 -	#** Building terminfo database, please wait...
   26.27 -	#Running /usr/bin/tic to install /home/slitaz/wok/ncurses/install/usr/share/terminfo
   26.28 -	#
   26.29 -	if [ ! -d "/var/lib/tazpkg/installed/ncursesw-extra" ]; then
   26.30 -		echo "Installing: ncursesw-extra"
   26.31 -		tazpkg get-install ncursesw-extra 2>/dev/null 1>/dev/null
   26.32 -	fi
   26.33 -	cd $src
   26.34 -	mkdir -p $DESTDIR/usr/lib/terminfo
   26.35 -	sed -i 's|\tsh $(srcdir)/MKhashsize.sh|\tash $(srcdir)/MKhashsize.sh|' \
   26.36 -		include/Makefile.in
   26.37 -	./configure \
   26.38 -		--libdir=/lib \
   26.39 -		--sysconfdir=/etc \
   26.40 -		--with-shared \
   26.41 -		--without-debug \
   26.42 -		--without-ada \
   26.43 -		--with-build-cc="gcc -D_GNU_SOURCE" \
   26.44 -		--with-termlib \
   26.45 -		--with-ticlib \
   26.46 -		$CONFIGURE_ARGS &&
   26.47 -	make && make install
   26.48 -}
   26.49 -
   26.50 -# Rules to gen a SliTaz package suitable for Tazpkg.
   26.51 -genpkg_rules()
   26.52 -{
   26.53 -    mkdir -p $fs/lib
   26.54 -    cp -a $install/lib/libncurses.so* $fs/lib
   26.55 -}
    27.1 --- a/ninja/receipt	Sun Aug 07 07:58:20 2022 +0100
    27.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    27.3 @@ -1,31 +0,0 @@
    27.4 -# SliTaz package receipt v2.
    27.5 -
    27.6 -PACKAGE="ninja"
    27.7 -VERSION="1.8.2"
    27.8 -CATEGORY="development"
    27.9 -SHORT_DESC="Small build system with a focus on speed"
   27.10 -MAINTAINER="al.bobylev@gmail.com"
   27.11 -LICENSE="Apache"
   27.12 -WEB_SITE="https://ninja-build.org/"
   27.13 -LFS="http://www.linuxfromscratch.org/lfs/view/stable/chapter06/ninja.html"
   27.14 -
   27.15 -TARBALL="$PACKAGE-$VERSION.tar.gz"
   27.16 -WGET_URL="https://github.com/ninja-build/ninja/archive/v$VERSION/$TARBALL"
   27.17 -
   27.18 -BUILD_DEPENDS="python"
   27.19 -
   27.20 -compile_rules() {
   27.21 -	export NINJAJOBS=4 # Should be OK for our 6x Intel(R) Xeon(R) CPU W3530 @ 2.8GHz
   27.22 -
   27.23 -	python configure.py --bootstrap || return 1
   27.24 -
   27.25 -	install -Dm755 ninja $install/usr/bin/ninja
   27.26 -	install -Dm644 misc/bash-completion $install/usr/share/bash-completion/completions/ninja
   27.27 -	install -Dm644 misc/zsh-completion  $install/usr/share/zsh/site-functions/_ninja
   27.28 -	cook_pick_docs doc/manual.asciidoc
   27.29 -}
   27.30 -
   27.31 -genpkg_rules() {
   27.32 -	copy /usr/bin/ninja
   27.33 -	TAGS="LFS"
   27.34 -}
    28.1 --- a/ninja/stuff/patches/ninja-1.8.2-add_NINJAJOBS_var-1.patch	Sun Aug 07 07:58:20 2022 +0100
    28.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    28.3 @@ -1,65 +0,0 @@
    28.4 -Submitted By:            Bruce Dubbs <bdubbs at linuxfromscratch dot org>
    28.5 -Date:                    2017-10-14
    28.6 -Initial Package Version: 1.9.2
    28.7 -Upstream Status:         Not submitted
    28.8 -Origin:                  Self
    28.9 -Description:             Ninja normally uses all cores+2 when building
   28.10 -                         a package.  This patch allows useers to limit the 
   28.11 -                         cores used by setting an environment variable:
   28.12 -                         NINJAJOBS to an integer.
   28.13 -
   28.14 -                         The patch also fixes a few warnings.
   28.15 -
   28.16 -
   28.17 -diff -Naur ninja-1.8.2.orig/src/build_log.cc ninja-1.8.2/src/build_log.cc
   28.18 ---- ninja-1.8.2.orig/src/build_log.cc	2017-09-10 20:20:10.000000000 -0500
   28.19 -+++ ninja-1.8.2/src/build_log.cc	2017-10-12 14:38:00.988957823 -0500
   28.20 -@@ -75,12 +75,12 @@
   28.21 -   }
   28.22 -   switch (len & 7)
   28.23 -   {
   28.24 --  case 7: h ^= uint64_t(data[6]) << 48;
   28.25 --  case 6: h ^= uint64_t(data[5]) << 40;
   28.26 --  case 5: h ^= uint64_t(data[4]) << 32;
   28.27 --  case 4: h ^= uint64_t(data[3]) << 24;
   28.28 --  case 3: h ^= uint64_t(data[2]) << 16;
   28.29 --  case 2: h ^= uint64_t(data[1]) << 8;
   28.30 -+  case 7: h ^= uint64_t(data[6]) << 48;  __attribute__ ((fallthrough));
   28.31 -+  case 6: h ^= uint64_t(data[5]) << 40;  __attribute__ ((fallthrough));
   28.32 -+  case 5: h ^= uint64_t(data[4]) << 32;  __attribute__ ((fallthrough));
   28.33 -+  case 4: h ^= uint64_t(data[3]) << 24;  __attribute__ ((fallthrough));
   28.34 -+  case 3: h ^= uint64_t(data[2]) << 16;  __attribute__ ((fallthrough));
   28.35 -+  case 2: h ^= uint64_t(data[1]) << 8;   __attribute__ ((fallthrough));
   28.36 -   case 1: h ^= uint64_t(data[0]);
   28.37 -           h *= m;
   28.38 -   };
   28.39 -diff -Naur ninja-1.8.2.orig/src/hash_map.h ninja-1.8.2/src/hash_map.h
   28.40 ---- ninja-1.8.2.orig/src/hash_map.h	2017-09-10 20:20:10.000000000 -0500
   28.41 -+++ ninja-1.8.2/src/hash_map.h	2017-10-12 14:30:29.563974429 -0500
   28.42 -@@ -39,8 +39,8 @@
   28.43 -     len -= 4;
   28.44 -   }
   28.45 -   switch (len) {
   28.46 --  case 3: h ^= data[2] << 16;
   28.47 --  case 2: h ^= data[1] << 8;
   28.48 -+  case 3: h ^= data[2] << 16; __attribute__ ((fallthrough));
   28.49 -+  case 2: h ^= data[1] << 8;  __attribute__ ((fallthrough));
   28.50 -   case 1: h ^= data[0];
   28.51 -     h *= m;
   28.52 -   };
   28.53 -diff -Naur ninja-1.8.2.orig/src/ninja.cc ninja-1.8.2/src/ninja.cc
   28.54 ---- ninja-1.8.2.orig/src/ninja.cc	2017-09-10 20:20:10.000000000 -0500
   28.55 -+++ ninja-1.8.2/src/ninja.cc	2017-10-12 14:47:34.143936739 -0500
   28.56 -@@ -221,6 +221,12 @@
   28.57 - 
   28.58 - /// Choose a default value for the -j (parallelism) flag.
   28.59 - int GuessParallelism() {
   28.60 -+
   28.61 -+  int   j = 0;
   28.62 -+  char* jobs = getenv( "NINJAJOBS" );
   28.63 -+  if ( jobs != NULL ) j = atoi( jobs );
   28.64 -+  if ( j > 0 ) return j;
   28.65 -+
   28.66 -   switch (int processors = GetProcessorCount()) {
   28.67 -   case 0:
   28.68 -   case 1:
    29.1 --- a/ninja/stuff/patches/series	Sun Aug 07 07:58:20 2022 +0100
    29.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    29.3 @@ -1,1 +0,0 @@
    29.4 -ninja-1.8.2-add_NINJAJOBS_var-1.patch
    30.1 --- a/okular/receipt	Sun Aug 07 07:58:20 2022 +0100
    30.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    30.3 @@ -1,39 +0,0 @@
    30.4 -# SliTaz package receipt.
    30.5 -
    30.6 -PACKAGE="okular"
    30.7 -VERSION="4.14.3"
    30.8 -CATEGORY="x-window"
    30.9 -SHORT_DESC="Okular is a document viewer for KDE"
   30.10 -MAINTAINER="psychomaniak@xakep.ru"
   30.11 -LICENSE="GPL2"
   30.12 -TARBALL="$PACKAGE-$VERSION.tar.xz"
   30.13 -WEB_SITE="http://www.kde.org/"
   30.14 -WGET_URL="http://download.kde.org/stable/$VERSION/src/$TARBALL"
   30.15 -
   30.16 -DEPENDS="kdelibs phonon exiv2 poppler-qt4 chmlib"
   30.17 -BUILD_DEPENDS="cmake qmake automoc4 Qt4-dev libxslt-dev taglib-dev giflib-dev \
   30.18 -libpng-dev jpeg-dev tiff-dev freetype-dev djvulibre-dev chmlib-dev poppler \
   30.19 -poppler-dev poppler-qt4 poppler-qt4-dev poppler-qt4-apps qimageblitz \
   30.20 -shared-mime-info-dev phonon phonon-dev docbook-xml docbook-xsl dbus-dev \
   30.21 -polkit-qt-dev libdbusmenu-qt-dev libQtDeclarative kdelibs kdelibs-dev \
   30.22 -alsa-lib-dev exiv2-dev attica-dev libboost libboost-dev kactivities kfilemetadata"
   30.23 -
   30.24 -# Rules to configure and make the package.
   30.25 -compile_rules()
   30.26 -{
   30.27 -	cd /usr/share/xml/docbook/stylesheet/docbook-xsl
   30.28 -	wget ftp://cook.slitaz.org/docbook-xsl/source/docbook-xsl-1.76.1/VERSION
   30.29 -	cd $src
   30.30 -	mkdir -p build && cd build
   30.31 -	cmake \
   30.32 -		-DCMAKE_BUILD_TYPE=Release \
   30.33 -		-DCMAKE_INSTALL_PREFIX=/usr \
   30.34 -		-Wno-dev .. &&
   30.35 -	make -j1 && make install
   30.36 -}
   30.37 -
   30.38 -# Rules to gen a SliTaz package suitable for Tazpkg.
   30.39 -genpkg_rules()
   30.40 -{
   30.41 -	cp -a $install/* $fs
   30.42 -}
    31.1 --- a/p11-kit-dev/receipt	Sun Aug 07 07:58:20 2022 +0100
    31.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    31.3 @@ -1,21 +0,0 @@
    31.4 -# SliTaz package receipt.
    31.5 -
    31.6 -PACKAGE="p11-kit-dev"
    31.7 -VERSION="0.24.1"
    31.8 -CATEGORY="development"
    31.9 -SHORT_DESC="Library to work with PKCS#11 modules, development files."
   31.10 -MAINTAINER="slaxemulator@gmail.com"
   31.11 -LICENSE="BSD"
   31.12 -WEB_SITE="https://p11-glue.freedesktop.org/"
   31.13 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/postlfs/p11-kit.html"
   31.14 -
   31.15 -DEPENDS="cacerts gettext glib glib-dev gtk-doc libffi libffi-dev \
   31.16 -	libtasn1-dev libxslt p11-kit pkg-config"
   31.17 -WANTED="p11-kit"
   31.18 -
   31.19 -# Rules to gen a SliTaz package suitable for Tazpkg.
   31.20 -genpkg_rules()
   31.21 -{
   31.22 -	cook_copy_folders	include
   31.23 -	cook_copy_folders	pkgconfig
   31.24 -}
    32.1 --- a/p11-kit/receipt	Sun Aug 07 07:58:20 2022 +0100
    32.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    32.3 @@ -1,41 +0,0 @@
    32.4 -# SliTaz package receipt.
    32.5 -
    32.6 -PACKAGE="p11-kit"
    32.7 -VERSION="0.24.1"
    32.8 -CATEGORY="security"
    32.9 -SHORT_DESC="Library to work with PKCS#11 modules."
   32.10 -MAINTAINER="slaxemulator@gmail.com"
   32.11 -LICENSE="BSD"
   32.12 -WEB_SITE="https://p11-glue.freedesktop.org/"
   32.13 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/postlfs/p11-kit.html"
   32.14 -
   32.15 -TARBALL="$PACKAGE-$VERSION.tar.xz"
   32.16 -WGET_URL="https://github.com/p11-glue/p11-kit/releases/download/$VERSION/$TARBALL"
   32.17 -
   32.18 -BUILD_DEPENDS="cacerts gettext glib glib-dev gtk-doc libffi libffi-dev
   32.19 -	libtasn1-dev libxslt"
   32.20 -
   32.21 -current_version()
   32.22 -{
   32.23 -	wget -O - ${WGET_URL%/down*} 2>/dev/null | \
   32.24 -	sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q'
   32.25 -}
   32.26 -
   32.27 -# Rules to configure and make the package.
   32.28 -compile_rules()
   32.29 -{
   32.30 -	./configure					\
   32.31 -		--sysconfdir=/etc			\
   32.32 -		--with-module-path=/usr/lib/pkcs11	\
   32.33 -		$CONFIGURE_ARGS && 
   32.34 -	make &&
   32.35 -	make install
   32.36 -}
   32.37 -
   32.38 -# Rules to gen a SliTaz package suitable for Tazpkg.
   32.39 -genpkg_rules()
   32.40 -{
   32.41 -	cook_copy_folders	bin
   32.42 -	cook_copy_folders	etc
   32.43 -	cook_copy_files		*.so*
   32.44 -}
    33.1 --- a/pcre-dev/receipt	Sun Aug 07 07:58:20 2022 +0100
    33.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    33.3 @@ -1,23 +0,0 @@
    33.4 -# SliTaz package receipt.
    33.5 -
    33.6 -PACKAGE="pcre-dev"
    33.7 -VERSION="8.35"
    33.8 -CATEGORY="development"
    33.9 -SHORT_DESC="Perl Compatible Regular Expressions devel files."
   33.10 -MAINTAINER="pankso@slitaz.org"
   33.11 -LICENSE="BSD"
   33.12 -WANTED="pcre"
   33.13 -WEB_SITE="http://www.pcre.org/"
   33.14 -HOST_ARCH="i486 arm"
   33.15 -
   33.16 -DEPENDS="pcre pkg-config"
   33.17 -
   33.18 -# Rules to gen a SliTaz package suitable for Tazpkg.
   33.19 -genpkg_rules()
   33.20 -{
   33.21 -    mkdir -p $fs/usr/lib
   33.22 -    cp -a $install/usr/lib/*.*a $fs/usr/lib
   33.23 -    cp -a $install/usr/lib/pkgconfig $fs/usr/lib
   33.24 -    cp -a $install/usr/include $fs/usr
   33.25 -    cp -a $install/usr/bin $fs/usr
   33.26 -}
    34.1 --- a/pcre/description.txt	Sun Aug 07 07:58:20 2022 +0100
    34.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    34.3 @@ -1,2 +0,0 @@
    34.4 -This is a library of functions to support regular expressions whose syntax and
    34.5 -semantics are as close as possible to those of the Perl 5 language.
    35.1 --- a/pcre/receipt	Sun Aug 07 07:58:20 2022 +0100
    35.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    35.3 @@ -1,31 +0,0 @@
    35.4 -# SliTaz package receipt.
    35.5 -
    35.6 -PACKAGE="pcre"
    35.7 -VERSION="8.35"
    35.8 -CATEGORY="system-tools"
    35.9 -SHORT_DESC="Perl 5 Compatible Regular Expression Library"
   35.10 -MAINTAINER="pankso@slitaz.org"
   35.11 -LICENSE="BSD"
   35.12 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
   35.13 -WEB_SITE="http://www.pcre.org/"
   35.14 -WGET_URL="ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/$TARBALL"
   35.15 -HOST_ARCH="i486 arm"
   35.16 -
   35.17 -# Rules to configure and make the package.
   35.18 -compile_rules()
   35.19 -{
   35.20 -	./configure \
   35.21 -		--prefix=/usr \
   35.22 -		--enable-unicode-properties \
   35.23 -		--enable-pcre16 \
   35.24 -		--enable-pcre32 \
   35.25 -		$CONFIGURE_ARGS &&
   35.26 -	make && make install
   35.27 -}
   35.28 -
   35.29 -# Rules to gen a SliTaz package suitable for Tazpkg.
   35.30 -genpkg_rules()
   35.31 -{
   35.32 -	mkdir -p $fs/usr/lib
   35.33 -	cp -a $install/usr/lib/*.so* $fs/usr/lib
   35.34 -}
    36.1 Binary file python/.icon.png has changed
    37.1 --- a/python/receipt	Sun Aug 07 07:58:20 2022 +0100
    37.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    37.3 @@ -1,71 +0,0 @@
    37.4 -# SliTaz package receipt v2.
    37.5 -
    37.6 -PACKAGE="python"
    37.7 -VERSION="2.7.15"
    37.8 -CATEGORY="development"
    37.9 -SHORT_DESC="The Python programming language"
   37.10 -MAINTAINER="devel@slitaz.org"
   37.11 -LICENSE="PSL"
   37.12 -WEB_SITE="https://www.python.org/"
   37.13 -LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/python2.html"
   37.14 -REPOLOGY="python2"
   37.15 -
   37.16 -TARBALL="$PACKAGE-$VERSION.tar.xz"
   37.17 -WGET_URL="https://www.python.org/ftp/python/$VERSION/Python-$VERSION.tar.xz"
   37.18 -TARBALL_SHA1="f99348a095ec4a6411c84c0d15343d11920c9724"
   37.19 -
   37.20 -BUILD_DEPENDS="openssl-dev bzip2-dev readline-dev sqlite3-dev zlib-dev \
   37.21 -ncurses-dev tcl-dev tk-dev db-dev gdbm-dev libffi-dev expat-dev"
   37.22 -SPLIT="$PACKAGE-dev $PACKAGE-idle $PACKAGE-tcltk $PACKAGE"
   37.23 -
   37.24 -COOKOPTS="!menus !zip"
   37.25 -
   37.26 -compile_rules() {
   37.27 -	# Temporary workaround for FS#22322
   37.28 -	# See http://bugs.python.org/issue10835 for upstream report
   37.29 -	sed -i.orig "/progname =/s/python/python${_pybasever}/" Python/pythonrun.c
   37.30 -
   37.31 -	# Enable built-in SQLite3 module to load extensions (fix FS#22122)
   37.32 -	sed -i.orig "/SQLITE_OMIT_LOAD_EXTENSION/d" setup.py
   37.33 -
   37.34 -	./configure \
   37.35 -		--prefix=/usr \
   37.36 -		--enable-shared \
   37.37 -		--with-system-expat \
   37.38 -		--with-system-ffi \
   37.39 -		--without-ensurepip \
   37.40 -		--enable-unicode=ucs4 \
   37.41 -		$CONFIGURE_ARGS &&
   37.42 -	make &&
   37.43 -	make DESTDIR=$install install &&
   37.44 -	chmod -v 755 $install/usr/lib/libpython2.7.so.1.0
   37.45 -
   37.46 -	find $install -type f \( -name '*.pyc' -o -name '*.pyo' \) -delete
   37.47 -}
   37.48 -
   37.49 -genpkg_rules() {
   37.50 -	case $PACKAGE in
   37.51 -		*-dev)
   37.52 -			copy @dev test/ distutils/command/*.exe ensurepip/
   37.53 -			find $fs -type f -name pyconfig.h -delete # move to python package
   37.54 -			DEPENDS="python" # skip python-idle and python-tcltk
   37.55 -			;;
   37.56 -		*-idle)
   37.57 -			copy idle idlelib/ python-idle.desktop
   37.58 -			CAT="development|GUI IDE using TK Toolkit"
   37.59 -			DEPENDS="python-tcltk tcl tk"
   37.60 -			;;
   37.61 -		*-tcltk)
   37.62 -			copy _tkinter.so lib-tk/ @rm
   37.63 -			CAT="development|Tcl/Tk files"
   37.64 -			DEPENDS="python tcl tk libx11"
   37.65 -			;;
   37.66 -		python)
   37.67 -			# Now pyconfig.h is required for Mercurial.
   37.68 -			copy @std @rm pyconfig.h
   37.69 -			DEPENDS="python-setuptools python-pip \
   37.70 -			libbzip2 expat libgdbm libffi libsqlite3 ncurses \
   37.71 -			ncurses-libpanel openssl readline zlib"
   37.72 -			;;
   37.73 -	esac
   37.74 -}
    38.1 --- a/python/stuff/applications/python-idle.desktop	Sun Aug 07 07:58:20 2022 +0100
    38.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    38.3 @@ -1,6 +0,0 @@
    38.4 -[Desktop Entry]
    38.5 -Type=Application
    38.6 -Name=Python IDLE
    38.7 -Exec=idle
    38.8 -Icon=python
    38.9 -Categories=Development;
    39.1 --- a/python/stuff/applications/python.desktop	Sun Aug 07 07:58:20 2022 +0100
    39.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    39.3 @@ -1,12 +0,0 @@
    39.4 -[Desktop Entry]
    39.5 -Encoding=UTF-8
    39.6 -Name=Python interpreter
    39.7 -Name[fr]=Interpreteur Python
    39.8 -Name[pt]=Interpretador Python
    39.9 -Name[pt_BR]=Interpretador Python
   39.10 -Name[ru]=Интерпретатор Python
   39.11 -Terminal=false
   39.12 -Exec=terminal -e python
   39.13 -Icon=python
   39.14 -Type=Application
   39.15 -Categories=Development;
    40.1 --- a/python/stuff/patches/13a39142c047.diff	Sun Aug 07 07:58:20 2022 +0100
    40.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    40.3 @@ -1,72 +0,0 @@
    40.4 -Error in the end of the `make install`:
    40.5 -
    40.6 -```
    40.7 -Traceback (most recent call last):
    40.8 -  File "${src}/Lib/runpy.py", line 163, in _run_module_as_main
    40.9 -    mod_name, _Error)
   40.10 -  File "${src}/Lib/runpy.py", line 111, in _get_module_details
   40.11 -    __import__(mod_name)  # Do not catch exceptions initializing package
   40.12 -  File "${src}/Lib/ensurepip/__init__.py", line 9, in <module>
   40.13 -    import tempfile
   40.14 -  File "${src}/Lib/tempfile.py", line 35, in <module>
   40.15 -    from random import Random as _Random
   40.16 -  File "${src}/Lib/random.py", line 885, in <module>
   40.17 -    _inst = Random()
   40.18 -  File "${src}/Lib/random.py", line 97, in __init__
   40.19 -    self.seed(x)
   40.20 -  File "${src}/Lib/random.py", line 113, in seed
   40.21 -    a = long(_hexlify(_urandom(2500)), 16)
   40.22 -OSError: [Errno 38] Function not implemented
   40.23 -make: *** [Makefile:927: install] Error 1
   40.24 -```
   40.25 -
   40.26 -While the normal installing process is following:
   40.27 -
   40.28 -```
   40.29 -Collecting setuptools
   40.30 -Collecting pip
   40.31 -Installing collected packages: setuptools, pip
   40.32 -Successfully installed pip-9.0.1 setuptools-28.8.0
   40.33 -```
   40.34 -
   40.35 -Discussion found here: http://bugs.python.org/issue29188
   40.36 -Patch found in the discussion above:
   40.37 -https://hg.python.org/cpython/rev/13a39142c047
   40.38 -
   40.39 -Chunk #1 is removed from the original patch because it rejected.
   40.40 -
   40.41 -
   40.42 -# HG changeset patch
   40.43 -# User Victor Stinner <victor.stinner@gmail.com>
   40.44 -# Date 1483956641 -3600
   40.45 -# Node ID 13a39142c0473ecb64fcd4b12a915025df6e4310
   40.46 -# Parent  cb4f73be9486d47f1dc4285998d1532d8857c59e
   40.47 -Don't use getentropy() on Linux
   40.48 -
   40.49 -Issue #29188: Support glibc 2.24 on Linux: don't use getentropy() function but
   40.50 -read from /dev/urandom to get random bytes, for example in os.urandom().  On
   40.51 -Linux, getentropy() is implemented which getrandom() is blocking mode, whereas
   40.52 -os.urandom() should not block.
   40.53 -
   40.54 -diff --git a/Python/random.c b/Python/random.c
   40.55 ---- a/Python/random.c
   40.56 -+++ b/Python/random.c
   40.57 -@@ -97,8 +97,15 @@ win32_urandom(unsigned char *buffer, Py_
   40.58 - }
   40.59 - 
   40.60 - /* Issue #25003: Don't use getentropy() on Solaris (available since
   40.61 -- * Solaris 11.3), it is blocking whereas os.urandom() should not block. */
   40.62 --#elif defined(HAVE_GETENTROPY) && !defined(sun)
   40.63 -+   Solaris 11.3), it is blocking whereas os.urandom() should not block.
   40.64 -+
   40.65 -+   Issue #29188: Don't use getentropy() on Linux since the glibc 2.24
   40.66 -+   implements it with the getrandom() syscall which can fail with ENOSYS,
   40.67 -+   and this error is not supported in py_getentropy() and getrandom() is called
   40.68 -+   with flags=0 which blocks until system urandom is initialized, which is not
   40.69 -+   the desired behaviour to seed the Python hash secret nor for os.urandom():
   40.70 -+   see the PEP 524 which was only implemented in Python 3.6. */
   40.71 -+#elif defined(HAVE_GETENTROPY) && !defined(sun) && !defined(linux)
   40.72 - #define PY_GETENTROPY 1
   40.73 - 
   40.74 - /* Fill buffer with size pseudo-random bytes generated by getentropy().
   40.75 -
    41.1 --- a/python/stuff/patches/series	Sun Aug 07 07:58:20 2022 +0100
    41.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    41.3 @@ -1,1 +0,0 @@
    41.4 -#13a39142c047.diff
    42.1 Binary file python/stuff/python.png has changed
    43.1 --- a/qimageblitz/receipt	Sun Aug 07 07:58:20 2022 +0100
    43.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    43.3 @@ -1,35 +0,0 @@
    43.4 -# SliTaz package receipt.
    43.5 -
    43.6 -PACKAGE="qimageblitz"
    43.7 -VERSION="0.0.6"
    43.8 -CATEGORY="x-window"
    43.9 -SHORT_DESC="QImageblitz is a graphical effect and filter library for KDE."
   43.10 -MAINTAINER="psychomaniak@xakep.ru"
   43.11 -LICENSE="GPL2"
   43.12 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
   43.13 -WEB_SITE="http://www.kde.org/"
   43.14 -WGET_URL="http://download.kde.org/stable/$PACKAGE/$TARBALL"
   43.15 -
   43.16 -DEPENDS="libQtCore "
   43.17 -BUILD_DEPENDS="cmake qmake automoc4 Qt4-dev libxslt-dev \
   43.18 -jpeg libpng giflib giflib-dev libpng-dev jpeg-dev \
   43.19 -shared-mime-info-dev phonon phonon-dev docbook-xml docbook-xsl dbus-dev \
   43.20 -polkit-qt-dev libdbusmenu-qt-dev libQtDeclarative \
   43.21 -alsa-lib-dev exiv2-dev attica-dev"
   43.22 -
   43.23 -# Rules to configure and make the package.
   43.24 -compile_rules()
   43.25 -{
   43.26 -	cd /usr/share/xml/docbook/stylesheet/docbook-xsl
   43.27 -	wget ftp://cook.slitaz.org/docbook-xsl/source/docbook-xsl-1.76.1/VERSION
   43.28 -	cd $src
   43.29 -	mkdir -p build && cd build
   43.30 -	cmake -DCMAKE_INSTALL_PREFIX=/usr -Wno-dev .. &&
   43.31 -	make && make install
   43.32 -}
   43.33 -
   43.34 -# Rules to gen a SliTaz package suitable for Tazpkg.
   43.35 -genpkg_rules()
   43.36 -{
   43.37 -	cp -a $install/* $fs
   43.38 -}
    44.1 --- a/smplayer/receipt	Sun Aug 07 07:58:20 2022 +0100
    44.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    44.3 @@ -1,30 +0,0 @@
    44.4 -# SliTaz package receipt.
    44.5 -
    44.6 -PACKAGE="smplayer"
    44.7 -VERSION="15.9.0"
    44.8 -CATEGORY="multimedia"
    44.9 -SHORT_DESC="QT-based front-end for MPlayer"
   44.10 -MAINTAINER="jozee@slitaz.org"
   44.11 -LICENSE="GPL2"
   44.12 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
   44.13 -WEB_SITE="http://smplayer.sourceforge.net/" 
   44.14 -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
   44.15 -TAGS="player audio video movie"
   44.16 -
   44.17 -DEPENDS="mplayer libQtCore libQtGui libQtDBus libQtXml libQtScript libQtNetwork"
   44.18 -BUILD_DEPENDS="qt4 Qt4-dev qmake libQtNetwork libQtDeclarative libegl-mesa"
   44.19 -
   44.20 -# Rules to configure and make the package.
   44.21 -compile_rules()
   44.22 -{
   44.23 -	make PREFIX=/usr &&
   44.24 -	make PREFIX=/usr DESTDIR=$DESTDIR install
   44.25 -	
   44.26 -}
   44.27 -
   44.28 -# Rules to gen a SliTaz package suitable for Tazpkg.
   44.29 -genpkg_rules()
   44.30 -{
   44.31 -	cp -a $install/* $fs
   44.32 -	rm -rf $fs/usr/share/doc
   44.33 -}
    45.1 --- a/sqlite-dev/receipt	Sun Aug 07 07:58:20 2022 +0100
    45.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    45.3 @@ -1,23 +0,0 @@
    45.4 -# SliTaz package receipt.
    45.5 -
    45.6 -PACKAGE="sqlite-dev"
    45.7 -_realver=3081101
    45.8 -VERSION="${_realver:0:1}.${_realver:2:1}.${_realver:3:2}.${_realver:6:6}"
    45.9 -CATEGORY="development"
   45.10 -SHORT_DESC="Small SQL database engine devel files."
   45.11 -MAINTAINER="pankso@slitaz.org"
   45.12 -LICENSE="PublicDomain"
   45.13 -WANTED="sqlite"
   45.14 -WEB_SITE="http://www.sqlite.org/"
   45.15 -HOST_ARCH="i486 arm"
   45.16 -
   45.17 -DEPENDS="sqlite"
   45.18 -
   45.19 -# Rules to gen a SliTaz package suitable for Tazpkg.
   45.20 -genpkg_rules()
   45.21 -{
   45.22 -	mkdir -p $fs/usr/lib
   45.23 -	cp -a $install/usr/lib/*.*a $fs/usr/lib
   45.24 -	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
   45.25 -	cp -a $install/usr/include $fs/usr
   45.26 -}
    46.1 --- a/sqlite/receipt	Sun Aug 07 07:58:20 2022 +0100
    46.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    46.3 @@ -1,64 +0,0 @@
    46.4 -# SliTaz package receipt.
    46.5 -
    46.6 -PACKAGE="sqlite"
    46.7 -_realver=3081101
    46.8 -VERSION="${_realver:0:1}.${_realver:2:1}.${_realver:3:2}.${_realver:6:6}"
    46.9 -CATEGORY="office"
   46.10 -SHORT_DESC="Small SQL database engine."
   46.11 -MAINTAINER="pankso@slitaz.org"
   46.12 -LICENSE="PublicDomain"
   46.13 -TARBALL="$PACKAGE-src-${_realver}.zip"
   46.14 -WEB_SITE="http://www.sqlite.org/"
   46.15 -WGET_URL="http://www.sqlite.org/2015/$TARBALL"
   46.16 -EXTRA_SOURCE_FILES="mysql2sqlite.sh"
   46.17 -HOST_ARCH="i486 arm"
   46.18 -
   46.19 -DEPENDS="libsqlite"
   46.20 -BUILD_DEPENDS="tcl-dev"
   46.21 -
   46.22 -# Rules to configure and make the package.
   46.23 -compile_rules()
   46.24 -{
   46.25 -	case "$ARCH" in
   46.26 -		arm*) ARCH_ARGS="--with-tcl=/cross/arm/sysroot/usr/lib" ;;
   46.27 -	esac
   46.28 -	[ -s "$SOURCES_REPOSITORY/mysql2sqlite.sh" ] ||
   46.29 -		wget -O "$SOURCES_REPOSITORY/mysql2sqlite.sh" \
   46.30 -			https://gist.github.com/esperlu/943776/raw/dd87f4088f6d5ec7563478f7a28a37ba02cf26e2/mysql2sqlite.sh
   46.31 -	export CFLAGS="$CFLAGS -DSQLITE_ENABLE_FTS3=1 -DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY -DSQLITE_SECURE_DELETE"
   46.32 -	./configure \
   46.33 -		--prefix=/usr \
   46.34 -		--disable-readline \
   46.35 -		--enable-load-extension \
   46.36 -		LDFLAGS="$LDFLAGS -ldl" \
   46.37 -		$ARCH_ARGS \
   46.38 -		$CONFIGURE_ARGS &&
   46.39 -	sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool &&
   46.40 -  	sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool &&
   46.41 -	make &&
   46.42 -	make DESTDIR=$DESTDIR install
   46.43 -	# compile lemon here instead of in lemon
   46.44 -	if [ -f $src/lemon ]; then
   46.45 -		rm $src/lemon
   46.46 -	fi
   46.47 -	cp $src/tool/lemon.c .
   46.48 -	sed -i -e 's!lempar.c!/usr/share/lemon/lempar.c!' lemon.c
   46.49 -	echo -n "Compiling lemon..."
   46.50 -	gcc -o lemon lemon.c && status
   46.51 -	mkdir -p $DESTDIR/usr/share/lemon
   46.52 -	cp -a $src/lemon $DESTDIR/usr/bin
   46.53 -	cp -a $src/lempar.c $DESTDIR/usr/share/lemon
   46.54 -}
   46.55 -
   46.56 -# Rules to gen a SliTaz package suitable for Tazpkg.
   46.57 -genpkg_rules()
   46.58 -{
   46.59 -	mkdir -p $fs/usr/bin
   46.60 -	
   46.61 -	cp -a $install/usr/bin $fs/usr
   46.62 -	cp "$SOURCES_REPOSITORY/mysql2sqlite.sh" $fs/usr/bin
   46.63 -	chmod +x $fs/usr/bin/mysql2sqlite.sh
   46.64 -	if [ -f $fs/usr/bin/lemon ]; then
   46.65 -		rm -f $fs/usr/bin/lemon
   46.66 -	fi
   46.67 -}
    47.1 --- a/sqlite/stuff/sqlite.desktop	Sun Aug 07 07:58:20 2022 +0100
    47.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    47.3 @@ -1,13 +0,0 @@
    47.4 -[Desktop Entry]
    47.5 -Encoding=UTF-8
    47.6 -Name=SQLite SQL Engine
    47.7 -Name[fr]=SQLite Moteur SQL
    47.8 -Name[pt]=Banco de Dados SQLite
    47.9 -Name[pt_BR]=Banco de Dados SQLite
   47.10 -Comment=Small data base engine
   47.11 -Comment[fr]=Moteur de base de données léger
   47.12 -Terminal=false
   47.13 -Exec=xterm -e sqlite3
   47.14 -Icon=sqlite
   47.15 -Type=Application
   47.16 -Categories=Office;
    48.1 Binary file sqlite/stuff/sqlite.png has changed
    49.1 --- a/terminology/receipt	Sun Aug 07 07:58:20 2022 +0100
    49.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    49.3 @@ -1,30 +0,0 @@
    49.4 -# SliTaz package receipt.
    49.5 -
    49.6 -PACKAGE="terminology"
    49.7 -VERSION="0.4.0-alpha4"
    49.8 -CATEGORY="base-system"
    49.9 -SHORT_DESC="Terminology is a terminal emulator with innovative features."
   49.10 -MAINTAINER="domcox@slitaz.org"
   49.11 -LICENSE="GPL"
   49.12 -WEB_SITE="http://www.enlightenment.org/"
   49.13 -TARBALL="$PACKAGE-$VERSION.tar.gz"
   49.14 -WGET_URL="http://download.enlightenment.org/rel/apps/$PACKAGE/$TARBALL"
   49.15 -TAGS="e enlightenment terminal"
   49.16 -
   49.17 -DEPENDS="elementary"
   49.18 -BUILD_DEPENDS="elementary-dev"
   49.19 -
   49.20 -# Rules to configure and make the package.
   49.21 -compile_rules()
   49.22 -{
   49.23 -	./configure \
   49.24 -		-with-maximum-log-level=1 \
   49.25 -		$CONFIGURE_ARGS &&
   49.26 -	make $MAKEFLAGS && make install
   49.27 -}
   49.28 -
   49.29 -# Rules to gen a SliTaz package suitable for Tazpkg.
   49.30 -genpkg_rules()
   49.31 -{
   49.32 -	cp -a $install/* $fs
   49.33 -}
    50.1 --- a/vlc/receipt	Sun Aug 07 07:58:20 2022 +0100
    50.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    50.3 @@ -1,50 +0,0 @@
    50.4 -# SliTaz package receipt.
    50.5 -
    50.6 -PACKAGE="vlc"
    50.7 -VERSION="2.2.1"
    50.8 -CATEGORY="multimedia"
    50.9 -SHORT_DESC="MPEG, VCD/DVD, and DivX player"
   50.10 -MAINTAINER="jozee@slitaz.org"
   50.11 -LICENSE="GPL2"
   50.12 -TARBALL="$PACKAGE-$VERSION.tar.xz"
   50.13 -WEB_SITE="http://www.videolan.org/vlc/"
   50.14 -WGET_URL="http://download.videolan.org/pub/videolan/$PACKAGE/$VERSION/$TARBALL"
   50.15 -TAGS="audio video multimedia movie player"
   50.16 -
   50.17 -DEPENDS="libQtCore libQtGui libvlc"
   50.18 -BUILD_DEPENDS="Qt4-dev alsa-lib-dev dbus-dev ffmpeg-dev gettext \
   50.19 -libmad-dev lua-dev tar xcb-util-dev yasm expat-dev libxml2-dev \
   50.20 -util-linux-uuid-dev x264-dev flac-dev taglib-dev gnutls-dev libupnp-dev \
   50.21 -libsamplerate-dev fribidi-dev zvbi-dev opus-dev gmp-dev"
   50.22 -
   50.23 -compile_rules()
   50.24 -{
   50.25 -	export CFLAGS="$CFLAGS -mtune=i686"
   50.26 -	export CXXFLAGS="$CFLAGS"
   50.27 -	[ -s /var/lib/dbus/machine-id ] || dbus-uuidgen > /var/lib/dbus/machine-id
   50.28 -	./configure \
   50.29 -		--prefix=/usr \
   50.30 -		--disable-pulse \
   50.31 -		--disable-a52 \
   50.32 -		--disable-glx \
   50.33 -		--disable-sout \
   50.34 -		--disable-httpd \
   50.35 -		--disable-libgcrypt \
   50.36 -		$CONFIGURE_ARGS &&
   50.37 -	make &&
   50.38 -	make install
   50.39 -}
   50.40 -
   50.41 -# Rules to gen a SliTaz package suitable for Tazpkg.
   50.42 -genpkg_rules()
   50.43 -{
   50.44 -	mkdir -p $fs/usr/share/pixmaps
   50.45 -	cp -a $install/usr/bin $fs/usr
   50.46 -	cp -a $install/usr/share/$PACKAGE $fs/usr/share
   50.47 -	#Remove extra icons
   50.48 -	rm $fs/usr/share/$PACKAGE/*.ico
   50.49 -	#copy vlc icon
   50.50 -	cp -a $install/usr/share/icons/hicolor/16x16/apps/vlc.png $fs/usr/share/pixmaps
   50.51 -	#Remove unnecessary fonts
   50.52 -	rm $fs/usr/share/$PACKAGE/skins2/fonts/*
   50.53 -}
    51.1 --- a/xcb-util-renderutil-dev/receipt	Sun Aug 07 07:58:20 2022 +0100
    51.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    51.3 @@ -1,21 +0,0 @@
    51.4 -# SliTaz package receipt.
    51.5 -
    51.6 -PACKAGE="xcb-util-renderutil-dev"
    51.7 -VERSION="0.3.8"
    51.8 -CATEGORY="development"
    51.9 -SHORT_DESC="devel files for xcb-util-renderutil"
   51.10 -MAINTAINER="psychomaniak@xakep.ru"
   51.11 -LICENSE="other"
   51.12 -WEB_SITE="http://xcb.freedesktop.org/"
   51.13 -WANTED="xcb-util-renderutil"
   51.14 -
   51.15 -DEPENDS="xcb-util-renderutil pkg-config"
   51.16 -
   51.17 -# Rules to gen a SliTaz package suitable for Tazpkg.
   51.18 -genpkg_rules()
   51.19 -{
   51.20 -	mkdir -p $fs/usr/lib
   51.21 -	cp -a $install/usr/include $fs/usr
   51.22 -	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
   51.23 -	cp -a $install/usr/lib/*.la $fs/usr/lib
   51.24 -}
    52.1 --- a/xcb-util-renderutil/receipt	Sun Aug 07 07:58:20 2022 +0100
    52.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    52.3 @@ -1,30 +0,0 @@
    52.4 -# SliTaz package receipt.
    52.5 -
    52.6 -PACKAGE="xcb-util-renderutil"
    52.7 -VERSION="0.3.8"
    52.8 -CATEGORY="x-window"
    52.9 -SHORT_DESC="Utility libraries for XC Binding"
   52.10 -MAINTAINER="psychomaniak@xakep.ru"
   52.11 -LICENSE="other"
   52.12 -WEB_SITE="http://xcb.freedesktop.org/"
   52.13 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
   52.14 -WGET_URL="http://xcb.freedesktop.org/dist/$TARBALL"
   52.15 -
   52.16 -DEPENDS="libxcb"
   52.17 -BUILD_DEPENDS="libxcb-dev xorg-util-macros"
   52.18 -
   52.19 -# Rules to configure and make the package.
   52.20 -compile_rules()
   52.21 -{
   52.22 -	./configure \
   52.23 -		--disable-static \
   52.24 -		$CONFIGURE_ARGS && 
   52.25 -	make && make install
   52.26 -}
   52.27 -
   52.28 -# Rules to gen a SliTaz package suitable for Tazpkg.
   52.29 -genpkg_rules()
   52.30 -{
   52.31 -	mkdir -p $fs/usr/lib
   52.32 -	cp -a $install/usr/lib/*.so* $fs/usr/lib
   52.33 -}
    53.1 --- a/xorg-xf86-video-mach64/receipt	Sun Aug 07 07:58:20 2022 +0100
    53.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    53.3 @@ -1,40 +0,0 @@
    53.4 -# SliTaz package receipt.
    53.5 -
    53.6 -PACKAGE="xorg-xf86-video-mach64"
    53.7 -VERSION="6.9.1"
    53.8 -CATEGORY="x-window"
    53.9 -SHORT_DESC="Xorg server Mach64 driver."
   53.10 -MAINTAINER="gokhlayeh@slitaz.org"
   53.11 -LICENSE="MIT"
   53.12 -SOURCE="xf86-video-mach64"
   53.13 -TARBALL="$SOURCE-$VERSION.tar.bz2"
   53.14 -WEB_SITE="http://www.x.org/"
   53.15 -WGET_URL="$XORG_MIRROR/driver/$TARBALL"
   53.16 -TAGS="xorg display"
   53.17 -
   53.18 -DEPENDS="xorg-server mesa-dri-mach64"
   53.19 -BUILD_DEPENDS="xorg-server-dev"
   53.20 -
   53.21 -MODS='/usr/lib/X11/modules'
   53.22 -
   53.23 -# Rules to configure and make the package.
   53.24 -compile_rules()
   53.25 -{
   53.26 -	cd $src
   53.27 -	./configure \
   53.28 -		--sysconfdir=/etc \
   53.29 -		--mandir=/usr/share/man \
   53.30 -		--localstatedir=/var \
   53.31 -		--with-xorg-module-dir=$MODS \
   53.32 -		--enable-dri \
   53.33 -		$CONFIGURE_ARGS &&
   53.34 -	make && make install
   53.35 -}
   53.36 -
   53.37 -# Rules to gen a SliTaz package suitable for Tazpkg.
   53.38 -genpkg_rules()
   53.39 -{
   53.40 -	mkdir -p ${fs}${MODS}/drivers
   53.41 -	cp -a ${install}${MODS}/drivers/*.so ${fs}${MODS}/drivers
   53.42 -}
   53.43 -
    54.1 --- a/xorg-xf86-video-mga/receipt	Sun Aug 07 07:58:20 2022 +0100
    54.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    54.3 @@ -1,38 +0,0 @@
    54.4 -# SliTaz package receipt.
    54.5 -
    54.6 -PACKAGE="xorg-xf86-video-mga"
    54.7 -VERSION="1.5.0"
    54.8 -CATEGORY="x-window"
    54.9 -SHORT_DESC="Xorg driver for Matrox cards."
   54.10 -MAINTAINER="keupont@no-log.org"
   54.11 -LICENSE="MIT"
   54.12 -SOURCE="xf86-video-mga"
   54.13 -TARBALL="$SOURCE-$VERSION.tar.bz2"
   54.14 -WEB_SITE="http://www.x.org/"
   54.15 -WGET_URL="$XORG_MIRROR/driver/$TARBALL"
   54.16 -TAGS="xorg display"
   54.17 -
   54.18 -DEPENDS="xorg-server mesa-dri-mga"
   54.19 -BUILD_DEPENDS="xorg-server-dev"
   54.20 -
   54.21 -MODS='/usr/lib/X11/modules'
   54.22 -
   54.23 -# Rules to configure and make the package.
   54.24 -compile_rules()
   54.25 -{
   54.26 -	cd $src
   54.27 -	./configure \
   54.28 -		--sysconfdir=/etc \
   54.29 -		--mandir=/usr/share/man \
   54.30 -		--localstatedir=/var \
   54.31 -		--with-xorg-module-dir=$MODS \
   54.32 -		$CONFIGURE_ARGS &&
   54.33 -	make && make install
   54.34 -}
   54.35 -
   54.36 -# Rules to gen a SliTaz package suitable for Tazpkg.
   54.37 -genpkg_rules()
   54.38 -{
   54.39 -	mkdir -p ${fs}${MODS}/drivers
   54.40 -	cp -a ${install}${MODS}/drivers/*.so ${fs}${MODS}/drivers
   54.41 -}
    55.1 --- a/xorg-xf86-video-openchrome/receipt	Sun Aug 07 07:58:20 2022 +0100
    55.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    55.3 @@ -1,40 +0,0 @@
    55.4 -# SliTaz package receipt.
    55.5 -
    55.6 -PACKAGE="xorg-xf86-video-openchrome"
    55.7 -VERSION="0.2.905"
    55.8 -CATEGORY="x-window"
    55.9 -SHORT_DESC="Xorg server openchrome driver."
   55.10 -MAINTAINER="claudinei@slitaz.org"
   55.11 -LICENSE="MIT"
   55.12 -SOURCE="xf86-video-openchrome"
   55.13 -TARBALL="$SOURCE-$VERSION.tar.bz2"
   55.14 -WEB_SITE="http://www.x.org/"
   55.15 -WGET_URL="$XORG_MIRROR/driver/$TARBALL"
   55.16 -TAGS="xorg display"
   55.17 -
   55.18 -DEPENDS="xorg-server xorg-libXvMC mesa-dri-unichrome libdrm"
   55.19 -BUILD_DEPENDS="xorg-server-dev xorg-libXvMC-dev libdrm-dev"
   55.20 -
   55.21 -MODS='/usr/lib/X11/modules'
   55.22 -
   55.23 -# Rules to configure and make the package.
   55.24 -compile_rules()
   55.25 -{
   55.26 -	cd $src
   55.27 -	./configure \
   55.28 -		--sysconfdir=/etc \
   55.29 -		--mandir=/usr/share/man \
   55.30 -		--localstatedir=/var \
   55.31 -		--with-xorg-module-dir=$MODS \
   55.32 -		$CONFIGURE_ARGS &&
   55.33 -	make && make install
   55.34 -}
   55.35 -
   55.36 -# Rules to gen a SliTaz package suitable for Tazpkg.
   55.37 -genpkg_rules()
   55.38 -{
   55.39 -	mkdir -p ${fs}${MODS}/drivers
   55.40 -	cp -a ${install}${MODS}/drivers/*.so ${fs}${MODS}/drivers
   55.41 -	cp -a $install/usr/lib/*.so* $fs/usr/lib
   55.42 -}
   55.43 -
    56.1 --- a/xorg-xf86-video-r128/receipt	Sun Aug 07 07:58:20 2022 +0100
    56.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    56.3 @@ -1,40 +0,0 @@
    56.4 -# SliTaz package receipt.
    56.5 -
    56.6 -PACKAGE="xorg-xf86-video-r128"
    56.7 -VERSION="6.8.2"
    56.8 -CATEGORY="x-window"
    56.9 -SHORT_DESC="Xorg server Rage128 driver."
   56.10 -MAINTAINER="gokhlayeh@slitaz.org"
   56.11 -LICENSE="MIT"
   56.12 -SOURCE="xf86-video-r128"
   56.13 -TARBALL="$SOURCE-$VERSION.tar.bz2"
   56.14 -WEB_SITE="http://www.x.org/"
   56.15 -WGET_URL="$XORG_MIRROR/driver/$TARBALL"
   56.16 -TAGS="xorg display"
   56.17 -
   56.18 -DEPENDS="xorg-server mesa-dri-r128"
   56.19 -BUILD_DEPENDS="xorg-server-dev"
   56.20 -
   56.21 -MODS='/usr/lib/X11/modules'
   56.22 -
   56.23 -# Rules to configure and make the package.
   56.24 -compile_rules()
   56.25 -{
   56.26 -	cd $src
   56.27 -	./configure \
   56.28 -		--sysconfdir=/etc \
   56.29 -		--mandir=/usr/share/man \
   56.30 -		--localstatedir=/var \
   56.31 -		--with-xorg-module-dir=$MODS \
   56.32 -		--enable-dri \
   56.33 -		$CONFIGURE_ARGS &&
   56.34 -	make && make install
   56.35 -}
   56.36 -
   56.37 -# Rules to gen a SliTaz package suitable for Tazpkg.
   56.38 -genpkg_rules()
   56.39 -{
   56.40 -	mkdir -p ${fs}${MODS}/drivers
   56.41 -	cp -a ${install}${MODS}/drivers/*.so ${fs}${MODS}/drivers
   56.42 -}
   56.43 -
    57.1 --- a/xorg-xf86-video-savage/receipt	Sun Aug 07 07:58:20 2022 +0100
    57.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    57.3 @@ -1,39 +0,0 @@
    57.4 -# SliTaz package receipt.
    57.5 -
    57.6 -PACKAGE="xorg-xf86-video-savage"
    57.7 -VERSION="2.3.4"
    57.8 -CATEGORY="x-window"
    57.9 -SHORT_DESC="Xorg S3 Savage video driver."
   57.10 -MAINTAINER="pankso@slitaz.org"
   57.11 -LICENSE="MIT"
   57.12 -SOURCE="xf86-video-savage"
   57.13 -TARBALL="$SOURCE-$VERSION.tar.bz2"
   57.14 -WEB_SITE="http://www.x.org/"
   57.15 -WGET_URL="$XORG_MIRROR/driver/$TARBALL"
   57.16 -TAGS="xorg display"
   57.17 -
   57.18 -DEPENDS="xorg-server mesa-dri-savage"
   57.19 -BUILD_DEPENDS="xorg-server-dev"
   57.20 -
   57.21 -MODS='/usr/lib/X11/modules'
   57.22 -
   57.23 -# Rules to configure and make the package.
   57.24 -compile_rules()
   57.25 -{
   57.26 -	cd $src
   57.27 -	./configure \
   57.28 -		--sysconfdir=/etc \
   57.29 -		--mandir=/usr/share/man \
   57.30 -		--localstatedir=/var \
   57.31 -		--with-xorg-module-dir=$MODS \
   57.32 -		$CONFIGURE_ARGS &&
   57.33 -	make && make install
   57.34 -}
   57.35 -
   57.36 -# Rules to gen a SliTaz package suitable for Tazpkg.
   57.37 -genpkg_rules()
   57.38 -{
   57.39 -	mkdir -p ${fs}${MODS}/drivers
   57.40 -	cp -a ${install}${MODS}/drivers/*.so ${fs}${MODS}/drivers
   57.41 -}
   57.42 -
    58.1 --- a/xorg-xf86-video-sis/receipt	Sun Aug 07 07:58:20 2022 +0100
    58.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    58.3 @@ -1,40 +0,0 @@
    58.4 -# SliTaz package receipt.
    58.5 -
    58.6 -PACKAGE="xorg-xf86-video-sis"
    58.7 -VERSION="0.10.4"
    58.8 -CATEGORY="x-window"
    58.9 -SHORT_DESC="Xorg driver for SIS cards."
   58.10 -MAINTAINER="pankso@slitaz.org"
   58.11 -LICENSE="MIT"
   58.12 -SOURCE="xf86-video-sis"
   58.13 -TARBALL="$SOURCE-$VERSION.tar.bz2"
   58.14 -WEB_SITE="http://www.x.org/"
   58.15 -WGET_URL="$XORG_MIRROR/driver/$TARBALL"
   58.16 -TAGS="xorg display"
   58.17 -
   58.18 -DEPENDS="xorg-server mesa-dri-sis"
   58.19 -BUILD_DEPENDS="xorg-server-dev xorg-xf86dgaproto xorg-xf86driproto"
   58.20 -
   58.21 -MODS='/usr/lib/X11/modules'
   58.22 -
   58.23 -# Rules to configure and make the package.
   58.24 -compile_rules()
   58.25 -{
   58.26 -	cd $src
   58.27 -	./configure \
   58.28 -		--sysconfdir=/etc \
   58.29 -		--mandir=/usr/share/man \
   58.30 -		--localstatedir=/var \
   58.31 -		--with-xorg-module-dir=$MODS \
   58.32 -		--enable-dri \
   58.33 -		$CONFIGURE_ARGS &&
   58.34 -	make && make install
   58.35 -}
   58.36 -
   58.37 -# Rules to gen a SliTaz package suitable for Tazpkg.
   58.38 -genpkg_rules()
   58.39 -{
   58.40 -	mkdir -p ${fs}${MODS}/drivers
   58.41 -	cp -a ${install}${MODS}/drivers/*.so ${fs}${MODS}/drivers
   58.42 -}
   58.43 -
    59.1 --- a/xz/receipt	Sun Aug 07 07:58:20 2022 +0100
    59.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    59.3 @@ -1,47 +0,0 @@
    59.4 -# SliTaz package receipt v2.
    59.5 -
    59.6 -PACKAGE="xz"
    59.7 -VERSION="5.2.4"
    59.8 -CATEGORY="base-system"
    59.9 -SHORT_DESC="XZ Utils"
   59.10 -MAINTAINER="pascal.bellard@slitaz.org"
   59.11 -LICENSE="PublicDomain LGPL2.1 GPL2 GPL3"
   59.12 -WEB_SITE="https://tukaani.org/xz/"
   59.13 -LFS="http://www.linuxfromscratch.org/lfs/view/stable/chapter06/xz.html"
   59.14 -
   59.15 -TARBALL="$PACKAGE-$VERSION.tar.xz"
   59.16 -WGET_URL="$WEB_SITE$TARBALL"
   59.17 -
   59.18 -BUILD_DEPENDS="gettext-dev"
   59.19 -SPLIT="$PACKAGE-tools $PACKAGE liblzma $PACKAGE-dev"
   59.20 -
   59.21 -COPY_tools="/usr/bin/"
   59.22 -COPY_std="bin/ @rm"
   59.23 -COPY_liblzma="liblzma.so*"
   59.24 -
   59.25 -CAT_tools="utilities|misc commandline utilities"
   59.26 -CAT_liblzma="libs|library"
   59.27 -
   59.28 -DEPENDS_tools="liblzma"
   59.29 -DEPENDS_std="liblzma"
   59.30 -DEPENDS_liblzma=" "
   59.31 -
   59.32 -TAGS_std="LFS compression archive"
   59.33 -
   59.34 -compile_rules() {
   59.35 -	./configure \
   59.36 -		--disable-static \
   59.37 -		--enable-small \
   59.38 -		$CONFIGURE_ARGS &&
   59.39 -	fix libtool &&
   59.40 -	make &&
   59.41 -	make install || return 1
   59.42 -
   59.43 -	mkdir -p $install/bin $install/lib
   59.44 -	for i in lzma unlzma lzcat xz unxz xzcat; do
   59.45 -		mv $install/usr/bin/$i $install/bin
   59.46 -	done
   59.47 -	mv $install/usr/lib/liblzma.so.* $install/lib
   59.48 -	ln -sf ../../lib/$(readlink $install/usr/lib/liblzma.so) \
   59.49 -		$install/usr/lib/liblzma.so
   59.50 -}