aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWoodpecker CI <emmett1.2miligrams@protonmail.com>2026-02-06 00:14:42 +0000
committerWoodpecker CI <emmett1.2miligrams@protonmail.com>2026-02-06 00:14:42 +0000
commit182a352b304120b3a13b1d4bd4f95b2933ae126f (patch)
tree856b7094b809da7c0906688f78e689791eaf942f
parent6f4c057a18ba65d349d1d4bff423b9f14dedcbe4 (diff)
downloadalicelinux-182a352b304120b3a13b1d4bd4f95b2933ae126f.tar.gz
alicelinux-182a352b304120b3a13b1d4bd4f95b2933ae126f.zip
Woodpecker CI 371f72ea978b1ae00637c2fa0dcfe5de234e34d6 [SKIP CI]
-rw-r--r--libvpx/.files3
-rw-r--r--libvpx/abuild8
-rw-r--r--nodejs/.checksum2
-rw-r--r--nodejs/abuild2
4 files changed, 8 insertions, 7 deletions
diff --git a/libvpx/.files b/libvpx/.files
index a1487d0b..31c04f0c 100644
--- a/libvpx/.files
+++ b/libvpx/.files
@@ -1,7 +1,4 @@
drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/bin/
--rwxr-xr-x root/root usr/bin/vpxdec
--rwxr-xr-x root/root usr/bin/vpxenc
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/vpx/
-rw-rw-r-- root/root usr/include/vpx/vp8.h
diff --git a/libvpx/abuild b/libvpx/abuild
index 7c30e1d7..c72a8a5b 100644
--- a/libvpx/abuild
+++ b/libvpx/abuild
@@ -11,7 +11,11 @@ build() {
mkdir libvpx-build
cd libvpx-build
- ../configure --prefix=/usr --enable-shared
+ ../configure \
+ --prefix=/usr \
+ --enable-shared \
+ --disable-unit-tests \
+ --disable-examples
make
- make install
+ make DIST_DIR=$PKG/usr install
}
diff --git a/nodejs/.checksum b/nodejs/.checksum
index 520c7f7a..b628e451 100644
--- a/nodejs/.checksum
+++ b/nodejs/.checksum
@@ -1,3 +1,3 @@
e2a30a8a611234b5438df78bf7299a705d9ae267f7ea3d28c556168a57dde4a0 0001-no-libatomic.patch
-142b252ca8a4c11787a595f9608d96302938b3971979bc31a3da71d361c050f8 node-v24.12.0.tar.xz
+111368a173ba13ccfd6e3bd46102985cc5c1a0c4add2476435b9166d2d7323ee node-v24.13.0.tar.xz
29812b7aedc182949cec9d60b1121d9f33225ffc352813e15174c123127574a3 nodejs-allow-build-with-python-3.14.patch
diff --git a/nodejs/abuild b/nodejs/abuild
index 54bd4ada..2e609bbd 100644
--- a/nodejs/abuild
+++ b/nodejs/abuild
@@ -1,5 +1,5 @@
name=nodejs
-version=24.12.0
+version=24.13.0
release=1
source="https://$name.org/dist/v$version/node-v$version.tar.xz
nodejs-allow-build-with-python-3.14.patch