From 88fa053c7153077a6f9fd8e3cd6eebd8c1897a90 Mon Sep 17 00:00:00 2001 From: alihanozturk Date: Sun, 12 Jun 2016 21:27:44 +0300 Subject: [PATCH] l-smash:first release --- multimedia/video/l-smash/actions.py | 22 +++++++++++++ multimedia/video/l-smash/pspec.xml | 51 +++++++++++++++++++++++++++++ 2 files changed, 73 insertions(+) create mode 100644 multimedia/video/l-smash/actions.py create mode 100644 multimedia/video/l-smash/pspec.xml diff --git a/multimedia/video/l-smash/actions.py b/multimedia/video/l-smash/actions.py new file mode 100644 index 0000000000..673dd68e14 --- /dev/null +++ b/multimedia/video/l-smash/actions.py @@ -0,0 +1,22 @@ +#!/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.rawConfigure("--prefix='/usr' \ + --enable-shared \ + --disable-static") + +def build(): + autotools.make() + +def install(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + + pisitools.dodoc("LICENSE") diff --git a/multimedia/video/l-smash/pspec.xml b/multimedia/video/l-smash/pspec.xml new file mode 100644 index 0000000000..4204848f66 --- /dev/null +++ b/multimedia/video/l-smash/pspec.xml @@ -0,0 +1,51 @@ + + + l-smash + https://github.com/l-smash/l-smash + + Alihan Öztürk + alihan@pisilinux.org + + custom + app:console + MP4 muxer and other tools. + Loyal to Spec of MPEG4, and Ad-hock Simple Hackwork library. + https://github.com/l-smash/l-smash/archive/v2.9.1.tar.gz + + + + l-smash + MP4 muxer and other tools. + + glibc + + + /usr/bin + /usr/lib + /usr/share + /usr/share/doc + + + + + l-smash-devel + Development files for l-smash. + + l-smash + + + /usr/lib/pkgconfig + /usr/include + + + + + + 2016-06-12 + 2.9.1 + First release + Alihan Öztürk + alihan@pisilinux.org + + +