libvpx: initial import
This commit is contained in:
parent
9c365fd528
commit
491befe6fa
25
libvpx/.footprint
Normal file
25
libvpx/.footprint
Normal file
@ -0,0 +1,25 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/vp8_scalable_patterns
|
||||
-rwxr-xr-x root/root usr/bin/vp9_spatial_scalable_encoder
|
||||
-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-r--r-- root/root usr/include/vpx/svc_context.h
|
||||
-rw-r--r-- root/root usr/include/vpx/vp8.h
|
||||
-rw-r--r-- root/root usr/include/vpx/vp8cx.h
|
||||
-rw-r--r-- root/root usr/include/vpx/vp8dx.h
|
||||
-rw-r--r-- root/root usr/include/vpx/vpx_codec.h
|
||||
-rw-r--r-- root/root usr/include/vpx/vpx_decoder.h
|
||||
-rw-r--r-- root/root usr/include/vpx/vpx_encoder.h
|
||||
-rw-r--r-- root/root usr/include/vpx/vpx_image.h
|
||||
-rw-r--r-- root/root usr/include/vpx/vpx_integer.h
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
-rw-r--r-- root/root usr/lib/libvpx.a
|
||||
lrwxrwxrwx root/root usr/lib/libvpx.so -> libvpx.so.1.3.0
|
||||
lrwxrwxrwx root/root usr/lib/libvpx.so.1 -> libvpx.so.1.3.0
|
||||
lrwxrwxrwx root/root usr/lib/libvpx.so.1.3 -> libvpx.so.1.3.0
|
||||
-rwxr-xr-x root/root usr/lib/libvpx.so.1.3.0
|
||||
drwxr-xr-x root/root usr/lib/pkgconfig/
|
||||
-rw-r--r-- root/root usr/lib/pkgconfig/vpx.pc
|
1
libvpx/.md5sum
Normal file
1
libvpx/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
14783a148872f2d08629ff7c694eb31f libvpx-v1.3.0.tar.bz2
|
27
libvpx/Pkgfile
Normal file
27
libvpx/Pkgfile
Normal file
@ -0,0 +1,27 @@
|
||||
# Description: The VP8/VP9 Codec SDK
|
||||
# URL: http://www.webmproject.org/
|
||||
# Maintainer: Jose V Beneyto, sepen at crux dot nu
|
||||
# Packager: Ionut Biru, ibiru at archlinux dot org
|
||||
# Depends on: yasm
|
||||
|
||||
name=libvpx
|
||||
version=1.3.0
|
||||
release=1
|
||||
source=(https://webm.googlecode.com/files/$name-v$version.tar.bz2)
|
||||
|
||||
build() {
|
||||
cd $name-v$version
|
||||
|
||||
./configure --prefix=/usr \
|
||||
--enable-vp8 \
|
||||
--enable-vp9 \
|
||||
--enable-runtime-cpu-detect \
|
||||
--enable-shared \
|
||||
--enable-postproc \
|
||||
--enable-pic \
|
||||
--disable-install-docs \
|
||||
--disable-install-srcs
|
||||
|
||||
make
|
||||
make DIST_DIR="$PKG/usr" install
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user