From a5fa31daf791eaa15cf7f64df1386194eff35247 Mon Sep 17 00:00:00 2001 From: ayhanyalcinsoy Date: Thu, 23 Jul 2015 13:52:25 +0300 Subject: [PATCH] vo-amrwbenc:moved into main for pisi 2.0 --- multimedia/video/vo-amrwbenc/actions.py | 24 +++++++ multimedia/video/vo-amrwbenc/pspec.xml | 70 +++++++++++++++++++ multimedia/video/vo-amrwbenc/translations.xml | 8 +++ 3 files changed, 102 insertions(+) create mode 100644 multimedia/video/vo-amrwbenc/actions.py create mode 100644 multimedia/video/vo-amrwbenc/pspec.xml create mode 100644 multimedia/video/vo-amrwbenc/translations.xml 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 + +