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)
gfx stack update (gitlab is down) 02dd1da8bf3e061f61e229593daa90fd98bb1934 Sylvain BERTRAND 2021-07-11 12:41:28
gfx stack update 72d50ff8dd58e891bcd728c94fe31ac04eb30e45 Sylvain BERTRAND 2021-07-05 01:30:27
linux-amd: small cleanups d4cbff80ba420b244479c9a68bf7481eca4b7324 Sylvain BERTRAND 2021-07-02 19:57:40
gfx stack update 65fcedb981c9b6b601b4dbd283badb96c20e6046 Sylvain BERTRAND 2021-06-27 14:55:40
libpng to new nyan eb7d57cb73cf81182119fbed8ec1a8709b6a8a26 Sylvain BERTRAND 2021-06-26 13:10:39
bzip2 to new nyan 40af37d911798c7950c61b1391f8baeaa8839b6c Sylvain BERTRAND 2021-06-25 01:41:28
mutt to new nyan d497b7f9acee77342c6dca432fcc1bd0696715a3 Sylvain BERTRAND 2021-06-25 00:40:13
miniupnpc to new nyan dd4cf201c1b072384430cb6ea3c8f609c8cfc21a Sylvain BERTRAND 2021-06-24 21:14:38
libtool to new nyan 98cdc4c623b6de00ef0f60aa6d3f2a42a8d33a5e Sylvain BERTRAND 2021-06-24 19:48:02
automake to new nyan 7402408b2621a1ed85665f26841073575ad7d944 Sylvain BERTRAND 2021-06-24 19:33:09
autoconf to new nyan 52e700d38cb6ecfc6c1e37d920e5b089f652be66 Sylvain BERTRAND 2021-06-24 19:25:39
libffi/perl5/python3 to new nyan bf95e3edba98e9b33e63e7c7e11f54f1a7919a0a Sylvain BERTRAND 2021-06-24 16:13:25
openssh fixed 64 truncation and new nyan 8dc61ff35842cab7a6b835dc2ec46201e0d533d2 Sylvain BERTRAND 2021-06-24 12:21:19
sync linux config with current ncurses 018c21a2c1b298a7afde1e69aeece48e00d5291e Sylvain BERTRAND 2021-06-24 00:25:19
vim: new nyan 1d8ebb3757d0b421b9433c68b3e099020d39aba9 Sylvain BERTRAND 2021-06-23 19:35:27
towards the new nyan 34554e0757e39f9b8363b30148fc5ee6b4b429a2 Sylvain BERTRAND 2021-06-23 18:37:41
gfx stack update afaaadfdad869098a1a4eba62bca68afb9536b79 Sylvain BERTRAND 2021-06-23 01:04:53
drm: move to new nyan 1a416b7c38ea65998df66c171a2202e981bc1444 Sylvain BERTRAND 2021-06-22 15:47:05
quality of life for dealing with AMD devel linux 8ffca64c4d652517553a0495da1219dac5af4274 Sylvain BERTRAND 2021-06-21 19:02:41
nyangpt:fix install path bc3f973810e90a262b4031e3e68907debb6a8f5e Sylvain BERTRAND 2021-06-19 15:17:12
Commit 02dd1da8bf3e061f61e229593daa90fd98bb1934 - gfx stack update (gitlab is down)
Author: Sylvain BERTRAND
Author date (UTC): 2021-07-11 12:41
Committer name: Sylvain BERTRAND
Committer date (UTC): 2021-07-11 12:41
Parent(s): 72d50ff8dd58e891bcd728c94fe31ac04eb30e45
Signer:
Signing key:
Signing status: N
Tree: 42e08306d3d6e1598a8d3540d9b93c9142a5a6e4
File Lines added Lines deleted
builders/dav1d-895cda326200ee95f8db13c90e739a47252681d3/builder.sh 1 1
builders/dav1d-895cda326200ee95f8db13c90e739a47252681d3/contrib/x86_64_linux_glibc_gcc.sh 1 1
builders/ffmpeg-79ebdbb9b9da0a86b277e3f85981196c781af398/builder.sh 0 0
File builders/dav1d-895cda326200ee95f8db13c90e739a47252681d3/builder.sh copied from file builders/dav1d-30000457582d8751022b8ff9e5e18dd7835efedf/builder.sh (similarity 92%) (mode: 100644) (index 386a3c0..2fa3574)
... ... git_commit=${pkg_name##*-}
2 2 slot=$git_commit slot=$git_commit
3 3 major=5 major=5
4 4 minor=1 minor=1
5 patch=0
5 patch=1
6 6 . $nyan_root/builders/dav1d/builder.sh . $nyan_root/builders/dav1d/builder.sh
File builders/dav1d-895cda326200ee95f8db13c90e739a47252681d3/contrib/x86_64_linux_glibc_gcc.sh copied from file builders/dav1d-30000457582d8751022b8ff9e5e18dd7835efedf/contrib/x86_64_linux_glibc_gcc.sh (similarity 99%) (mode: 100755) (index 2e6abd2..c5dc4b8)
... ... fi
73 73 # should be in sync with the code # should be in sync with the code
74 74 version_major=5 version_major=5
75 75 version_minor=1 version_minor=1
76 version_patch=0
76 version_patch=1
77 77 cp -f $src_dir/include/dav1d/version.h.in $build_dir/version.h cp -f $src_dir/include/dav1d/version.h.in $build_dir/version.h
78 78 sed -e "s:@DAV1D_API_VERSION_MAJOR@:$version_major:;\ sed -e "s:@DAV1D_API_VERSION_MAJOR@:$version_major:;\
79 79 s:@DAV1D_API_VERSION_MINOR@:$version_minor:;\ s:@DAV1D_API_VERSION_MINOR@:$version_minor:;\
File builders/ffmpeg-79ebdbb9b9da0a86b277e3f85981196c781af398/builder.sh copied from file builders/ffmpeg-3ce272a9da62151fd54391661160b6620d4dc32c/builder.sh (similarity 100%)
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