@@ -4,18 +4,19 @@
|
||||
# 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 get
|
||||
from pisi.actionsapi import mesontools
|
||||
from pisi.actionsapi import pisitools
|
||||
|
||||
|
||||
def setup():
|
||||
autotools.configure("--enable-mmx \
|
||||
--enable-sse \
|
||||
--disable-altivec")
|
||||
mesontools.configure()
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
mesontools.build()
|
||||
|
||||
def install():
|
||||
autotools.install()
|
||||
|
||||
pisitools.dodoc("AUTHORS", "COPYING", "NEWS", "README", "TODO")
|
||||
mesontools.install()
|
||||
|
||||
pisitools.dodoc("AUTHORS", "COPYING", "NEWS", "TODO")
|
||||
|
||||
@@ -13,16 +13,21 @@
|
||||
<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="21404fc852770643d830833f138b256a7ac3bcb5" type="tarbz2">https://download.gimp.org/pub/babl/0.1/babl-0.1.66.tar.bz2</Archive>
|
||||
<Archive sha1sum="c9b3dc51c9e266f7431d31927b7c09fd01b42bc4" type="tarxz">https://download.gimp.org/pub/babl/0.1/babl-0.1.74.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<!-- For rsvg utility -->
|
||||
<!--<Dependency>librsvg</Dependency>-->
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency>lcms2-devel</Dependency>
|
||||
<Dependency>gobject-introspection-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>babl</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>lcms2</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
@@ -43,6 +48,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="11">
|
||||
<Date>2020-02-12</Date>
|
||||
<Version>0.1.74</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="10">
|
||||
<Date>2019-06-29</Date>
|
||||
<Version>0.1.66</Version>
|
||||
|
||||
Reference in New Issue
Block a user