Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] nestopia: update to 1.51.1.
@ 2022-11-06  7:43 mobinmob
  2023-01-21 19:32 ` [PR REVIEW] " ahesford
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: mobinmob @ 2022-11-06  7:43 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages nestopia
https://github.com/void-linux/void-packages/pull/40355

nestopia: update to 1.51.1.
Also:
- remove non-existent configure args
- add fltk-devel in makedepends.

<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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/40355.patch is attached

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

From 1b55631ad656d77a0ec6083b618f316b10386d25 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 6 Nov 2022 09:37:22 +0200
Subject: [PATCH] nestopia: update to 1.51.1.

Also:
- remove non-existent configure args
- add fltk-devel in makedepends.
---
 srcpkgs/nestopia/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/nestopia/template b/srcpkgs/nestopia/template
index 6d2b21903248..1d673914b90b 100644
--- a/srcpkgs/nestopia/template
+++ b/srcpkgs/nestopia/template
@@ -1,11 +1,11 @@
 # Template file for 'nestopia'
 pkgname=nestopia
-version=1.50
-revision=2
+version=1.51.1
+revision=1
 build_style=gnu-configure
-configure_args="--enable-gui --with-ao"
 hostmakedepends="autoconf-archive automake pkg-config"
-makedepends="SDL2-devel gtk+3-devel libao-devel libarchive-devel"
+makedepends="SDL2-devel gtk+3-devel libao-devel libarchive-devel
+ fltk-devel"
 depends="desktop-file-utils hicolor-icon-theme"
 short_desc="Portable NES/Famicom emulator written in C++"
 maintainer="Orphaned <orphan@voidlinux.org>"
@@ -13,7 +13,7 @@ license="GPL-2.0-only"
 homepage="http://0ldsk00l.ca/nestopia/"
 changelog="https://raw.githubusercontent.com/0ldsk00l/nestopia/master/ChangeLog"
 distfiles="https://github.com/0ldsk00l/nestopia/archive/${version}.tar.gz"
-checksum=f0274f8b033852007c67237897c69725b811c0df8a6d0120f39c23e990662aae
+checksum=6c2198ed5f885b160bf7e22a777a5e139a7625444ec47625cd07a36627e94b3f
 
 pre_configure() {
 	autoreconf -vif

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

* Re: [PR REVIEW] nestopia: update to 1.51.1.
  2022-11-06  7:43 [PR PATCH] nestopia: update to 1.51.1 mobinmob
@ 2023-01-21 19:32 ` ahesford
  2023-01-22 13:12 ` [PR PATCH] [Updated] " mobinmob
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: ahesford @ 2023-01-21 19:32 UTC (permalink / raw)
  To: ml

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

New review comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/40355#discussion_r1083326853

Comment:
Looks like 1.52 is out. Are you interested in updating this further?

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

* Re: [PR PATCH] [Updated] nestopia: update to 1.51.1.
  2022-11-06  7:43 [PR PATCH] nestopia: update to 1.51.1 mobinmob
  2023-01-21 19:32 ` [PR REVIEW] " ahesford
@ 2023-01-22 13:12 ` mobinmob
  2023-01-22 13:13 ` [PR REVIEW] " mobinmob
  2023-01-22 14:19 ` [PR PATCH] [Merged]: nestopia: update to 1.52.0 ahesford
  3 siblings, 0 replies; 5+ messages in thread
From: mobinmob @ 2023-01-22 13:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages nestopia
https://github.com/void-linux/void-packages/pull/40355

nestopia: update to 1.51.1.
Also:
- remove non-existent configure args
- add fltk-devel in makedepends.

<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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/40355.patch is attached

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

From 5203ca784b0d072cf2fb69355b5947266d702d7b Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 6 Nov 2022 09:37:22 +0200
Subject: [PATCH] nestopia: update to 1.52.0.

Also:
- remove non-existent configure args
- add fltk-devel in makedepends.
---
 srcpkgs/nestopia/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/nestopia/template b/srcpkgs/nestopia/template
index 6d2b21903248..07225c0e35bf 100644
--- a/srcpkgs/nestopia/template
+++ b/srcpkgs/nestopia/template
@@ -1,11 +1,11 @@
 # Template file for 'nestopia'
 pkgname=nestopia
-version=1.50
-revision=2
+version=1.52.0
+revision=1
 build_style=gnu-configure
-configure_args="--enable-gui --with-ao"
 hostmakedepends="autoconf-archive automake pkg-config"
-makedepends="SDL2-devel gtk+3-devel libao-devel libarchive-devel"
+makedepends="SDL2-devel gtk+3-devel libao-devel libarchive-devel
+ fltk-devel"
 depends="desktop-file-utils hicolor-icon-theme"
 short_desc="Portable NES/Famicom emulator written in C++"
 maintainer="Orphaned <orphan@voidlinux.org>"
@@ -13,7 +13,7 @@ license="GPL-2.0-only"
 homepage="http://0ldsk00l.ca/nestopia/"
 changelog="https://raw.githubusercontent.com/0ldsk00l/nestopia/master/ChangeLog"
 distfiles="https://github.com/0ldsk00l/nestopia/archive/${version}.tar.gz"
-checksum=f0274f8b033852007c67237897c69725b811c0df8a6d0120f39c23e990662aae
+checksum=eae1d2f536ae8585edb8d723caf905f4ae65349edee4ffbee45f9f52b5e3b06c
 
 pre_configure() {
 	autoreconf -vif

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

* Re: [PR REVIEW] nestopia: update to 1.51.1.
  2022-11-06  7:43 [PR PATCH] nestopia: update to 1.51.1 mobinmob
  2023-01-21 19:32 ` [PR REVIEW] " ahesford
  2023-01-22 13:12 ` [PR PATCH] [Updated] " mobinmob
@ 2023-01-22 13:13 ` mobinmob
  2023-01-22 14:19 ` [PR PATCH] [Merged]: nestopia: update to 1.52.0 ahesford
  3 siblings, 0 replies; 5+ messages in thread
From: mobinmob @ 2023-01-22 13:13 UTC (permalink / raw)
  To: ml

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

New review comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/40355#discussion_r1083450826

Comment:
Updated and rebased on master, thanks!
Also tested on x86_64.

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

* Re: [PR PATCH] [Merged]: nestopia: update to 1.52.0.
  2022-11-06  7:43 [PR PATCH] nestopia: update to 1.51.1 mobinmob
                   ` (2 preceding siblings ...)
  2023-01-22 13:13 ` [PR REVIEW] " mobinmob
@ 2023-01-22 14:19 ` ahesford
  3 siblings, 0 replies; 5+ messages in thread
From: ahesford @ 2023-01-22 14:19 UTC (permalink / raw)
  To: ml

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

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

nestopia: update to 1.52.0.
https://github.com/void-linux/void-packages/pull/40355

Description:
Also:
- remove non-existent configure args
- add fltk-devel in makedepends.

<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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
-->


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

end of thread, other threads:[~2023-01-22 14:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-06  7:43 [PR PATCH] nestopia: update to 1.51.1 mobinmob
2023-01-21 19:32 ` [PR REVIEW] " ahesford
2023-01-22 13:12 ` [PR PATCH] [Updated] " mobinmob
2023-01-22 13:13 ` [PR REVIEW] " mobinmob
2023-01-22 14:19 ` [PR PATCH] [Merged]: nestopia: update to 1.52.0 ahesford

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