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 + + + + + +