summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2017-10-14 17:54:34 +1100
committerDanny Rawlins <monster.romster@gmail.com>2017-10-14 17:54:34 +1100
commite73cf0815054f9f1a098bfd8ea13e88ab6c29a71 (patch)
treee77cb8096945d08d132116fec1c9f30917547c8b
parent4b0dc414d094fafb3a8541d2a18519d7c5c44186 (diff)
downloadopt-e73cf0815054f9f1a098bfd8ea13e88ab6c29a71.tar.gz
opt-e73cf0815054f9f1a098bfd8ea13e88ab6c29a71.tar.xz
libvpx: contrib -> opt
-rw-r--r--libvpx/.footprint23
-rw-r--r--libvpx/.md5sum1
-rw-r--r--libvpx/.signature5
-rw-r--r--libvpx/Pkgfile27
4 files changed, 56 insertions, 0 deletions
diff --git a/libvpx/.footprint b/libvpx/.footprint
new file mode 100644
index 000000000..433d1f78a
--- /dev/null
+++ b/libvpx/.footprint
@@ -0,0 +1,23 @@
+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-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_frame_buffer.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.4.0.0
+lrwxrwxrwx root/root usr/lib/libvpx.so.4 -> libvpx.so.4.0.0
+lrwxrwxrwx root/root usr/lib/libvpx.so.4.0 -> libvpx.so.4.0.0
+-rwxr-xr-x root/root usr/lib/libvpx.so.4.0.0
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/vpx.pc
diff --git a/libvpx/.md5sum b/libvpx/.md5sum
new file mode 100644
index 000000000..3575259e4
--- /dev/null
+++ b/libvpx/.md5sum
@@ -0,0 +1 @@
+f95a176768a0e1bb4fe42742e27a41af libvpx-1.6.0.tar.bz2
diff --git a/libvpx/.signature b/libvpx/.signature
new file mode 100644
index 000000000..0af3c978d
--- /dev/null
+++ b/libvpx/.signature
@@ -0,0 +1,5 @@
+untrusted comment: verify with /etc/ports/contrib.pub
+RWSagIOpLGJF39JRWZVzsZNZxtVD+vQs91Vu8YFDAn2hBG8mmh4wjQ3fh8Dh7AoUhgBXzTaGt+t4mygPKmVL6fIdCsMr/eL7EQk=
+SHA256 (Pkgfile) = 926c80296e7bc716d56515e14f8c85d7e7d40b8776f79ab255803043603536fb
+SHA256 (.footprint) = e704afccb184ad0030e68a3dc0f22514aebc455784359ca5419617c86ccda7df
+SHA256 (libvpx-1.6.0.tar.bz2) = d0afbb5eb1ecae68f8d578abace160a97e2e8a230e3028cf4db115d59a695aad
diff --git a/libvpx/Pkgfile b/libvpx/Pkgfile
new file mode 100644
index 000000000..98d448e9b
--- /dev/null
+++ b/libvpx/Pkgfile
@@ -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.6.0
+release=1
+source=(http://storage.googleapis.com/downloads.webmproject.org/releases/webm/$name-$version.tar.bz2)
+
+build() {
+ cd $name-$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
+}

Generated by cgit