qimgv: update to 0.7.1.
This commit is contained in:
parent
1f48372301
commit
5a2ea033f7
2 changed files with 2 additions and 15 deletions
|
@ -1,13 +0,0 @@
|
|||
diff --git core.cpp core.cpp
|
||||
index 26821e3..231ec1a 100644
|
||||
--- core.cpp
|
||||
+++ core.cpp
|
||||
@@ -16,7 +16,7 @@ Core::Core()
|
||||
scaler(nullptr),
|
||||
thumbnailer(nullptr)
|
||||
{
|
||||
-#ifdef __linux__
|
||||
+#ifdef __GLIBC__
|
||||
// default value of 128k causes memory fragmentation issues
|
||||
// finding this took 3 days of my life
|
||||
mallopt(M_MMAP_THRESHOLD, 64000);
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'qimgv'
|
||||
pkgname=qimgv
|
||||
version=0.7
|
||||
version=0.7.1
|
||||
revision=1
|
||||
build_style=cmake
|
||||
makedepends="qt5-devel mpv-devel"
|
||||
|
@ -10,7 +10,7 @@ maintainer="travankor <travankor@tuta.io>"
|
|||
license="GPL-3.0-or-later"
|
||||
homepage="https://github.com/easymodo/qimgv"
|
||||
distfiles="https://github.com/easymodo/qimgv/archive/v${version}.tar.gz"
|
||||
checksum=ce47987c835068230eeb8512ee5e3f9751e4c7d3f94785ebe386e4484da417d6
|
||||
checksum=224987e06b76562caafa31dc5ddacacdf5db465aa2fa3f4b1148aef59e18739b
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
hostmakedepends+=" qt5-host-tools qt5-qmake"
|
||||
|
|
Loading…
Reference in a new issue