diff --git a/multimedia/misc/libbluray/actions.py b/multimedia/misc/libbluray/actions.py new file mode 100644 index 0000000000..5d4dacf079 --- /dev/null +++ b/multimedia/misc/libbluray/actions.py @@ -0,0 +1,25 @@ +#!/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 shelltools +from pisi.actionsapi import get + +shelltools.export("JAVA_HOME","/usr/lib/jvm/java-7-openjdk") + +def setup(): + autotools.autoreconf("-vif") + autotools.configure("--disable-static \ + --disable-bdjava") + +def build(): + autotools.make() + +def install(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + + pisitools.dodoc("COPYING", "ChangeLog", "README.*") diff --git a/multimedia/misc/libbluray/pspec.xml b/multimedia/misc/libbluray/pspec.xml new file mode 100644 index 0000000000..c3dcf8e549 --- /dev/null +++ b/multimedia/misc/libbluray/pspec.xml @@ -0,0 +1,92 @@ + + + + + libbluray + http://www.videolan.org/developers/libbluray.html + + PisiLinux Community + admins@pisilinux.org + + LGPLv2 + library + Library to access Blu-Ray disks for video playback + Libbluray package is aiming to provide a full portable free open source bluray library, which can be plugged into popular media players to allow full bluray navigation and playback on Linux. It will eventually be compatible with all current titles, and will be easily portable and embeddable in standard players such as mplayer and vlc. + ftp://ftp.videolan.org/pub/videolan/libbluray/0.5.0/libbluray-0.5.0.tar.bz2 + + libxml2-devel + + + + + libbluray + + + + + /usr/bin + /usr/lib + + + + + libbluray-devel + Development files for libbluray + + libbluray + + + /usr/include + /usr/lib/pkgconfig + + + + + libbluray-docs + document files for libbluray + + libbluray + + + /usr/share/doc/ + + + + + + 2014-05-20 + 0.5.0 + Rebuild. + Serdar Soytetir + kaptan@pisilinux.org + + + 2014-03-03 + 0.5.0 + Rebuild for openjdk + PisiLinux Community + admins@pisilinux.org + + + 2014-02-23 + 0.5.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-07-06 + 0.3.0 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2012-11-11 + 0.2.3 + First release + Erdinç Gültekin + erdincgultekin@pisilinux.org + + + \ No newline at end of file diff --git a/multimedia/misc/libbluray/translations.xml b/multimedia/misc/libbluray/translations.xml new file mode 100644 index 0000000000..70976f71c5 --- /dev/null +++ b/multimedia/misc/libbluray/translations.xml @@ -0,0 +1,13 @@ + + + + libbluray + Blu-Ray disklere ulaşmak için kitaplık + Libbluray kitaplığı, Linux üzerinde bluray oynatmak için tam destek sağlayan, popüler çokluortam oynatıcılarına taşınabilir bir bağımsız açık kaynak bluray kitaplığı olma amacıyla ortaya çıkmıştır. Zaman içerisinde bütün güncel başlıklar ile uyumlu olması, kolay taşınabilmesi ve mplayer, vlc gibi standart oynatıcılara gömülebilir olması amaçlanmaktadır. + + + + libbluray-devel + Libbluray için geliştirme dosyaları + +