libgexiv2-libmypaint:First release
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>A dynamic, any to any, pixel format translation library</Summary>
|
||||
<Description>babl is a library that allows converting between different methods of storing pixels known as pixel formats that have with different bitdepths and other data representations, color models and component permutations.</Description>
|
||||
<Archive sha1sum="87d4eb409cfa50bd622f85c2858ddaa8167b4f5e" type="tarbz2">https://download.gimp.org/pub/babl/0.1/babl-0.1.24.tar.bz2</Archive>
|
||||
<Archive sha1sum="a22cbbbd16b730ab7ae030bdf86dab1ee69b448b" type="tarbz2">https://download.gimp.org/pub/babl/0.1/babl-0.1.38.tar.bz2</Archive>
|
||||
<BuildDependencies>
|
||||
<!-- For rsvg utility -->
|
||||
<!--<Dependency>librsvg</Dependency>-->
|
||||
@@ -43,6 +43,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2017-12-21</Date>
|
||||
<Version>0.1.38</Version>
|
||||
<Comment>Version Bump</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2017-02-05</Date>
|
||||
<Version>0.1.24</Version>
|
||||
|
||||
@@ -0,0 +1,20 @@
|
||||
#!/usr/bin/env 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 autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
autotools.configure()
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("AUTHORS", "COPYING", "NEWS", "README")
|
||||
@@ -0,0 +1,62 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>libgexiv2</Name>
|
||||
<Homepage>https://wiki.gnome.org/Projects/gexiv2</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>GObject-based wrapper around the Exiv2 library</Summary>
|
||||
<Description>GObject-based wrapper around the Exiv2 library</Description>
|
||||
<Archive sha1sum="4fd4fe1e008c506515aebcaaaefc6f0df58701ff" type="tarxz">https://download.gnome.org/sources/gexiv2/0.10/gexiv2-0.10.6.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>exiv2-devel</Dependency>
|
||||
<Dependency>gobject-introspection-devel</Dependency>
|
||||
<Dependency>vala-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>libgexiv2</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>exiv2-libs</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="doc">/usr/share/gtk-doc/html</Path>
|
||||
<Path fileType="data">/usr/share/vapi</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>libgexiv2-devel</Name>
|
||||
<Summary>Development files for libgexiv2</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">libgexiv2</Dependency>
|
||||
<Dependency>exiv2-devel</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/lib/pkgconfig</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2017-12-20</Date>
|
||||
<Version>0.10.6</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>libgexiv2</Name>
|
||||
<Summary xml:lang="tr">GObject-based wrapper around the Exiv2 library</Summary>
|
||||
<Description xml:lang="tr">GObject-based wrapper around the Exiv2 library</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
@@ -0,0 +1,20 @@
|
||||
#!/usr/bin/env 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 autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
autotools.configure()
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("TODO", "CODE_OF_CONDUCT.md", "CONTRIBUTING.md", "README*")
|
||||
@@ -0,0 +1,59 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>libmypaint</Name>
|
||||
<Homepage>https://github.com/mypaint/libmypaint</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>ISC</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>a library for making brushstrokes which is used by MyPaint and other projects, with GEGL support</Summary>
|
||||
<Description>a library for making brushstrokes which is used by MyPaint and other projects, with GEGL support</Description>
|
||||
<Archive sha1sum="d9d2ac9d6ee45056e02bbbc497a66dc861db5c05" type="tarxz">https://github.com/mypaint/libmypaint/releases/download/v1.3.0/libmypaint-1.3.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>json-c-devel</Dependency>
|
||||
<Dependency>intltool</Dependency>
|
||||
<Dependency>gobject-introspection-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>libmypaint</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>json-c</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>libmypaint-devel</Name>
|
||||
<Summary>Development files for libmypaint</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">libmypaint</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>json-c-devel</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/lib/pkgconfig</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2017-12-20</Date>
|
||||
<Version>1.3.0</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>libmypaint</Name>
|
||||
<Summary xml:lang="tr">a library for making brushstrokes which is used by MyPaint and other projects, with GEGL support</Summary>
|
||||
<Description xml:lang="tr">a library for making brushstrokes which is used by MyPaint and other projects, with GEGL support</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user