libplacebo: update to 7.360.1
This commit is contained in:
committed by
Duncan Overbruck
parent
fb0f16ffd4
commit
e0123793fc
+1
-1
@@ -3529,7 +3529,7 @@ libSoapySDR.so.0.8 SoapySDR-0.8.1_1
|
||||
libeditorconfig.so.0 editorconfig-0.12.2_1
|
||||
libcfitsio.so.10 cfitsio-4.2.0_1
|
||||
libapparmor.so.1 libapparmor-2.12.0_1
|
||||
libplacebo.so.351 libplacebo-7.351.0_1
|
||||
libplacebo.so.360 libplacebo-7.360.1_1
|
||||
libw2xc.so waifu2x-converter-cpp-5.2_1
|
||||
libnova-0.15.so.0 libnova-0.15.0_1
|
||||
libcue.so.2 libcue-2.2.0_1
|
||||
|
||||
@@ -1,13 +0,0 @@
|
||||
https://github.com/haasn/libplacebo/issues/335
|
||||
--- a/src/vulkan/utils_gen.py
|
||||
+++ b/src/vulkan/utils_gen.py
|
||||
@@ -202,7 +202,8 @@ if __name__ == '__main__':
|
||||
if not xmlfile or xmlfile == '':
|
||||
xmlfile = find_registry_xml(datadir)
|
||||
|
||||
- registry = VkXML(ET.parse(xmlfile))
|
||||
+ tree = ET.parse(xmlfile)
|
||||
+ registry = VkXML(tree.getroot())
|
||||
with open(outfile, 'w') as f:
|
||||
f.write(TEMPLATE.render(
|
||||
vkresults = get_vkenum(registry, 'VkResult'),
|
||||
@@ -1,6 +1,6 @@
|
||||
# Template file for 'libplacebo'
|
||||
pkgname=libplacebo
|
||||
version=7.351.0
|
||||
version=7.360.1
|
||||
revision=1
|
||||
build_style=meson
|
||||
configure_args="-Dshaderc=enabled -Dvulkan=enabled -Ddemos=false
|
||||
@@ -14,7 +14,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="LGPL-2.1-or-later"
|
||||
homepage="https://code.videolan.org/videolan/libplacebo"
|
||||
distfiles="https://code.videolan.org/videolan/libplacebo/-/archive/v${version}/libplacebo-v${version}.tar.gz"
|
||||
checksum=4efe1c8d4da3c61295eb5fdfa50e6037409d8425eb3c15dd86788679c4ce59ee
|
||||
checksum=14c0a99f4b01557ec9826ce6b1d52f6de21be274ba03fd5aab7307f18766dc39
|
||||
|
||||
if [ "$XBPS_CHECK_PKGS" ]; then
|
||||
configure_args+=" -Dtests=true"
|
||||
|
||||
Reference in New Issue
Block a user