diff --git a/multimedia/misc/libaribb24/actions.py b/multimedia/misc/libaribb24/actions.py new file mode 100644 index 0000000000..2e903aa873 --- /dev/null +++ b/multimedia/misc/libaribb24/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/licenses/gpl.txt + +from pisi.actionsapi import autotools +from pisi.actionsapi import pisitools +from pisi.actionsapi import shelltools +from pisi.actionsapi import get + +def setup(): + shelltools.export("CFLAGS", "%s -fPIC" % get.CFLAGS()) + shelltools.export("CXXFLAGS", "%s -fPIC" % get.CXXFLAGS()) + autotools.autoreconf("-vfi") + autotools.configure("--disable-static") + +def build(): + autotools.make() + +def install(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + + pisitools.dodoc("README.md", "COPYING") diff --git a/multimedia/misc/libaribb24/pspec.xml b/multimedia/misc/libaribb24/pspec.xml new file mode 100644 index 0000000000..ace656b330 --- /dev/null +++ b/multimedia/misc/libaribb24/pspec.xml @@ -0,0 +1,54 @@ + + + + + libaribb24 + https://github.com/nkoriyama/aribb24 + + PisiLinux Community + admins@pisilinux.org + + LGPLv3 + library + Library for ARIB STD-B24, decoding JIS 8 bit characters and parsing MPEG-TS stream + Library for ARIB STD-B24, decoding JIS 8 bit characters and parsing MPEG-TS stream + https://github.com/nkoriyama/aribb24/archive/v1.0.3.tar.gz + + libpng-devel + + + + + libaribb24 + + libgcc + libpng + + + /usr/lib + /usr/share/doc + + + + + libaribb24-devel + Development files for libaribb24 + + libaribb24 + + + /usr/include + /usr/lib/pkgconfig + + + + + + 2020-01-18 + 1.0.3 + First release + İdris Kalp + idriskalp@gmail.com + + +