From 472b608f5e77c4b51e7a80570259ac05057a6155 Mon Sep 17 00:00:00 2001 From: MCApollo <34170230+MCApollo@users.noreply.github.com> Date: Wed, 3 Apr 2019 04:54:16 +0000 Subject: opus --- data/opus/_metadata/description | 1 + data/opus/_metadata/in.1443.00 | 0 data/opus/_metadata/license | 30 ++++++++++++++++++++++++++++++ data/opus/_metadata/maintainer | 1 + data/opus/_metadata/name | 1 + data/opus/_metadata/priority | 1 + data/opus/_metadata/role | 1 + data/opus/_metadata/section | 1 + data/opus/_metadata/tags | 1 + data/opus/_metadata/version | 1 + data/opus/make.sh | 3 +++ data/opus/opus-1.3.tar.gz | Bin 0 -> 1032750 bytes 12 files changed, 41 insertions(+) create mode 100644 data/opus/_metadata/description create mode 100644 data/opus/_metadata/in.1443.00 create mode 100644 data/opus/_metadata/license create mode 120000 data/opus/_metadata/maintainer create mode 100644 data/opus/_metadata/name create mode 100644 data/opus/_metadata/priority create mode 100644 data/opus/_metadata/role create mode 100644 data/opus/_metadata/section create mode 100644 data/opus/_metadata/tags create mode 100644 data/opus/_metadata/version create mode 100644 data/opus/make.sh create mode 100644 data/opus/opus-1.3.tar.gz diff --git a/data/opus/_metadata/description b/data/opus/_metadata/description new file mode 100644 index 000000000..6b7609806 --- /dev/null +++ b/data/opus/_metadata/description @@ -0,0 +1 @@ +Audio codec diff --git a/data/opus/_metadata/in.1443.00 b/data/opus/_metadata/in.1443.00 new file mode 100644 index 000000000..e69de29bb diff --git a/data/opus/_metadata/license b/data/opus/_metadata/license new file mode 100644 index 000000000..720342c26 --- /dev/null +++ b/data/opus/_metadata/license @@ -0,0 +1,30 @@ +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +- Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + +- Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following +disclaimer in the documentation and/or other materials provided +with the distribution. + +- Neither the name of Internet Society, IETF or IETF Trust, nor +the names of specific contributors, may be used to endorse or +promote products derived from this software without specific prior +written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND +CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, +INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS +BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, +EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED +TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON +ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR +TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF +THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +SUCH DAMAGE. diff --git a/data/opus/_metadata/maintainer b/data/opus/_metadata/maintainer new file mode 120000 index 000000000..0c538aadb --- /dev/null +++ b/data/opus/_metadata/maintainer @@ -0,0 +1 @@ +../../../people/mac \ No newline at end of file diff --git a/data/opus/_metadata/name b/data/opus/_metadata/name new file mode 100644 index 000000000..9fdc82c67 --- /dev/null +++ b/data/opus/_metadata/name @@ -0,0 +1 @@ +Opus diff --git a/data/opus/_metadata/priority b/data/opus/_metadata/priority new file mode 100644 index 000000000..134d9bc32 --- /dev/null +++ b/data/opus/_metadata/priority @@ -0,0 +1 @@ +optional diff --git a/data/opus/_metadata/role b/data/opus/_metadata/role new file mode 100644 index 000000000..8d0320866 --- /dev/null +++ b/data/opus/_metadata/role @@ -0,0 +1 @@ +developer diff --git a/data/opus/_metadata/section b/data/opus/_metadata/section new file mode 100644 index 000000000..593877746 --- /dev/null +++ b/data/opus/_metadata/section @@ -0,0 +1 @@ +Multimedia diff --git a/data/opus/_metadata/tags b/data/opus/_metadata/tags new file mode 100644 index 000000000..a8928cec8 --- /dev/null +++ b/data/opus/_metadata/tags @@ -0,0 +1 @@ +purpose::library diff --git a/data/opus/_metadata/version b/data/opus/_metadata/version new file mode 100644 index 000000000..7e32cd569 --- /dev/null +++ b/data/opus/_metadata/version @@ -0,0 +1 @@ +1.3 diff --git a/data/opus/make.sh b/data/opus/make.sh new file mode 100644 index 000000000..898eb491c --- /dev/null +++ b/data/opus/make.sh @@ -0,0 +1,3 @@ +pkg:setup +pkg:configure --disable-doc +make DESTDIR="${PKG_DEST}" install diff --git a/data/opus/opus-1.3.tar.gz b/data/opus/opus-1.3.tar.gz new file mode 100644 index 000000000..b2d28cd2f Binary files /dev/null and b/data/opus/opus-1.3.tar.gz differ -- cgit v1.2.3