aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2022-09-27 18:53:27 +0200
committerCem Keylan <cem@ckyln.com>2022-09-27 18:53:27 +0200
commit74964d7dbe2a119f0fa6ee5744f0dea937023424 (patch)
tree218ab9c11b1d0586fa926ce12e2a2e6066b0a45f
parent4d452379a72e24a2403c8a6c533965a159741cd5 (diff)
downloadrepository-74964d7dbe2a119f0fa6ee5744f0dea937023424.tar.gz
opusfile: add new package at 0.12
-rwxr-xr-xextra/opusfile/build9
-rw-r--r--extra/opusfile/checksums2
-rw-r--r--extra/opusfile/depends3
-rw-r--r--extra/opusfile/meta3
-rw-r--r--extra/opusfile/sources1
-rw-r--r--extra/opusfile/version1
6 files changed, 19 insertions, 0 deletions
diff --git a/extra/opusfile/build b/extra/opusfile/build
new file mode 100755
index 00000000..f7c248ab
--- /dev/null
+++ b/extra/opusfile/build
@@ -0,0 +1,9 @@
+#!/bin/sh -e
+
+./configure \
+ --prefix=/usr \
+ --enable-static \
+ --enable-shared
+
+make
+make DESTDIR="$1" install
diff --git a/extra/opusfile/checksums b/extra/opusfile/checksums
new file mode 100644
index 00000000..18ace3d1
--- /dev/null
+++ b/extra/opusfile/checksums
@@ -0,0 +1,2 @@
+%BLAKE3
+1b6a5c371a0ea2ae8e37ab2e921388dfef9252dbf7f60045192dabbdd898f2bf opusfile-0.12.tar.gz
diff --git a/extra/opusfile/depends b/extra/opusfile/depends
new file mode 100644
index 00000000..1ee1b5da
--- /dev/null
+++ b/extra/opusfile/depends
@@ -0,0 +1,3 @@
+libogg
+libressl
+opus
diff --git a/extra/opusfile/meta b/extra/opusfile/meta
new file mode 100644
index 00000000..f2da37bd
--- /dev/null
+++ b/extra/opusfile/meta
@@ -0,0 +1,3 @@
+description: Library for opening, seeking, and decoding .opus files
+license: BSD-3-Clause
+maintainer: Cem Keylan <cem@carbslinux.org>
diff --git a/extra/opusfile/sources b/extra/opusfile/sources
new file mode 100644
index 00000000..e3050870
--- /dev/null
+++ b/extra/opusfile/sources
@@ -0,0 +1 @@
+https://downloads.xiph.org/releases/opus/opusfile-0.12.tar.gz
diff --git a/extra/opusfile/version b/extra/opusfile/version
new file mode 100644
index 00000000..510a262a
--- /dev/null
+++ b/extra/opusfile/version
@@ -0,0 +1 @@
+0.12 1