# HG changeset patch # User Hans-G?nter Theisgen # Date 1659863174 -3600 # Node ID 6880db7b3c509867a689c61cc376e9fad1b3c62e # Parent 10a49f95f9dc7d68d4a6a3ec04979a2bc6ee84b4 removed obsolete recipes diff -r 10a49f95f9dc -r 6880db7b3c50 libsqlite/receipt --- a/libsqlite/receipt Sun Aug 07 07:58:20 2022 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,19 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="libsqlite" -_realver=3081101 -VERSION="${_realver:0:1}.${_realver:2:1}.${_realver:3:2}.${_realver:6:6}" -CATEGORY="office" -SHORT_DESC="Small SQL database engine." -MAINTAINER="erjo@slitaz.org" -LICENSE="PublicDomain" -WEB_SITE="http://www.sqlite.org/" -WANTED="sqlite" -HOST_ARCH="i486 arm" - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr/lib - cp -a $install/usr/lib/*.so* $fs/usr/lib -} diff -r 10a49f95f9dc -r 6880db7b3c50 libvalhalla-dev/receipt --- a/libvalhalla-dev/receipt Sun Aug 07 07:58:20 2022 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,20 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="libvalhalla-dev" -VERSION="2.1.0" -CATEGORY="multimedia" -SHORT_DESC="The libvalhalla devel files." -MAINTAINER="pankso@slitaz.org" -WANTED="libvalhalla" -DEPENDS="libvalhalla" -WEB_SITE="http://libvalhalla.geexbox.org/" - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr/lib - cp -a $install/usr/bin $fs/usr - cp -a $install/usr/lib/*.*a $fs/usr/lib - cp -a $install/usr/lib/pkgconfig $fs/usr/lib - cp -a $install/usr/include $fs/usr -} diff -r 10a49f95f9dc -r 6880db7b3c50 libvalhalla/receipt --- a/libvalhalla/receipt Sun Aug 07 07:58:20 2022 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,38 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="libvalhalla" -VERSION="2.1.0" -CATEGORY="multimedia" -SHORT_DESC="A tiny media scanner API." -MAINTAINER="pankso@slitaz.org" -DEPENDS="ffmpeg libexif sqlite libxml2 libgcrypt libcurl libcrypto" -BUILD_DEPENDS="ffmpeg-dev sqlite-dev libxml2-dev libexif-dev curl-dev" -TARBALL="$PACKAGE-$VERSION.tar.bz2" -WEB_SITE="http://libvalhalla.geexbox.org/" -WGET_URL="http://libvalhalla.geexbox.org/releases/$TARBALL" - -# Rules to configure and make the package. -compile_rules() -{ - cd $src - sed -i '/av_metadata_get/d' configure - sed -i 's/av_metadata_get/av_dict_get/' configure src/parser.c - sed -i 's/AVMetadataTag/AVDictionaryEntry/' src/parser.c - - # Fix build with curl >= 7.21.2 - sed -i '/#include /d' src/url_utils.c - - sed -i 's/cat -n/awk '"'"'{ printf "%6d %s\\n",++n,$0 }'"'"' >\$logfile 2/$@ >>$logfile 2/' configure - ./configure \ - --prefix=/usr && - make && make DESTDIR=$PWD/_pkg install -} - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr/lib - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib -} diff -r 10a49f95f9dc -r 6880db7b3c50 libvlc/receipt --- a/libvlc/receipt Sun Aug 07 07:58:20 2022 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,22 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="libvlc" -VERSION="2.2.1" -CATEGORY="multimedia" -SHORT_DESC="MPEG, VCD/DVD, and DivX library" -MAINTAINER="jozee@slitaz.org" -LICENSE="GPL2" -WEB_SITE="http://www.videolan.org/vlc/" -WANTED="vlc" - -DEPENDS="alsa-lib dbus ffmpeg libmad lua5.1 tar x264 xcb-util zvbi nettle" - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr/lib - cp -a $install/usr/lib/*so* $fs/usr/lib/ - cp -a $install/usr/lib/vlc $fs/usr/lib/ - # Remove libtool archives - rm $fs/usr/lib/vlc/plugins/*/*.la -} diff -r 10a49f95f9dc -r 6880db7b3c50 mate-common/receipt --- a/mate-common/receipt Sun Aug 07 07:58:20 2022 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,31 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="mate-common" -VERSION="1.4.0" -CATEGORY="x-window" -SHORT_DESC="MATE Desktop common files." -MAINTAINER="pankso@slitaz.org" -WEB_SITE="http://mate-desktop.org" -TARBALL="$PACKAGE-$VERSION.tar.xz" -WGET_URL="http://pub.mate-desktop.org/releases/1.4/$TARBALL" - -DEPENDS="" -BUILD_DEPENDS="automake autoconf" - -# Rules to configure and make the package. -compile_rules() -{ - cd $src - sed -i 's/automake-1.12/automake-1.13 &/' macros/mate-autogen - ./autogen.sh $CONFIGURE_ARGS && - make && make install -} - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr/share - cp -a $install/usr/bin $fs/usr - cp -a $install/usr/share/aclocal $fs/usr/share - cp -a $install/usr/share/mate-common $fs/usr/share -} diff -r 10a49f95f9dc -r 6880db7b3c50 mate-desktop-dev/receipt --- a/mate-desktop-dev/receipt Sun Aug 07 07:58:20 2022 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,20 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="mate-desktop-dev" -VERSION="1.4.0" -CATEGORY="development" -SHORT_DESC="MATE Desktop devel files." -MAINTAINER="pankso@slitaz.org" -WEB_SITE="http://mate-desktop.org" -WANTED="mate-desktop" - -DEPENDS="mate-conf-dev mate-corba-dev libxml2-dev libxml2-python libunique-dev" - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr/lib - cp -a $install/usr/include $fs/usr - cp -a $install/usr/lib/*.*a $fs/usr/lib - cp -a $install/usr/lib/pkgconfig $fs/usr/lib -} diff -r 10a49f95f9dc -r 6880db7b3c50 mate-desktop/receipt --- a/mate-desktop/receipt Sun Aug 07 07:58:20 2022 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,39 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="mate-desktop" -VERSION="1.4.0" -CATEGORY="x-window" -SHORT_DESC="MATE Desktop." -MAINTAINER="pankso@slitaz.org" -WEB_SITE="http://mate-desktop.org" -TARBALL="$PACKAGE-$VERSION.tar.xz" -WGET_URL="http://pub.mate-desktop.org/releases/1.4/$TARBALL" - -DEPENDS="mate-common startup-notification glib gtk+ mate-conf libxml2 \ -libxml2-python libunique" -BUILD_DEPENDS="autoconf automake mate-common startup-notification-dev \ -libtool gtk-doc mate-doc-utils glib-dev gtk+-dev mate-conf-dev mate-corba-dev \ -libxml2-dev libxml2-python docbook-xml libunique-dev" - -# Rules to configure and make the package. -compile_rules() -{ - cd $src - ./autogen.sh \ - --disable-static \ - --disable-scrollkeeper \ - $CONFIGURE_ARGS && - make && make install -} - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr/lib $fs/usr/share - cp -a $install/usr/bin $fs/usr - cp -a $install/usr/lib/*.so* $fs/usr/lib - cp -a $install/usr/share/libmate-desktop $fs/usr/share - cp -a $install/usr/share/mate* $fs/usr/share - cp -a $install/usr/share/omf $fs/usr/share - cp -a $install/usr/share/pixmaps $fs/usr/share -} diff -r 10a49f95f9dc -r 6880db7b3c50 mate-icon-theme/receipt --- a/mate-icon-theme/receipt Sun Aug 07 07:58:20 2022 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,30 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="mate-icon-theme" -VERSION="1.4.0" -CATEGORY="x-window" -SHORT_DESC="MATE Desktop icon theme." -MAINTAINER="pankso@slitaz.org" -WEB_SITE="http://mate-desktop.org" -TARBALL="$PACKAGE-$VERSION.tar.xz" -WGET_URL="http://pub.mate-desktop.org/releases/1.4/$TARBALL" - -DEPENDS="" -BUILD_DEPENDS="autoconf automake mate-common icon-naming-utils" - -# Rules to configure and make the package. -compile_rules() -{ - cd $src - ./autogen.sh \ - $CONFIGURE_ARGS && - make && make install -} - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr/share - cp -a $install/usr/share/icons $fs/usr/share - cp -a $install/usr/share/pkgconfig $fs/usr/share -} diff -r 10a49f95f9dc -r 6880db7b3c50 mesa-dri-mach64/receipt --- a/mesa-dri-mach64/receipt Sun Aug 07 07:58:20 2022 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,24 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="mesa-dri-mach64" -VERSION="7.10.2" -CATEGORY="x-window" -SHORT_DESC="Mesa DRI drivers for ATI Mach64." -MAINTAINER="pascal.bellard@slitaz.org" -LICENSE="MIT" -WEB_SITE="http://www.mesa3d.org/" -DEPENDS="libdrm-mach64" #mesa7 -WANTED="mesa7" - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr/lib/dri $fs/etc/X11/xorg.conf.d/ - cp $install/usr/lib/dri/mach64_dri.so $fs/usr/lib/dri - cat > $fs/etc/X11/xorg.conf.d/90-DRI.conf < $fs/etc/X11/xorg.conf.d/90-DRI.conf < $fs/etc/X11/xorg.conf.d/90-DRI.conf < $fs/etc/X11/xorg.conf.d/90-DRI.conf < $fs/etc/X11/xorg.conf.d/90-DRI.conf < $fs/etc/X11/xorg.conf.d/90-DRI.conf < $fs/etc/X11/xorg.conf.d/90-DRI.conf </dev/null | sed '/No such file or directory/d' -} - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr/lib - cp -a $install/usr/lib/*.so* $fs/usr/lib - - # libGLU is included in the package libglu-mesa - rm -r -f $fs/usr/lib/libGLU* - - #libGLw is included in the package libglw-mesa - rm -r -f $fs/usr/lib/libGLw* - - #libEGL is included in the package libegl-mesa - rm -r -f $fs/usr/lib/libEGL* -} diff -r 10a49f95f9dc -r 6880db7b3c50 meson/.icon.png Binary file meson/.icon.png has changed diff -r 10a49f95f9dc -r 6880db7b3c50 meson/description.txt --- a/meson/description.txt Sun Aug 07 07:58:20 2022 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,4 +0,0 @@ -Meson is a cross-platform build system designed to be both as fast and as user -friendly as possible. It supports many languages and compilers, including GCC, -Clang and Visual Studio. Its build definitions are written in a simple -non-turing complete DSL. diff -r 10a49f95f9dc -r 6880db7b3c50 meson/receipt --- a/meson/receipt Sun Aug 07 07:58:20 2022 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,25 +0,0 @@ -# SliTaz package receipt v2. - -PACKAGE="meson" -VERSION="0.49.0" -CATEGORY="development" -SHORT_DESC="A high performance build system" -MAINTAINER="al.bobylev@gmail.com" -LICENSE="Apache" -WEB_SITE="https://mesonbuild.com/" -LFS="http://www.linuxfromscratch.org/lfs/view/development/chapter06/meson.html" -HOST_ARCH="any" - -TARBALL="$PACKAGE-$VERSION.tar.gz" -WGET_URL="https://github.com/mesonbuild/meson/releases/download/$VERSION/$TARBALL" - -BUILD_DEPENDS="python3" -DEPENDS_std="python3" - -TAGS_std="LFS" - -compile_rules() { - python3 -B setup.py install --root=$install || return 1 - - install -m755 $stuff/meson-wrapper $install/usr/bin/ -} diff -r 10a49f95f9dc -r 6880db7b3c50 meson/stuff/meson-wrapper --- a/meson/stuff/meson-wrapper Sun Aug 07 07:58:20 2022 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,21 +0,0 @@ -#!/bin/sh -ex -# Meson wrapper for SliTaz Linux packaging - -exec meson setup \ - --prefix /usr \ - --libdir /usr/lib \ - --libexecdir /usr/lib \ - --bindir /usr/bin \ - --sbindir /usr/bin \ - --includedir /usr/include \ - --datadir /usr/share \ - --mandir /usr/share/man \ - --infodir /usr/share/info \ - --localedir /usr/share/locale \ - --sysconfdir /etc \ - --localstatedir /var \ - --sharedstatedir /var/lib \ - --buildtype release \ - --wrap-mode nofallback \ - "$@" \ - -D b_lto=true diff -r 10a49f95f9dc -r 6880db7b3c50 mplayer/receipt --- a/mplayer/receipt Sun Aug 07 07:58:20 2022 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,68 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="mplayer" -VERSION="1.2" -CATEGORY="multimedia" -SHORT_DESC="The Ultimate Movie Player For Linux." -MAINTAINER="pankso@slitaz.org" -LICENSE="GPL2" -SOURCE="MPlayer" -TARBALL="$SOURCE-$VERSION.tar.xz" -WEB_SITE="http://www.mplayerhq.hu/design7/news.html" -WGET_URL="http://www1.mplayerhq.hu/MPlayer/releases/$TARBALL" -HOST_ARCH="i486" - -DEPENDS="gtk+ libmad xorg-libXv alsa-lib ncurses \ -xorg-libXdamage giflib enca xorg-libXxf86vm \ -zlib xorg-libXss" -BUILD_DEPENDS="gtk+-dev libmad-dev xorg-libXv-dev \ -alsa-lib-dev ncurses-dev xorg-libXdamage-dev giflib-dev \ -xorg-libXxf86vm-dev enca-dev \ -zlib-dev xorg-xextproto pkg-config yasm glib-dev libgio-dev" - -# Rules to configure and make the package. -compile_rules() -{ - export CFLAGS="$CFLAGS -mtune=i686" - export CXXFLAGS="$CFLAGS" - ARCH_ARGS="--target=i486-linux --disable-sdl --enable-runtime-cpudetection" - ./configure \ - --prefix=/usr \ - --confdir=/etc/mplayer \ - --libdir=/usr/lib/mplayer \ - --enable-gui \ - --disable-mencoder \ - --language="en de es fr it ru" \ - --disable-gl \ - --disable-jack \ - --disable-liblzo \ - --disable-libdv \ - --disable-fribidi \ - --disable-ivtv \ - --disable-smb \ - --disable-ftp \ - --disable-openal \ - --disable-faac \ - --disable-speex \ - ${ARCH_ARGS} && - make $MAKEFLAGS && - make DESTDIR=$DESTDIR install -} - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr/share/mplayer/skins - cp -a $install/usr/bin $fs/usr - [ -d "$install/usr/share/mplayer" ] && \ - cp -a $install/usr/share/mplayer $fs/usr/share - cp -a $install/etc $fs - cp $src/etc/example.conf $fs/etc/mplayer - # Config to use Xv by default. - cp $stuff/mplayer.conf $fs/etc/mplayer - # default skin - tar xjf $stuff/productive-1.0.tar.bz2 -C $fs/usr/share/mplayer/skins - cd $fs/usr/share/mplayer/skins && ln -s productive default - # Font - cd .. && ln -s ../fonts/truetype/ttf-dejavu/DejaVuSans.ttf subfont.ttf -} diff -r 10a49f95f9dc -r 6880db7b3c50 mplayer/stuff/mplayer.conf --- a/mplayer/stuff/mplayer.conf Sun Aug 07 07:58:20 2022 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,14 +0,0 @@ -# /etc/mplayer/mplayer.conf: MPlayer default configuration for SliTaz. -# For more info and examples, please see: /etc/mplayer/example.conf -# - -# Specify default video driver (see -vo help for a list). -vo=xv,x11,fbdev2 -#vf=eq2 - -# Specify default audio driver (see -ao help for a list). -ao=alsa:device=hw=0.0,alsa, - -stop-xscreensaver="1" -heartbeat-cmd='echo -n ""' - diff -r 10a49f95f9dc -r 6880db7b3c50 mplayer/stuff/mplayer.desktop --- a/mplayer/stuff/mplayer.desktop Sun Aug 07 07:58:20 2022 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,20 +0,0 @@ -[Desktop Entry] -Type=Application -Name=MPlayer Media Player -Name[de]=MPlayer Medienwiedergabe -Name[es]=MPlayer Reproductor multimedia -Name[fr]=Lecteur multimédia MPlayer -Name[it]=Lettore multimediale MPlayer -Name[pt]=Reprodutor Multimídia MPlayer -Name[pt_BR]=Reprodutor Multimídia MPlayer -Name[ru]=Медиа-проигрыватель MPlayer -Comment=Play movies and songs -Comment[de]=Filme und Musik wiedergeben -Comment[es]=Reproduce vídeos y música -Comment[fr]=Lit les films et musiques -Comment[it]=Riproduce filmati e musica -Comment[ru]=Воспроизведение фильмов и музыки -Exec=gmplayer %F -Icon=mplayer -Categories=GTK;AudioVideo;Audio;Video;Player;TV; -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; diff -r 10a49f95f9dc -r 6880db7b3c50 mplayer/stuff/productive-1.0.tar.bz2 Binary file mplayer/stuff/productive-1.0.tar.bz2 has changed diff -r 10a49f95f9dc -r 6880db7b3c50 ncurses-dev/receipt --- a/ncurses-dev/receipt Sun Aug 07 07:58:20 2022 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,24 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="ncurses-dev" -VERSION="5.9" -CATEGORY="development" -SHORT_DESC="Devel files for the ncurses library." -MAINTAINER="pankso@slitaz.org" -LICENSE="MIT" -WANTED="ncurses" -WEB_SITE="http://invisible-island.net/ncurses/" -HOST_ARCH="i486 arm" - -DEPENDS="ncursesw-dev ncurses libtinfo" - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/lib $fs/usr/bin - cp -a $install/lib/*.a $fs/lib - # Use include file from ncursesw-dev - #cp -a $install/usr/include $fs/usr - cp $install/usr/bin/ncurses5-config $fs/usr/bin - chmod 755 $fs/usr/bin/* -} diff -r 10a49f95f9dc -r 6880db7b3c50 ncurses/receipt --- a/ncurses/receipt Sun Aug 07 07:58:20 2022 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,52 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="ncurses" -VERSION="5.9" -CATEGORY="base-system" -SHORT_DESC="Library of functions to manage display on terminals." -MAINTAINER="pankso@slitaz.org" -TARBALL="$PACKAGE-$VERSION.tar.gz" -LICENSE="MIT" -WEB_SITE="http://invisible-island.net/ncurses/" -WGET_URL="ftp://invisible-island.net/ncurses/$TARBALL" -HOST_ARCH="i486 arm" - -DEPENDS="ncurses-common libtinfo libtic" -BUILD_DEPENDS="" - -# Rules to configure and make the package. -compile_rules() -{ - # Ncurses need an installed /usr/bin/tic witch is in ncursesw-extra. And - # when cross compiling we can't use the freshly cooked binary. See cook log: - # - #** Building terminfo database, please wait... - #Running /usr/bin/tic to install /home/slitaz/wok/ncurses/install/usr/share/terminfo - # - if [ ! -d "/var/lib/tazpkg/installed/ncursesw-extra" ]; then - echo "Installing: ncursesw-extra" - tazpkg get-install ncursesw-extra 2>/dev/null 1>/dev/null - fi - cd $src - mkdir -p $DESTDIR/usr/lib/terminfo - sed -i 's|\tsh $(srcdir)/MKhashsize.sh|\tash $(srcdir)/MKhashsize.sh|' \ - include/Makefile.in - ./configure \ - --libdir=/lib \ - --sysconfdir=/etc \ - --with-shared \ - --without-debug \ - --without-ada \ - --with-build-cc="gcc -D_GNU_SOURCE" \ - --with-termlib \ - --with-ticlib \ - $CONFIGURE_ARGS && - make && make install -} - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/lib - cp -a $install/lib/libncurses.so* $fs/lib -} diff -r 10a49f95f9dc -r 6880db7b3c50 ninja/receipt --- a/ninja/receipt Sun Aug 07 07:58:20 2022 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,31 +0,0 @@ -# SliTaz package receipt v2. - -PACKAGE="ninja" -VERSION="1.8.2" -CATEGORY="development" -SHORT_DESC="Small build system with a focus on speed" -MAINTAINER="al.bobylev@gmail.com" -LICENSE="Apache" -WEB_SITE="https://ninja-build.org/" -LFS="http://www.linuxfromscratch.org/lfs/view/stable/chapter06/ninja.html" - -TARBALL="$PACKAGE-$VERSION.tar.gz" -WGET_URL="https://github.com/ninja-build/ninja/archive/v$VERSION/$TARBALL" - -BUILD_DEPENDS="python" - -compile_rules() { - export NINJAJOBS=4 # Should be OK for our 6x Intel(R) Xeon(R) CPU W3530 @ 2.8GHz - - python configure.py --bootstrap || return 1 - - install -Dm755 ninja $install/usr/bin/ninja - install -Dm644 misc/bash-completion $install/usr/share/bash-completion/completions/ninja - install -Dm644 misc/zsh-completion $install/usr/share/zsh/site-functions/_ninja - cook_pick_docs doc/manual.asciidoc -} - -genpkg_rules() { - copy /usr/bin/ninja - TAGS="LFS" -} diff -r 10a49f95f9dc -r 6880db7b3c50 ninja/stuff/patches/ninja-1.8.2-add_NINJAJOBS_var-1.patch --- a/ninja/stuff/patches/ninja-1.8.2-add_NINJAJOBS_var-1.patch Sun Aug 07 07:58:20 2022 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,65 +0,0 @@ -Submitted By: Bruce Dubbs -Date: 2017-10-14 -Initial Package Version: 1.9.2 -Upstream Status: Not submitted -Origin: Self -Description: Ninja normally uses all cores+2 when building - a package. This patch allows useers to limit the - cores used by setting an environment variable: - NINJAJOBS to an integer. - - The patch also fixes a few warnings. - - -diff -Naur ninja-1.8.2.orig/src/build_log.cc ninja-1.8.2/src/build_log.cc ---- ninja-1.8.2.orig/src/build_log.cc 2017-09-10 20:20:10.000000000 -0500 -+++ ninja-1.8.2/src/build_log.cc 2017-10-12 14:38:00.988957823 -0500 -@@ -75,12 +75,12 @@ - } - switch (len & 7) - { -- case 7: h ^= uint64_t(data[6]) << 48; -- case 6: h ^= uint64_t(data[5]) << 40; -- case 5: h ^= uint64_t(data[4]) << 32; -- case 4: h ^= uint64_t(data[3]) << 24; -- case 3: h ^= uint64_t(data[2]) << 16; -- case 2: h ^= uint64_t(data[1]) << 8; -+ case 7: h ^= uint64_t(data[6]) << 48; __attribute__ ((fallthrough)); -+ case 6: h ^= uint64_t(data[5]) << 40; __attribute__ ((fallthrough)); -+ case 5: h ^= uint64_t(data[4]) << 32; __attribute__ ((fallthrough)); -+ case 4: h ^= uint64_t(data[3]) << 24; __attribute__ ((fallthrough)); -+ case 3: h ^= uint64_t(data[2]) << 16; __attribute__ ((fallthrough)); -+ case 2: h ^= uint64_t(data[1]) << 8; __attribute__ ((fallthrough)); - case 1: h ^= uint64_t(data[0]); - h *= m; - }; -diff -Naur ninja-1.8.2.orig/src/hash_map.h ninja-1.8.2/src/hash_map.h ---- ninja-1.8.2.orig/src/hash_map.h 2017-09-10 20:20:10.000000000 -0500 -+++ ninja-1.8.2/src/hash_map.h 2017-10-12 14:30:29.563974429 -0500 -@@ -39,8 +39,8 @@ - len -= 4; - } - switch (len) { -- case 3: h ^= data[2] << 16; -- case 2: h ^= data[1] << 8; -+ case 3: h ^= data[2] << 16; __attribute__ ((fallthrough)); -+ case 2: h ^= data[1] << 8; __attribute__ ((fallthrough)); - case 1: h ^= data[0]; - h *= m; - }; -diff -Naur ninja-1.8.2.orig/src/ninja.cc ninja-1.8.2/src/ninja.cc ---- ninja-1.8.2.orig/src/ninja.cc 2017-09-10 20:20:10.000000000 -0500 -+++ ninja-1.8.2/src/ninja.cc 2017-10-12 14:47:34.143936739 -0500 -@@ -221,6 +221,12 @@ - - /// Choose a default value for the -j (parallelism) flag. - int GuessParallelism() { -+ -+ int j = 0; -+ char* jobs = getenv( "NINJAJOBS" ); -+ if ( jobs != NULL ) j = atoi( jobs ); -+ if ( j > 0 ) return j; -+ - switch (int processors = GetProcessorCount()) { - case 0: - case 1: diff -r 10a49f95f9dc -r 6880db7b3c50 ninja/stuff/patches/series --- a/ninja/stuff/patches/series Sun Aug 07 07:58:20 2022 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -ninja-1.8.2-add_NINJAJOBS_var-1.patch diff -r 10a49f95f9dc -r 6880db7b3c50 okular/receipt --- a/okular/receipt Sun Aug 07 07:58:20 2022 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,39 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="okular" -VERSION="4.14.3" -CATEGORY="x-window" -SHORT_DESC="Okular is a document viewer for KDE" -MAINTAINER="psychomaniak@xakep.ru" -LICENSE="GPL2" -TARBALL="$PACKAGE-$VERSION.tar.xz" -WEB_SITE="http://www.kde.org/" -WGET_URL="http://download.kde.org/stable/$VERSION/src/$TARBALL" - -DEPENDS="kdelibs phonon exiv2 poppler-qt4 chmlib" -BUILD_DEPENDS="cmake qmake automoc4 Qt4-dev libxslt-dev taglib-dev giflib-dev \ -libpng-dev jpeg-dev tiff-dev freetype-dev djvulibre-dev chmlib-dev poppler \ -poppler-dev poppler-qt4 poppler-qt4-dev poppler-qt4-apps qimageblitz \ -shared-mime-info-dev phonon phonon-dev docbook-xml docbook-xsl dbus-dev \ -polkit-qt-dev libdbusmenu-qt-dev libQtDeclarative kdelibs kdelibs-dev \ -alsa-lib-dev exiv2-dev attica-dev libboost libboost-dev kactivities kfilemetadata" - -# Rules to configure and make the package. -compile_rules() -{ - cd /usr/share/xml/docbook/stylesheet/docbook-xsl - wget ftp://cook.slitaz.org/docbook-xsl/source/docbook-xsl-1.76.1/VERSION - cd $src - mkdir -p build && cd build - cmake \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -Wno-dev .. && - make -j1 && make install -} - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - cp -a $install/* $fs -} diff -r 10a49f95f9dc -r 6880db7b3c50 p11-kit-dev/receipt --- a/p11-kit-dev/receipt Sun Aug 07 07:58:20 2022 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,21 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="p11-kit-dev" -VERSION="0.24.1" -CATEGORY="development" -SHORT_DESC="Library to work with PKCS#11 modules, development files." -MAINTAINER="slaxemulator@gmail.com" -LICENSE="BSD" -WEB_SITE="https://p11-glue.freedesktop.org/" -LFS="http://www.linuxfromscratch.org/blfs/view/stable/postlfs/p11-kit.html" - -DEPENDS="cacerts gettext glib glib-dev gtk-doc libffi libffi-dev \ - libtasn1-dev libxslt p11-kit pkg-config" -WANTED="p11-kit" - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - cook_copy_folders include - cook_copy_folders pkgconfig -} diff -r 10a49f95f9dc -r 6880db7b3c50 p11-kit/receipt --- a/p11-kit/receipt Sun Aug 07 07:58:20 2022 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,41 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="p11-kit" -VERSION="0.24.1" -CATEGORY="security" -SHORT_DESC="Library to work with PKCS#11 modules." -MAINTAINER="slaxemulator@gmail.com" -LICENSE="BSD" -WEB_SITE="https://p11-glue.freedesktop.org/" -LFS="http://www.linuxfromscratch.org/blfs/view/stable/postlfs/p11-kit.html" - -TARBALL="$PACKAGE-$VERSION.tar.xz" -WGET_URL="https://github.com/p11-glue/p11-kit/releases/download/$VERSION/$TARBALL" - -BUILD_DEPENDS="cacerts gettext glib glib-dev gtk-doc libffi libffi-dev - libtasn1-dev libxslt" - -current_version() -{ - wget -O - ${WGET_URL%/down*} 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q' -} - -# Rules to configure and make the package. -compile_rules() -{ - ./configure \ - --sysconfdir=/etc \ - --with-module-path=/usr/lib/pkcs11 \ - $CONFIGURE_ARGS && - make && - make install -} - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - cook_copy_folders bin - cook_copy_folders etc - cook_copy_files *.so* -} diff -r 10a49f95f9dc -r 6880db7b3c50 pcre-dev/receipt --- a/pcre-dev/receipt Sun Aug 07 07:58:20 2022 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,23 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="pcre-dev" -VERSION="8.35" -CATEGORY="development" -SHORT_DESC="Perl Compatible Regular Expressions devel files." -MAINTAINER="pankso@slitaz.org" -LICENSE="BSD" -WANTED="pcre" -WEB_SITE="http://www.pcre.org/" -HOST_ARCH="i486 arm" - -DEPENDS="pcre pkg-config" - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr/lib - cp -a $install/usr/lib/*.*a $fs/usr/lib - cp -a $install/usr/lib/pkgconfig $fs/usr/lib - cp -a $install/usr/include $fs/usr - cp -a $install/usr/bin $fs/usr -} diff -r 10a49f95f9dc -r 6880db7b3c50 pcre/description.txt --- a/pcre/description.txt Sun Aug 07 07:58:20 2022 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,2 +0,0 @@ -This is a library of functions to support regular expressions whose syntax and -semantics are as close as possible to those of the Perl 5 language. diff -r 10a49f95f9dc -r 6880db7b3c50 pcre/receipt --- a/pcre/receipt Sun Aug 07 07:58:20 2022 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,31 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="pcre" -VERSION="8.35" -CATEGORY="system-tools" -SHORT_DESC="Perl 5 Compatible Regular Expression Library" -MAINTAINER="pankso@slitaz.org" -LICENSE="BSD" -TARBALL="$PACKAGE-$VERSION.tar.bz2" -WEB_SITE="http://www.pcre.org/" -WGET_URL="ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/$TARBALL" -HOST_ARCH="i486 arm" - -# Rules to configure and make the package. -compile_rules() -{ - ./configure \ - --prefix=/usr \ - --enable-unicode-properties \ - --enable-pcre16 \ - --enable-pcre32 \ - $CONFIGURE_ARGS && - make && make install -} - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr/lib - cp -a $install/usr/lib/*.so* $fs/usr/lib -} diff -r 10a49f95f9dc -r 6880db7b3c50 python/.icon.png Binary file python/.icon.png has changed diff -r 10a49f95f9dc -r 6880db7b3c50 python/receipt --- a/python/receipt Sun Aug 07 07:58:20 2022 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,71 +0,0 @@ -# SliTaz package receipt v2. - -PACKAGE="python" -VERSION="2.7.15" -CATEGORY="development" -SHORT_DESC="The Python programming language" -MAINTAINER="devel@slitaz.org" -LICENSE="PSL" -WEB_SITE="https://www.python.org/" -LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/python2.html" -REPOLOGY="python2" - -TARBALL="$PACKAGE-$VERSION.tar.xz" -WGET_URL="https://www.python.org/ftp/python/$VERSION/Python-$VERSION.tar.xz" -TARBALL_SHA1="f99348a095ec4a6411c84c0d15343d11920c9724" - -BUILD_DEPENDS="openssl-dev bzip2-dev readline-dev sqlite3-dev zlib-dev \ -ncurses-dev tcl-dev tk-dev db-dev gdbm-dev libffi-dev expat-dev" -SPLIT="$PACKAGE-dev $PACKAGE-idle $PACKAGE-tcltk $PACKAGE" - -COOKOPTS="!menus !zip" - -compile_rules() { - # Temporary workaround for FS#22322 - # See http://bugs.python.org/issue10835 for upstream report - sed -i.orig "/progname =/s/python/python${_pybasever}/" Python/pythonrun.c - - # Enable built-in SQLite3 module to load extensions (fix FS#22122) - sed -i.orig "/SQLITE_OMIT_LOAD_EXTENSION/d" setup.py - - ./configure \ - --prefix=/usr \ - --enable-shared \ - --with-system-expat \ - --with-system-ffi \ - --without-ensurepip \ - --enable-unicode=ucs4 \ - $CONFIGURE_ARGS && - make && - make DESTDIR=$install install && - chmod -v 755 $install/usr/lib/libpython2.7.so.1.0 - - find $install -type f \( -name '*.pyc' -o -name '*.pyo' \) -delete -} - -genpkg_rules() { - case $PACKAGE in - *-dev) - copy @dev test/ distutils/command/*.exe ensurepip/ - find $fs -type f -name pyconfig.h -delete # move to python package - DEPENDS="python" # skip python-idle and python-tcltk - ;; - *-idle) - copy idle idlelib/ python-idle.desktop - CAT="development|GUI IDE using TK Toolkit" - DEPENDS="python-tcltk tcl tk" - ;; - *-tcltk) - copy _tkinter.so lib-tk/ @rm - CAT="development|Tcl/Tk files" - DEPENDS="python tcl tk libx11" - ;; - python) - # Now pyconfig.h is required for Mercurial. - copy @std @rm pyconfig.h - DEPENDS="python-setuptools python-pip \ - libbzip2 expat libgdbm libffi libsqlite3 ncurses \ - ncurses-libpanel openssl readline zlib" - ;; - esac -} diff -r 10a49f95f9dc -r 6880db7b3c50 python/stuff/applications/python-idle.desktop --- a/python/stuff/applications/python-idle.desktop Sun Aug 07 07:58:20 2022 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,6 +0,0 @@ -[Desktop Entry] -Type=Application -Name=Python IDLE -Exec=idle -Icon=python -Categories=Development; diff -r 10a49f95f9dc -r 6880db7b3c50 python/stuff/applications/python.desktop --- a/python/stuff/applications/python.desktop Sun Aug 07 07:58:20 2022 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,12 +0,0 @@ -[Desktop Entry] -Encoding=UTF-8 -Name=Python interpreter -Name[fr]=Interpreteur Python -Name[pt]=Interpretador Python -Name[pt_BR]=Interpretador Python -Name[ru]=Интерпретатор Python -Terminal=false -Exec=terminal -e python -Icon=python -Type=Application -Categories=Development; diff -r 10a49f95f9dc -r 6880db7b3c50 python/stuff/patches/13a39142c047.diff --- a/python/stuff/patches/13a39142c047.diff Sun Aug 07 07:58:20 2022 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,72 +0,0 @@ -Error in the end of the `make install`: - -``` -Traceback (most recent call last): - File "${src}/Lib/runpy.py", line 163, in _run_module_as_main - mod_name, _Error) - File "${src}/Lib/runpy.py", line 111, in _get_module_details - __import__(mod_name) # Do not catch exceptions initializing package - File "${src}/Lib/ensurepip/__init__.py", line 9, in - import tempfile - File "${src}/Lib/tempfile.py", line 35, in - from random import Random as _Random - File "${src}/Lib/random.py", line 885, in - _inst = Random() - File "${src}/Lib/random.py", line 97, in __init__ - self.seed(x) - File "${src}/Lib/random.py", line 113, in seed - a = long(_hexlify(_urandom(2500)), 16) -OSError: [Errno 38] Function not implemented -make: *** [Makefile:927: install] Error 1 -``` - -While the normal installing process is following: - -``` -Collecting setuptools -Collecting pip -Installing collected packages: setuptools, pip -Successfully installed pip-9.0.1 setuptools-28.8.0 -``` - -Discussion found here: http://bugs.python.org/issue29188 -Patch found in the discussion above: -https://hg.python.org/cpython/rev/13a39142c047 - -Chunk #1 is removed from the original patch because it rejected. - - -# HG changeset patch -# User Victor Stinner -# Date 1483956641 -3600 -# Node ID 13a39142c0473ecb64fcd4b12a915025df6e4310 -# Parent cb4f73be9486d47f1dc4285998d1532d8857c59e -Don't use getentropy() on Linux - -Issue #29188: Support glibc 2.24 on Linux: don't use getentropy() function but -read from /dev/urandom to get random bytes, for example in os.urandom(). On -Linux, getentropy() is implemented which getrandom() is blocking mode, whereas -os.urandom() should not block. - -diff --git a/Python/random.c b/Python/random.c ---- a/Python/random.c -+++ b/Python/random.c -@@ -97,8 +97,15 @@ win32_urandom(unsigned char *buffer, Py_ - } - - /* Issue #25003: Don't use getentropy() on Solaris (available since -- * Solaris 11.3), it is blocking whereas os.urandom() should not block. */ --#elif defined(HAVE_GETENTROPY) && !defined(sun) -+ Solaris 11.3), it is blocking whereas os.urandom() should not block. -+ -+ Issue #29188: Don't use getentropy() on Linux since the glibc 2.24 -+ implements it with the getrandom() syscall which can fail with ENOSYS, -+ and this error is not supported in py_getentropy() and getrandom() is called -+ with flags=0 which blocks until system urandom is initialized, which is not -+ the desired behaviour to seed the Python hash secret nor for os.urandom(): -+ see the PEP 524 which was only implemented in Python 3.6. */ -+#elif defined(HAVE_GETENTROPY) && !defined(sun) && !defined(linux) - #define PY_GETENTROPY 1 - - /* Fill buffer with size pseudo-random bytes generated by getentropy(). - diff -r 10a49f95f9dc -r 6880db7b3c50 python/stuff/patches/series --- a/python/stuff/patches/series Sun Aug 07 07:58:20 2022 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -#13a39142c047.diff diff -r 10a49f95f9dc -r 6880db7b3c50 python/stuff/python.png Binary file python/stuff/python.png has changed diff -r 10a49f95f9dc -r 6880db7b3c50 qimageblitz/receipt --- a/qimageblitz/receipt Sun Aug 07 07:58:20 2022 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,35 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="qimageblitz" -VERSION="0.0.6" -CATEGORY="x-window" -SHORT_DESC="QImageblitz is a graphical effect and filter library for KDE." -MAINTAINER="psychomaniak@xakep.ru" -LICENSE="GPL2" -TARBALL="$PACKAGE-$VERSION.tar.bz2" -WEB_SITE="http://www.kde.org/" -WGET_URL="http://download.kde.org/stable/$PACKAGE/$TARBALL" - -DEPENDS="libQtCore " -BUILD_DEPENDS="cmake qmake automoc4 Qt4-dev libxslt-dev \ -jpeg libpng giflib giflib-dev libpng-dev jpeg-dev \ -shared-mime-info-dev phonon phonon-dev docbook-xml docbook-xsl dbus-dev \ -polkit-qt-dev libdbusmenu-qt-dev libQtDeclarative \ -alsa-lib-dev exiv2-dev attica-dev" - -# Rules to configure and make the package. -compile_rules() -{ - cd /usr/share/xml/docbook/stylesheet/docbook-xsl - wget ftp://cook.slitaz.org/docbook-xsl/source/docbook-xsl-1.76.1/VERSION - cd $src - mkdir -p build && cd build - cmake -DCMAKE_INSTALL_PREFIX=/usr -Wno-dev .. && - make && make install -} - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - cp -a $install/* $fs -} diff -r 10a49f95f9dc -r 6880db7b3c50 smplayer/receipt --- a/smplayer/receipt Sun Aug 07 07:58:20 2022 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,30 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="smplayer" -VERSION="15.9.0" -CATEGORY="multimedia" -SHORT_DESC="QT-based front-end for MPlayer" -MAINTAINER="jozee@slitaz.org" -LICENSE="GPL2" -TARBALL="$PACKAGE-$VERSION.tar.bz2" -WEB_SITE="http://smplayer.sourceforge.net/" -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" -TAGS="player audio video movie" - -DEPENDS="mplayer libQtCore libQtGui libQtDBus libQtXml libQtScript libQtNetwork" -BUILD_DEPENDS="qt4 Qt4-dev qmake libQtNetwork libQtDeclarative libegl-mesa" - -# Rules to configure and make the package. -compile_rules() -{ - make PREFIX=/usr && - make PREFIX=/usr DESTDIR=$DESTDIR install - -} - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - cp -a $install/* $fs - rm -rf $fs/usr/share/doc -} diff -r 10a49f95f9dc -r 6880db7b3c50 sqlite-dev/receipt --- a/sqlite-dev/receipt Sun Aug 07 07:58:20 2022 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,23 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="sqlite-dev" -_realver=3081101 -VERSION="${_realver:0:1}.${_realver:2:1}.${_realver:3:2}.${_realver:6:6}" -CATEGORY="development" -SHORT_DESC="Small SQL database engine devel files." -MAINTAINER="pankso@slitaz.org" -LICENSE="PublicDomain" -WANTED="sqlite" -WEB_SITE="http://www.sqlite.org/" -HOST_ARCH="i486 arm" - -DEPENDS="sqlite" - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr/lib - cp -a $install/usr/lib/*.*a $fs/usr/lib - cp -a $install/usr/lib/pkgconfig $fs/usr/lib - cp -a $install/usr/include $fs/usr -} diff -r 10a49f95f9dc -r 6880db7b3c50 sqlite/receipt --- a/sqlite/receipt Sun Aug 07 07:58:20 2022 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,64 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="sqlite" -_realver=3081101 -VERSION="${_realver:0:1}.${_realver:2:1}.${_realver:3:2}.${_realver:6:6}" -CATEGORY="office" -SHORT_DESC="Small SQL database engine." -MAINTAINER="pankso@slitaz.org" -LICENSE="PublicDomain" -TARBALL="$PACKAGE-src-${_realver}.zip" -WEB_SITE="http://www.sqlite.org/" -WGET_URL="http://www.sqlite.org/2015/$TARBALL" -EXTRA_SOURCE_FILES="mysql2sqlite.sh" -HOST_ARCH="i486 arm" - -DEPENDS="libsqlite" -BUILD_DEPENDS="tcl-dev" - -# Rules to configure and make the package. -compile_rules() -{ - case "$ARCH" in - arm*) ARCH_ARGS="--with-tcl=/cross/arm/sysroot/usr/lib" ;; - esac - [ -s "$SOURCES_REPOSITORY/mysql2sqlite.sh" ] || - wget -O "$SOURCES_REPOSITORY/mysql2sqlite.sh" \ - https://gist.github.com/esperlu/943776/raw/dd87f4088f6d5ec7563478f7a28a37ba02cf26e2/mysql2sqlite.sh - export CFLAGS="$CFLAGS -DSQLITE_ENABLE_FTS3=1 -DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY -DSQLITE_SECURE_DELETE" - ./configure \ - --prefix=/usr \ - --disable-readline \ - --enable-load-extension \ - LDFLAGS="$LDFLAGS -ldl" \ - $ARCH_ARGS \ - $CONFIGURE_ARGS && - sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool && - sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool && - make && - make DESTDIR=$DESTDIR install - # compile lemon here instead of in lemon - if [ -f $src/lemon ]; then - rm $src/lemon - fi - cp $src/tool/lemon.c . - sed -i -e 's!lempar.c!/usr/share/lemon/lempar.c!' lemon.c - echo -n "Compiling lemon..." - gcc -o lemon lemon.c && status - mkdir -p $DESTDIR/usr/share/lemon - cp -a $src/lemon $DESTDIR/usr/bin - cp -a $src/lempar.c $DESTDIR/usr/share/lemon -} - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr/bin - - cp -a $install/usr/bin $fs/usr - cp "$SOURCES_REPOSITORY/mysql2sqlite.sh" $fs/usr/bin - chmod +x $fs/usr/bin/mysql2sqlite.sh - if [ -f $fs/usr/bin/lemon ]; then - rm -f $fs/usr/bin/lemon - fi -} diff -r 10a49f95f9dc -r 6880db7b3c50 sqlite/stuff/sqlite.desktop --- a/sqlite/stuff/sqlite.desktop Sun Aug 07 07:58:20 2022 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,13 +0,0 @@ -[Desktop Entry] -Encoding=UTF-8 -Name=SQLite SQL Engine -Name[fr]=SQLite Moteur SQL -Name[pt]=Banco de Dados SQLite -Name[pt_BR]=Banco de Dados SQLite -Comment=Small data base engine -Comment[fr]=Moteur de base de données léger -Terminal=false -Exec=xterm -e sqlite3 -Icon=sqlite -Type=Application -Categories=Office; diff -r 10a49f95f9dc -r 6880db7b3c50 sqlite/stuff/sqlite.png Binary file sqlite/stuff/sqlite.png has changed diff -r 10a49f95f9dc -r 6880db7b3c50 terminology/receipt --- a/terminology/receipt Sun Aug 07 07:58:20 2022 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,30 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="terminology" -VERSION="0.4.0-alpha4" -CATEGORY="base-system" -SHORT_DESC="Terminology is a terminal emulator with innovative features." -MAINTAINER="domcox@slitaz.org" -LICENSE="GPL" -WEB_SITE="http://www.enlightenment.org/" -TARBALL="$PACKAGE-$VERSION.tar.gz" -WGET_URL="http://download.enlightenment.org/rel/apps/$PACKAGE/$TARBALL" -TAGS="e enlightenment terminal" - -DEPENDS="elementary" -BUILD_DEPENDS="elementary-dev" - -# Rules to configure and make the package. -compile_rules() -{ - ./configure \ - -with-maximum-log-level=1 \ - $CONFIGURE_ARGS && - make $MAKEFLAGS && make install -} - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - cp -a $install/* $fs -} diff -r 10a49f95f9dc -r 6880db7b3c50 vlc/receipt --- a/vlc/receipt Sun Aug 07 07:58:20 2022 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,50 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="vlc" -VERSION="2.2.1" -CATEGORY="multimedia" -SHORT_DESC="MPEG, VCD/DVD, and DivX player" -MAINTAINER="jozee@slitaz.org" -LICENSE="GPL2" -TARBALL="$PACKAGE-$VERSION.tar.xz" -WEB_SITE="http://www.videolan.org/vlc/" -WGET_URL="http://download.videolan.org/pub/videolan/$PACKAGE/$VERSION/$TARBALL" -TAGS="audio video multimedia movie player" - -DEPENDS="libQtCore libQtGui libvlc" -BUILD_DEPENDS="Qt4-dev alsa-lib-dev dbus-dev ffmpeg-dev gettext \ -libmad-dev lua-dev tar xcb-util-dev yasm expat-dev libxml2-dev \ -util-linux-uuid-dev x264-dev flac-dev taglib-dev gnutls-dev libupnp-dev \ -libsamplerate-dev fribidi-dev zvbi-dev opus-dev gmp-dev" - -compile_rules() -{ - export CFLAGS="$CFLAGS -mtune=i686" - export CXXFLAGS="$CFLAGS" - [ -s /var/lib/dbus/machine-id ] || dbus-uuidgen > /var/lib/dbus/machine-id - ./configure \ - --prefix=/usr \ - --disable-pulse \ - --disable-a52 \ - --disable-glx \ - --disable-sout \ - --disable-httpd \ - --disable-libgcrypt \ - $CONFIGURE_ARGS && - make && - make install -} - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr/share/pixmaps - cp -a $install/usr/bin $fs/usr - cp -a $install/usr/share/$PACKAGE $fs/usr/share - #Remove extra icons - rm $fs/usr/share/$PACKAGE/*.ico - #copy vlc icon - cp -a $install/usr/share/icons/hicolor/16x16/apps/vlc.png $fs/usr/share/pixmaps - #Remove unnecessary fonts - rm $fs/usr/share/$PACKAGE/skins2/fonts/* -} diff -r 10a49f95f9dc -r 6880db7b3c50 xcb-util-renderutil-dev/receipt --- a/xcb-util-renderutil-dev/receipt Sun Aug 07 07:58:20 2022 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,21 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="xcb-util-renderutil-dev" -VERSION="0.3.8" -CATEGORY="development" -SHORT_DESC="devel files for xcb-util-renderutil" -MAINTAINER="psychomaniak@xakep.ru" -LICENSE="other" -WEB_SITE="http://xcb.freedesktop.org/" -WANTED="xcb-util-renderutil" - -DEPENDS="xcb-util-renderutil pkg-config" - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr/lib - cp -a $install/usr/include $fs/usr - cp -a $install/usr/lib/pkgconfig $fs/usr/lib - cp -a $install/usr/lib/*.la $fs/usr/lib -} diff -r 10a49f95f9dc -r 6880db7b3c50 xcb-util-renderutil/receipt --- a/xcb-util-renderutil/receipt Sun Aug 07 07:58:20 2022 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,30 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="xcb-util-renderutil" -VERSION="0.3.8" -CATEGORY="x-window" -SHORT_DESC="Utility libraries for XC Binding" -MAINTAINER="psychomaniak@xakep.ru" -LICENSE="other" -WEB_SITE="http://xcb.freedesktop.org/" -TARBALL="$PACKAGE-$VERSION.tar.bz2" -WGET_URL="http://xcb.freedesktop.org/dist/$TARBALL" - -DEPENDS="libxcb" -BUILD_DEPENDS="libxcb-dev xorg-util-macros" - -# Rules to configure and make the package. -compile_rules() -{ - ./configure \ - --disable-static \ - $CONFIGURE_ARGS && - make && make install -} - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr/lib - cp -a $install/usr/lib/*.so* $fs/usr/lib -} diff -r 10a49f95f9dc -r 6880db7b3c50 xorg-xf86-video-mach64/receipt --- a/xorg-xf86-video-mach64/receipt Sun Aug 07 07:58:20 2022 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,40 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="xorg-xf86-video-mach64" -VERSION="6.9.1" -CATEGORY="x-window" -SHORT_DESC="Xorg server Mach64 driver." -MAINTAINER="gokhlayeh@slitaz.org" -LICENSE="MIT" -SOURCE="xf86-video-mach64" -TARBALL="$SOURCE-$VERSION.tar.bz2" -WEB_SITE="http://www.x.org/" -WGET_URL="$XORG_MIRROR/driver/$TARBALL" -TAGS="xorg display" - -DEPENDS="xorg-server mesa-dri-mach64" -BUILD_DEPENDS="xorg-server-dev" - -MODS='/usr/lib/X11/modules' - -# Rules to configure and make the package. -compile_rules() -{ - cd $src - ./configure \ - --sysconfdir=/etc \ - --mandir=/usr/share/man \ - --localstatedir=/var \ - --with-xorg-module-dir=$MODS \ - --enable-dri \ - $CONFIGURE_ARGS && - make && make install -} - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p ${fs}${MODS}/drivers - cp -a ${install}${MODS}/drivers/*.so ${fs}${MODS}/drivers -} - diff -r 10a49f95f9dc -r 6880db7b3c50 xorg-xf86-video-mga/receipt --- a/xorg-xf86-video-mga/receipt Sun Aug 07 07:58:20 2022 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,38 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="xorg-xf86-video-mga" -VERSION="1.5.0" -CATEGORY="x-window" -SHORT_DESC="Xorg driver for Matrox cards." -MAINTAINER="keupont@no-log.org" -LICENSE="MIT" -SOURCE="xf86-video-mga" -TARBALL="$SOURCE-$VERSION.tar.bz2" -WEB_SITE="http://www.x.org/" -WGET_URL="$XORG_MIRROR/driver/$TARBALL" -TAGS="xorg display" - -DEPENDS="xorg-server mesa-dri-mga" -BUILD_DEPENDS="xorg-server-dev" - -MODS='/usr/lib/X11/modules' - -# Rules to configure and make the package. -compile_rules() -{ - cd $src - ./configure \ - --sysconfdir=/etc \ - --mandir=/usr/share/man \ - --localstatedir=/var \ - --with-xorg-module-dir=$MODS \ - $CONFIGURE_ARGS && - make && make install -} - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p ${fs}${MODS}/drivers - cp -a ${install}${MODS}/drivers/*.so ${fs}${MODS}/drivers -} diff -r 10a49f95f9dc -r 6880db7b3c50 xorg-xf86-video-openchrome/receipt --- a/xorg-xf86-video-openchrome/receipt Sun Aug 07 07:58:20 2022 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,40 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="xorg-xf86-video-openchrome" -VERSION="0.2.905" -CATEGORY="x-window" -SHORT_DESC="Xorg server openchrome driver." -MAINTAINER="claudinei@slitaz.org" -LICENSE="MIT" -SOURCE="xf86-video-openchrome" -TARBALL="$SOURCE-$VERSION.tar.bz2" -WEB_SITE="http://www.x.org/" -WGET_URL="$XORG_MIRROR/driver/$TARBALL" -TAGS="xorg display" - -DEPENDS="xorg-server xorg-libXvMC mesa-dri-unichrome libdrm" -BUILD_DEPENDS="xorg-server-dev xorg-libXvMC-dev libdrm-dev" - -MODS='/usr/lib/X11/modules' - -# Rules to configure and make the package. -compile_rules() -{ - cd $src - ./configure \ - --sysconfdir=/etc \ - --mandir=/usr/share/man \ - --localstatedir=/var \ - --with-xorg-module-dir=$MODS \ - $CONFIGURE_ARGS && - make && make install -} - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p ${fs}${MODS}/drivers - cp -a ${install}${MODS}/drivers/*.so ${fs}${MODS}/drivers - cp -a $install/usr/lib/*.so* $fs/usr/lib -} - diff -r 10a49f95f9dc -r 6880db7b3c50 xorg-xf86-video-r128/receipt --- a/xorg-xf86-video-r128/receipt Sun Aug 07 07:58:20 2022 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,40 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="xorg-xf86-video-r128" -VERSION="6.8.2" -CATEGORY="x-window" -SHORT_DESC="Xorg server Rage128 driver." -MAINTAINER="gokhlayeh@slitaz.org" -LICENSE="MIT" -SOURCE="xf86-video-r128" -TARBALL="$SOURCE-$VERSION.tar.bz2" -WEB_SITE="http://www.x.org/" -WGET_URL="$XORG_MIRROR/driver/$TARBALL" -TAGS="xorg display" - -DEPENDS="xorg-server mesa-dri-r128" -BUILD_DEPENDS="xorg-server-dev" - -MODS='/usr/lib/X11/modules' - -# Rules to configure and make the package. -compile_rules() -{ - cd $src - ./configure \ - --sysconfdir=/etc \ - --mandir=/usr/share/man \ - --localstatedir=/var \ - --with-xorg-module-dir=$MODS \ - --enable-dri \ - $CONFIGURE_ARGS && - make && make install -} - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p ${fs}${MODS}/drivers - cp -a ${install}${MODS}/drivers/*.so ${fs}${MODS}/drivers -} - diff -r 10a49f95f9dc -r 6880db7b3c50 xorg-xf86-video-savage/receipt --- a/xorg-xf86-video-savage/receipt Sun Aug 07 07:58:20 2022 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,39 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="xorg-xf86-video-savage" -VERSION="2.3.4" -CATEGORY="x-window" -SHORT_DESC="Xorg S3 Savage video driver." -MAINTAINER="pankso@slitaz.org" -LICENSE="MIT" -SOURCE="xf86-video-savage" -TARBALL="$SOURCE-$VERSION.tar.bz2" -WEB_SITE="http://www.x.org/" -WGET_URL="$XORG_MIRROR/driver/$TARBALL" -TAGS="xorg display" - -DEPENDS="xorg-server mesa-dri-savage" -BUILD_DEPENDS="xorg-server-dev" - -MODS='/usr/lib/X11/modules' - -# Rules to configure and make the package. -compile_rules() -{ - cd $src - ./configure \ - --sysconfdir=/etc \ - --mandir=/usr/share/man \ - --localstatedir=/var \ - --with-xorg-module-dir=$MODS \ - $CONFIGURE_ARGS && - make && make install -} - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p ${fs}${MODS}/drivers - cp -a ${install}${MODS}/drivers/*.so ${fs}${MODS}/drivers -} - diff -r 10a49f95f9dc -r 6880db7b3c50 xorg-xf86-video-sis/receipt --- a/xorg-xf86-video-sis/receipt Sun Aug 07 07:58:20 2022 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,40 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="xorg-xf86-video-sis" -VERSION="0.10.4" -CATEGORY="x-window" -SHORT_DESC="Xorg driver for SIS cards." -MAINTAINER="pankso@slitaz.org" -LICENSE="MIT" -SOURCE="xf86-video-sis" -TARBALL="$SOURCE-$VERSION.tar.bz2" -WEB_SITE="http://www.x.org/" -WGET_URL="$XORG_MIRROR/driver/$TARBALL" -TAGS="xorg display" - -DEPENDS="xorg-server mesa-dri-sis" -BUILD_DEPENDS="xorg-server-dev xorg-xf86dgaproto xorg-xf86driproto" - -MODS='/usr/lib/X11/modules' - -# Rules to configure and make the package. -compile_rules() -{ - cd $src - ./configure \ - --sysconfdir=/etc \ - --mandir=/usr/share/man \ - --localstatedir=/var \ - --with-xorg-module-dir=$MODS \ - --enable-dri \ - $CONFIGURE_ARGS && - make && make install -} - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p ${fs}${MODS}/drivers - cp -a ${install}${MODS}/drivers/*.so ${fs}${MODS}/drivers -} - diff -r 10a49f95f9dc -r 6880db7b3c50 xz/receipt --- a/xz/receipt Sun Aug 07 07:58:20 2022 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,47 +0,0 @@ -# SliTaz package receipt v2. - -PACKAGE="xz" -VERSION="5.2.4" -CATEGORY="base-system" -SHORT_DESC="XZ Utils" -MAINTAINER="pascal.bellard@slitaz.org" -LICENSE="PublicDomain LGPL2.1 GPL2 GPL3" -WEB_SITE="https://tukaani.org/xz/" -LFS="http://www.linuxfromscratch.org/lfs/view/stable/chapter06/xz.html" - -TARBALL="$PACKAGE-$VERSION.tar.xz" -WGET_URL="$WEB_SITE$TARBALL" - -BUILD_DEPENDS="gettext-dev" -SPLIT="$PACKAGE-tools $PACKAGE liblzma $PACKAGE-dev" - -COPY_tools="/usr/bin/" -COPY_std="bin/ @rm" -COPY_liblzma="liblzma.so*" - -CAT_tools="utilities|misc commandline utilities" -CAT_liblzma="libs|library" - -DEPENDS_tools="liblzma" -DEPENDS_std="liblzma" -DEPENDS_liblzma=" " - -TAGS_std="LFS compression archive" - -compile_rules() { - ./configure \ - --disable-static \ - --enable-small \ - $CONFIGURE_ARGS && - fix libtool && - make && - make install || return 1 - - mkdir -p $install/bin $install/lib - for i in lzma unlzma lzcat xz unxz xzcat; do - mv $install/usr/bin/$i $install/bin - done - mv $install/usr/lib/liblzma.so.* $install/lib - ln -sf ../../lib/$(readlink $install/usr/lib/liblzma.so) \ - $install/usr/lib/liblzma.so -}