Github messages for voidlinux
 help / color / mirror / Atom feed
From: lemmi <lemmi@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] hugin: update to 2021.0.0.
Date: Sat, 08 Jan 2022 22:34:22 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-34952@inbox.vuxu.org> (raw)

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

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

https://github.com/lemmi/void-packages hugin
https://github.com/void-linux/void-packages/pull/34952

hugin: update to 2021.0.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- 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/34952.patch is attached

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

From f1244c14c27b8655ea20e914091e2d487b0a39d9 Mon Sep 17 00:00:00 2001
From: lemmi <lemmi@nerd2nerd.org>
Date: Sat, 8 Jan 2022 22:33:10 +0100
Subject: [PATCH] hugin: update to 2021.0.0.

---
 .../0001-disable-vigra-links-exr-check.patch  | 41 -------------------
 srcpkgs/hugin/template                        |  6 +--
 2 files changed, 3 insertions(+), 44 deletions(-)
 delete mode 100644 srcpkgs/hugin/patches/0001-disable-vigra-links-exr-check.patch

diff --git a/srcpkgs/hugin/patches/0001-disable-vigra-links-exr-check.patch b/srcpkgs/hugin/patches/0001-disable-vigra-links-exr-check.patch
deleted file mode 100644
index 814252350b34..000000000000
--- a/srcpkgs/hugin/patches/0001-disable-vigra-links-exr-check.patch
+++ /dev/null
@@ -1,41 +0,0 @@
-From c4ef0397cf4a85109a83b0a76553629d6d8fd87f Mon Sep 17 00:00:00 2001
-From: lemmi <lemmi@nerd2nerd.org>
-Date: Tue, 15 Dec 2020 14:54:48 +0100
-Subject: [PATCH] disable vigra-links-exr check
-
----
- CMakeModules/FindVIGRA.cmake | 18 ------------------
- 1 file changed, 18 deletions(-)
-
-diff --git CMakeModules/FindVIGRA.cmake CMakeModules/FindVIGRA.cmake
-index 2349916..f867b55 100755
---- a/CMakeModules/FindVIGRA.cmake
-+++ b/CMakeModules/FindVIGRA.cmake
-@@ -63,24 +63,6 @@ IF (VIGRA_FOUND)
-         "VIGRA lib is too old.\nHugin requires at least version 1.9.0, but found version ${VIGRA_VERSION}."
-     )
-   ENDIF()
--
--  # check if vigraimpex is linked against OpenEXR
--  IF(CMAKE_SYSTEM_NAME STREQUAL "Linux")
--    FIND_PROGRAM(LDD_EXECUTABLE ldd)
--    IF(LDD_EXECUTABLE)
--      EXECUTE_PROCESS(
--        COMMAND ${LDD_EXECUTABLE} ${VIGRA_LIBRARIES}
--        OUTPUT_VARIABLE OUTPUT_LDD_VIGRA
--        OUTPUT_STRIP_TRAILING_WHITESPACE
--      )
--      STRING(TOLOWER "${OUTPUT_LDD_VIGRA}" OUTPUT_LDD_VIGRA_LOWER)
--      IF(NOT "${OUTPUT_LDD_VIGRA_LOWER}" MATCHES "libilmimf")
--        MESSAGE(FATAL_ERROR "Libvigraimpex found. But vigraimpex seems to compiled without OpenEXR support. OpenEXR support is required for Hugin.")
--      ENDIF()
--    ELSE()
--      MESSAGE(FATAL_ERROR "Could not check libraries on which vigraimpex depends. (ldd is missing)") 
--    ENDIF()
--  ENDIF()
- ELSE (VIGRA_FOUND)
- 	MESSAGE(FATAL_ERROR "Could not find VIGRA")
- ENDIF (VIGRA_FOUND)
--- 
-2.29.2
-
diff --git a/srcpkgs/hugin/template b/srcpkgs/hugin/template
index b8af1fcbd260..7961c74632a1 100644
--- a/srcpkgs/hugin/template
+++ b/srcpkgs/hugin/template
@@ -1,7 +1,7 @@
 # Template file for 'hugin'
 pkgname=hugin
-version=2020.0.0
-revision=3
+version=2021.0.0
+revision=1
 wrksrc="${pkgname}-${version}"
 build_style=cmake
 build_helper=cmake-wxWidgets-gtk3
@@ -17,7 +17,7 @@ maintainer="lemmi <lemmi@nerd2nerd.org>"
 license="GPL-2.0-or-later"
 homepage="http://hugin.sourceforge.net/"
 distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}/${pkgname}-${version%.*}/${pkgname}-${version}.tar.bz2"
-checksum=283e7601259a7914cb075333424410928a439dc5f84216f33e2fe55501fbcacb
+checksum=047aea8a7fa47844b34ef27c19d3b697e84939dcb1fdbbeb2c204621b66eead9
 python_version=3
 
 if [ "$CROSS_BUILD" ]; then

             reply	other threads:[~2022-01-08 21:34 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-08 21:34 lemmi [this message]
2022-01-08 22:03 ` [PR PATCH] [Updated] " lemmi
2022-01-08 22:13 ` lemmi
2022-01-08 22:45 ` [PR PATCH] [Merged]: " lemmi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-34952@inbox.vuxu.org \
    --to=lemmi@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).