From 1d55b9198187e208410d0a82c90f48578505d7f7 Mon Sep 17 00:00:00 2001 From: ayhanyalcinsoy Date: Wed, 22 Jul 2015 17:02:01 +0300 Subject: [PATCH] opencore-amr:moved into main for pisi 2.0 --- multimedia/video/opencore-amr/actions.py | 23 +++++++ multimedia/video/opencore-amr/pspec.xml | 61 +++++++++++++++++++ .../video/opencore-amr/translations.xml | 13 ++++ 3 files changed, 97 insertions(+) create mode 100644 multimedia/video/opencore-amr/actions.py create mode 100644 multimedia/video/opencore-amr/pspec.xml create mode 100644 multimedia/video/opencore-amr/translations.xml diff --git a/multimedia/video/opencore-amr/actions.py b/multimedia/video/opencore-amr/actions.py new file mode 100644 index 0000000000..3656bfb829 --- /dev/null +++ b/multimedia/video/opencore-amr/actions.py @@ -0,0 +1,23 @@ +#!/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("-vfi") + autotools.configure("--disable-dependency-tracking \ + --disable-static") + +def build(): + autotools.make() + +def install(): + autotools.rawInstall('DESTDIR="%s"' % get.installDIR()) + + pisitools.dodoc("AUTHORS", "ChangeLog", "README") diff --git a/multimedia/video/opencore-amr/pspec.xml b/multimedia/video/opencore-amr/pspec.xml new file mode 100644 index 0000000000..9d89b0d5a2 --- /dev/null +++ b/multimedia/video/opencore-amr/pspec.xml @@ -0,0 +1,61 @@ + + + + + opencore-amr + http://opencore-amr.sourceforge.net/ + + PisiLinux Community + admins@pisilinux.org + + Apache-2.0 + library + AMR speech codec implementation + Opencore AMR is an implementation of Adaptive Multi Rate Narrowband and Wideband speech codec. + http://sourceforge.net/projects/opencore-amr/files/opencore-amr/opencore-amr-0.1.3.tar.gz + + + + opencore-amr + + /usr/lib + /usr/share/doc/opencore-amr + + + + + opencore-amr-devel + Development files for opencore-amr + + opencore-amr + + + /usr/include + /usr/lib/pkgconfig + + + + + + 2014-05-20 + 0.1.3 + Rebuild. + Serdar Soytetir + kaptan@pisilinux.org + + + 2014-02-01 + 0.1.3 + Rebuild. + Alihan Öztürk + alihan@pisilinux.org + + + 2012-08-29 + 0.1.3 + First release + PisiLinux Community + admins@pisilinux.org + + + diff --git a/multimedia/video/opencore-amr/translations.xml b/multimedia/video/opencore-amr/translations.xml new file mode 100644 index 0000000000..392b66f0e7 --- /dev/null +++ b/multimedia/video/opencore-amr/translations.xml @@ -0,0 +1,13 @@ + + + + opencore-amr + AMR ses kodek sistemi + Opencore AMR, Adaptive Multi Rate Narrowband ve Wideband ses kodek sistemi altyapısıdır. + + + + opencore-amr-devel + opencore-amr için geliştirme dosyaları + +