Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion common/shlibs
Original file line number Diff line number Diff line change
Expand Up @@ -4065,7 +4065,7 @@ libdolphinvcs.so.6 dolphin-24.02.0_1
libocl.so.2019.07 opencamlib-2019.07_1
libcglm.so.0 cglm-0.7.6_1
libfcft.so.4 fcft-3.0.1_1
libaml.so.0 aml-0.1.0_1
libaml.so.1 aml-1.0.0_1
libneatvnc.so.0 neatvnc-0.3.2_1
libtdjson.so.1.8.66 libtd-1.8.66_1
libJudy.so.1 judy-1.0.5_1
Expand Down
4 changes: 2 additions & 2 deletions srcpkgs/aml/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'aml'
pkgname=aml
version=0.3.0
version=1.0.0
revision=1
build_style=meson
hostmakedepends="pkg-config"
Expand All @@ -9,7 +9,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="ISC"
homepage="https://github.com/any1/aml"
distfiles="https://github.com/any1/aml/archive/v${version}.tar.gz"
checksum=cba1ca1689d4031faf37bb7a184559106b6d2f462ae8890a9fa16e3022ca1eb0
checksum=b2b8f743213af39f40e8bc611147d69e2ea9e010b9b19cb65246582338f28d96

if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
makedepends+=" musl-legacy-compat"
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/neatvnc/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'neatvnc'
pkgname=neatvnc
version=0.9.5
revision=1
revision=2
build_style=meson
hostmakedepends="pkg-config"
makedepends="aml-devel libdrm-devel pixman-devel zlib-devel gnutls-devel libjpeg-turbo-devel"
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/vali/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'vali'
pkgname=vali
version=0.1.1
revision=1
revision=2
build_style=meson
build_helper="qemu"
hostmakedepends="pkg-config"
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/wayvnc/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'wayvnc'
pkgname=wayvnc
version=0.9.1
revision=1
revision=2
build_style=meson
hostmakedepends="pkg-config ninja scdoc wayland-devel"
makedepends="aml-devel neatvnc-devel libgbm gnutls-devel zlib-devel
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/weston/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'weston'
pkgname=weston
version=15.0.1
revision=1
revision=2
build_style=meson
# requires XDG_RUNTIME_DIR for most tests
configure_args="-Dtests=false $(vopt_bool vaapi deprecated-backend-drm-screencast-vaapi) "
Expand Down
Loading