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)
update libxcb (planned obsolescence) d56c4fab2c59bf3543360255a4a1ee01ed1ad024 Sylvain BERTRAND 2021-01-12 19:50:49
update python xcb proto generator (planned obsolescence) 7ce68516c9c49b98b0174e41f4f94b5b909da90f Sylvain BERTRAND 2021-01-12 19:41:13
update libXau (planned obsolescence) 7f1a7d2bdb6738622d46817de07eede76782f777 Sylvain BERTRAND 2021-01-12 19:27:58
update xtrans (planned obsolescence) 201c7bd2e5290218bdce3e98c567804143359d30 Sylvain BERTRAND 2021-01-12 19:15:59
xorg-proto update (planned obsolescence) 558b0c8dd57fde37d3b612b77753515928cf0349 Sylvain BERTRAND 2021-01-12 19:01:18
gfx stack update 7ff23d836f9c05b7f8fbcc8974563049019c436a Sylvain BERTRAND 2021-01-11 02:09:04
gfx stack update b3d858ab0f83211d99202e5a552bc539404cb1b3 Sylvain BERTRAND 2021-01-04 19:38:04
gfx stack update cd5692e6c892585302811cb321411e5d5907d42e Sylvain BERTRAND 2020-12-28 16:18:30
links:update to latest version 84d2851077dab241a7120f96b404c977da515050 Sylvain BERTRAND 2020-12-26 21:54:00
libressl:update to lastest version f5c0db9ee9e710e498b89cad8f2c62b69febf4c7 Sylvain BERTRAND 2020-12-26 21:33:41
gfx stack update 4b113c9476a8006961c1182c47d0e1ef698adb3d Sylvain BERTRAND 2020-12-25 15:45:09
gfx stack update b20a36c8c94a0e893efec3d1b2660b1f3872ea66 Sylvain BERTRAND 2020-12-13 16:38:11
gfx stack update c73bfd68fc2c7acdb5c00ca8f697889e958c1532 Sylvain BERTRAND 2020-12-06 15:42:34
tuned libSDL2 6b6348c1d081368bb7451fdab46c72edb2cf2df0 Sylvain BERTRAND 2020-12-02 11:51:32
gfx stack update 56a20e1a4693e9451e6668bbf93e8b400e147a1d Sylvain BERTRAND 2020-11-29 14:55:50
gfx stack update c8626b1eb3ea3b3d074afb4a2b1ea19b7bfebb61 Sylvain BERTRAND 2020-11-22 17:48:09
busybox with new initramfs f6f0ac291755b6d949f22515bdcaf1ceabf5d150 Sylvain BERTRAND 2020-11-17 13:30:58
gfx stack update e451a3b9c7e93d6c53d462f23d786e5c9b2061e7 Sylvain BERTRAND 2020-11-15 16:32:29
gfx stack update 7482fa9cdeae73bbad02897053ab3a99d74ae9e1 Sylvain BERTRAND 2020-11-12 22:31:42
asm:grant audio to the slaves/users e6374eacfcbaeddd3ead3e88459c6e6663add0df Sylvain BERTRAND 2020-11-12 18:36:11
Commit d56c4fab2c59bf3543360255a4a1ee01ed1ad024 - update libxcb (planned obsolescence)
Author: Sylvain BERTRAND
Author date (UTC): 2021-01-12 19:50
Committer name: Sylvain BERTRAND
Committer date (UTC): 2021-01-12 19:50
Parent(s): 7ce68516c9c49b98b0174e41f4f94b5b909da90f
Signer:
Signing key:
Signing status: N
Tree: 4f2117d3f29a6327a8d959d8d09eee76dc867868
File Lines added Lines deleted
builders/libxcb-1/builder.sh 16 10
File builders/libxcb-1/builder.sh changed (mode: 100644) (index 4d01387..5381f9a)
1 1 src_name=libxcb src_name=libxcb
2 git_commit=8287ebd7b752c33b0cabc4982606fe4831106f7e
2 git_commit=4cbcac4eca967abfbff7cf1ea473777c5e8c375c
3 3 git_url0=git://anongit.freedesktop.org/xcb/$src_name git_url0=git://anongit.freedesktop.org/xcb/$src_name
4 4
5 slot=1
6
5 7 pkg_dir=$pkgs_dir_root/$src_name pkg_dir=$pkgs_dir_root/$src_name
6 8 src_dir=$src_dir_root/xcb/$src_name src_dir=$src_dir_root/xcb/$src_name
7 9 rm -Rf $pkg_dir rm -Rf $pkg_dir
 
... ... cd $build_dir
36 38
37 39 #configure script relies on pkgconfig to find the python plugin #configure script relies on pkgconfig to find the python plugin
38 40 export "PKG_CONFIG_LIBDIR=\ export "PKG_CONFIG_LIBDIR=\
39 $sdk_python2_path/lib/pkgconfig:\
41 $sdk_python3_path/lib/pkgconfig:\
40 42 /nyan/util-macro/current/share/pkgconfig:\ /nyan/util-macro/current/share/pkgconfig:\
41 43 /nyan/libpthread-stubs/current/lib/pkgconfig:\ /nyan/libpthread-stubs/current/lib/pkgconfig:\
42 44 /nyan/xorgproto/current/share/pkgconfig:\ /nyan/xorgproto/current/share/pkgconfig:\
 
... ... $sdk_python2_path/lib/pkgconfig:\
45 47 # at link time, the only way to tell gnu ld where to look for shared lib dependencies is to pass the -rpath-link option # at link time, the only way to tell gnu ld where to look for shared lib dependencies is to pass the -rpath-link option
46 48 export "CC=gcc -B/nyan/glibc/current/lib -L/nyan/glibc/current/lib -Wl,-rpath-link,/nyan/glibc/current/lib -static-libgcc" export "CC=gcc -B/nyan/glibc/current/lib -L/nyan/glibc/current/lib -Wl,-rpath-link,/nyan/glibc/current/lib -static-libgcc"
47 49 export 'CFLAGS=-O2 -pipe -fPIC' export 'CFLAGS=-O2 -pipe -fPIC'
48 export PYTHON=$sdk_python2_path/bin/python2
49 $pkg_dir/configure \
50 --prefix=/nyan/libxcb/1 \
51 --enable-shared \
52 --disable-static \
50 export PYTHON=$sdk_python3_path/bin/python3
51 $pkg_dir/configure \
52 --prefix=/nyan/libxcb/$slot \
53 --enable-shared \
54 --disable-static \
53 55 --disable-devel-docs --disable-devel-docs
54 56 unset PYTHON unset PYTHON
55 57 unset CFLAGS unset CFLAGS
56 58 unset CC unset CC
57 59
60 # it wants autoheader... :D
61 PATH_SAVED=$PATH
62 export PATH=$sdk_autoconf_path/bin:$PATH
58 63 make -j $threads_n make -j $threads_n
64 export PATH=$PATH_SAVED
59 65 make install make install
60 66
61 67 # cleanup and tidying # cleanup and tidying
62 rm -Rf /nyan/$src_name/1/share
63 rm -f /nyan/$src_name/1/lib/*.la
64 find /nyan/$src_name/1/lib -type f | while read f; do if file $f | egrep 'ELF.+(shared|executable)' >/dev/null; then strip -s $f; fi; done
68 rm -Rf /nyan/$src_name/$slot/share
69 rm -f /nyan/$src_name/$slot/lib/*.la
70 find /nyan/$src_name/$slot/lib -type f | while read f; do if file $f | egrep 'ELF.+(shared|executable)' >/dev/null; then strip -s $f; fi; done
65 71
66 72 rm -Rf $build_dir $pkg_dir rm -Rf $build_dir $pkg_dir
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