9014baf88d
- Specfile cleanup * copy rust crate sources into subprojects folder * remove supplements. nvk is still new - Specfile changes for Rust crates. Also added this to README-suse-maintenance.md * Since Rust crates are not installed or discouraged to be installed as system dependencies because of the maintenance burden of being the next crates.io, we will have to download the following crates as vendored dependencies. Hence, do not be scared if the dependencies are done like this To check new crates or update the versions, just go to the subprojects folder and run `grep -r crates .` then set versions appropriately. - Update baselibs.conf - Build requires rust-cbindgen >= 0.25. However, this means we cannot build libvulkan_nouveau on Leap. - Enable libvulkan_nouveau including the following depencencies * add rust crate paste-1.0.14.tar.gz * add rust crate proc-macro2-1.0.70.tar.gz * add rust crate quote-1.0.33.tar.gz * add rust crate syn-2.0.39.tar.gz * add rust crate unicode-ident-1.0.12.tar.gz - Update to bugfix release 24.1.2 --> https://docs.mesa3d.org/relnotes/24.1.2 OBS-URL: https://build.opensuse.org/request/show/1182863 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Mesa?expand=0&rev=510 |
||
---|---|---|
_constraints | ||
_multibuild | ||
.gitattributes | ||
.gitignore | ||
baselibs.conf | ||
manual-pages.tar.bz2 | ||
mesa-24.1.2.tar.xz | ||
mesa-24.1.2.tar.xz.sig | ||
Mesa-rpmlintrc | ||
Mesa.changes | ||
Mesa.keyring | ||
Mesa.spec | ||
n_add-Mesa-headers-again.patch | ||
n_drirc-disable-rgb10-for-chromium-on-amd.patch | ||
n_stop-iris-flicker.patch | ||
paste-1.0.14.tar.gz | ||
proc-macro2-1.0.70.tar.gz | ||
python36-buildfix1.patch | ||
python36-buildfix2.patch | ||
quote-1.0.33.tar.gz | ||
README-suse-maintenance.md | ||
README.updates | ||
syn-2.0.39.tar.gz | ||
u_0001-intel-genxml-Drop-from-__future__-import-annotations.patch | ||
u_0002-intel-genxml-Add-a-untyped-OrderedDict-fallback-for-.patch | ||
u_dep_xcb.patch | ||
U_fix-mpeg1_2-decode-mesa-20.2.patch | ||
unicode-ident-1.0.12.tar.gz |
DRI Driver update mechanism --------------------------- If any corresponding DRI driver is found in "/usr/lib/dri/updates/" it will be favored over the one in "/usr/lib/dri/" and will be used for 32/64 bit applications. On 32/64 bit biarch platforms additionally a corresponding DRI driver in "/usr/lib64/dri/updates/" will be favored over the one in "/usr/lib64/dri/" and will be used for 64bit applications.