new package: dcraw, gnuplot and digikam: ver. bump
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
#!/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 shelltools
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
WorkDir = "dcraw"
|
||||
|
||||
def build():
|
||||
autotools.compile('-DLOCALEDIR="\\"/usr/share/locale\\"" -lm -ljasper -llcms2 -ljpeg -o dcraw dcraw.c')
|
||||
|
||||
def install():
|
||||
pisitools.dobin("dcraw")
|
||||
pisitools.doman("dcraw.1")
|
||||
|
||||
# Build catalogs
|
||||
for f in shelltools.ls("*.po"):
|
||||
pisitools.domo(f, f.split("dcraw_")[1].split(".po")[0], "dcraw.mo")
|
||||
@@ -0,0 +1,49 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>dcraw</Name>
|
||||
<Homepage>https://www.dechifro.org/dcraw/</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>custom</License>
|
||||
<Icon>dcraw</Icon>
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Command-line tool for RAW photo processing</Summary>
|
||||
<Description>dcraw is a command-line tool for processing RAW photographs.</Description>
|
||||
<Archive sha1sum="321662c99c0201f4886b61817cdedfc850cc7b3b" type="targz">
|
||||
https://www.dechifro.org/dcraw/archive/dcraw-9.28.0.tar.gz
|
||||
</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>lcms2-devel</Dependency>
|
||||
<Dependency>jasper-devel</Dependency>
|
||||
<Dependency>libjpeg-turbo-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>dcraw</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>lcms2</Dependency>
|
||||
<Dependency>jasper</Dependency>
|
||||
<Dependency>libjpeg-turbo</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2025-04-05</Date>
|
||||
<Version>9.28.0</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Pisi Linux Admins</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>dcraw</Name>
|
||||
<Summary xml:lang="tr">RAW fotoğraf işleme için komut satırı aracı</Summary>
|
||||
<Description xml:lang="tr">dcraw, RAW fotoğrafları işlemek için kullanılan bir komut satırı uygulamasıdır.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user