sylware / nyanlinux (public) (License: AFFERO GPLv3) (since 2019-09-09) (hash sha1)
scripts for a lean, from scratch, amd hardware, linux distro
List of commits:
Subject Hash Author Date (UTC)
libXft2: update b95f208e78e5af6978bdf0740233970c64277624 Sylvain BERTRAND 2022-10-23 15:58:39
libXfont2: update e2f966ee1f47c2bd481438872863033382866c64 Sylvain BERTRAND 2022-10-23 15:58:21
libfontenc: update c020934ab106355f615ef22551138b8e0e2b7737 Sylvain BERTRAND 2022-10-23 15:16:56
font-util: update fb78bec7e689cb14fc011b2373256d6d284d05b3 Sylvain BERTRAND 2022-10-23 15:16:39
freetype: update 0658d40c4b7773542aafcb0acab35b14667644ed Sylvain BERTRAND 2022-10-23 14:11:34
gfx stack update 29bcff28751bf3b8a1b595d4b5b4621f2617bf91 Sylvain BERTRAND 2022-10-23 13:51:11
gfx stack update 0452d52aab3c612089e06b43dcf0a09a5c39b161 Sylvain BERTRAND 2022-10-16 15:19:43
gfx stack update acfc6d7518058f357c2e99d7a26733bca2fe264b Sylvain BERTRAND 2022-10-09 13:50:11
Gfx stack update 0400b0a3b8c93a89d86782de8a9243ab602c358d Sylvain BERTRAND 2022-10-02 13:22:20
gfx stack update (fishy things are happening in AMD vulkan, for the moment benign, still holding that apple/vanguard/blackrock c++ diareha of llvm16) 7ba631f9ceb7a802c82e5a938042eb2daf9651f9 Sylvain BERTRAND 2022-09-25 14:50:06
gfx stack update (still holding off that apple/vanguard/blackrock c++ diareha of llvm16) a39b581c68073fc16673c3427062257e798df6e5 Sylvain BERTRAND 2022-09-18 14:04:36
gfx stack update (mesa is turning bad, still holding that c++ diareha which is llvm16, thx apple/vanguard/blackrock) a1b908b9c75f7e316a7ad38aa80dad297c8a7a56 Sylvain BERTRAND 2022-09-11 15:34:52
gfx stack update (still holding that c++ trash of llvm) d18ae7757bfc893340991495c37aa513f62d1c35 Sylvain BERTRAND 2022-09-04 14:51:23
busybox 1.34.1 471c7a4e07017c8c517dd661a44c7834b5d102dd Sylvain BERTRAND 2022-08-29 16:01:28
alsa-lib: same game related binaries are now libdl-ing specific symbol version 2ff4e151fa0f4674c1d7f19ac783eb9a7f99393a Sylvain BERTRAND 2022-08-29 15:17:27
libdrm cleanup 8812b7fda9f9528f241ba232f819fe04935b70ae Sylvain BERTRAND 2022-08-28 14:31:14
gfx stack update and cleanup (still avoiding that llvm16 trash) d206fbac5e18ba992d5470919422c0eef8434d64 Sylvain BERTRAND 2022-08-28 14:25:03
hiddev does more than hidraw 0802a7a33d0bd6304ef1663f82a84d823cdac0f6 Sylvain BERTRAND 2022-08-21 17:31:02
gfx stack update (llvm16 still breaking everything) 8697dc46eb6a0b396e2054f4aa8262f521781378 Sylvain BERTRAND 2022-08-21 17:03:54
gfx stack update (llvm16 broke totally mesa build... as usual) 9cdd8d2efb1ea4c5f82f4bceb3f52064419c0620 Sylvain BERTRAND 2022-08-14 13:02:27
Commit b95f208e78e5af6978bdf0740233970c64277624 - libXft2: update
Author: Sylvain BERTRAND
Author date (UTC): 2022-10-23 15:58
Committer name: Sylvain BERTRAND
Committer date (UTC): 2022-10-23 15:58
Parent(s): e2f966ee1f47c2bd481438872863033382866c64
Signer:
Signing key:
Signing status: N
Tree: 835dd114a7d44ae05da779f14ffc18b51339b8c9
File Lines added Lines deleted
builders/libXft-2.3.6/builder.sh 15 16
File builders/libXft-2.3.6/builder.sh copied from file builders/libXfont2-2.0.6/builder.sh (similarity 76%) (mode: 100644) (index 9003dd1..03b333e)
1 src_name=libXfont2
1 src_name=libXft
2 2 version=${pkg_name##*-} version=${pkg_name##*-}
3 3 slot=$version slot=$version
4 4 archive_name=$src_name-$version.tar.xz archive_name=$src_name-$version.tar.xz
 
... ... target_gnu_triple=$(basename "$(ls -d /nyan/toolchains/binutils-2.36.1-gcc-4.7.4
27 27 target_gnu_triple=${target_gnu_triple%-gcc} target_gnu_triple=${target_gnu_triple%-gcc}
28 28
29 29 export "PKG_CONFIG_LIBDIR=\ export "PKG_CONFIG_LIBDIR=\
30 /nyan/libXau/current/lib/pkgconfig:\
31 /nyan/libpthread-stubs/current/lib/pkgconfig:\
32 /nyan/libxcb/current/lib/pkgconfig:\
33 /nyan/libX11/current/lib/pkgconfig:\
34 /nyan/libXrender/current/lib/pkgconfig:\
35 /nyan/util-macro/current/share/pkgconfig:\
36 /nyan/xorgproto/current/share/pkgconfig:\
30 37 /nyan/zlib/current/lib/pkgconfig:\ /nyan/zlib/current/lib/pkgconfig:\
31 38 /nyan/libpng/current/lib/pkgconfig:\ /nyan/libpng/current/lib/pkgconfig:\
32 39 /nyan/freetype/current/lib/pkgconfig:\ /nyan/freetype/current/lib/pkgconfig:\
33 /nyan/xtrans/current/share/pkgconfig:\
34 /nyan/libfontenc/current/lib/pkgconfig:\
35 /nyan/util-macro/current/share/pkgconfig:\
36 /nyan/xorgproto/current/share/pkgconfig"
40 /nyan/nyanuuid/current/lib/pkgconfig:\
41 /nyan/expat/current/lib/pkgconfig:\
42 /nyan/fontconfig/current/lib/pkgconfig"
37 43 export PKG_CONFIG=pkgconf export PKG_CONFIG=pkgconf
38 44
39 45 export 'CFLAGS=-O2 -pipe -fPIC' export 'CFLAGS=-O2 -pipe -fPIC'
 
... ... export "CC=$target_gnu_triple-gcc \
45 51 -Wl,-rpath-link,/nyan/glibc/current/lib \ -Wl,-rpath-link,/nyan/glibc/current/lib \
46 52 -Wl,-s \ -Wl,-s \
47 53 -static-libgcc" -static-libgcc"
48 export "LDFLAGS=$($PKG_CONFIG --libs-only-L zlib)"
49 54 $pkg_dir/configure \ $pkg_dir/configure \
50 55 --prefix=/nyan/$src_name/$slot \ --prefix=/nyan/$src_name/$slot \
51 56 --enable-shared \ --enable-shared \
52 --disable-static \
53 --disable-devel-docs \
54 --disable-fc \
55 --without-xmlto \
56 --without-fop \
57 --enable-unix-transport \
58 --enable-tcp-transport
59 unset CC
57 --disable-static
60 58 unset CFLAGS unset CFLAGS
61 unset LDFLAGS
59 unset CC
62 60
63 61 make -j $threads_n make -j $threads_n
64 62 make install make install
65 63
66 rm -f /nyan/$src_name/$slot/lib/*.la
64 rm -Rf /nyan/$src_name/$slot/share
65 rm -f /nyan/$src_name/$slot/*.la
67 66
68 67 export PATH=$PATH_SAVED export PATH=$PATH_SAVED
69 68 unset PATH_SAVED unset PATH_SAVED
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/sylware/nyanlinux

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/sylware/nyanlinux

Clone this repository using git:
git clone git://git.rocketgit.com/user/sylware/nyanlinux

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main