gimp-gmic-plugin: ver. bump to 3.3.2
This commit is contained in:
@@ -29,7 +29,7 @@ def install():
|
|||||||
shelltools.cd("..")
|
shelltools.cd("..")
|
||||||
shelltools.cd("src")
|
shelltools.cd("src")
|
||||||
pisitools.insinto("/usr/include", "gmic.h")
|
pisitools.insinto("/usr/include", "gmic.h")
|
||||||
pisitools.dolib("libgmic.so")
|
# pisitools.dolib("libgmic.so")
|
||||||
ver = ".%s" % get.srcVERSION()
|
ver = ".%s" % get.srcVERSION()
|
||||||
while ver:
|
while ver:
|
||||||
pisitools.dosym("libgmic.so", "/usr/lib/libgmic.so%s" % ver)
|
pisitools.dosym("libgmic.so", "/usr/lib/libgmic.so%s" % ver)
|
||||||
|
|||||||
@@ -9,11 +9,12 @@
|
|||||||
<Email>admins@pisilinux.org</Email>
|
<Email>admins@pisilinux.org</Email>
|
||||||
</Packager>
|
</Packager>
|
||||||
<License>CeCILL-2</License>
|
<License>CeCILL-2</License>
|
||||||
|
<Icon>gmic</Icon>
|
||||||
<IsA>app:console</IsA>
|
<IsA>app:console</IsA>
|
||||||
<IsA>library</IsA>
|
<IsA>library</IsA>
|
||||||
<Summary>Gimp plugin for the G'MIC image processing framework</Summary>
|
<Summary>Gimp plugin for the G'MIC image processing framework</Summary>
|
||||||
<Description>G'MIC stands for GREYC's Magic Image Converter. G'MIC is focused on the design of possibly complex pipelines for converting, manipulating, filtering and visualizing generic 1d/2d/3d multi-spectral image datasets.</Description>
|
<Description>G'MIC stands for GREYC's Magic Image Converter. G'MIC is focused on the design of possibly complex pipelines for converting, manipulating, filtering and visualizing generic 1d/2d/3d multi-spectral image datasets.</Description>
|
||||||
<Archive sha1sum="644b40e12e795366205da8d8a001059861034d4a" type="targz">https://gmic.eu/files/source/gmic_3.0.0.tar.gz</Archive>
|
<Archive sha1sum="a7898a5ed1ea6faf99176836dcb5116a374bc8da" type="targz">https://gmic.eu/files/source/gmic_3.3.2.tar.gz</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>qt5-base-devel</Dependency>
|
<Dependency>qt5-base-devel</Dependency>
|
||||||
<Dependency>ffmpeg-devel</Dependency>
|
<Dependency>ffmpeg-devel</Dependency>
|
||||||
@@ -28,7 +29,7 @@
|
|||||||
<Dependency>curl-devel</Dependency>
|
<Dependency>curl-devel</Dependency>
|
||||||
</BuildDependencies>
|
</BuildDependencies>
|
||||||
<Patches>
|
<Patches>
|
||||||
<!-- <Patch level="1">gentoo/gmic-1.5.2.2-makefile.patch</Patch> -->
|
<!-- <Patch></Patch> -->
|
||||||
</Patches>
|
</Patches>
|
||||||
</Source>
|
</Source>
|
||||||
|
|
||||||
@@ -97,6 +98,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="12">
|
||||||
|
<Date>2024-01-03</Date>
|
||||||
|
<Version>3.3.2</Version>
|
||||||
|
<Comment>Version bump</Comment>
|
||||||
|
<Name>Kamil Atlı</Name>
|
||||||
|
<Email>suvari@pisilinux.org</Email>
|
||||||
|
</Update>
|
||||||
<Update release="11">
|
<Update release="11">
|
||||||
<Date>2023-10-28</Date>
|
<Date>2023-10-28</Date>
|
||||||
<Version>3.0.0</Version>
|
<Version>3.0.0</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user