# HG changeset patch # User Pascal Bellard # Date 1556708710 -7200 # Node ID ada21ebe1860e52980913bd83d8ddc1b72aa458a # Parent 4c5528fadf3c29144f7079e738f9efd04f406821 libsdl2-ttf-dev: add pkgconfig diff -r 4c5528fadf3c -r ada21ebe1860 libsdl2-mixer-dev/receipt --- a/libsdl2-mixer-dev/receipt Wed May 01 11:16:10 2019 +0100 +++ b/libsdl2-mixer-dev/receipt Wed May 01 13:05:10 2019 +0200 @@ -10,7 +10,7 @@ SOURCE="SDL2_mixer" WANTED="libsdl2-mixer" -DEPENDS="libsdl2-mixer libsdl2-dev libmad-dev libvorbis-dev libogg-dev " +DEPENDS="libsdl2-mixer libsdl2-dev libmad-dev libvorbis-dev libogg-dev pkg-config" HOST_ARCH="i486 arm" diff -r 4c5528fadf3c -r ada21ebe1860 libsdl2-net-dev/receipt --- a/libsdl2-net-dev/receipt Wed May 01 11:16:10 2019 +0100 +++ b/libsdl2-net-dev/receipt Wed May 01 13:05:10 2019 +0200 @@ -10,7 +10,7 @@ SOURCE="SDL_net" WANTED="libsdl2-net" -DEPENDS="libsdl2-net" +DEPENDS="libsdl2-net pkg-config" HOST_ARCH="i486 arm" diff -r 4c5528fadf3c -r ada21ebe1860 libsdl2-ttf-dev/receipt --- a/libsdl2-ttf-dev/receipt Wed May 01 11:16:10 2019 +0100 +++ b/libsdl2-ttf-dev/receipt Wed May 01 13:05:10 2019 +0200 @@ -10,7 +10,7 @@ SOURCE="SDL2_ttf" WANTED="libsdl2-ttf" -DEPENDS="libsdl2-ttf" +DEPENDS="libsdl2-ttf pkg-config" HOST_ARCH="i486 arm" @@ -20,5 +20,6 @@ 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 4c5528fadf3c -r ada21ebe1860 syslinux/stuff/iso2exe/init --- a/syslinux/stuff/iso2exe/init Wed May 01 11:16:10 2019 +0100 +++ b/syslinux/stuff/iso2exe/init Wed May 01 13:05:10 2019 +0200 @@ -537,7 +537,7 @@ mkfloppy() { - dotwait "Create a $(basename $1) boot floppy" + dotwait "Create a $(basename $1 .exe) boot floppy" ddq if=$1 of=/dev/fd0 mkfat12 $1 rm -f /tmp/wait @@ -557,14 +557,14 @@ pxe() { gotcdfile "?pxe*" - $DIALOG --clear --title " Create $(basename $file).exe ? " \ + $DIALOG --clear --title " Create $(basename $file .exe).exe ? " \ --yes-label "Install" --yesno \ "\nBoot your operating system from the internet and enjoy a full system working entirely in RAM with speed and stability in mind. The Linux Kernel and the complete SliTaz compressed root filesystem will be loaded into RAM from the Web using PXE and HTTP protocols.\n" 12 70 [ $? -eq 0 ] || return - cp $file /mnt/$(basename $file).exe + cp $file /mnt/$(basename $file .exe).exe } fdpxe() diff -r 4c5528fadf3c -r ada21ebe1860 syslinux/stuff/iso2exe/iso2exe.sh --- a/syslinux/stuff/iso2exe/iso2exe.sh Wed May 01 11:16:10 2019 +0100 +++ b/syslinux/stuff/iso2exe/iso2exe.sh Wed May 01 13:05:10 2019 +0200 @@ -307,7 +307,7 @@ cat init > $TMP/init.exe find $TMP -type f -print0 | xargs -0 chmod +x find $TMP -print0 | xargs -0 touch -t 197001010100.00 - ( cd $TMP; find dev init.exe | cpio -o -H newc ) | compress rootfs.gz + ( cd $TMP; find dev init.exe | cpio -o -H newc ) | compress > rootfs.gz rm -rf $TMP ls -l $@ rootfs.gz cp $0 $0.$$