Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] qimgv: update to 0.9.1.
@ 2020-05-09 12:38 travankor
  2020-05-09 12:50 ` [PR PATCH] [Updated] " travankor
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: travankor @ 2020-05-09 12:38 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 314 bytes --]

There is a new pull request by travankor against master on the void-packages repository

https://github.com/travankor/void-packages qimgv
https://github.com/void-linux/void-packages/pull/21787

qimgv: update to 0.9.1.
None

A patch file from https://github.com/void-linux/void-packages/pull/21787.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-qimgv-21787.patch --]
[-- Type: text/x-diff, Size: 1020 bytes --]

From 25b2b10123310f45c0022df1b2aced263f59d46e Mon Sep 17 00:00:00 2001
From: travankor <travankor@tuta.io>
Date: Sat, 9 May 2020 05:37:18 -0700
Subject: [PATCH] qimgv: update to 0.9.1.

---
 srcpkgs/qimgv/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/qimgv/template b/srcpkgs/qimgv/template
index 45b612e449b..614d68a8d81 100644
--- a/srcpkgs/qimgv/template
+++ b/srcpkgs/qimgv/template
@@ -1,6 +1,6 @@
 # Template file for 'qimgv'
 pkgname=qimgv
-version=0.8.9
+version=0.9.1
 revision=1
 build_style=cmake
 configure_args="$(vopt_if video -DVIDEO_SUPPORT=ON)"
@@ -12,7 +12,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=b7271b9f1324b56416708606d9ed69d695a862a1336276dc504a2333cb923e62
+checksum=728b05b0e26d0188b3d25eb564effab4a77dd0c7453d82e024f1eaa8781e8f4b
 
 build_options="video"
 build_options_default="video"

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PR PATCH] [Updated] qimgv: update to 0.9.1.
  2020-05-09 12:38 [PR PATCH] qimgv: update to 0.9.1 travankor
@ 2020-05-09 12:50 ` travankor
  2020-05-10  6:47 ` travankor
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: travankor @ 2020-05-09 12:50 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 319 bytes --]

There is an updated pull request by travankor against master on the void-packages repository

https://github.com/travankor/void-packages qimgv
https://github.com/void-linux/void-packages/pull/21787

qimgv: update to 0.9.1.
None

A patch file from https://github.com/void-linux/void-packages/pull/21787.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-qimgv-21787.patch --]
[-- Type: text/x-diff, Size: 1535 bytes --]

From d0ff4f4705a9052bf2b2b7725da51d0ca828ffab Mon Sep 17 00:00:00 2001
From: travankor <travankor@tuta.io>
Date: Sat, 9 May 2020 05:37:18 -0700
Subject: [PATCH] qimgv: update to 0.9.1.

---
 srcpkgs/qimgv/template | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/qimgv/template b/srcpkgs/qimgv/template
index 45b612e449b..147be30de7b 100644
--- a/srcpkgs/qimgv/template
+++ b/srcpkgs/qimgv/template
@@ -1,21 +1,24 @@
 # Template file for 'qimgv'
 pkgname=qimgv
-version=0.8.9
+version=0.9.1
 revision=1
 build_style=cmake
-configure_args="$(vopt_if video -DVIDEO_SUPPORT=ON)"
+configure_args="$(vopt_if video -DVIDEO_SUPPORT=ON)
+  $(vopt_if scale -DOPENCV_SUPPORT=ON)"
 hostmakedepends="pkg-config"
-makedepends="exiv2-devel qt5-devel $(vopt_if video mpv-devel)"
+makedepends="exiv2-devel qt5-devel $(vopt_if video mpv-devel)
+  $(vopt_if scale opencv-devel)"
 depends="hicolor-icon-theme"
 short_desc="Cross-platform image viewer with webm support"
 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=b7271b9f1324b56416708606d9ed69d695a862a1336276dc504a2333cb923e62
+checksum=728b05b0e26d0188b3d25eb564effab4a77dd0c7453d82e024f1eaa8781e8f4b
 
-build_options="video"
+build_options="scale video"
 build_options_default="video"
+desc_option_scale="Enable opencv support"
 desc_option_video="Enable video support"
 
 if [ "$CROSS_BUILD" ]; then

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PR PATCH] [Updated] qimgv: update to 0.9.1.
  2020-05-09 12:38 [PR PATCH] qimgv: update to 0.9.1 travankor
  2020-05-09 12:50 ` [PR PATCH] [Updated] " travankor
@ 2020-05-10  6:47 ` travankor
  2020-05-10  7:00 ` travankor
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: travankor @ 2020-05-10  6:47 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 319 bytes --]

There is an updated pull request by travankor against master on the void-packages repository

https://github.com/travankor/void-packages qimgv
https://github.com/void-linux/void-packages/pull/21787

qimgv: update to 0.9.1.
None

A patch file from https://github.com/void-linux/void-packages/pull/21787.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-qimgv-21787.patch --]
[-- Type: text/x-diff, Size: 1535 bytes --]

From cf048055f524cfef02d86075424c40ed4cfd070b Mon Sep 17 00:00:00 2001
From: travankor <travankor@tuta.io>
Date: Sat, 9 May 2020 05:37:18 -0700
Subject: [PATCH] qimgv: update to 0.9.1.

---
 srcpkgs/qimgv/template | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/qimgv/template b/srcpkgs/qimgv/template
index 45b612e449b..147be30de7b 100644
--- a/srcpkgs/qimgv/template
+++ b/srcpkgs/qimgv/template
@@ -1,21 +1,24 @@
 # Template file for 'qimgv'
 pkgname=qimgv
-version=0.8.9
+version=0.9.1
 revision=1
 build_style=cmake
-configure_args="$(vopt_if video -DVIDEO_SUPPORT=ON)"
+configure_args="$(vopt_if video -DVIDEO_SUPPORT=ON)
+  $(vopt_if scale -DOPENCV_SUPPORT=ON)"
 hostmakedepends="pkg-config"
-makedepends="exiv2-devel qt5-devel $(vopt_if video mpv-devel)"
+makedepends="exiv2-devel qt5-devel $(vopt_if video mpv-devel)
+  $(vopt_if scale opencv-devel)"
 depends="hicolor-icon-theme"
 short_desc="Cross-platform image viewer with webm support"
 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=b7271b9f1324b56416708606d9ed69d695a862a1336276dc504a2333cb923e62
+checksum=728b05b0e26d0188b3d25eb564effab4a77dd0c7453d82e024f1eaa8781e8f4b
 
-build_options="video"
+build_options="scale video"
 build_options_default="video"
+desc_option_scale="Enable opencv support"
 desc_option_video="Enable video support"
 
 if [ "$CROSS_BUILD" ]; then

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PR PATCH] [Updated] qimgv: update to 0.9.1.
  2020-05-09 12:38 [PR PATCH] qimgv: update to 0.9.1 travankor
  2020-05-09 12:50 ` [PR PATCH] [Updated] " travankor
  2020-05-10  6:47 ` travankor
@ 2020-05-10  7:00 ` travankor
  2020-05-10  7:31 ` travankor
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: travankor @ 2020-05-10  7:00 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 319 bytes --]

There is an updated pull request by travankor against master on the void-packages repository

https://github.com/travankor/void-packages qimgv
https://github.com/void-linux/void-packages/pull/21787

qimgv: update to 0.9.1.
None

A patch file from https://github.com/void-linux/void-packages/pull/21787.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-qimgv-21787.patch --]
[-- Type: text/x-diff, Size: 1574 bytes --]

From 9876151c7035fb0981ff976f58b2284939182b04 Mon Sep 17 00:00:00 2001
From: travankor <travankor@tuta.io>
Date: Sat, 9 May 2020 05:37:18 -0700
Subject: [PATCH] qimgv: update to 0.9.1.

---
 srcpkgs/qimgv/template | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/qimgv/template b/srcpkgs/qimgv/template
index 45b612e449b..8a5ea6e29fc 100644
--- a/srcpkgs/qimgv/template
+++ b/srcpkgs/qimgv/template
@@ -1,21 +1,24 @@
 # Template file for 'qimgv'
 pkgname=qimgv
-version=0.8.9
+version=0.9.1
 revision=1
 build_style=cmake
-configure_args="$(vopt_if video -DVIDEO_SUPPORT=ON)"
+configure_args="$(vopt_if video -DVIDEO_SUPPORT=ON)
+  $(vopt_if scale -DOPENCV_SUPPORT=ON -DOPENCV_SUPPORT=OFF)"
 hostmakedepends="pkg-config"
-makedepends="exiv2-devel qt5-devel $(vopt_if video mpv-devel)"
+makedepends="exiv2-devel qt5-devel $(vopt_if video mpv-devel)
+  $(vopt_if scale libopencv4-devel)"
 depends="hicolor-icon-theme"
 short_desc="Cross-platform image viewer with webm support"
 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=b7271b9f1324b56416708606d9ed69d695a862a1336276dc504a2333cb923e62
+checksum=728b05b0e26d0188b3d25eb564effab4a77dd0c7453d82e024f1eaa8781e8f4b
 
-build_options="video"
+build_options="scale video"
 build_options_default="video"
+desc_option_scale="Enable high quality scaling options"
 desc_option_video="Enable video support"
 
 if [ "$CROSS_BUILD" ]; then

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PR PATCH] [Updated] qimgv: update to 0.9.1.
  2020-05-09 12:38 [PR PATCH] qimgv: update to 0.9.1 travankor
                   ` (2 preceding siblings ...)
  2020-05-10  7:00 ` travankor
@ 2020-05-10  7:31 ` travankor
  2020-05-10  7:45 ` travankor
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: travankor @ 2020-05-10  7:31 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 319 bytes --]

There is an updated pull request by travankor against master on the void-packages repository

https://github.com/travankor/void-packages qimgv
https://github.com/void-linux/void-packages/pull/21787

qimgv: update to 0.9.1.
None

A patch file from https://github.com/void-linux/void-packages/pull/21787.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-qimgv-21787.patch --]
[-- Type: text/x-diff, Size: 1572 bytes --]

From 4a3261c5dfd6aca198f138cc0ba69b0df221b88f Mon Sep 17 00:00:00 2001
From: travankor <travankor@tuta.io>
Date: Sat, 9 May 2020 05:37:18 -0700
Subject: [PATCH] qimgv: update to 0.9.1.

---
 srcpkgs/qimgv/template | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/qimgv/template b/srcpkgs/qimgv/template
index 45b612e449b..f89e07f4962 100644
--- a/srcpkgs/qimgv/template
+++ b/srcpkgs/qimgv/template
@@ -1,21 +1,24 @@
 # Template file for 'qimgv'
 pkgname=qimgv
-version=0.8.9
+version=0.9.1
 revision=1
 build_style=cmake
-configure_args="$(vopt_if video -DVIDEO_SUPPORT=ON)"
+configure_args="$(vopt_if video -DVIDEO_SUPPORT=ON)
+ $(vopt_if scale -DOPENCV_SUPPORT=ON -DOPENCV_SUPPORT=OFF)"
 hostmakedepends="pkg-config"
-makedepends="exiv2-devel qt5-devel $(vopt_if video mpv-devel)"
+makedepends="exiv2-devel qt5-devel $(vopt_if video mpv-devel)
+ $(vopt_if scale libopencv4-devel)"
 depends="hicolor-icon-theme"
 short_desc="Cross-platform image viewer with webm support"
 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=b7271b9f1324b56416708606d9ed69d695a862a1336276dc504a2333cb923e62
+checksum=728b05b0e26d0188b3d25eb564effab4a77dd0c7453d82e024f1eaa8781e8f4b
 
-build_options="video"
+build_options="scale video"
 build_options_default="video"
+desc_option_scale="Enable high quality scaling options"
 desc_option_video="Enable video support"
 
 if [ "$CROSS_BUILD" ]; then

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PR PATCH] [Updated] qimgv: update to 0.9.1.
  2020-05-09 12:38 [PR PATCH] qimgv: update to 0.9.1 travankor
                   ` (3 preceding siblings ...)
  2020-05-10  7:31 ` travankor
@ 2020-05-10  7:45 ` travankor
  2020-05-10 21:05 ` travankor
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: travankor @ 2020-05-10  7:45 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 319 bytes --]

There is an updated pull request by travankor against master on the void-packages repository

https://github.com/travankor/void-packages qimgv
https://github.com/void-linux/void-packages/pull/21787

qimgv: update to 0.9.1.
None

A patch file from https://github.com/void-linux/void-packages/pull/21787.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-qimgv-21787.patch --]
[-- Type: text/x-diff, Size: 1592 bytes --]

From 5be945603fd9fb6d9bd8276797b67a873b9e6fd6 Mon Sep 17 00:00:00 2001
From: travankor <travankor@tuta.io>
Date: Sat, 9 May 2020 05:37:18 -0700
Subject: [PATCH] qimgv: update to 0.9.1.

---
 srcpkgs/qimgv/template | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/qimgv/template b/srcpkgs/qimgv/template
index 45b612e449b..7c5d5d18b8d 100644
--- a/srcpkgs/qimgv/template
+++ b/srcpkgs/qimgv/template
@@ -1,21 +1,24 @@
 # Template file for 'qimgv'
 pkgname=qimgv
-version=0.8.9
+version=0.9.1
 revision=1
 build_style=cmake
-configure_args="$(vopt_if video -DVIDEO_SUPPORT=ON)"
+configure_args="$(vopt_if video -DVIDEO_SUPPORT=ON -DVIDEO_SUPPORT=OFF)
+ $(vopt_if scale -DOPENCV_SUPPORT=ON -DOPENCV_SUPPORT=OFF)"
 hostmakedepends="pkg-config"
-makedepends="exiv2-devel qt5-devel $(vopt_if video mpv-devel)"
+makedepends="exiv2-devel qt5-devel $(vopt_if video mpv-devel)
+ $(vopt_if scale libopencv4-devel)"
 depends="hicolor-icon-theme"
 short_desc="Cross-platform image viewer with webm support"
 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=b7271b9f1324b56416708606d9ed69d695a862a1336276dc504a2333cb923e62
+checksum=728b05b0e26d0188b3d25eb564effab4a77dd0c7453d82e024f1eaa8781e8f4b
 
-build_options="video"
+build_options="scale video"
 build_options_default="video"
+desc_option_scale="Enable high quality scaling options"
 desc_option_video="Enable video support"
 
 if [ "$CROSS_BUILD" ]; then

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PR PATCH] [Updated] qimgv: update to 0.9.1.
  2020-05-09 12:38 [PR PATCH] qimgv: update to 0.9.1 travankor
                   ` (4 preceding siblings ...)
  2020-05-10  7:45 ` travankor
@ 2020-05-10 21:05 ` travankor
  2020-05-11 20:18 ` travankor
  2020-05-12 17:56 ` [PR PATCH] [Merged]: " Hoshpak
  7 siblings, 0 replies; 9+ messages in thread
From: travankor @ 2020-05-10 21:05 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 319 bytes --]

There is an updated pull request by travankor against master on the void-packages repository

https://github.com/travankor/void-packages qimgv
https://github.com/void-linux/void-packages/pull/21787

qimgv: update to 0.9.1.
None

A patch file from https://github.com/void-linux/void-packages/pull/21787.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-qimgv-21787.patch --]
[-- Type: text/x-diff, Size: 1592 bytes --]

From 70ac9a3b734078819fdcf972ef79efd3be3a2dc7 Mon Sep 17 00:00:00 2001
From: travankor <travankor@tuta.io>
Date: Sat, 9 May 2020 05:37:18 -0700
Subject: [PATCH] qimgv: update to 0.9.1.

---
 srcpkgs/qimgv/template | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/qimgv/template b/srcpkgs/qimgv/template
index 45b612e449b..7c5d5d18b8d 100644
--- a/srcpkgs/qimgv/template
+++ b/srcpkgs/qimgv/template
@@ -1,21 +1,24 @@
 # Template file for 'qimgv'
 pkgname=qimgv
-version=0.8.9
+version=0.9.1
 revision=1
 build_style=cmake
-configure_args="$(vopt_if video -DVIDEO_SUPPORT=ON)"
+configure_args="$(vopt_if video -DVIDEO_SUPPORT=ON -DVIDEO_SUPPORT=OFF)
+ $(vopt_if scale -DOPENCV_SUPPORT=ON -DOPENCV_SUPPORT=OFF)"
 hostmakedepends="pkg-config"
-makedepends="exiv2-devel qt5-devel $(vopt_if video mpv-devel)"
+makedepends="exiv2-devel qt5-devel $(vopt_if video mpv-devel)
+ $(vopt_if scale libopencv4-devel)"
 depends="hicolor-icon-theme"
 short_desc="Cross-platform image viewer with webm support"
 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=b7271b9f1324b56416708606d9ed69d695a862a1336276dc504a2333cb923e62
+checksum=728b05b0e26d0188b3d25eb564effab4a77dd0c7453d82e024f1eaa8781e8f4b
 
-build_options="video"
+build_options="scale video"
 build_options_default="video"
+desc_option_scale="Enable high quality scaling options"
 desc_option_video="Enable video support"
 
 if [ "$CROSS_BUILD" ]; then

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PR PATCH] [Updated] qimgv: update to 0.9.1.
  2020-05-09 12:38 [PR PATCH] qimgv: update to 0.9.1 travankor
                   ` (5 preceding siblings ...)
  2020-05-10 21:05 ` travankor
@ 2020-05-11 20:18 ` travankor
  2020-05-12 17:56 ` [PR PATCH] [Merged]: " Hoshpak
  7 siblings, 0 replies; 9+ messages in thread
From: travankor @ 2020-05-11 20:18 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 319 bytes --]

There is an updated pull request by travankor against master on the void-packages repository

https://github.com/travankor/void-packages qimgv
https://github.com/void-linux/void-packages/pull/21787

qimgv: update to 0.9.1.
None

A patch file from https://github.com/void-linux/void-packages/pull/21787.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-qimgv-21787.patch --]
[-- Type: text/x-diff, Size: 1592 bytes --]

From c239320729eb5e50043eed96e9d59d21e1aea5e8 Mon Sep 17 00:00:00 2001
From: travankor <travankor@tuta.io>
Date: Sat, 9 May 2020 05:37:18 -0700
Subject: [PATCH] qimgv: update to 0.9.1.

---
 srcpkgs/qimgv/template | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/qimgv/template b/srcpkgs/qimgv/template
index 45b612e449b..7c5d5d18b8d 100644
--- a/srcpkgs/qimgv/template
+++ b/srcpkgs/qimgv/template
@@ -1,21 +1,24 @@
 # Template file for 'qimgv'
 pkgname=qimgv
-version=0.8.9
+version=0.9.1
 revision=1
 build_style=cmake
-configure_args="$(vopt_if video -DVIDEO_SUPPORT=ON)"
+configure_args="$(vopt_if video -DVIDEO_SUPPORT=ON -DVIDEO_SUPPORT=OFF)
+ $(vopt_if scale -DOPENCV_SUPPORT=ON -DOPENCV_SUPPORT=OFF)"
 hostmakedepends="pkg-config"
-makedepends="exiv2-devel qt5-devel $(vopt_if video mpv-devel)"
+makedepends="exiv2-devel qt5-devel $(vopt_if video mpv-devel)
+ $(vopt_if scale libopencv4-devel)"
 depends="hicolor-icon-theme"
 short_desc="Cross-platform image viewer with webm support"
 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=b7271b9f1324b56416708606d9ed69d695a862a1336276dc504a2333cb923e62
+checksum=728b05b0e26d0188b3d25eb564effab4a77dd0c7453d82e024f1eaa8781e8f4b
 
-build_options="video"
+build_options="scale video"
 build_options_default="video"
+desc_option_scale="Enable high quality scaling options"
 desc_option_video="Enable video support"
 
 if [ "$CROSS_BUILD" ]; then

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PR PATCH] [Merged]: qimgv: update to 0.9.1.
  2020-05-09 12:38 [PR PATCH] qimgv: update to 0.9.1 travankor
                   ` (6 preceding siblings ...)
  2020-05-11 20:18 ` travankor
@ 2020-05-12 17:56 ` Hoshpak
  7 siblings, 0 replies; 9+ messages in thread
From: Hoshpak @ 2020-05-12 17:56 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 161 bytes --]

There's a merged pull request on the void-packages repository

qimgv: update to 0.9.1.
https://github.com/void-linux/void-packages/pull/21787

Description:
None

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2020-05-12 17:56 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-09 12:38 [PR PATCH] qimgv: update to 0.9.1 travankor
2020-05-09 12:50 ` [PR PATCH] [Updated] " travankor
2020-05-10  6:47 ` travankor
2020-05-10  7:00 ` travankor
2020-05-10  7:31 ` travankor
2020-05-10  7:45 ` travankor
2020-05-10 21:05 ` travankor
2020-05-11 20:18 ` travankor
2020-05-12 17:56 ` [PR PATCH] [Merged]: " Hoshpak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).