From 3ee93968e10126adc7dad5c8872f0170c3421e13 Mon Sep 17 00:00:00 2001 From: zorz Date: Tue, 5 May 2026 18:29:35 +0300 Subject: various obsolette --- opus/MAKEPKG | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 opus/MAKEPKG (limited to 'opus/MAKEPKG') diff --git a/opus/MAKEPKG b/opus/MAKEPKG new file mode 100644 index 0000000..d4cde71 --- /dev/null +++ b/opus/MAKEPKG @@ -0,0 +1,31 @@ +#!/bin/mkpkg +# description: Codec for interactive speech and audio transmission over the Internet +# url: https://opus-codec.org + +name=opus +version=1.6.1 +release=1 +source=(https://downloads.xiph.org/releases/opus/opus-$version.tar.gz) +sha256sums=( + "6ffcb593207be92584df15b32466ed64bbec99109f007c82205f0194572411a1" +) + +build() { + cd $name-$version + CONFIG_SHELL=/bin/bash ./configure \ + --prefix=/usr \ + --disable-static \ + --disable-doc \ + --disable-extra-programs + make + make DESTDIR=$PKG install + + rm -f $PKG/usr/lib/libopus.la +} + +signify() { + untrusted comment: public key + RWTZ9IduCSQ/mL8337TEUinPwT92xFEUpD92hkS7IxcOnzTt9QdpohT3 +} + +# vim: filetype=sh -- cgit v1.2.3