internal/rosa/package: azalea proposal

This commit is contained in:
mae
2026-05-23 20:50:35 -05:00
parent 689f972976
commit 0307f781a2
75 changed files with 2854 additions and 2879 deletions

View File

@@ -1,29 +1,31 @@
package libdrm {
description = "a userspace library for accessing the DRM";
website = "https://dri.freedesktop.org";
anitya = 1596;
//az:schema mbf
version* = "2.4.133";
package libdrm {
description = "a userspace library for accessing the DRM"
website = "https://dri.freedesktop.org"
anitya = 1596
version := "2.4.133"
source = remoteGitLab {
domain = "gitlab.freedesktop.org";
suffix = "mesa/libdrm";
ref = "libdrm-"+version;
checksum = "bfj296NcR9DndO11hqDbSRFPqaweSLMqRk3dlCPZpM6FONX1WZ9J4JdbTDMUd1rU";
};
domain = "gitlab.freedesktop.org"
suffix = "mesa/libdrm"
ref = "libdrm-"+version
checksum = "bfj296NcR9DndO11hqDbSRFPqaweSLMqRk3dlCPZpM6FONX1WZ9J4JdbTDMUd1rU"
}
exec = meson {
setup = {
"Dintel": "enabled";
};
};
setup = endi [
"Dintel": true
]
}
inputs = [
// symbols check fail with llvm nm
binutils,
binutils
libpciaccess,
kernel-headers,
];
libpciaccess
kernel-headers
]
runtime = [ libpciaccess ];
runtime = [ libpciaccess ]
}