libdvbpsi

This commit is contained in:
Poyraz76
2015-08-20 17:52:26 +03:00
parent a45be9a4eb
commit 81637d889b
3 changed files with 96 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
#!/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 get
def setup():
autotools.configure("--enable-release \
--disable-static")
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README")
+61
View File
@@ -0,0 +1,61 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>libdvbpsi</Name>
<Homepage>http://www.videolan.org/libdvbpsi/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>library</IsA>
<Summary>Library for MPEG TS/DVB PSI tables decoding and generation</Summary>
<Description>libdvbpsi is a simple library designed for decoding and generation of MPEG TS and DVB PSI tables.</Description>
<Archive sha1sum="ea1d7cb2dd9b380bbfabb879d1c77590a600ae40" type="tarbz2">http://download.videolan.org/pub/libdvbpsi/1.1.2/libdvbpsi-1.1.2.tar.bz2</Archive>
</Source>
<Package>
<Name>libdvbpsi</Name>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>libdvbpsi-devel</Name>
<Summary>Development files for libdvbpsi</Summary>
<RuntimeDependencies>
<Dependency release="current">libdvbpsi</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="3">
<Date>2014-05-31</Date>
<Version>1.1.2</Version>
<Comment>Rebuild.</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2013-11-20</Date>
<Version>1.1.2</Version>
<Comment>Version bump</Comment>
<Name>Richard de Bruin</Name>
<Email>richdb@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2012-08-29</Date>
<Version>0.2.2</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,14 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>libdvbpsi</Name>
<Summary xml:lang="tr">MPEG TS/DVB PSI taslaklarını üretmek ve çözümlemek için kullanılan bir kitaplık</Summary>
<Summary xml:lang="fr">Librairie pour la génération et le décodage des tables PSI TS/DVB MPEG.</Summary>
<Description xml:lang="tr">libdvbpsi, MPEG TS ve DVB PSI tablolarının ürteimi ve çözümlenmesi için tasarlanmış basit bir kitaplıktır.</Description>
</Source>
<Package>
<Name>libdvbpsi-devel</Name>
<Summary xml:lang="tr">libdvbpsi için geliştirme dosyaları</Summary>
</Package>
</PISI>