Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] irrlicht: update to 1.8.5.
@ 2022-02-09 15:29 tibequadorian
  2022-02-14  8:49 ` [PR PATCH] [Merged]: " paper42
  0 siblings, 1 reply; 2+ messages in thread
From: tibequadorian @ 2022-02-09 15:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tibequadorian/void-packages irrlicht
https://github.com/void-linux/void-packages/pull/35478

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

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

<!--
#### 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/35478.patch is attached

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

From ed1f0ec9bb36ad829d7861f04d2f5b8a4c17d991 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Sun, 6 Feb 2022 23:43:14 +0100
Subject: [PATCH] irrlicht: update to 1.8.5.

---
 srcpkgs/irrlicht/template | 22 +++++-----------------
 1 file changed, 5 insertions(+), 17 deletions(-)

diff --git a/srcpkgs/irrlicht/template b/srcpkgs/irrlicht/template
index 191d8b6dcc1b..dfabaf403517 100644
--- a/srcpkgs/irrlicht/template
+++ b/srcpkgs/irrlicht/template
@@ -1,30 +1,18 @@
 # Template file for 'irrlicht'
 pkgname=irrlicht
-version=1.8.4
-revision=3
+version=1.8.5
+revision=1
 hostmakedepends="unzip pkg-config"
-makedepends="libjpeg-turbo-devel libpng-devel libXcursor-devel libXext-devel MesaLib-devel"
+makedepends="libjpeg-turbo-devel libpng-devel libXcursor-devel libXext-devel
+ MesaLib-devel libXxf86vm-devel"
 short_desc="Lightning fast realtime 3D engine"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-3-Clause, bzip2-1.0.5, IJG, Libpng"
 homepage="http://irrlicht.sourceforge.net"
 distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.zip"
-checksum=f42b280bc608e545b820206fe2a999c55f290de5c7509a02bdbeeccc1bf9e433
+checksum=effb7beed3985099ce2315a959c639b4973aac8210f61e354475a84105944f3d
 CPPFLAGS="-DPNG_ARM_NEON_OPT=0"
 
-pre_build() {
-	cd source/Irrlicht
-	vsed -i 's;<sys/sysctl.h>;<linux/sysctl.h>;' COSOperator.cpp
-	for file in COpenGLExtensionHandler.h glext.h glxext.h wglext.h; do
-		$XBPS_FETCH_CMD "http://sourceforge.net/p/irrlicht/code/4600/tree/trunk/source/Irrlicht/${file}?format=raw>${file}"
-	done
-	case "$XBPS_TARGET_MACHINE" in
-		*-musl) # There is no <sys/sysctl.h> in musl libc
-			sed -e "s;<sys/sysctl\.h>;<linux/sysctl.h>;" \
-				-i ${wrksrc}/source/Irrlicht/COSOperator.cpp
-	esac
-}
-
 do_build() {
 	cd ${wrksrc}/source/Irrlicht
 	make ${makejobs} NDEBUG=1 sharedlib

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

* Re: [PR PATCH] [Merged]: irrlicht: update to 1.8.5.
  2022-02-09 15:29 [PR PATCH] irrlicht: update to 1.8.5 tibequadorian
@ 2022-02-14  8:49 ` paper42
  0 siblings, 0 replies; 2+ messages in thread
From: paper42 @ 2022-02-14  8:49 UTC (permalink / raw)
  To: ml

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

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

irrlicht: update to 1.8.5.
https://github.com/void-linux/void-packages/pull/35478

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

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

<!--
#### 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
-->


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

end of thread, other threads:[~2022-02-14  8:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-09 15:29 [PR PATCH] irrlicht: update to 1.8.5 tibequadorian
2022-02-14  8:49 ` [PR PATCH] [Merged]: " paper42

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