diff --git a/multimedia/misc/libopus/actions.py b/multimedia/misc/libopus/actions.py new file mode 100644 index 0000000000..b65cc1b250 --- /dev/null +++ b/multimedia/misc/libopus/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("--enable-custom-modes \ + --disable-static \ + --disable-doc") + +def build(): + autotools.make() + +def install(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + + pisitools.dodoc("COPYING", "ChangeLog", "README") diff --git a/multimedia/misc/libopus/pspec.xml b/multimedia/misc/libopus/pspec.xml new file mode 100644 index 0000000000..a954078a5b --- /dev/null +++ b/multimedia/misc/libopus/pspec.xml @@ -0,0 +1,87 @@ + + + + + libopus + http://www.opus-codec.org/ + + PisiLinux Community + admins@pisilinux.org + + BSD + library + Opus is a totally open, royalty-free, highly versatile audio codec + Opus is unmatched for interactive speech and music transmission over the Internet, but is also intended for storage and streaming applications. It is standardized by the Internet Engineering Task Force (IETF) as RFC 6716 which incorporated technology from Skype's SILK codec and Xiph.Org's CELT codec. + http://downloads.xiph.org/releases/opus/opus-1.1.tar.gz + + + + libopus + + /usr/bin + /usr/lib + /usr/share + + + + + libopus-devel + Development files for libopus + + libopus + + + /usr/include + /usr/lib/pkgconfig + + + + + libopus-docs + document files for libopus + + libopus + + + /usr/share/doc/ + + + + + + 2014-05-22 + 1.1 + enable-custom-modes. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2014-05-22 + 1.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-10-09 + 1.0.4 + version bump + Erdinç Gültekin + erdincgultekin@pisilinux.org + + + 2013-07-28 + 1.0.2 + Move pc files to devel pack, rebuild + PisiLinux Community + admins@pisilinux.org + + + 2012-12-12 + 1.0.2 + First release + Erdinç Gültekin + erdincgultekin@pisilinux.org + + + diff --git a/multimedia/misc/libopus/translations.xml b/multimedia/misc/libopus/translations.xml new file mode 100644 index 0000000000..66f96dad59 --- /dev/null +++ b/multimedia/misc/libopus/translations.xml @@ -0,0 +1,14 @@ + + + + libopus + Açık kaynak, telif ücretsiz, çok yönlü ses codec bileşenidir + Opus Internet üzerinde etkileşimli ses ve müzik iletimi için eşsiz olan, ama aynı zamanda saklama ve akış uygulamaları için tasarlanmıştır. +Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 olarak Internet Engineering Task Force (IETF) tarafından standartlaştırılmıştır. + + + + libopus-devel + Libopus için geliştirme dosyaları + +