diff options
Diffstat (limited to 'libs/openh264/MAKEPKG')
| -rw-r--r-- | libs/openh264/MAKEPKG | 29 |
1 files changed, 29 insertions, 0 deletions
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 + |
