diff --git a/multimedia/sound/shine/actions.py b/multimedia/sound/shine/actions.py new file mode 100755 index 0000000000..f33a503650 --- /dev/null +++ b/multimedia/sound/shine/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("--disable-static") + + +def build(): + + autotools.make() + +def install(): + autotools.rawInstall("DESTDIR=%s" %get.installDIR()) + + pisitools.dodoc("ChangeLog", "COPYING", "README*") + diff --git a/multimedia/sound/shine/pspec.xml b/multimedia/sound/shine/pspec.xml new file mode 100755 index 0000000000..71ddd64282 --- /dev/null +++ b/multimedia/sound/shine/pspec.xml @@ -0,0 +1,55 @@ + + + + + shine + GPL2 + + Mathias Freire + mathiasfreire45@gmail.com + + GPL2 + library + Super fast fixed-point MP3 encoder + shine is a blazing fast mp3 encoding library implemented in fixed-point arithmetic. The library can thus be used to performe super fast mp3 encoding on architectures without a FPU, such as armel, etc + https://github.com/toots/shine/releases/download/3.1.1/shine-3.1.1.tar.gz + + + + shine + + libgcc + + + /usr/bin + /usr/lib + /usr/share/doc + /usr/share/man + + + + + shine-devel + Header files for shine. + + shine + + + /usr/include + /usr/lib/pkgconfig + + + + + + 2020-01-14 + 3.1.1 + First release. + Idris Kalp + idriskalp@gmail.com + + + + + +