Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] glu: update to 9.0.2.
@ 2021-07-11 20:53 ardadem
  2021-07-12  6:16 ` ericonr
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: ardadem @ 2021-07-11 20:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ardadem/void-packages pr-glu-9.0.2
https://github.com/void-linux/void-packages/pull/31915

glu: update to 9.0.2.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [X] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/31915.patch is attached

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

From 78609ddaaec35d4abbe07a4844b09566ed49a93b Mon Sep 17 00:00:00 2001
From: Arda Demir <ddmirarda@gmail.com>
Date: Sun, 11 Jul 2021 23:43:37 +0300
Subject: [PATCH] glu: update to 9.0.2.

---
 srcpkgs/glu/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/glu/template b/srcpkgs/glu/template
index 49d8c41d9488..ff93a7df0ccd 100644
--- a/srcpkgs/glu/template
+++ b/srcpkgs/glu/template
@@ -1,9 +1,9 @@
 # Template file for 'glu'
 pkgname=glu
-version=9.0.1
-revision=2
-build_style=gnu-configure
-configure_args="--disable-static"
+version=9.0.2
+revision=1
+build_style=meson
+configure_args="-Ddefault_library=shared"
 hostmakedepends="pkg-config"
 makedepends="MesaLib-devel"
 short_desc="Mesa OpenGL utility library (GLU)"
@@ -11,7 +11,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="SGI-B-2.0"
 homepage="http://cgit.freedesktop.org/mesa/glu/"
 distfiles="https://mesa.freedesktop.org/archive/glu/glu-${version}.tar.gz"
-checksum=f6f484cfcd51e489afe88031afdea1e173aa652697e4c19ddbcb8260579a10f7
+checksum=24effdfb952453cc00e275e1c82ca9787506aba0282145fff054498e60e19a65
 replaces="libGLU<9.0"
 
 glu-devel_package() {

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

* Re: glu: update to 9.0.2.
  2021-07-11 20:53 [PR PATCH] glu: update to 9.0.2 ardadem
@ 2021-07-12  6:16 ` ericonr
  2021-07-13  2:04 ` [PR REVIEW] " ericonr
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2021-07-12  6:16 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/31915#issuecomment-878003438

Comment:
Since it changed the build system we should test it a bit before merging, just to be sure :)

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

* Re: [PR REVIEW] glu: update to 9.0.2.
  2021-07-11 20:53 [PR PATCH] glu: update to 9.0.2 ardadem
  2021-07-12  6:16 ` ericonr
@ 2021-07-13  2:04 ` ericonr
  2021-07-13  6:21 ` [PR PATCH] [Updated] " ardadem
  2021-07-14 13:55 ` [PR PATCH] [Merged]: " ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2021-07-13  2:04 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/31915#discussion_r668373368

Comment:
Please update homepage to https://gitlab.freedesktop.org/mesa/glu

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

* Re: [PR PATCH] [Updated] glu: update to 9.0.2.
  2021-07-11 20:53 [PR PATCH] glu: update to 9.0.2 ardadem
  2021-07-12  6:16 ` ericonr
  2021-07-13  2:04 ` [PR REVIEW] " ericonr
@ 2021-07-13  6:21 ` ardadem
  2021-07-14 13:55 ` [PR PATCH] [Merged]: " ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: ardadem @ 2021-07-13  6:21 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by ardadem against master on the void-packages repository

https://github.com/ardadem/void-packages pr-glu-9.0.2
https://github.com/void-linux/void-packages/pull/31915

glu: update to 9.0.2.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [X] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/31915.patch is attached

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

From e065cabae8f5e6deaa636016e9fb167236051407 Mon Sep 17 00:00:00 2001
From: Arda Demir <ddmirarda@gmail.com>
Date: Sun, 11 Jul 2021 23:43:37 +0300
Subject: [PATCH] glu: update to 9.0.2.

---
 srcpkgs/glu/template | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/glu/template b/srcpkgs/glu/template
index 49d8c41d9488..dd54bebdd921 100644
--- a/srcpkgs/glu/template
+++ b/srcpkgs/glu/template
@@ -1,17 +1,17 @@
 # Template file for 'glu'
 pkgname=glu
-version=9.0.1
-revision=2
-build_style=gnu-configure
-configure_args="--disable-static"
+version=9.0.2
+revision=1
+build_style=meson
+configure_args="-Ddefault_library=shared"
 hostmakedepends="pkg-config"
 makedepends="MesaLib-devel"
 short_desc="Mesa OpenGL utility library (GLU)"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="SGI-B-2.0"
-homepage="http://cgit.freedesktop.org/mesa/glu/"
+homepage="https://gitlab.freedesktop.org/mesa/glu"
 distfiles="https://mesa.freedesktop.org/archive/glu/glu-${version}.tar.gz"
-checksum=f6f484cfcd51e489afe88031afdea1e173aa652697e4c19ddbcb8260579a10f7
+checksum=24effdfb952453cc00e275e1c82ca9787506aba0282145fff054498e60e19a65
 replaces="libGLU<9.0"
 
 glu-devel_package() {

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

* Re: [PR PATCH] [Merged]: glu: update to 9.0.2.
  2021-07-11 20:53 [PR PATCH] glu: update to 9.0.2 ardadem
                   ` (2 preceding siblings ...)
  2021-07-13  6:21 ` [PR PATCH] [Updated] " ardadem
@ 2021-07-14 13:55 ` ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2021-07-14 13:55 UTC (permalink / raw)
  To: ml

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

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

glu: update to 9.0.2.
https://github.com/void-linux/void-packages/pull/31915

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [X] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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] 5+ messages in thread

end of thread, other threads:[~2021-07-14 13:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-11 20:53 [PR PATCH] glu: update to 9.0.2 ardadem
2021-07-12  6:16 ` ericonr
2021-07-13  2:04 ` [PR REVIEW] " ericonr
2021-07-13  6:21 ` [PR PATCH] [Updated] " ardadem
2021-07-14 13:55 ` [PR PATCH] [Merged]: " ericonr

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