Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] mesa-demos: update to 8.5.0.
@ 2022-07-09 19:15 mahiuchun
  2022-07-19 23:38 ` hervyqa
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: mahiuchun @ 2022-07-09 19:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mahiuchun/void-packages mesa-demos
https://github.com/void-linux/void-packages/pull/37951

mesa-demos: update to 8.5.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 [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 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, aarch64


A patch file from https://github.com/void-linux/void-packages/pull/37951.patch is attached

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

From bf833b6ddaa468f89113444d5989134d4f597049 Mon Sep 17 00:00:00 2001
From: Hill Ma <maahiuzeon@gmail.com>
Date: Sat, 9 Jul 2022 12:08:31 -0700
Subject: [PATCH] mesa-demos: update to 8.5.0.

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

diff --git a/srcpkgs/mesa-demos/template b/srcpkgs/mesa-demos/template
index 6a6974d5f37f..1b0bc43b73b2 100644
--- a/srcpkgs/mesa-demos/template
+++ b/srcpkgs/mesa-demos/template
@@ -1,17 +1,17 @@
 # Template file for 'mesa-demos'
 pkgname=mesa-demos
-version=8.4.0
-revision=3
+version=8.5.0
+revision=1
 build_style=gnu-configure
-configure_args="--with-system-data-files"
+configure_args="--enable-autotools --with-system-data-files"
 hostmakedepends="pkg-config"
 makedepends="libXext-devel MesaLib-devel glu-devel glew-devel freetype-devel libfreeglut-devel"
 short_desc="Mesa 3D demos and tools"
 maintainer="John <me@johnnynator.dev>"
 license="MIT"
 homepage="https://www.mesa3d.org"
-distfiles="https://mesa.freedesktop.org/archive/demos/mesa-demos-${version}.tar.bz2"
-checksum=01e99c94a0184e63e796728af89bfac559795fb2a0d6f506fa900455ca5fff7d
+distfiles="https://mesa.freedesktop.org/archive/demos/${version}/mesa-demos-${version}.tar.bz2"
+checksum=cea2df0a80f09a30f635c4eb1a672bf90c5ddee0b8e77f4d70041668ef71aac1
 
 glxinfo_package() {
 	short_desc="Tool to diagnose problems with 3D acceleration setup"

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

* Re: mesa-demos: update to 8.5.0.
  2022-07-09 19:15 [PR PATCH] mesa-demos: update to 8.5.0 mahiuchun
@ 2022-07-19 23:38 ` hervyqa
  2022-10-18  2:14 ` github-actions
  2022-11-01  2:14 ` [PR PATCH] [Closed]: " github-actions
  2 siblings, 0 replies; 4+ messages in thread
From: hervyqa @ 2022-07-19 23:38 UTC (permalink / raw)
  To: ml

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

New comment by hervyqa on void-packages repository

https://github.com/void-linux/void-packages/pull/37951#issuecomment-1189651884

Comment:
you should add vlicense MIT

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

* Re: mesa-demos: update to 8.5.0.
  2022-07-09 19:15 [PR PATCH] mesa-demos: update to 8.5.0 mahiuchun
  2022-07-19 23:38 ` hervyqa
@ 2022-10-18  2:14 ` github-actions
  2022-11-01  2:14 ` [PR PATCH] [Closed]: " github-actions
  2 siblings, 0 replies; 4+ messages in thread
From: github-actions @ 2022-10-18  2:14 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/37951#issuecomment-1281723725

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Closed]: mesa-demos: update to 8.5.0.
  2022-07-09 19:15 [PR PATCH] mesa-demos: update to 8.5.0 mahiuchun
  2022-07-19 23:38 ` hervyqa
  2022-10-18  2:14 ` github-actions
@ 2022-11-01  2:14 ` github-actions
  2 siblings, 0 replies; 4+ messages in thread
From: github-actions @ 2022-11-01  2:14 UTC (permalink / raw)
  To: ml

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

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

mesa-demos: update to 8.5.0.
https://github.com/void-linux/void-packages/pull/37951

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 [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 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, aarch64


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

end of thread, other threads:[~2022-11-01  2:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-09 19:15 [PR PATCH] mesa-demos: update to 8.5.0 mahiuchun
2022-07-19 23:38 ` hervyqa
2022-10-18  2:14 ` github-actions
2022-11-01  2:14 ` [PR PATCH] [Closed]: " github-actions

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