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)
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
gfx stack update (still holding that llvm c++ trash) 4665adde998aaea0ef7a05233fd11faa3279828c Sylvain BERTRAND 2022-07-24 13:41:47
gfx stack update (still holding the breaking llvm) 2fbdf2a0752b2bdf312049f0feef6547649b8c9c Sylvain BERTRAND 2022-07-17 18:23:21
gfx stack update (we try to avoid llvm, because really nasty) f94a5fc7fb325ddbea168d682030fc89273cce55 Sylvain BERTRAND 2022-07-10 15:43:49
gfx stack update (still no llvm since it broke mesa AGAIN) 8c8bfecf404c6506c06b624d25eaf0178dff6112 Sylvain BERTRAND 2022-07-03 14:42:37
libX11: gcc attributes (no linker script), binutils 5f16ad32676c5bcfc6612d95a6e7500d917732ba Sylvain BERTRAND 2022-07-02 20:10:12
some updates and fixes (libX11 custom and fine grained build system) bcf0c05faae95410aac567798248bb92e9596eed Sylvain BERTRAND 2022-07-02 00:26:27
gfx stack update (no llvm yet) d2a3ef630f8cbb8ae6d9c274a7838a57fe9b1c07 Sylvain BERTRAND 2022-06-26 14:20:08
gfx stack update (actually it is llvm breaking mesa) d15422f1dddb685d781f0642d922784d1d5003b6 Sylvain BERTRAND 2022-06-19 23:59:08
alsa userland updates 098ff2ae57ea647f4c901042f2cd3cfe07d12cbf Sylvain BERTRAND 2022-06-14 18:36:38
gfx stack update (mesa gl broken again) d3f35c4af8017644a7f6aea411f1e0efb3b427b0 Sylvain BERTRAND 2022-06-05 20:53:02
gfx stack update a86341223cb94cc176bb180d6cf5de64fb2defc7 Sylvain BERTRAND 2022-05-29 18:00:01
gfx stack update 577a4a530a8a2cb4ffa826eecb8366d3f07fbbff Sylvain BERTRAND 2022-05-22 15:06:51
st: fix inverted color array efb576f1e73e92daf28ff9bc9793dff41c5673b5 Sylvain BERTRAND 2022-05-19 17:08:10
Commit 2ff4e151fa0f4674c1d7f19ac783eb9a7f99393a - alsa-lib: same game related binaries are now libdl-ing specific symbol version
Author: Sylvain BERTRAND
Author date (UTC): 2022-08-29 15:17
Committer name: Sylvain BERTRAND
Committer date (UTC): 2022-08-29 15:17
Parent(s): 8812b7fda9f9528f241ba232f819fe04935b70ae
Signer:
Signing key:
Signing status: N
Tree: d51f250b8b21db24972b6336f4474c55cac842ae
File Lines added Lines deleted
builders/alsa-lib-1.2.7/builder.sh 0 2
File builders/alsa-lib-1.2.7/builder.sh changed (mode: 100644) (index 72e6fed..a4951e9)
... ... $src_dir/configure \
46 46 --disable-old-symbols \ --disable-old-symbols \
47 47 --disable-python \ --disable-python \
48 48 --without-debug \ --without-debug \
49 --without-versioned \
50 --without-debug \
51 49 --without-softfloat --without-softfloat
52 50 unset AR unset AR
53 51 unset OBJDUMP unset OBJDUMP
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