Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] libfreeglut: update to 3.4.0.
@ 2023-01-25  7:30 kruceter
  2023-01-25  8:17 ` [PR PATCH] [Updated] " liarimu
  2023-02-08 23:53 ` [PR PATCH] [Closed]: " kruceter
  0 siblings, 2 replies; 3+ messages in thread
From: kruceter @ 2023-01-25  7:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kruceter/void-packages libfreeglut
https://github.com/void-linux/void-packages/pull/41859

libfreeglut: update to 3.4.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/41859.patch is attached

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

From 2b4e37e261da91c6cc373e81416658f0e50d2777 Mon Sep 17 00:00:00 2001
From: Krul Ceter <kruceter@proton.me>
Date: Tue, 24 Jan 2023 11:47:10 +0300
Subject: [PATCH] libfreeglut: update to 3.4.0.

Compiler option "-fcommon" is not needed anymore.

Release notes for 3.2.2 claim this issue is fixed.
---
 srcpkgs/libfreeglut/template | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/libfreeglut/template b/srcpkgs/libfreeglut/template
index d73e555efe03..a856c9b1c5c8 100644
--- a/srcpkgs/libfreeglut/template
+++ b/srcpkgs/libfreeglut/template
@@ -1,17 +1,16 @@
 # Template file for 'libfreeglut'
 pkgname=libfreeglut
-version=3.2.2
+version=3.4.0
 revision=1
 build_style=cmake
 makedepends='libXxf86vm-devel MesaLib-devel libXi-devel glu-devel'
 short_desc="Open source implementation of the OpenGL Utility Toolkit library"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
-homepage="http://freeglut.sourceforge.net/"
-distfiles="${SOURCEFORGE_SITE}/freeglut/freeglut-${version}.tar.gz"
-checksum=c5944a082df0bba96b5756dddb1f75d0cd72ce27b5395c6c1dde85c2ff297a50
-
-CFLAGS="-fcommon"
+homepage="https://freeglut.sourceforge.net/"
+changelog="https://raw.githubusercontent.com/FreeGLUTProject/freeglut/master/ChangeLog"
+distfiles="https://github.com/FreeGLUTProject/freeglut/releases/download/v${version}/freeglut-${version}.tar.gz"
+checksum=3c0bcb915d9b180a97edaebd011b7a1de54583a838644dcd42bb0ea0c6f3eaec
 
 post_install() {
 	vlicense COPYING
@@ -22,8 +21,8 @@ libfreeglut-devel_package() {
 	short_desc+=" - development files"
 	pkg_install() {
 		vmove usr/include
-		vmove usr/lib/*.a
-		vmove usr/lib/*.so
+		vmove "usr/lib/*.a"
+		vmove "usr/lib/*.so"
 		vmove usr/lib/pkgconfig
 		vmove usr/lib/cmake
 	}

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

end of thread, other threads:[~2023-02-08 23:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-25  7:30 [PR PATCH] libfreeglut: update to 3.4.0 kruceter
2023-01-25  8:17 ` [PR PATCH] [Updated] " liarimu
2023-02-08 23:53 ` [PR PATCH] [Closed]: " kruceter

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