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)
fix dav1d SDK breakage 0117d7604a393427e8d12fce3eb409326857fc7a Sylvain BERTRAND 2024-09-08 19:16:33
Gfx Stack Update c80909145764b714ca16e12cd1bef9c663f4c100 Sylvain BERTRAND 2024-09-07 17:42:14
Gfx Stack Update 84360e5635c974f9b79bc82e4ac69b6a44228ade Sylvain BERTRAND 2024-09-07 11:52:24
wip update 67ae3556de3505f5d30196f836db6118300ec716 Sylvain BERTRAND 2024-09-05 20:58:18
wip update 3107ecce7746cdd80233f4b8801f2c1559e42224 Sylvain BERTRAND 2024-09-04 12:49:52
wip update 01640667c777c56b658f6e797402e4b79fae62f8 Sylvain BERTRAND 2024-09-03 18:13:49
wip udpate 696e4f2989949858e70773c28b46e9c479387355 Sylvain BERTRAND 2024-09-03 13:04:40
wip update e80bf873e1e0b80091462e7262f946d92b17c032 Sylvain BERTRAND 2024-09-02 17:50:11
wip update ca462c862be06769e845b7a5607a290c3f897290 Sylvain BERTRAND 2024-09-01 13:19:52
Gfx Stack Update 29c11e9c3183cd0efc34c8d9b327c1eb6975d535 Sylvain BERTRAND 2024-08-31 11:40:56
wip update 5ac8187677f33de6528695fd62a5fbeca7946920 Sylvain BERTRAND 2024-08-29 12:04:58
wip update 770a5ca8154e17945090b82cc6f3199d59aeb3e4 Sylvain BERTRAND 2024-08-27 15:21:43
wip update a3712585c95235d3980c59457f0c73824b19b065 Sylvain BERTRAND 2024-08-26 18:14:28
Gfx Stack Update 8193d1d507910c9b0b8dffb23581131480630025 Sylvain BERTRAND 2024-08-24 17:20:51
wip update a9a5e13d5f469c1c828f64924d0a914f5fb07be5 Sylvain BERTRAND 2024-08-22 14:12:31
Gfx Stack Update 65cb8a808e71bf5046dd3554202b5ec65e00d449 Sylvain BERTRAND 2024-08-17 13:08:32
Gfx Stack Update 375e28cea3ddf256d457896920bd8f201ec76c20 Sylvain BERTRAND 2024-08-10 17:01:47
Gfx Stack Update 73d87621b2e2c32bb5710ad52095001defb78994 Sylvain BERTRAND 2024-08-03 16:44:13
please steam pressure-vessel c0f58acfff8ceb397b4d83c28b000e1dd56aa1fd Sylvain BERTRAND 2024-07-28 16:28:56
Gfx Stack Update ec850153030bb8d1251ffb51a5c63cd0f63e5316 Sylvain BERTRAND 2024-07-28 14:05:59
Commit 0117d7604a393427e8d12fce3eb409326857fc7a - fix dav1d SDK breakage
Author: Sylvain BERTRAND
Author date (UTC): 2024-09-08 19:16
Committer name: Sylvain BERTRAND
Committer date (UTC): 2024-09-08 19:16
Parent(s): c80909145764b714ca16e12cd1bef9c663f4c100
Signer:
Signing key:
Signing status: N
Tree: dcaba30762d65e7ac9260d2324410218cdafec1d
File Lines added Lines deleted
builders/dav1d/builder.sh 1 1
File builders/dav1d/builder.sh changed (mode: 100644) (index 8731425..cc6a345)
... ... cp -f $pkg_dir/include/dav1d/common.h \
70 70 $pkg_dir/include/dav1d/dav1d.h \ $pkg_dir/include/dav1d/dav1d.h \
71 71 $pkg_dir/include/dav1d/headers.h \ $pkg_dir/include/dav1d/headers.h \
72 72 $pkg_dir/include/dav1d/picture.h \ $pkg_dir/include/dav1d/picture.h \
73 $build_dir/version.h \
73 $build_dir/dav1d/version.h \
74 74 /nyan/dav1d/$slot/include/dav1d /nyan/dav1d/$slot/include/dav1d
75 75
76 76 export PATH=$PATH_SAVED export PATH=$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