commit ac35fb8
hovercats
·
2024-04-13 06:37:21 +0000 UTC
parent 6a4b33c
libvpx: import
7 files changed,
+107,
-0
+41,
-0
1@@ -0,0 +1,41 @@
2+libvpx
3+________________________________________________________________________________
4+
5+libvpx is a free software video codec library from Google and the Alliance for O
6+pen Media (AOMedia). It serves as the reference software implementation for the
7+VP8 and VP9 video coding formats, and for AV1 a special fork named libaom that
8+was stripped of backwards compatibility. [0]
9+
10+Upstream: https://github.com/webmproject/libvpx
11+
12+
13+[000] Index
14+________________________________________________________________________________
15+
16+* Installation ........................................................... [001]
17+* Usage .................................................................. [002]
18+* References ............................................................. [003]
19+
20+
21+[001] Installation
22+________________________________________________________________________________
23+
24++------------------------------------------------------------------------------+
25+| |
26+| $ kiss b libvpx |
27+| |
28++------------------------------------------------------------------------------+
29+
30+
31+[002] Usage
32+________________________________________________________________________________
33+
34+No documentation is currently provided with the package, refer to online
35+documentation for the time being.
36+
37+
38+[003] References
39+________________________________________________________________________________
40+
41+[0] https://en.wikipedia.org/wiki/Libvpx
42+
+28,
-0
1@@ -0,0 +1,28 @@
2+#!/bin/sh -e
3+
4+# Remove the perl requirement from configure.
5+# Also fix issue with non-GNU diff.
6+sed 's/perl/:/g;s/diff --version/command -v diff/' configure > _
7+mv -f _ configure
8+
9+sh ./configure \
10+ --prefix=/usr \
11+ --target=x86_64-linux-gcc \
12+ --enable-vp8 \
13+ --enable-vp9 \
14+ --enable-experimental \
15+ --enable-runtime-cpu-detect \
16+ --enable-shared \
17+ --enable-postproc \
18+ --enable-pic \
19+ --disable-tools \
20+ --disable-examples \
21+ --disable-docs \
22+ --disable-unit-tests \
23+ --disable-install-docs \
24+ --disable-install-srcs \
25+ --disable-install-bins \
26+ --as=nasm
27+
28+make
29+make DESTDIR="$1" install
+1,
-0
1@@ -0,0 +1 @@
2+f8558e0225f93ee5b6f98a4fe03c20fb8581c56d177d2819fd123294c1f13ae791
+1,
-0
1@@ -0,0 +1 @@
2+nasm make
+34,
-0
1@@ -0,0 +1,34 @@
2+/var/db/kiss/installed/libvpx/version
3+/var/db/kiss/installed/libvpx/sources
4+/var/db/kiss/installed/libvpx/manifest
5+/var/db/kiss/installed/libvpx/depends
6+/var/db/kiss/installed/libvpx/checksums
7+/var/db/kiss/installed/libvpx/build
8+/var/db/kiss/installed/libvpx/README
9+/var/db/kiss/installed/libvpx/
10+/var/db/kiss/installed/
11+/var/db/kiss/
12+/var/db/
13+/var/
14+/usr/lib/pkgconfig/vpx.pc
15+/usr/lib/pkgconfig/
16+/usr/lib/libvpx.so.9.0.0
17+/usr/lib/libvpx.so.9.0
18+/usr/lib/libvpx.so.9
19+/usr/lib/libvpx.so
20+/usr/lib/libvpx.a
21+/usr/lib/
22+/usr/include/vpx/vpx_tpl.h
23+/usr/include/vpx/vpx_integer.h
24+/usr/include/vpx/vpx_image.h
25+/usr/include/vpx/vpx_frame_buffer.h
26+/usr/include/vpx/vpx_ext_ratectrl.h
27+/usr/include/vpx/vpx_encoder.h
28+/usr/include/vpx/vpx_decoder.h
29+/usr/include/vpx/vpx_codec.h
30+/usr/include/vpx/vp8dx.h
31+/usr/include/vpx/vp8cx.h
32+/usr/include/vpx/vp8.h
33+/usr/include/vpx/
34+/usr/include/
35+/usr/
+1,
-0
1@@ -0,0 +1 @@
2+https://github.com/webmproject/libvpx/archive/v1.14.0.tar.gz
+1,
-0
1@@ -0,0 +1 @@
2+1.14.0 1