libraw in main

This commit is contained in:
Ertuğrul Erata
2015-08-13 11:07:01 +03:00
parent b35e4d05b6
commit 0088ab1606
3 changed files with 145 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
#!/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.configure("--disable-static")
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("README")
+112
View File
@@ -0,0 +1,112 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>libraw</Name>
<Homepage>http://www.libraw.org/</Homepage>
<Packager>
<Name>Yücel KILIÇ</Name>
<Email>yucel.kilic@linux.org.tr</Email>
</Packager>
<License>LGPLv2.1</License>
<License>CDDL</License>
<IsA>library</IsA>
<Summary>Raw image decoder</Summary>
<Description>LibRaw is a library for reading RAW files obtained from digital photo cameras (CRW/CR2, NEF, RAF, DNG, and others).</Description>
<Archive sha1sum="fd74432c9167a5621d24cb5ba0d1fc082a8963b4" type="targz">http://www.libraw.org/data/LibRaw-0.16.2.tar.gz</Archive>
<BuildDependencies>
<Dependency>libgomp</Dependency>
<Dependency>lcms2-devel</Dependency>
<Dependency>jasper-devel</Dependency>
<Dependency>libjpeg-turbo-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>libraw</Name>
<RuntimeDependencies>
<Dependency>libgomp</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>lcms2</Dependency>
<Dependency>jasper</Dependency>
<Dependency>libjpeg-turbo</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>libraw-devel</Name>
<Summary>Development files for libraw</Summary>
<RuntimeDependencies>
<Dependency release="current">libraw</Dependency>
<Dependency>lcms2-devel</Dependency>
<Dependency>jasper-devel</Dependency>
<Dependency>libjpeg-turbo-devel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="8">
<Date>2015-08-13</Date>
<Version>0.16.2</Version>
<Comment>Version bump.</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="7">
<Date>2015-05-16</Date>
<Version>0.16.1</Version>
<Comment>Version bump.</Comment>
<Name>Hakan Yıldız</Name>
<Email>hknyldz93@gmail.com</Email>
</Update>
<Update release="6">
<Date>2014-05-24</Date>
<Version>0.16.0</Version>
<Comment>Rebuild.</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
<Update release="5">
<Date>2014-02-08</Date>
<Version>0.16.0</Version>
<Comment>Version bump.</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2013-08-17</Date>
<Version>0.15.2</Version>
<Comment>Release bump.</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2013-07-29</Date>
<Version>0.15.2</Version>
<Comment>Version bump.</Comment>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2013-07-27</Date>
<Version>0.14.7</Version>
<Comment>Move pc files to devel pack, rebuild</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2012-12-31</Date>
<Version>0.14.7</Version>
<Comment>First release</Comment>
<Name>Erdinç Gültekin</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,13 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>LibRaw</Name>
<Summary xml:lang="tr">RAW görüntü çözme kitaplığı</Summary>
<Description xml:lang="tr">LibRaw, dijital fotoğraf kameralarından elde edilen RAW dosyalrını (CRW/CR2, NEF, RAF, DNG ve diğerleri) okumaya yarayan bir kitaplıktır.</Description>
</Source>
<Package>
<Name>libraw-devel</Name>
<Summary xml:lang="tr">libraw için geliştirme dosyaları</Summary>
</Package>
</PISI>