From 1636b47d0eb84d2f40a72cd8f9d655ad24fbf26a Mon Sep 17 00:00:00 2001 From: blue-devil Date: Wed, 8 Apr 2020 23:25:05 +0300 Subject: [PATCH] opus-tools:moved from contrib --- multimedia/sound/opus-tools/actions.py | 28 ++++++++++ multimedia/sound/opus-tools/pspec.xml | 54 ++++++++++++++++++++ multimedia/sound/opus-tools/translations.xml | 8 +++ 3 files changed, 90 insertions(+) create mode 100644 multimedia/sound/opus-tools/actions.py create mode 100644 multimedia/sound/opus-tools/pspec.xml create mode 100644 multimedia/sound/opus-tools/translations.xml diff --git a/multimedia/sound/opus-tools/actions.py b/multimedia/sound/opus-tools/actions.py new file mode 100644 index 0000000000..3b8d1ca576 --- /dev/null +++ b/multimedia/sound/opus-tools/actions.py @@ -0,0 +1,28 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 2 +# See the file http://www.gnu.org/copyleft/gpl.txt + +from pisi.actionsapi import autotools +from pisi.actionsapi import pisitools +from pisi.actionsapi import get + +def setup(): + autotools.configure("--enable-sse --enable-assertions \ + --disable-static \ + --disable-oggtest \ + --disable-opustest \ + --disable-opusfiletest \ + --disable-libopusenctest") + + # fix unused direct dependency analysis + pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") + +def build(): + autotools.make() + +def install(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + + pisitools.dodoc("AUTHORS", "COPYING") \ No newline at end of file diff --git a/multimedia/sound/opus-tools/pspec.xml b/multimedia/sound/opus-tools/pspec.xml new file mode 100644 index 0000000000..5713bba2b5 --- /dev/null +++ b/multimedia/sound/opus-tools/pspec.xml @@ -0,0 +1,54 @@ + + + + + opus-tools + http://www.opus-codec.org/ + + fury + wascheme@tuta.io + + multimedia.sound + BSD + app:console + A set of tools to encode, inspect, and decode audio in the Opus format. + This is opus-tools, a set of tools to encode, inspect, and decode audio in the Opus format. + https://archive.mozilla.org/pub/opus/opus-tools-0.2.tar.gz + + libopusenc-devel + opusfile-devel + libopus-devel + openssl-devel + libogg-devel + flac-devel + + + + + opus-tools + A set of tools to encode, inspect, and decode audio in the Opus format. + + libopusenc + opusfile + openssl + libopus + libogg + flac + + + /usr/bin + /usr/share/man + /usr/share/doc + + + + + + 2019-06-24 + 0.2 + First build. + wascheme@tuta.io + fury + + + \ No newline at end of file diff --git a/multimedia/sound/opus-tools/translations.xml b/multimedia/sound/opus-tools/translations.xml new file mode 100644 index 0000000000..4660d32dc1 --- /dev/null +++ b/multimedia/sound/opus-tools/translations.xml @@ -0,0 +1,8 @@ + + + + opus-tools + Opus dosya biçemini kodlamakö dekod etmek, incelemek vb için bir araç takımı. + opus-tools, Opus dosya biçemini kodlamak. dekod etmek, incelemek vbç için bir araç takımı sunar. + + \ No newline at end of file