diff --git a/multimedia/tv/mlt/actions.py b/multimedia/tv/mlt/actions.py new file mode 100644 index 0000000000..2239cc8423 --- /dev/null +++ b/multimedia/tv/mlt/actions.py @@ -0,0 +1,40 @@ +#!/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 shelltools +from pisi.actionsapi import autotools +from pisi.actionsapi import pisitools +from pisi.actionsapi import get + +def setup(): + shelltools.export("LDFLAGS", get.LDFLAGS()) + + autotools.configure("--enable-gpl \ + --enable-gpl3 \ + --disable-gtk2 \ + --qimage-libdir=/usr/lib/ \ + --qimage-includedir=/usr/include/Qt \ + --avformat-vdpau \ + --avformat-swscale") + + # Enable bindings + shelltools.echo("%s/src/swig/config.mak" % get.curDIR(), "SUBDIRS = perl python") + +def build(): + autotools.make() + autotools.make("-C src/swig") + +def install(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + + # We should manually install the bindings :( + pisitools.insinto("/usr/lib/%s/site-packages/" % get.curPYTHON(), "src/swig/python/mlt.py") + pisitools.dolib("src/swig/python/_mlt.so", "/usr/lib/%s/site-packages/" % get.curPYTHON()) + + pisitools.insinto("/usr/lib/perl5/vendor_perl/%s/" % get.curPERL(), "src/swig/perl/blib/lib/mlt.pm") + pisitools.dolib("src/swig/perl/blib/arch/auto/mlt/mlt.so", "/usr/lib/perl5/vendor_perl/%s/i686-linux-thread-multi/auto/mlt/" % get.curPERL()) + + pisitools.dodoc("ChangeLog", "COPYING", "GPL*", "README") diff --git a/multimedia/tv/mlt/pspec.xml b/multimedia/tv/mlt/pspec.xml new file mode 100644 index 0000000000..9b850f94e2 --- /dev/null +++ b/multimedia/tv/mlt/pspec.xml @@ -0,0 +1,159 @@ + + + + + mlt + http://www.mltframework.org/twiki/bin/view/MLT/ + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + app:console + A multimedia framework, designed and developed for television broadcasting + MLT is an open source multimedia framework, designed and developed for television broadcasting. + http://sourceforge.net/projects/mlt/files/mlt/mlt-0.9.8.tar.gz + + alsa-lib-devel + swig + python-devel + glib2-devel + frei0r-plugins-devel + fftw3-devel + + + jack-audio-connection-kit-devel + qt5-base-devel + qt5-svg-devel + perl + libxml2-devel + libsamplerate-devel + + ladspa-sdk-devel + + + + libexif-devel + + + ffmpeg-devel + + + + sox-devel + + + + + perl-mlt + programming.language.perl + Perl bindings for MLT + + libgcc + perl + mlt + + + /usr/lib/perl* + + + + + python-mlt + programming.language.python + Python bindings for MLT + + libgcc + python + mlt + + + /usr/lib/python* + + + + + mlt + + sox + fftw3 + glib2 + ffmpeg + libX11 + libgcc + libexif + libxml2 + qt5-svg + alsa-lib + qt5-base + libsamplerate + jack-audio-connection-kit + + + /usr/bin + /usr/lib + /usr/share/doc + /usr/share/mlt + /usr/share/mlt/modules + /usr/share/mlt/modules/lumas/PAL + + + + + mlt-devel + Development files for mlt + + mlt + + + /usr/include + /usr/lib/pkgconfig + /usr/share/man/man3 + + + + + + 2015-11-16 + 0.9.8 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2014-12-30 + 0.9.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-11-28 + 0.9.0 + fix build and ver. bump. + Kamil Atlı + suvarice@gmail.com + + + 2013-07-28 + 0.8.8 + missing dep.. + Erdinç Gültekin + erdincgultekin@pisilinux.org + + + 2013-01-29 + 0.8.8 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2012-12-18 + 0.8.6 + First release + Marcin Bojara + marcin@pisilinux.org + + + diff --git a/multimedia/tv/mlt/translations.xml b/multimedia/tv/mlt/translations.xml new file mode 100644 index 0000000000..43888f0a71 --- /dev/null +++ b/multimedia/tv/mlt/translations.xml @@ -0,0 +1,23 @@ + + + + mlt + Televizyon yayını için tasarlanmış bir çoklu ortam altyapısı + MLT televizyon yayını için tasarlanmış, açık kaynak kodlu bir çoklu ortam alyapısıdır. + + + + perl-mlt + MLT için Perl bağlayıcıları + + + + python-mlt + MLT için Python bağlayıcıları + + + + mlt-devel + mlt için geliştirme dosyaları + +