diff --git a/multimedia/video/vo-amrwbenc/actions.py b/multimedia/video/vo-amrwbenc/actions.py new file mode 100644 index 0000000000..af5e42ebe7 --- /dev/null +++ b/multimedia/video/vo-amrwbenc/actions.py @@ -0,0 +1,24 @@ +#!/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 pisitools +from pisi.actionsapi import get + +def setup(): + autotools.autoreconf("-vif") + autotools.configure("--disable-dependency-tracking \ + --disable-static \ + --enable-example") + + +def build(): + autotools.make() + +def install(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + pisitools.remove("/usr/lib/*.la") + pisitools.dodoc("ChangeLog", "README", "COPYING") diff --git a/multimedia/video/vo-amrwbenc/pspec.xml b/multimedia/video/vo-amrwbenc/pspec.xml new file mode 100644 index 0000000000..807ce0d7ee --- /dev/null +++ b/multimedia/video/vo-amrwbenc/pspec.xml @@ -0,0 +1,70 @@ + + + + + vo-amrwbenc + http://sourceforge.net/projects/opencore-amr/ + + PisiLinux Community + admins@pisilinux.org + + Apache-2.0 + app:cli + VisualOn AMR-WB encoder library + VisualOn AMR-WB encoder library + http://sourceforge.net/projects/opencore-amr/files/vo-amrwbenc/vo-amrwbenc-0.1.3.tar.gz + + + + vo-amrwbenc + + libvo-amrwbenc + + + /usr/bin/amrwb-enc + + + + + libvo-amrwbenc + + /usr/lib + /usr/share/doc + + + + + libvo-amrwbenc-devel + + libvo-amrwbenc + + + /usr/include + /usr/lib/pkgconfig/vo-amrwbenc.pc + + + + + + 2014-05-27 + 1.3 + Rebuild. + Alihan Öztürk + alihan@pisilinux.org + + + 2014-01-28 + 1.3 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2012-09-30 + 1.1.2 + First release + Erdem Artan + admins@pisilinux.org + + + diff --git a/multimedia/video/vo-amrwbenc/translations.xml b/multimedia/video/vo-amrwbenc/translations.xml new file mode 100644 index 0000000000..905c2ae30d --- /dev/null +++ b/multimedia/video/vo-amrwbenc/translations.xml @@ -0,0 +1,8 @@ + + + + libvo-aacenc + VisualOn AMR-WB kodlama kütüphanesi + VisualOn AMR-WB kodlama kütüphanesi + +