libdvdnav:moved into main for pisi 2.0

This commit is contained in:
2015-07-23 18:22:40 +03:00
parent 1f274d06c6
commit d6dcdcbe67
3 changed files with 149 additions and 0 deletions
+29
View File
@@ -0,0 +1,29 @@
#!/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
#
# taken from
# svn://svn.mplayerhq.hu/dvdnav/trunk/libdvdnav
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import libtools
from pisi.actionsapi import get
def setup():
libtools.libtoolize("--force --install")
autotools.autoreconf("-fi")
autotools.configure("--with-libdvdcss=/usr \
--disable-static")
def build():
autotools.make()
def install():
autotools.rawInstall('DESTDIR="%s"' % get.installDIR())
pisitools.dodoc("ChangeLog", "AUTHORS", "README", "TODO")
+105
View File
@@ -0,0 +1,105 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>libdvdnav</Name>
<Homepage>http://www.mplayerhq.hu/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>library</IsA>
<Summary>libdvdnav is a library for developers of multimedia applications</Summary>
<Description>libdvdnav is a library for developers of multimedia applications. It allows easy use of sophisticated DVD navigation features such as DVD menus, multiangle playback and even interactive DVD games.</Description>
<Archive sha1sum="e3ec3277e37dd1714e7dc7d205b8fd084125b51a" type="tarbz2">http://download.videolan.org/pub/videolan/libdvdnav/5.0.3/libdvdnav-5.0.3.tar.bz2</Archive>
<BuildDependencies>
<Dependency>libdvdread-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>libdvdnav</Name>
<RuntimeDependencies>
<Dependency>libdvdread</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc/libdvdnav</Path>
</Files>
</Package>
<Package>
<Name>libdvdnav-devel</Name>
<Summary>Development files for libdvdnav</Summary>
<RuntimeDependencies>
<Dependency release="current">libdvdnav</Dependency>
<Dependency>libdvdread-devel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
<Path fileType="data">/usr/share/aclocal</Path>
</Files>
</Package>
<History>
<Update release="8">
<Date>2015-01-31</Date>
<Version>5.0.3</Version>
<Comment>Version bump.</Comment>
<Name>Hakan Yıldız</Name>
<Email>hknyldz93@gmail.com</Email>
</Update>
<Update release="7">
<Date>2015-01-28</Date>
<Version>5.0.2</Version>
<Comment>Version bump.</Comment>
<Name>Hakan Yıldız</Name>
<Email>hknyldz93@gmail.com</Email>
</Update>
<Update release="6">
<Date>2014-09-29</Date>
<Version>5.0.1</Version>
<Comment>Version bump.</Comment>
<Name>Stefan Gronewold(groni)</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="5">
<Date>2014-05-24</Date>
<Version>4.2.1</Version>
<Comment>Version bump.</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2014-03-08</Date>
<Version>4.2.0</Version>
<Comment>Rebuild.</Comment>
<Name>Erdinç Gültekin</Name>
<Email>erdincgultekin@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2013-07-31</Date>
<Version>4.2.0</Version>
<Comment>missing dep.</Comment>
<Name>Erdinç Gültekin</Name>
<Email>erdincgultekin@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2013-03-08</Date>
<Version>4.2.0</Version>
<Comment>V.Bump</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2010-10-12</Date>
<Version>0.0_20100819</Version>
<Comment>First release</Comment>
<Name>Pisi Linux Admins</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,15 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>libdvdnav</Name>
<Summary xml:lang="tr">libdvdnav çokluortam uyguamaları geliştiricileri için bir kütüphane</Summary>
<Description xml:lang="tr">libdvdnav çokluortam uyguamaları geliştiricileri için bir kütüphane. libdvdnav ile karmaşık DVD dolaşmalarını Örn: DVD menüleri, değişik açılı gösterimleri ve hatta etkileşimli DVD oyunlarını kullanabilirsiniz</Description>
<Description xml:lang="fr">libdvdnav est une librairie pour les développeur d'applications multimédia. Elle permet l'utilisation de fonctionnalités sophistiquées de navigation DVD tels que les menus DVD, la lecture multi-angle et même des jeux interactifs DVD.</Description>
<Description xml:lang="es">libdvdnav es una librería para desarrollo de aplicaciones multimedia. Permite uso fácil de navegación avanzada en DVDs como en menús de DVDs, reproducción multi-ángulo, e incluso DVDs con juegos interactivos.</Description>
</Source>
<Package>
<Name>libdvdnav-devel</Name>
<Summary xml:lang="tr">libdvdnav için geliştirme dosyaları</Summary>
</Package>
</PISI>