Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] glslViewer: update to 3.1.0.
@ 2023-07-27 18:56 TeddyDD
  2023-08-06  3:11 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 1 reply; 2+ messages in thread
From: TeddyDD @ 2023-07-27 18:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TeddyDD/void-packages-1 update-glslViewer
https://github.com/void-linux/void-packages/pull/45288

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

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

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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/45288.patch is attached

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

From bf3ea5bf0106a0594e744e87e9e5da87252f9559 Mon Sep 17 00:00:00 2001
From: Daniel Lewan <daniel@teddydd.me>
Date: Thu, 27 Jul 2023 20:55:44 +0200
Subject: [PATCH] glslViewer: update to 3.1.0.

---
 srcpkgs/glslViewer/patches/liblo.patch | 20 ++++----------------
 srcpkgs/glslViewer/template            | 10 +++++-----
 2 files changed, 9 insertions(+), 21 deletions(-)

diff --git a/srcpkgs/glslViewer/patches/liblo.patch b/srcpkgs/glslViewer/patches/liblo.patch
index 251b70217a68a..57c4c7e4f7b60 100644
--- a/srcpkgs/glslViewer/patches/liblo.patch
+++ b/srcpkgs/glslViewer/patches/liblo.patch
@@ -1,25 +1,13 @@
 --- a/glslViewer/CMakeLists.txt
 +++ b/glslViewer/CMakeLists.txt
-@@ -31,7 +31,10 @@
- 
- add_executable(glslViewer ${ROOT_SOURCE})
- 
--include_directories(deps/liblo)
-+include(FindPkgConfig)
-+pkg_search_module(LIBLO REQUIRED liblo>=0.31)
-+include_directories(glslViewer PRIVATE ${LIBLO_INCLUDE_DIRS})
-+target_link_libraries(glslViewer PRIVATE ${LIBLO_LIBRARIES})
- target_include_directories(glslViewer PRIVATE deps)
- target_link_libraries(glslViewer PRIVATE vera)
- target_compile_definitions(glslViewer PRIVATE GLSLVIEWER_VERSION_MAJOR=${VERSION_MAJOR})
-@@ -151,7 +154,7 @@
+@@ -125,7 +125,7 @@ else()
          set(CPACK_GENERATOR "ZIP")
  
      else()
 -        target_link_libraries(glslViewer PRIVATE pthread dl lo_static)
-+        target_link_libraries(glslViewer PRIVATE pthread dl)
-         install(TARGETS glslViewer DESTINATION bin)
- 
++        target_link_libraries(glslViewer PRIVATE pthread dl lo)
+         install(TARGETS glslViewer DESTINATION ${CMAKE_INSTALL_BINDIR})
+         
          if (NOT APPLE)
 --- a/glslViewer/deps/CMakeLists.txt
 +++ b/glslViewer/deps/CMakeLists.txt
diff --git a/srcpkgs/glslViewer/template b/srcpkgs/glslViewer/template
index 72707d14294fa..dcd1b295fb574 100644
--- a/srcpkgs/glslViewer/template
+++ b/srcpkgs/glslViewer/template
@@ -1,8 +1,8 @@
 # Template file for 'glslViewer'
 pkgname=glslViewer
-version=3.0.7
+version=3.1.0
 revision=1
-_vera_gitrev="a3538e06ecbfe0694e2a64fc51ce6c4ee018a9a0"
+_vera_gitrev="5af26f827d3d36c4abba00f3053be3b0ef1b89c2"
 build_wrksrc=${pkgname}
 build_style=cmake
 hostmakedepends="pkg-config"
@@ -13,10 +13,10 @@ short_desc="Live GLSL coding render"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-3-Clause"
 homepage="http://patriciogonzalezvivo.com/2015/glslViewer/"
-distfiles="https://github.com/patriciogonzalezvivo/glslViewer/archive/${version}.tar.gz
+distfiles="https://github.com/patriciogonzalezvivo/glslViewer/archive/v${version}.tar.gz
  https://github.com/patriciogonzalezvivo/vera/archive/${_vera_gitrev}.tar.gz"
-checksum="4d8bac6a801fa61b81e472a8dabfe5469a43c44547d558849a078ed2c26c8034
- a71f149e84afdf12aa88555efef09d0e420c5d5c6ba9c2d67126ecc49fddaff0"
+checksum="48109ed70e5de6ce05ca8cab6f2ed4a368f228d83df561d522b4ba8e49018008
+ 1276b1d664902622728ce9cded9b6605f79cb58bc7bff77e82abbf95f4cd4424"
 
 post_extract() {
 	mv ${pkgname}-${version} ${build_wrksrc}

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

* Re: [PR PATCH] [Merged]: glslViewer: update to 3.1.0.
  2023-07-27 18:56 [PR PATCH] glslViewer: update to 3.1.0 TeddyDD
@ 2023-08-06  3:11 ` classabbyamp
  0 siblings, 0 replies; 2+ messages in thread
From: classabbyamp @ 2023-08-06  3:11 UTC (permalink / raw)
  To: ml

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

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

glslViewer: update to 3.1.0.
https://github.com/void-linux/void-packages/pull/45288

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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
-->


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

end of thread, other threads:[~2023-08-06  3:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-27 18:56 [PR PATCH] glslViewer: update to 3.1.0 TeddyDD
2023-08-06  3:11 ` [PR PATCH] [Merged]: " classabbyamp

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