Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] mgba: update to 0.10.2
@ 2023-04-24  7:46 fanyx
  2023-04-24  7:51 ` fanyx
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: fanyx @ 2023-04-24  7:46 UTC (permalink / raw)
  To: ml

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

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

https://github.com/fanyx/void-packages mgba-0.10.2
https://github.com/void-linux/void-packages/pull/43593

mgba: update to 0.10.2
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (glibc-x86_64)

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

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

From 5448d75c442fcde02251f53ca37c5dbe0b7e4439 Mon Sep 17 00:00:00 2001
From: fanyx <fanyx@posteo.net>
Date: Mon, 24 Apr 2023 09:45:23 +0200
Subject: [PATCH] mgba: update to 0.10.2

---
 srcpkgs/mgba/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/mgba/template b/srcpkgs/mgba/template
index 05bca15c1750..ae0504311eee 100644
--- a/srcpkgs/mgba/template
+++ b/srcpkgs/mgba/template
@@ -1,18 +1,18 @@
 # Template file for 'mgba'
 pkgname=mgba
-version=0.10.1
+version=0.10.2
 revision=1
 build_style=cmake
 hostmakedepends="pkg-config qt5-host-tools qt5-qmake desktop-file-utils"
 makedepends="SDL2-devel ffmpeg-devel libedit-devel libepoxy-devel libmagick-devel
  libzip-devel qt5-multimedia-devel qt5-tools-devel"
 short_desc="Game Boy Advance emulator written in C"
-maintainer="fanyx <fanyx@pm.me>"
+maintainer="fanyx <fanyx@posteo.net>"
 license="MPL-2.0"
 homepage="https://www.mgba.io/"
 changelog="https://raw.githubusercontent.com/mgba-emu/mgba/master/CHANGES"
 distfiles="https://github.com/mgba-emu/${pkgname}/archive/${version}.tar.gz"
-checksum="5fc1d7ac139fe51ef71782d5de12d11246563cdebd685354b6188fdc82a84bdf"
+checksum="60afef8fb79ba1f7be565b737bae73c6604a790391c737f291482a7422d675ae"
 
 if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
 	makedepends+=" libatomic-devel"

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

* Re: mgba: update to 0.10.2
  2023-04-24  7:46 [PR PATCH] mgba: update to 0.10.2 fanyx
@ 2023-04-24  7:51 ` fanyx
  2023-04-24  8:24 ` classabbyamp
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: fanyx @ 2023-04-24  7:51 UTC (permalink / raw)
  To: ml

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

New comment by fanyx on void-packages repository

https://github.com/void-linux/void-packages/pull/43593#issuecomment-1519562030

Comment:
@paper42 Can you rerun the build tasks?
I believe the issue lies on the build machines.

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

* Re: mgba: update to 0.10.2
  2023-04-24  7:46 [PR PATCH] mgba: update to 0.10.2 fanyx
  2023-04-24  7:51 ` fanyx
@ 2023-04-24  8:24 ` classabbyamp
  2023-04-24  8:41 ` fanyx
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: classabbyamp @ 2023-04-24  8:24 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/43593#issuecomment-1519614178

Comment:
1. there's probably no point at the moment, as [the builders are still working](https://build.voidlinux.org/waterfall)
2. you can retrigger the build yourself by force-pushing (you may need to amend first to change the commit hash)


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

* Re: mgba: update to 0.10.2
  2023-04-24  7:46 [PR PATCH] mgba: update to 0.10.2 fanyx
  2023-04-24  7:51 ` fanyx
  2023-04-24  8:24 ` classabbyamp
@ 2023-04-24  8:41 ` fanyx
  2023-04-25 11:53 ` [PR PATCH] [Updated] " fanyx
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: fanyx @ 2023-04-24  8:41 UTC (permalink / raw)
  To: ml

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

New comment by fanyx on void-packages repository

https://github.com/void-linux/void-packages/pull/43593#issuecomment-1519636448

Comment:
Ah fair
I'll retry in a couple of hours then, thanks ^^

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

* Re: [PR PATCH] [Updated] mgba: update to 0.10.2
  2023-04-24  7:46 [PR PATCH] mgba: update to 0.10.2 fanyx
                   ` (2 preceding siblings ...)
  2023-04-24  8:41 ` fanyx
@ 2023-04-25 11:53 ` fanyx
  2023-04-25 11:55 ` fanyx
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: fanyx @ 2023-04-25 11:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/fanyx/void-packages mgba-0.10.2
https://github.com/void-linux/void-packages/pull/43593

mgba: update to 0.10.2
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (glibc-x86_64)

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

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

From 23d9989bb2d179dd2761e90915052be1baad4a1f Mon Sep 17 00:00:00 2001
From: fanyx <fanyx@posteo.net>
Date: Tue, 25 Apr 2023 13:52:39 +0200
Subject: [PATCH] mgba: update to 0.10.2

---
 srcpkgs/mgba/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/mgba/template b/srcpkgs/mgba/template
index 05bca15c1750..ae0504311eee 100644
--- a/srcpkgs/mgba/template
+++ b/srcpkgs/mgba/template
@@ -1,18 +1,18 @@
 # Template file for 'mgba'
 pkgname=mgba
-version=0.10.1
+version=0.10.2
 revision=1
 build_style=cmake
 hostmakedepends="pkg-config qt5-host-tools qt5-qmake desktop-file-utils"
 makedepends="SDL2-devel ffmpeg-devel libedit-devel libepoxy-devel libmagick-devel
  libzip-devel qt5-multimedia-devel qt5-tools-devel"
 short_desc="Game Boy Advance emulator written in C"
-maintainer="fanyx <fanyx@pm.me>"
+maintainer="fanyx <fanyx@posteo.net>"
 license="MPL-2.0"
 homepage="https://www.mgba.io/"
 changelog="https://raw.githubusercontent.com/mgba-emu/mgba/master/CHANGES"
 distfiles="https://github.com/mgba-emu/${pkgname}/archive/${version}.tar.gz"
-checksum="5fc1d7ac139fe51ef71782d5de12d11246563cdebd685354b6188fdc82a84bdf"
+checksum="60afef8fb79ba1f7be565b737bae73c6604a790391c737f291482a7422d675ae"
 
 if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
 	makedepends+=" libatomic-devel"

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

* Re: mgba: update to 0.10.2
  2023-04-24  7:46 [PR PATCH] mgba: update to 0.10.2 fanyx
                   ` (3 preceding siblings ...)
  2023-04-25 11:53 ` [PR PATCH] [Updated] " fanyx
@ 2023-04-25 11:55 ` fanyx
  2023-04-25 14:46 ` [PR PATCH] [Updated] " fanyx
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: fanyx @ 2023-04-25 11:55 UTC (permalink / raw)
  To: ml

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

New comment by fanyx on void-packages repository

https://github.com/void-linux/void-packages/pull/43593#issuecomment-1521661773

Comment:
ok, something is stuck on the infrastructure...
builders are all complete but the container still breaks

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

* Re: [PR PATCH] [Updated] mgba: update to 0.10.2
  2023-04-24  7:46 [PR PATCH] mgba: update to 0.10.2 fanyx
                   ` (4 preceding siblings ...)
  2023-04-25 11:55 ` fanyx
@ 2023-04-25 14:46 ` fanyx
  2023-04-25 20:32 ` classabbyamp
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: fanyx @ 2023-04-25 14:46 UTC (permalink / raw)
  To: ml

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

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

https://github.com/fanyx/void-packages mgba-0.10.2
https://github.com/void-linux/void-packages/pull/43593

mgba: update to 0.10.2
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (glibc-x86_64)

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

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

From f3f3bf692e1f5fadd85a7879e8e7f57f5bb89776 Mon Sep 17 00:00:00 2001
From: fanyx <fanyx@posteo.net>
Date: Tue, 25 Apr 2023 16:46:01 +0200
Subject: [PATCH] mgba: update to 0.10.2

---
 srcpkgs/mgba/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/mgba/template b/srcpkgs/mgba/template
index 05bca15c1750..ae0504311eee 100644
--- a/srcpkgs/mgba/template
+++ b/srcpkgs/mgba/template
@@ -1,18 +1,18 @@
 # Template file for 'mgba'
 pkgname=mgba
-version=0.10.1
+version=0.10.2
 revision=1
 build_style=cmake
 hostmakedepends="pkg-config qt5-host-tools qt5-qmake desktop-file-utils"
 makedepends="SDL2-devel ffmpeg-devel libedit-devel libepoxy-devel libmagick-devel
  libzip-devel qt5-multimedia-devel qt5-tools-devel"
 short_desc="Game Boy Advance emulator written in C"
-maintainer="fanyx <fanyx@pm.me>"
+maintainer="fanyx <fanyx@posteo.net>"
 license="MPL-2.0"
 homepage="https://www.mgba.io/"
 changelog="https://raw.githubusercontent.com/mgba-emu/mgba/master/CHANGES"
 distfiles="https://github.com/mgba-emu/${pkgname}/archive/${version}.tar.gz"
-checksum="5fc1d7ac139fe51ef71782d5de12d11246563cdebd685354b6188fdc82a84bdf"
+checksum="60afef8fb79ba1f7be565b737bae73c6604a790391c737f291482a7422d675ae"
 
 if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
 	makedepends+=" libatomic-devel"

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

* Re: mgba: update to 0.10.2
  2023-04-24  7:46 [PR PATCH] mgba: update to 0.10.2 fanyx
                   ` (5 preceding siblings ...)
  2023-04-25 14:46 ` [PR PATCH] [Updated] " fanyx
@ 2023-04-25 20:32 ` classabbyamp
  2023-04-25 21:32 ` [PR PATCH] [Updated] " fanyx
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: classabbyamp @ 2023-04-25 20:32 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/43593#issuecomment-1522378877

Comment:
rebase, it's fixed now

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

* Re: [PR PATCH] [Updated] mgba: update to 0.10.2
  2023-04-24  7:46 [PR PATCH] mgba: update to 0.10.2 fanyx
                   ` (6 preceding siblings ...)
  2023-04-25 20:32 ` classabbyamp
@ 2023-04-25 21:32 ` fanyx
  2023-04-26 12:59 ` fanyx
  2023-04-27  2:25 ` [PR PATCH] [Merged]: " abenson
  9 siblings, 0 replies; 11+ messages in thread
From: fanyx @ 2023-04-25 21:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/fanyx/void-packages mgba-0.10.2
https://github.com/void-linux/void-packages/pull/43593

mgba: update to 0.10.2
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (glibc-x86_64)

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

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

From d3497c046dfb7c86fa96ff7c156667c524263572 Mon Sep 17 00:00:00 2001
From: fanyx <fanyx@posteo.net>
Date: Tue, 25 Apr 2023 23:31:57 +0200
Subject: [PATCH] mgba: update to 0.10.2

---
 srcpkgs/mgba/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/mgba/template b/srcpkgs/mgba/template
index 05bca15c1750..ae0504311eee 100644
--- a/srcpkgs/mgba/template
+++ b/srcpkgs/mgba/template
@@ -1,18 +1,18 @@
 # Template file for 'mgba'
 pkgname=mgba
-version=0.10.1
+version=0.10.2
 revision=1
 build_style=cmake
 hostmakedepends="pkg-config qt5-host-tools qt5-qmake desktop-file-utils"
 makedepends="SDL2-devel ffmpeg-devel libedit-devel libepoxy-devel libmagick-devel
  libzip-devel qt5-multimedia-devel qt5-tools-devel"
 short_desc="Game Boy Advance emulator written in C"
-maintainer="fanyx <fanyx@pm.me>"
+maintainer="fanyx <fanyx@posteo.net>"
 license="MPL-2.0"
 homepage="https://www.mgba.io/"
 changelog="https://raw.githubusercontent.com/mgba-emu/mgba/master/CHANGES"
 distfiles="https://github.com/mgba-emu/${pkgname}/archive/${version}.tar.gz"
-checksum="5fc1d7ac139fe51ef71782d5de12d11246563cdebd685354b6188fdc82a84bdf"
+checksum="60afef8fb79ba1f7be565b737bae73c6604a790391c737f291482a7422d675ae"
 
 if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
 	makedepends+=" libatomic-devel"

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

* Re: mgba: update to 0.10.2
  2023-04-24  7:46 [PR PATCH] mgba: update to 0.10.2 fanyx
                   ` (7 preceding siblings ...)
  2023-04-25 21:32 ` [PR PATCH] [Updated] " fanyx
@ 2023-04-26 12:59 ` fanyx
  2023-04-27  2:25 ` [PR PATCH] [Merged]: " abenson
  9 siblings, 0 replies; 11+ messages in thread
From: fanyx @ 2023-04-26 12:59 UTC (permalink / raw)
  To: ml

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

New comment by fanyx on void-packages repository

https://github.com/void-linux/void-packages/pull/43593#issuecomment-1523379899

Comment:
ty, works now
able to merge

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

* Re: [PR PATCH] [Merged]: mgba: update to 0.10.2
  2023-04-24  7:46 [PR PATCH] mgba: update to 0.10.2 fanyx
                   ` (8 preceding siblings ...)
  2023-04-26 12:59 ` fanyx
@ 2023-04-27  2:25 ` abenson
  9 siblings, 0 replies; 11+ messages in thread
From: abenson @ 2023-04-27  2:25 UTC (permalink / raw)
  To: ml

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

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

mgba: update to 0.10.2
https://github.com/void-linux/void-packages/pull/43593

Description:
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (glibc-x86_64)

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

end of thread, other threads:[~2023-04-27  2:25 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-24  7:46 [PR PATCH] mgba: update to 0.10.2 fanyx
2023-04-24  7:51 ` fanyx
2023-04-24  8:24 ` classabbyamp
2023-04-24  8:41 ` fanyx
2023-04-25 11:53 ` [PR PATCH] [Updated] " fanyx
2023-04-25 11:55 ` fanyx
2023-04-25 14:46 ` [PR PATCH] [Updated] " fanyx
2023-04-25 20:32 ` classabbyamp
2023-04-25 21:32 ` [PR PATCH] [Updated] " fanyx
2023-04-26 12:59 ` fanyx
2023-04-27  2:25 ` [PR PATCH] [Merged]: " abenson

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