Github messages for voidlinux
 help / color / mirror / Atom feed
From: liarimu <liarimu@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] libfreeglut: update to 3.4.0.
Date: Wed, 25 Jan 2023 09:17:17 +0100	[thread overview]
Message-ID: <20230125081717.gisWMH7LsVflO_2sA8o0buD7D9BdO6pxDSDKAp2VGRQ@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-41859@inbox.vuxu.org>

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

There is an updated pull request by liarimu 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 a1c786b8d483a91a7dc3f3180690410104acc879 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
 	}

  reply	other threads:[~2023-01-25  8:17 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-25  7:30 [PR PATCH] " kruceter
2023-01-25  8:17 ` liarimu [this message]
2023-02-08 23:53 ` [PR PATCH] [Closed]: " kruceter

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=20230125081717.gisWMH7LsVflO_2sA8o0buD7D9BdO6pxDSDKAp2VGRQ@z \
    --to=liarimu@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).