libass:moved into main for pisi 2.0

This commit is contained in:
2015-07-22 16:04:59 +03:00
parent 1b2e3c489b
commit 99dbc7c118
3 changed files with 118 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
#!/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.autoreconf("-vfi")
autotools.configure("--enable-fontconfig \
--disable-static \
--enable-enca \
--enable-png")
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("Changelog", "COPYING")
+81
View File
@@ -0,0 +1,81 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>libass</Name>
<Homepage>http://code.google.com/p/libass/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>library</IsA>
<Summary>Subtitle rendering library</Summary>
<Description>libass is a portable subtitle rendering library for the ASS/SSA.</Description>
<Archive sha1sum="1bffc32d0a601ee6cf289797557bb38636e185b5" type="tarxz">https://github.com/libass/libass/releases/download/0.11.2/libass-0.11.2.tar.xz</Archive>
<BuildDependencies>
<Dependency versionFrom="2.11">fontconfig-devel</Dependency>
<Dependency versionFrom="2.5.5">freetype-devel</Dependency>
<Dependency versionFrom="0.19">fribidi-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>libass</Name>
<RuntimeDependencies>
<Dependency versionFrom="2.11">fontconfig-devel</Dependency>
<Dependency versionFrom="2.5.5">freetype-devel</Dependency>
<Dependency versionFrom="0.19">fribidi-devel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc/libass</Path>
</Files>
</Package>
<Package>
<Name>libass-devel</Name>
<Summary>Development files for libass</Summary>
<RuntimeDependencies>
<Dependency release="current">libass</Dependency>
<Dependency versionFrom="2.11">fontconfig-devel</Dependency>
<Dependency versionFrom="2.5.5">freetype-devel</Dependency>
<Dependency versionFrom="0.19">fribidi-devel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="4">
<Date>2014-05-22</Date>
<Version>0.11.2</Version>
<Comment>Version bump.</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2014-03-08</Date>
<Version>0.10.1</Version>
<Comment>rebuild</Comment>
<Name>Kamil Atlı</Name>
<Email>suvarice@gmail.com</Email>
</Update>
<Update release="2">
<Date>2013-07-07</Date>
<Version>0.10.1</Version>
<Comment>Rebuild</Comment>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2012-10-25</Date>
<Version>0.10.1</Version>
<Comment>First release</Comment>
<Name>Erdinç Gültekin</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>
+13
View File
@@ -0,0 +1,13 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>libass</Name>
<Summary xml:lang="tr">Altyazı çizim kitaplığı</Summary>
<Description xml:lang="tr">libass ASS/SSA altyazı çizim kitaplığıdır.</Description>
</Source>
<Package>
<Name>libass-devel</Name>
<Summary xml:lang="tr">libass için geliştirme dosyaları</Summary>
</Package>
</PISI>