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)
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
gfx stack update (still avoiding like hell llvm) 53a5da090eff753d1deb799315ff73971c96ec40 Sylvain BERTRAND 2022-08-07 18:01:08
Commit e2f966ee1f47c2bd481438872863033382866c64 - libXfont2: 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): c020934ab106355f615ef22551138b8e0e2b7737
Signer:
Signing key:
Signing status: N
Tree: 8f2e6b03d14631031d62424d49f1d3f4ae13aa1f
File Lines added Lines deleted
builders/libXfont2-2.0.6/builder.sh 14 8
File builders/libXfont2-2.0.6/builder.sh copied from file builders/libfontenc-1.1.6/builder.sh (similarity 82%) (mode: 100644) (index 7f540aa..9003dd1)
1 src_name=libfontenc
1 src_name=libXfont2
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/util-macro/current/share/pkgconfig:\
31 30 /nyan/zlib/current/lib/pkgconfig:\ /nyan/zlib/current/lib/pkgconfig:\
32 /nyan/font-util/current/lib/pkgconfig:\
31 /nyan/libpng/current/lib/pkgconfig:\
32 /nyan/freetype/current/lib/pkgconfig:\
33 /nyan/xtrans/current/share/pkgconfig:\
34 /nyan/libfontenc/current/lib/pkgconfig:\
35 /nyan/util-macro/current/share/pkgconfig:\
33 36 /nyan/xorgproto/current/share/pkgconfig" /nyan/xorgproto/current/share/pkgconfig"
34 37 export PKG_CONFIG=pkgconf export PKG_CONFIG=pkgconf
35 38
36 # at link time, the only way to tell gnu ld where to look for shared lib dependencies is to pass the -rpath-link option
37 export "CPPFLAGS=$($PKG_CONFIG --cflags-only-I zlib)"
38 39 export 'CFLAGS=-O2 -pipe -fPIC' export 'CFLAGS=-O2 -pipe -fPIC'
39 40 export "CC=$target_gnu_triple-gcc \ export "CC=$target_gnu_triple-gcc \
40 41 -isystem /nyan/glibc/current/include \ -isystem /nyan/glibc/current/include \
 
... ... export "LDFLAGS=$($PKG_CONFIG --libs-only-L zlib)"
48 49 $pkg_dir/configure \ $pkg_dir/configure \
49 50 --prefix=/nyan/$src_name/$slot \ --prefix=/nyan/$src_name/$slot \
50 51 --enable-shared \ --enable-shared \
51 --disable-static
52 unset CPPFLAGS
53 unset CFLAGS
52 --disable-static \
53 --disable-devel-docs \
54 --disable-fc \
55 --without-xmlto \
56 --without-fop \
57 --enable-unix-transport \
58 --enable-tcp-transport
54 59 unset CC unset CC
60 unset CFLAGS
55 61 unset LDFLAGS unset LDFLAGS
56 62
57 63 make -j $threads_n make -j $threads_n
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