Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] imv: update to 4.3.0.
@ 2021-08-07  9:01 4ricci
  2021-08-07 10:14 ` st3r4g
  2021-08-07 17:24 ` [PR PATCH] [Merged]: " paper42
  0 siblings, 2 replies; 4+ messages in thread
From: 4ricci @ 2021-08-07  9:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/4ricci/void-packages imv
https://github.com/void-linux/void-packages/pull/32388

imv: update to 4.3.0.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From c4e7ed69eee8742b44d538282cbeaa431da8c709 Mon Sep 17 00:00:00 2001
From: Roberto Ricci <ricci@disroot.org>
Date: Sat, 7 Aug 2021 09:54:19 +0200
Subject: [PATCH] imv: update to 4.3.0.

---
 srcpkgs/imv/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/imv/template b/srcpkgs/imv/template
index 5da389f2ba95..608cc8790641 100644
--- a/srcpkgs/imv/template
+++ b/srcpkgs/imv/template
@@ -1,7 +1,7 @@
 # Template file for 'imv'
 pkgname=imv
-version=4.2.0
-revision=2
+version=4.3.0
+revision=1
 build_style=meson
 hostmakedepends="asciidoc pkg-config cmake"
 makedepends="cmocka-devel freeimage-devel glu-devel librsvg-devel libheif-devel libxkbcommon-devel
@@ -14,7 +14,7 @@ license="GPL-2.0-or-later, MIT"
 homepage="https://github.com/eXeC64/imv"
 changelog="https://raw.githubusercontent.com/eXeC64/imv/master/CHANGELOG"
 distfiles="https://github.com/eXeC64/imv/archive/v${version}.tar.gz"
-checksum=7d3de0462ce0cd705a719b12648661c8d91245cc7732eac4e459c465bc6b3d94
+checksum=ad724a41366bb96d29e272f442f5378465fe163d16ec51d7abaa86b1fff7dbb6
 conflicts="renameutils>=0"
 
 post_install() {

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

* Re: imv: update to 4.3.0.
  2021-08-07  9:01 [PR PATCH] imv: update to 4.3.0 4ricci
@ 2021-08-07 10:14 ` st3r4g
  2021-08-07 17:24 ` [PR PATCH] [Merged]: " paper42
  1 sibling, 0 replies; 4+ messages in thread
From: st3r4g @ 2021-08-07 10:14 UTC (permalink / raw)
  To: ml

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

New comment by st3r4g on void-packages repository

https://github.com/void-linux/void-packages/pull/32388#issuecomment-894634990

Comment:
Looks good, finally fixes the annoying `Not a TIFF or MDI file, bad magic number 55551 (0xd8ff).` message

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

* Re: [PR PATCH] [Merged]: imv: update to 4.3.0.
  2021-08-07  9:01 [PR PATCH] imv: update to 4.3.0 4ricci
  2021-08-07 10:14 ` st3r4g
@ 2021-08-07 17:24 ` paper42
  1 sibling, 0 replies; 4+ messages in thread
From: paper42 @ 2021-08-07 17:24 UTC (permalink / raw)
  To: ml

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

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

imv: update to 4.3.0.
https://github.com/void-linux/void-packages/pull/32388

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

* [PR PATCH] imv: update to 4.3.0.
@ 2021-08-07 18:11 Logarithmus
  0 siblings, 0 replies; 4+ messages in thread
From: Logarithmus @ 2021-08-07 18:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Logarithmus/void-packages imv
https://github.com/void-linux/void-packages/pull/32398

imv: update to 4.3.0.
#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me


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

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

From 27eafa87c1b37f649d66d19ea0f98c93006e0e9d Mon Sep 17 00:00:00 2001
From: Artur Sinila <freesoftware@logarithmus.dev>
Date: Sat, 7 Aug 2021 21:10:31 +0300
Subject: [PATCH] imv: update to 4.3.0.

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

diff --git a/srcpkgs/imv/template b/srcpkgs/imv/template
index 5da389f2ba95..ca12fb6e52d3 100644
--- a/srcpkgs/imv/template
+++ b/srcpkgs/imv/template
@@ -1,7 +1,7 @@
 # Template file for 'imv'
 pkgname=imv
-version=4.2.0
-revision=2
+version=4.3.0
+revision=1
 build_style=meson
 hostmakedepends="asciidoc pkg-config cmake"
 makedepends="cmocka-devel freeimage-devel glu-devel librsvg-devel libheif-devel libxkbcommon-devel

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

end of thread, other threads:[~2021-08-07 18:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-07  9:01 [PR PATCH] imv: update to 4.3.0 4ricci
2021-08-07 10:14 ` st3r4g
2021-08-07 17:24 ` [PR PATCH] [Merged]: " paper42
2021-08-07 18:11 [PR PATCH] " Logarithmus

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).