From 24e7b294ae0360d23425daf99481e22e007d6d7f Mon Sep 17 00:00:00 2001 From: idriskalp Date: Sun, 12 Jan 2020 21:08:33 +0300 Subject: [PATCH] libilbc add to repo --- multimedia/sound/libilbc/actions.py | 26 +++++++++++++++ multimedia/sound/libilbc/pspec.xml | 51 +++++++++++++++++++++++++++++ 2 files changed, 77 insertions(+) create mode 100755 multimedia/sound/libilbc/actions.py create mode 100755 multimedia/sound/libilbc/pspec.xml diff --git a/multimedia/sound/libilbc/actions.py b/multimedia/sound/libilbc/actions.py new file mode 100755 index 0000000000..a5f32dc938 --- /dev/null +++ b/multimedia/sound/libilbc/actions.py @@ -0,0 +1,26 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/copyleft/gpl.txt + +from pisi.actionsapi import autotools +from pisi.actionsapi import cmaketools +from pisi.actionsapi import pisitools +from pisi.actionsapi import shelltools +from pisi.actionsapi import get + +def setup(): + autotools.autoreconf("-vfi") + autotools.configure("--enable-static='no'") + + +def build(): + + autotools.make() + +def install(): + autotools.rawInstall("DESTDIR=%s" %get.installDIR()) + + pisitools.dodoc("COPYING", "README.md", "NEWS.md") + diff --git a/multimedia/sound/libilbc/pspec.xml b/multimedia/sound/libilbc/pspec.xml new file mode 100755 index 0000000000..9bde119865 --- /dev/null +++ b/multimedia/sound/libilbc/pspec.xml @@ -0,0 +1,51 @@ + + + + + libilbc + https://github.com/TimothyGu/libilbc/ + + Mathias Freire + mathiasfreire45@gmail.com + + BSD + library + A friendly copy of the iLBC codec from the WebRTC project + This is a packaging friendly copy of the iLBC codec from the WebRTC project. It provides a base for distribution packages and can be used as drop-in replacement for the non-free code from RFC 3591. + https://github.com/TimothyGu/libilbc/releases/download/v2.0.2/libilbc-2.0.2.tar.bz2 + + + + libilbc + + /usr/bin + /usr/lib + /usr/share/doc + + + + + libilbc-devel + Header files for libilbc. + + libilbc + + + /usr/include + /usr/lib/pkgconfig + + + + + + 2020-01-12 + 2.0.2 + First release. + Idris Kalp + idriskalp@gmail.com + + + + + +