potrace : first rel
This commit is contained in:
@@ -0,0 +1,20 @@
|
|||||||
|
#!/usr/bin/python
|
||||||
|
# -*- coding: utf-8 -*-
|
||||||
|
#
|
||||||
|
# Licensed under the GNU General Public License, version 3.
|
||||||
|
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
|
||||||
|
|
||||||
|
from pisi.actionsapi import get
|
||||||
|
from pisi.actionsapi import autotools
|
||||||
|
from pisi.actionsapi import pisitools
|
||||||
|
|
||||||
|
def setup():
|
||||||
|
autotools.configure("--with-libpotrace --disable-static")
|
||||||
|
|
||||||
|
def build():
|
||||||
|
autotools.make()
|
||||||
|
|
||||||
|
def install():
|
||||||
|
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||||
|
|
||||||
|
pisitools.dodoc("COPYING", "README")
|
||||||
@@ -0,0 +1,71 @@
|
|||||||
|
<?xml version="1.0" ?>
|
||||||
|
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||||
|
<PISI>
|
||||||
|
<Source>
|
||||||
|
<Name>potrace</Name>
|
||||||
|
<Homepage>http://potrace.sourceforge.net/</Homepage>
|
||||||
|
<Packager>
|
||||||
|
<Name>PisiLinux Community</Name>
|
||||||
|
<Email>admins@pisilinux.org</Email>
|
||||||
|
</Packager>
|
||||||
|
<License>GPLv2</License>
|
||||||
|
<IsA>app</IsA>
|
||||||
|
<PartOf>multimedia.graphics</PartOf>
|
||||||
|
<Summary>Transforming bitmaps into vector graphics.</Summary>
|
||||||
|
<Description>
|
||||||
|
Potrace is a tool for tracing a bitmap, which means, transforming a bitmap into a smooth, scalable image.
|
||||||
|
</Description>
|
||||||
|
<Archive sha1sum="256b4fb858c66bc38117afde7c722016d2e265f3" type="targz">
|
||||||
|
https://sourceforge.net/projects/potrace/files/1.16/potrace-1.16.tar.gz
|
||||||
|
</Archive>
|
||||||
|
<BuildDependencies>
|
||||||
|
<Dependency>zlib-devel</Dependency>
|
||||||
|
</BuildDependencies>
|
||||||
|
</Source>
|
||||||
|
|
||||||
|
<Package>
|
||||||
|
<Name>potrace</Name>
|
||||||
|
<Summary>Transforming bitmaps into vector graphics.</Summary>
|
||||||
|
<RuntimeDependencies>
|
||||||
|
<Dependency>zlib</Dependency>
|
||||||
|
</RuntimeDependencies>
|
||||||
|
<Files>
|
||||||
|
<Path fileType="library">/usr/lib</Path>
|
||||||
|
<Path fileType="man">/usr/share/man</Path>
|
||||||
|
<Path fileType="doc">/usr/share/doc</Path>
|
||||||
|
<Path fileType="executable">/usr/bin</Path>
|
||||||
|
<Path fileType="header">/usr/include</Path>
|
||||||
|
</Files>
|
||||||
|
</Package>
|
||||||
|
|
||||||
|
<History>
|
||||||
|
<Update release="4">
|
||||||
|
<Date>2020-04-30</Date>
|
||||||
|
<Version>1.16</Version>
|
||||||
|
<Comment>Ver. bump</Comment>
|
||||||
|
<Name>fury</Name>
|
||||||
|
<Email>wascheme@tuta.io</Email>
|
||||||
|
</Update>
|
||||||
|
<Update release="3">
|
||||||
|
<Date>2014-06-18</Date>
|
||||||
|
<Version>1.11</Version>
|
||||||
|
<Comment>Rebuild for gcc</Comment>
|
||||||
|
<Name>Osman Erkan</Name>
|
||||||
|
<Email>osman.erkan@pisilinux.org</Email>
|
||||||
|
</Update>
|
||||||
|
<Update release="2">
|
||||||
|
<Date>2013-11-20</Date>
|
||||||
|
<Version>1.11</Version>
|
||||||
|
<Comment>Update</Comment>
|
||||||
|
<Name>Stefan Gronewold(groni)</Name>
|
||||||
|
<Email>groni@pisilinux.org</Email>
|
||||||
|
</Update>
|
||||||
|
<Update release="1">
|
||||||
|
<Date>2011-08-22</Date>
|
||||||
|
<Version>1.10</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>potrace</Name>
|
||||||
|
<Summary xml:lang="tr">Bitmap dosyalarını grafik vektör formatına dönüştürür.</Summary>
|
||||||
|
<Description xml:lang="tr">potrace komut tabanlı çalışan, bitmap resim dosyasından grafik vektör resimlerine dönüştüren bir uygulamadır</Description>
|
||||||
|
</Source>
|
||||||
|
</PISI>
|
||||||
Reference in New Issue
Block a user