gimp-3.0.4
This commit is contained in:
@@ -12,7 +12,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="4b95895fdd9f2a428fe4c64ba6d70dfbe7c2d9a3" type="tarxz">https://download.gimp.org/pub/babl/0.1/babl-0.1.106.tar.xz</Archive>
|
||||
<Archive sha1sum="faf7c980c675c2482c61fe6ceef4fe0f82241242" type="tarxz">https://download.gimp.org/pub/babl/0.1/babl-0.1.114.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<!-- For rsvg utility -->
|
||||
<!--<Dependency>librsvg</Dependency>-->
|
||||
@@ -51,6 +51,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="17">
|
||||
<Date>2025-05-19</Date>
|
||||
<Version>0.1.114</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="16">
|
||||
<Date>2023-05-06</Date>
|
||||
<Version>0.1.106</Version>
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>A graph based image processing framework</Summary>
|
||||
<Description>gegl (Generic Graphics Library) provides infrastructure to do demand based cached non destructive image editing on larger than RAM buffers. Through babl it provides support for a wide range of color models and pixel storage formats for input and output.</Description>
|
||||
<Archive sha1sum="7b210d06268eb2419ed07e48dd847ed2b5c8240b" type="tarxz">https://download.gimp.org/pub/gegl/0.4/gegl-0.4.52.tar.xz</Archive>
|
||||
<Archive sha1sum="3831a6226984bb77ede40cad07e7f66b448d1ea2" type="tarxz">https://download.gimp.org/pub/gegl/0.4/gegl-0.4.62.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>ruby</Dependency>
|
||||
<Dependency>meson</Dependency>
|
||||
@@ -112,6 +112,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="24">
|
||||
<Date>2025-05-19</Date>
|
||||
<Version>0.4.62</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="23">
|
||||
<Date>2024-12-27</Date>
|
||||
<Version>0.4.52</Version>
|
||||
|
||||
@@ -6,37 +6,32 @@
|
||||
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import mesontools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
#pisitools.dosed("app/text/gimpfont.c", "freetype/tttables.h", "freetype2/tttables.h")
|
||||
#autotools.autoreconf("-fi")
|
||||
autotools.configure("--disable-gtk-doc \
|
||||
--disable-altivec \
|
||||
--disable-alsatest \
|
||||
--enable-python \
|
||||
--enable-default-binary \
|
||||
--enable-mmx \
|
||||
--enable-sse \
|
||||
--enable-mp \
|
||||
--with-linux-input \
|
||||
--with-libmng \
|
||||
--with-webkit \
|
||||
--with-openexr \
|
||||
--with-alsa \
|
||||
--with-aa \
|
||||
--with-x")
|
||||
mesontools.configure("-Denable-default-bin=enabled \
|
||||
-Dlinux-input=enabled \
|
||||
-Dmng=enabled \
|
||||
-Dopenexr=enabled \
|
||||
-Dalsa=enabled \
|
||||
-Daa=enabled \
|
||||
-Dheadless-tests=disabled \
|
||||
")
|
||||
# --with-webkit \
|
||||
|
||||
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
||||
# pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
||||
|
||||
# Add illustrator and other mime types
|
||||
pisitools.dosed("desktop/gimp.desktop.in", "^MimeType=application/postscript;application/pdf;(.*)$",
|
||||
"MimeType=\\1;image/x-sun-raster;image/x-gray;image/x-pcx;image/jpg;image/x-bmp;image/pjpeg;image/x-png;application/illustrator;")
|
||||
# pisitools.dosed("desktop/gimp.desktop.in", "^MimeType=application/postscript;application/pdf;(.*)$",
|
||||
# "MimeType=\\1;image/x-sun-raster;image/x-gray;image/x-pcx;image/jpg;image/x-bmp;image/pjpeg;image/x-png;application/illustrator;")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
mesontools.build()
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
mesontools.install()
|
||||
|
||||
pisitools.dodoc("AUTHORS", "ChangeLog*", "HACKING", "NEWS", "README", "INSTALL", "LICENSE")
|
||||
pisitools.dodoc("AUTHORS", "ChangeLog*", "NEWS", "README", "INSTALL", "LICENSE")
|
||||
|
||||
@@ -12,9 +12,10 @@
|
||||
<Icon>gimp</Icon>
|
||||
<Summary>GNU Image Manipulation Program</Summary>
|
||||
<Description>GIMP is a mature image editor with many advanced features and plugin support.</Description>
|
||||
<Archive sha1sum="9e799da07a70d54bde414c31af866376e00709e7" type="tarbz2">https://download.gimp.org/gimp/v2.10/gimp-2.10.38.tar.bz2</Archive>
|
||||
<Archive sha1sum="f7c52adcf5c8ab3e858ac776d3b7cedd1f94a891" type="tarxz">https://download.gimp.org/gimp/v3.0/gimp-3.0.4.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>bzip2</Dependency>
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency>xz-devel</Dependency>
|
||||
<Dependency>gtk-doc</Dependency>
|
||||
<Dependency>atk-devel</Dependency>
|
||||
@@ -22,12 +23,13 @@
|
||||
<Dependency>tiff-devel</Dependency>
|
||||
<Dependency>zlib-devel</Dependency>
|
||||
<Dependency>lcms-devel</Dependency>
|
||||
<Dependency>cfitsio-devel</Dependency>
|
||||
<Dependency>libheif-devel</Dependency>
|
||||
<Dependency>libunwind-devel</Dependency>
|
||||
<Dependency>openjpeg2-devel</Dependency>
|
||||
<Dependency versionFrom="0.4.40">gegl-devel</Dependency>
|
||||
<Dependency versionFrom="0.4.62">gegl-devel</Dependency>
|
||||
<Dependency>glib-networking</Dependency>
|
||||
<Dependency versionFrom="0.1.98">babl-devel</Dependency>
|
||||
<Dependency versionFrom="0.1.114">babl-devel</Dependency>
|
||||
<Dependency>dbus-devel</Dependency>
|
||||
<Dependency>gtk2-devel</Dependency>
|
||||
<Dependency>aalib-devel</Dependency>
|
||||
@@ -74,6 +76,8 @@
|
||||
<Dependency>shared-mime-info</Dependency>
|
||||
<Dependency>webp-devel</Dependency>
|
||||
<Dependency>openexr-devel</Dependency>
|
||||
<Dependency>appstream-glib-devel</Dependency>
|
||||
<Dependency>gobject-introspection-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<!-- <Patch>single_window.patch</Patch> -->
|
||||
@@ -105,6 +109,7 @@
|
||||
<IsA>app:gui</IsA>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>xz</Dependency>
|
||||
<Dependency>gtk3</Dependency>
|
||||
<Dependency>dbus</Dependency>
|
||||
<Dependency>webp</Dependency>
|
||||
<Dependency>babl</Dependency>
|
||||
@@ -121,6 +126,7 @@
|
||||
<Dependency>lcms2</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>libwmf</Dependency>
|
||||
<Dependency>cfitsio</Dependency>
|
||||
<Dependency>libXpm</Dependency>
|
||||
<Dependency>libmng</Dependency>
|
||||
<Dependency>libpng</Dependency>
|
||||
@@ -151,7 +157,9 @@
|
||||
<!-- <Dependency>webkit-gtk2</Dependency> -->
|
||||
<Dependency>poppler-glib</Dependency>
|
||||
<Dependency>libjpeg-turbo</Dependency>
|
||||
<Dependency>appstream-glib</Dependency>
|
||||
<Dependency>mypaint-brushes1</Dependency>
|
||||
<Dependency>gobject-introspection-devel</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="config">/etc</Path>
|
||||
@@ -167,11 +175,12 @@
|
||||
<Path fileType="data">/usr/share/mime-info</Path>
|
||||
<Path fileType="data">/usr/share/applications</Path>
|
||||
<Path fileType="data">/usr/share/application-registry</Path>
|
||||
<Path fileType="data">/usr/share/locale/ky/LC_MESSAGES/gimp20.mo</Path>
|
||||
<Path fileType="data">/usr/share/locale/kab</Path>
|
||||
<Path fileType="data">/usr/share/vala</Path>
|
||||
<Path fileType="data">/usr/share/gir-1.0</Path>
|
||||
</Files>
|
||||
<AdditionalFiles>
|
||||
<AdditionalFile target="/usr/share/gimp/2.0/images/gimp-splash.png">gimp-splash-pencils.png</AdditionalFile>
|
||||
<AdditionalFile target="/usr/share/gimp/3.0/images/gimp-splash.png">gimp-splash-pencils.png</AdditionalFile>
|
||||
</AdditionalFiles>
|
||||
</Package>
|
||||
|
||||
@@ -1224,7 +1233,51 @@
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>gimp-i18n-ky</Name>
|
||||
<IsA>locale:mr</IsA>
|
||||
<PartOf>multimedia.graphics.gimp.l10n</PartOf>
|
||||
<Summary>Gimp translation files for Scottish Moritanya</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">gimp</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="localedata">/usr/share/locale/ky</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>gimp-i18n-ckb</Name>
|
||||
<IsA>locale:mr</IsA>
|
||||
<PartOf>multimedia.graphics.gimp.l10n</PartOf>
|
||||
<Summary>Gimp translation files for Scottish Moritanya</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">gimp</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="localedata">/usr/share/locale/ckb</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>gimp-i18n-bn</Name>
|
||||
<IsA>locale:mr</IsA>
|
||||
<PartOf>multimedia.graphics.gimp.l10n</PartOf>
|
||||
<Summary>Gimp translation files for Scottish Moritanya</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">gimp</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="localedata">/usr/share/locale/bn</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="23">
|
||||
<Date>2025-05-19</Date>
|
||||
<Version>3.0.4</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="22">
|
||||
<Date>2024-09-24</Date>
|
||||
<Version>2.10.38</Version>
|
||||
|
||||
Reference in New Issue
Block a user