nomacs: update to 3.16.224.
This commit is contained in:
parent
b400ac3e81
commit
38b63425c5
3 changed files with 6 additions and 43 deletions
|
@ -1,39 +0,0 @@
|
||||||
From 37805e3bc8753970127db101f4aa0c061bc5a70d Mon Sep 17 00:00:00 2001
|
|
||||||
From: Michael Palimaka <kensington@gentoo.org>
|
|
||||||
Date: Sun, 9 Jun 2019 19:15:28 +1000
|
|
||||||
Subject: [PATCH] Fix build with GCC9
|
|
||||||
|
|
||||||
---
|
|
||||||
ImageLounge/src/DkCore/DkMetaData.cpp | 2 ++
|
|
||||||
ImageLounge/src/DkGui/DkNoMacs.cpp | 2 ++
|
|
||||||
2 files changed, 4 insertions(+)
|
|
||||||
|
|
||||||
diff --git ImageLounge/src/DkCore/DkMetaData.cpp ImageLounge/src/DkCore/DkMetaData.cpp
|
|
||||||
index d195757e..affec7be 100644
|
|
||||||
--- ImageLounge/src/DkCore/DkMetaData.cpp
|
|
||||||
+++ ImageLounge/src/DkCore/DkMetaData.cpp
|
|
||||||
@@ -42,6 +42,8 @@
|
|
||||||
#include <QApplication>
|
|
||||||
#pragma warning(pop) // no warnings from includes - end
|
|
||||||
|
|
||||||
+#include <iostream>
|
|
||||||
+
|
|
||||||
namespace nmc {
|
|
||||||
|
|
||||||
// DkMetaDataT --------------------------------------------------------------------
|
|
||||||
diff --git ImageLounge/src/DkGui/DkNoMacs.cpp ImageLounge/src/DkGui/DkNoMacs.cpp
|
|
||||||
index 6a412f70..bbfba233 100644
|
|
||||||
--- ImageLounge/src/DkGui/DkNoMacs.cpp
|
|
||||||
+++ ImageLounge/src/DkGui/DkNoMacs.cpp
|
|
||||||
@@ -96,6 +96,8 @@
|
|
||||||
#include <QWinTaskbarButton>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
+#include <iostream>
|
|
||||||
+
|
|
||||||
namespace nmc {
|
|
||||||
|
|
||||||
DkNomacsOSXEventFilter::DkNomacsOSXEventFilter(QObject *parent) : QObject(parent) {
|
|
||||||
--
|
|
||||||
2.23.0
|
|
||||||
|
|
|
@ -1,10 +1,11 @@
|
||||||
# Template file for 'nomacs'
|
# Template file for 'nomacs'
|
||||||
pkgname=nomacs
|
pkgname=nomacs
|
||||||
version=3.12
|
version=3.16.224
|
||||||
revision=3
|
revision=1
|
||||||
build_wrksrc=ImageLounge
|
build_wrksrc=ImageLounge
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DENABLE_TRANSLATIONS=1 -DUSE_SYSTEM_QUAZIP=1"
|
configure_args="-DCMAKE_BUILD_TYPE=None -DENABLE_TRANSLATIONS=1
|
||||||
|
-DUSE_SYSTEM_QUAZIP=1"
|
||||||
hostmakedepends="pkg-config qt5-qmake qt5-host-tools quazip-devel"
|
hostmakedepends="pkg-config qt5-qmake qt5-host-tools quazip-devel"
|
||||||
makedepends="qt5-tools-devel qt5-svg-devel exiv2-devel libopencv-devel
|
makedepends="qt5-tools-devel qt5-svg-devel exiv2-devel libopencv-devel
|
||||||
libraw-devel quazip-devel"
|
libraw-devel quazip-devel"
|
||||||
|
@ -13,4 +14,4 @@ maintainer="Kharlamov Alexey <der@2-47.ru>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://nomacs.org/"
|
homepage="https://nomacs.org/"
|
||||||
distfiles="https://github.com/nomacs/nomacs/archive/${version}.tar.gz"
|
distfiles="https://github.com/nomacs/nomacs/archive/${version}.tar.gz"
|
||||||
checksum=f4a32169e6c0cb939971da2732e4d67c6e2e649506da1b55bfc94963a26280ff
|
checksum=bbc7e9048026ef9e0d2b64902c88050f17a679ef3d3c009de2c3b7de5d1d217c
|
||||||
|
|
1
srcpkgs/nomacs/update
Normal file
1
srcpkgs/nomacs/update
Normal file
|
@ -0,0 +1 @@
|
||||||
|
ignore="*.*[13579].*"
|
Loading…
Add table
Add a link
Reference in a new issue