geeqie version bump.
This commit is contained in:
@@ -4,20 +4,26 @@
|
|||||||
# Licensed under the GNU General Public License, version 3.
|
# Licensed under the GNU General Public License, version 3.
|
||||||
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
|
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
|
||||||
|
|
||||||
|
from pisi.actionsapi import shelltools
|
||||||
from pisi.actionsapi import autotools
|
from pisi.actionsapi import autotools
|
||||||
from pisi.actionsapi import pisitools
|
from pisi.actionsapi import pisitools
|
||||||
from pisi.actionsapi import get
|
from pisi.actionsapi import get
|
||||||
|
|
||||||
j = "--disable-map \
|
j = ''.join([
|
||||||
--disable-pdf \
|
' --disable-map',
|
||||||
--disable-djvu \
|
' --disable-pdf',
|
||||||
--disable-heif \
|
' --disable-djvu',
|
||||||
--disable-gtk3 \
|
' --disable-gtk3',
|
||||||
--disable-gpu-accel \
|
' --disable-gpu-accel',
|
||||||
--disable-debug-log \
|
' --disable-debug-log '
|
||||||
"
|
])
|
||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
|
pisitools.cflags.add("-Wno-deprecated-declarations")
|
||||||
|
# Fix instalation step
|
||||||
|
pisitools.dosed("Makefile.am", "\ ChangeLog\ ", " ")
|
||||||
|
pisitools.dosed("Makefile.am", "\ ChangeLog.html$", "")
|
||||||
|
|
||||||
autotools.autoreconf("-vif")
|
autotools.autoreconf("-vif")
|
||||||
autotools.configure(j)
|
autotools.configure(j)
|
||||||
|
|
||||||
|
|||||||
@@ -8,17 +8,18 @@
|
|||||||
<Name>fury</Name>
|
<Name>fury</Name>
|
||||||
<Email>uglyside@yandex.ru</Email>
|
<Email>uglyside@yandex.ru</Email>
|
||||||
</Packager>
|
</Packager>
|
||||||
<License>GPLv2</License>
|
<License>GPL-2</License>
|
||||||
<IsA>app:gui</IsA>
|
<IsA>app:gui</IsA>
|
||||||
<PartOf>multimedia.graphics</PartOf>
|
<PartOf>multimedia.graphics</PartOf>
|
||||||
<Summary>Geeqie is a lightweight image viewer for Linux, BSDs and compatibles.</Summary>
|
<Summary>Geeqie is a lightweight image viewer for Linux, BSDs and compatibles.</Summary>
|
||||||
<Description>
|
<Description>
|
||||||
Geeqie can be used as a simple, fast, database-free image viewer, but equally it can be used to manage large collections of images.
|
Geeqie can be used as a simple, fast, database-free image viewer, but equally it can be used to manage large collections of images.
|
||||||
</Description>
|
</Description>
|
||||||
<Archive sha1sum="f707374491170673e7a8db8c57eec7fc780045bf" type="tarxz">
|
<Archive sha1sum="ffe8faaaa665e585bd5428f5ee4ab27fbbaf51da" type="targz">
|
||||||
http://www.geeqie.org/geeqie-1.6.tar.xz
|
https://github.com/BestImageViewer/geeqie/archive/refs/tags/v1.7.tar.gz
|
||||||
</Archive>
|
</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
|
<Dependency>doxygen</Dependency>
|
||||||
<Dependency>intltool</Dependency>
|
<Dependency>intltool</Dependency>
|
||||||
<Dependency>lua-devel</Dependency>
|
<Dependency>lua-devel</Dependency>
|
||||||
<Dependency>gtk2-devel</Dependency>
|
<Dependency>gtk2-devel</Dependency>
|
||||||
@@ -28,6 +29,8 @@
|
|||||||
<Dependency>lcms2-devel</Dependency>
|
<Dependency>lcms2-devel</Dependency>
|
||||||
<Dependency>lua51-devel</Dependency>
|
<Dependency>lua51-devel</Dependency>
|
||||||
<Dependency>exiv2-devel</Dependency>
|
<Dependency>exiv2-devel</Dependency>
|
||||||
|
<Dependency>libraw-devel</Dependency>
|
||||||
|
<Dependency>libheif-devel</Dependency>
|
||||||
<Dependency>gettext-devel</Dependency>
|
<Dependency>gettext-devel</Dependency>
|
||||||
<Dependency>openjpeg2-devel</Dependency>
|
<Dependency>openjpeg2-devel</Dependency>
|
||||||
<Dependency>libjpeg-turbo-devel</Dependency>
|
<Dependency>libjpeg-turbo-devel</Dependency>
|
||||||
@@ -52,7 +55,9 @@
|
|||||||
<Dependency>pango</Dependency>
|
<Dependency>pango</Dependency>
|
||||||
<Dependency>zenity</Dependency>
|
<Dependency>zenity</Dependency>
|
||||||
<Dependency>libgcc</Dependency>
|
<Dependency>libgcc</Dependency>
|
||||||
|
<Dependency>libraw</Dependency>
|
||||||
<Dependency>gphoto2</Dependency>
|
<Dependency>gphoto2</Dependency>
|
||||||
|
<Dependency>libheif</Dependency>
|
||||||
<Dependency>openjpeg2</Dependency>
|
<Dependency>openjpeg2</Dependency>
|
||||||
<Dependency>exiv2-libs</Dependency>
|
<Dependency>exiv2-libs</Dependency>
|
||||||
<Dependency>gdk-pixbuf</Dependency>
|
<Dependency>gdk-pixbuf</Dependency>
|
||||||
@@ -71,6 +76,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="2">
|
||||||
|
<Date>2022-01-17</Date>
|
||||||
|
<Version>1.7</Version>
|
||||||
|
<Comment>First build.</Comment>
|
||||||
|
<Name>fury</Name>
|
||||||
|
<Email>uglyside@yandex.ru</Email>
|
||||||
|
</Update>
|
||||||
<Update release="1">
|
<Update release="1">
|
||||||
<Date>2020-12-06</Date>
|
<Date>2020-12-06</Date>
|
||||||
<Version>1.6</Version>
|
<Version>1.6</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user