summaryrefslogtreecommitdiff
path: root/libs/openh264
diff options
context:
space:
mode:
Diffstat (limited to 'libs/openh264')
-rw-r--r--libs/openh264/.footprint14
-rw-r--r--libs/openh264/.signature6
-rw-r--r--libs/openh264/MAKEPKG29
3 files changed, 49 insertions, 0 deletions
diff --git a/libs/openh264/.footprint b/libs/openh264/.footprint
new file mode 100644
index 0000000..fa9f75f
--- /dev/null
+++ b/libs/openh264/.footprint
@@ -0,0 +1,14 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/include/
+drwxr-xr-x root/root usr/include/wels/
+-rw-r--r-- root/root usr/include/wels/codec_api.h
+-rw-r--r-- root/root usr/include/wels/codec_app_def.h
+-rw-r--r-- root/root usr/include/wels/codec_def.h
+-rw-r--r-- root/root usr/include/wels/codec_ver.h
+drwxr-xr-x root/root usr/lib/
+-rw-r--r-- root/root usr/lib/libopenh264.a
+-rwxr-xr-x root/root usr/lib/libopenh264.so.2.6.0
+lrwxrwxrwx root/root usr/lib/libopenh264.so -> libopenh264.so.8
+lrwxrwxrwx root/root usr/lib/libopenh264.so.8 -> libopenh264.so.2.6.0
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/openh264.pc
diff --git a/libs/openh264/.signature b/libs/openh264/.signature
new file mode 100644
index 0000000..c68513c
--- /dev/null
+++ b/libs/openh264/.signature
@@ -0,0 +1,6 @@
+RWTZ9IduCSQ/mK3kZj4luKdtoNcnn7En4W5k8RJ59/ZqbL+9VhzNpnFYEikFsp5h4qhse1ZHkI6ryQd9+ukb/VsGheUOEfF17wU=
+
+SHA256 (MAKEPKG) = c613df482c6c048fd80f6e439befb00bde85185162a61c0426b18284bc90b01c
+SHA256 (.footprint) = afa6d8ef9543d39b1b693a061b17bcdedc2b55a5a83708094805d391b2c18603
+SHA256 (openh264-2.6.0.tar.gz) = 558544ad358283a7ab2930d69a9ceddf913f4a51ee9bf1bfb9e377322af81a69
+SHA256 (openh264#2.6.0-1.pkg.tar.gz) = 77f28c590a8b1006cba18d8926d2e1c1ec52ad2bbb6e38fd4e46660bf2182c03
diff --git a/libs/openh264/MAKEPKG b/libs/openh264/MAKEPKG
new file mode 100644
index 0000000..4f68fd5
--- /dev/null
+++ b/libs/openh264/MAKEPKG
@@ -0,0 +1,29 @@
+#!/bin/mkpkg
+# description: H.264 codec library from Cisco
+# url: https://www.openh264.org/
+
+name=openh264
+version=2.6.0
+release=1
+makedeps=(nasm)
+source=(https://github.com/cisco/openh264/archive/v$version/$name-$version.tar.gz)
+renames=($name-$version.tar.gz)
+
+sha256sums=(
+ "558544ad358283a7ab2930d69a9ceddf913f4a51ee9bf1bfb9e377322af81a69"
+)
+
+build() {
+ cd $name-$version
+
+ make CC=clang CXX=clang++ AR=llvm-ar \
+ PREFIX=/usr DESTDIR=$PKG install
+}
+
+signify() {
+ untrusted comment: public key
+ RWTZ9IduCSQ/mL8337TEUinPwT92xFEUpD92hkS7IxcOnzTt9QdpohT3
+}
+
+# vim: filetype=sh
+