Merge pull request #2002 from bferturk/master

libtxc-dxtn add repo
This commit is contained in:
bferturk
2016-06-21 00:13:11 +03:00
committed by GitHub
6 changed files with 84216 additions and 84059 deletions
+84133 -84057
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1 +1 @@
2b7ed070f7d50d6049bd3759a2a0af0c6ca60f73
45af3c082b9781eb05fbac4e4d73325912a8d5a4
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
2b0fe315df39c1f785e042931143cae4ed13541d
87a37bdf75f74851b63439f2e6758bbac2949d2b
+22
View File
@@ -0,0 +1,22 @@
#!/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 get
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
def setup():
autotools.configure()
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
shelltools.system("sed -n '5,22{s|^ \* \?||;p}' txc_dxtn.h > LICENSE")
pisitools.dodoc("LICENSE")
+59
View File
@@ -0,0 +1,59 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>libtxc-dxtn</Name>
<Homepage>http://dri.freedesktop.org/wiki/S3TC</Homepage>
<Packager>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
</Packager>
<License>custom</License>
<License>BSD</License>
<Summary>Texture compression library for Mesa</Summary>
<Description>S2TC is a patent-free S3TC compatible implementation and provides texture compression to Mesa.</Description>
<BuildDependencies>
<Dependency>mesa-devel</Dependency>
</BuildDependencies>
<Archive sha1sum="b5c3b274b962380ef8ab91c0017ea8320103034e" type="tarbz2">http://people.freedesktop.org/~cbrill/libtxc_dxtn/libtxc_dxtn-1.0.1.tar.bz2</Archive>
</Source>
<Package>
<Name>libtxc-dxtn</Name>
<RuntimeDependencies>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>libtxc-dxtn-devel</Name>
<RuntimeDependencies>
<Dependency release="current">libtxc-dxtn</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="headers">/usr/include</Path>
</Files>
</Package>
<Package>
<Name>libtxc-dxtn-32bit</Name>
<BuildType>emul32</BuildType>
<RuntimeDependencies>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib32</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2016-06-20</Date>
<Version>1.0.1</Version>
<Comment>First release.</Comment>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
</Update>
</History>
</PISI>