From 93a354611e38a6949add5c2e5ccc93ef79b9755f Mon Sep 17 00:00:00 2001 From: Woodpecker CI Date: Tue, 3 Jun 2025 14:32:36 +0000 Subject: Woodpecker CI 5171f1fdd74e7137c305450dd69a29fa5be4143f [SKIP CI] --- libvpx/abuild | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 libvpx/abuild (limited to 'libvpx/abuild') diff --git a/libvpx/abuild b/libvpx/abuild new file mode 100644 index 00000000..39a10ee6 --- /dev/null +++ b/libvpx/abuild @@ -0,0 +1,17 @@ +name=libvpx +version=1.15.1 +release=1 +source="https://github.com/webmproject/$name/archive/v$version/$name-$version.tar.gz" + +build() { + # Remove the perl requirement from configure. + # Also fix issue with non-GNU diff. + sed 's/perl/:/g;s/diff --version/command -v diff/' -i configure + + mkdir libvpx-build + cd libvpx-build + + ../configure --prefix=/usr --enable-shared + make + make install +} -- cgit v1.2.3