diff options
| author | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2025-06-03 14:32:36 +0000 |
|---|---|---|
| committer | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2025-06-03 14:32:36 +0000 |
| commit | 93a354611e38a6949add5c2e5ccc93ef79b9755f (patch) | |
| tree | 7fee41752b1047d74c59f8ee046cd62735e7e934 /libvpx | |
| parent | 35912580b66e9439f91ea441938828ad8aa33b0d (diff) | |
| download | alicelinux-93a354611e38a6949add5c2e5ccc93ef79b9755f.tar.gz alicelinux-93a354611e38a6949add5c2e5ccc93ef79b9755f.zip | |
Woodpecker CI 5171f1fdd74e7137c305450dd69a29fa5be4143f [SKIP CI]
Diffstat (limited to 'libvpx')
| -rw-r--r-- | libvpx/.checksum | 1 | ||||
| -rw-r--r-- | libvpx/.files | 24 | ||||
| -rw-r--r-- | libvpx/abuild | 17 | ||||
| -rw-r--r-- | libvpx/depends | 1 |
4 files changed, 43 insertions, 0 deletions
diff --git a/libvpx/.checksum b/libvpx/.checksum new file mode 100644 index 00000000..664e1839 --- /dev/null +++ b/libvpx/.checksum @@ -0,0 +1 @@ +a449f84d7f35fafefbf2c851c7700a0137df3a3f89fc173e7967bd6dc0a6654e libvpx-1.15.1.tar.gz diff --git a/libvpx/.files b/libvpx/.files new file mode 100644 index 00000000..15fea38b --- /dev/null +++ b/libvpx/.files @@ -0,0 +1,24 @@ +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 +-rw-rw-r-- root/root usr/include/vpx/vp8cx.h +-rw-rw-r-- root/root usr/include/vpx/vp8dx.h +-rw-rw-r-- root/root usr/include/vpx/vpx_codec.h +-rw-rw-r-- root/root usr/include/vpx/vpx_decoder.h +-rw-rw-r-- root/root usr/include/vpx/vpx_encoder.h +-rw-rw-r-- root/root usr/include/vpx/vpx_ext_ratectrl.h +-rw-rw-r-- root/root usr/include/vpx/vpx_frame_buffer.h +-rw-rw-r-- root/root usr/include/vpx/vpx_image.h +-rw-rw-r-- root/root usr/include/vpx/vpx_integer.h +-rw-rw-r-- root/root usr/include/vpx/vpx_tpl.h +drwxr-xr-x root/root usr/lib/ +lrwxrwxrwx root/root usr/lib/libvpx.so -> libvpx.so.11.0.0 +lrwxrwxrwx root/root usr/lib/libvpx.so.11 -> libvpx.so.11.0.0 +lrwxrwxrwx root/root usr/lib/libvpx.so.11.0 -> libvpx.so.11.0.0 +-rwxr-xr-x root/root usr/lib/libvpx.so.11.0.0 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/vpx.pc 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 +} diff --git a/libvpx/depends b/libvpx/depends new file mode 100644 index 00000000..c247c490 --- /dev/null +++ b/libvpx/depends @@ -0,0 +1 @@ +nasm |