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)
dav1d: default the symbols to elf hidden c33df249596e8911858941752f4c4f42775c4b42 Sylvain BERTRAND 2020-01-13 00:54:43
gfx stack update 8647c8f1e4408736193f74948799b5f7b9fe9d70 Sylvain BERTRAND 2020-01-12 19:28:44
gfx stack update 43eaea03ad22e115875bf15a3e63ade6377e3915 Sylvain BERTRAND 2020-01-06 20:14:24
housekeeping 1d491adb072e20f5eba6ed6b9bd43aa42c6e400d Sylvain BERTRAND 2020-01-05 22:13:50
dwm addition (dota2 friendly edition) 9b1ee73aacde79f4831357484f6ede3d5b8bae9b Sylvain BERTRAND 2020-01-01 22:05:35
gfx stack update 3af4530977ef1b01b58184b8335c5dec184043f4 Sylvain BERTRAND 2019-12-29 18:29:34
gfx stack update 8d0a533fd0d9254794e52ccca3eb060884fb4103 Sylvain BERTRAND 2019-12-22 19:46:39
update libressl/gnutls (gnu is technically dying) 176392c0d069861eb5ad4dfaa88c8e82f37ff3be Sylvain BERTRAND 2019-12-22 19:44:31
gfx stack update 9ee999ade37cc3bf0028cc4d9cd0a6320fb04872 Sylvain BERTRAND 2019-12-16 19:40:10
fontconfig update with new lean build system 0c6bc4799fea2a88efccc0f84ad6ff8805f88504 Sylvain BERTRAND 2019-12-12 23:08:17
gfx stack update b2f427e870c7d08306b85aa6554e2d0a537f626e Sylvain BERTRAND 2019-12-09 18:21:12
dosfstools for fat32 d6df64f27c7f25e8c36de1e8f6bb2d89c0605827 Sylvain BERTRAND 2019-12-09 11:27:51
gfx stack update 1745824d280d1a172f69f6e7141a34d83798c4ab Sylvain BERTRAND 2019-12-02 03:33:06
gfx stack update 53b14f9e2383f3c5b24ff5ba47a97295ad778389 Sylvain BERTRAND 2019-11-24 20:50:01
enable mplayer av1 decoding with ffmpeg c77b02db60e924fe8473827903712d6456d0e04b Sylvain BERTRAND 2019-11-19 23:31:12
remove old vulkan loader f6c3134c6c5603ef3c8ca628b0aae6cfe2aa806c Sylvain BERTRAND 2019-11-19 20:24:12
added ffmpeg av1 decoding using dav1d 656ff5ec5cd4f66ad3d26e81ca9fc62a4a24f056 Sylvain BERTRAND 2019-11-19 20:15:06
gfx stack update f504d662bcef4ea5ee49de01a312b2b6eead3a72 Sylvain BERTRAND 2019-11-18 15:56:11
significant gfx stack update 81b1641e4a68d13bdb3207958c1b61f5c9178110 Sylvain BERTRAND 2019-11-12 17:19:01
st with alpha 40c4dd0ba37efa471f371b5ebb2c700791cf2e41 Sylvain BERTRAND 2019-10-29 04:12:09
Commit c33df249596e8911858941752f4c4f42775c4b42 - dav1d: default the symbols to elf hidden
Author: Sylvain BERTRAND
Author date (UTC): 2020-01-13 00:54
Committer name: Sylvain BERTRAND
Committer date (UTC): 2020-01-13 00:54
Parent(s): 8647c8f1e4408736193f74948799b5f7b9fe9d70
Signing key:
Tree: 94df54e6c3bb4b38b18e16230a083f3ff484f4fd
File Lines added Lines deleted
builders/dav1d-1/contrib/x86_64_linux_glibc_gcc.sh 1 0
File builders/dav1d-1/contrib/x86_64_linux_glibc_gcc.sh changed (mode: 100755) (index 51a67f2..be35954)
... ... fi
41 41 # will be tagged public explicitely in the code (with extensions to C) # will be tagged public explicitely in the code (with extensions to C)
42 42 if test "${cc-unset}" = unset; then if test "${cc-unset}" = unset; then
43 43 cc="gcc -pipe -fPIC -O2 -c -static-libgcc \ cc="gcc -pipe -fPIC -O2 -c -static-libgcc \
44 -fvisibility=hidden \
44 45 -mpreferred-stack-boundary=6 -mincoming-stack-boundary=4 \ -mpreferred-stack-boundary=6 -mincoming-stack-boundary=4 \
45 46 -fomit-frame-pointer -ffast-math \ -fomit-frame-pointer -ffast-math \
46 47 -I/nyan/glibc/current/include-linux" -I/nyan/glibc/current/include-linux"
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