Github messages for voidlinux
 help / color / mirror / Atom feed
From: classabbyamp <classabbyamp@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] openmsx: update to 18.0.
Date: Sat, 01 Oct 2022 04:56:02 +0200	[thread overview]
Message-ID: <20221001025602.V54r87dHWkDf9DUCJYs1c7wKSbaQZztSXXl1Dk8uIYE@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-39564@inbox.vuxu.org>

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

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

https://github.com/classabbyamp/void-packages update/openmsx
https://github.com/void-linux/void-packages/pull/39564

openmsx: update to 18.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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



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

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

From 85ce3f71ec372465c2fe456f7d27bbfd42c805c2 Mon Sep 17 00:00:00 2001
From: classabbyamp <void@placeviolette.net>
Date: Fri, 30 Sep 2022 22:26:15 -0400
Subject: [PATCH] openmsx: update to 18.0.

---
 srcpkgs/openmsx/template | 19 ++++++++++++-------
 1 file changed, 12 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/openmsx/template b/srcpkgs/openmsx/template
index 8475c00fd311..0d972f89dd26 100644
--- a/srcpkgs/openmsx/template
+++ b/srcpkgs/openmsx/template
@@ -1,19 +1,24 @@
 # Template file for 'openmsx'
 pkgname=openmsx
-version=0.15.0
-revision=3
-hostmakedepends="pkg-config python"
-makedepends="SDL-devel glew-devel libao-devel libtheora-devel libvorbis-devel
- libpng-devel libxml2-devel SDL_ttf-devel tcl-devel"
+version=18.0
+revision=1
+hostmakedepends="pkg-config python3"
+makedepends="SDL2-devel glew-devel libao-devel libtheora-devel libvorbis-devel
+ libpng-devel libxml2-devel SDL2_ttf-devel tcl-devel"
 short_desc="MSX emulator that aims for perfection"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-only"
 homepage="https://openmsx.org"
+changelog="https://raw.githubusercontent.com/openMSX/openMSX/master/doc/release-history.txt"
 distfiles="https://github.com/openMSX/openMSX/releases/download/RELEASE_${version//\./_}/openmsx-${version}.tar.gz"
-checksum=93f209d8fed2e04e62526469bb6bb431b82ea4d07ecdc45dab2b8cc4ca21d62a
-nocross="can't use CXX prefixed with triplet"
+checksum=23db7756e6c6b5cfd157bb4720a0d96aa2bb75e88d1fdf5a0f76210eef4aff60
+# nocross="can't use CXX prefixed with triplet"
 CXXFLAGS="-Wno-narrowing -O3"
 
+case "$XBPS_TARGET_MACHINE" in
+	i686*) export CXX="${XBPS_CROSS_TRIPLET}-g++" ;;
+esac
+
 do_build() {
 	vsed -e 's@\(SYMLINK_FOR_BINARY:=\)true@\1false@' -i build/custom.mk
 	vsed -e 's@\(INSTALL_BASE:=\)/opt/openMSX@\1/usr/share/openmsx@' -i build/custom.mk

  reply	other threads:[~2022-10-01  2:56 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-01  2:26 [PR PATCH] " classabbyamp
2022-10-01  2:56 ` classabbyamp [this message]
2022-10-01  2:58 ` [PR PATCH] [Updated] " classabbyamp
2022-10-01  3:01 ` classabbyamp
2022-10-01  6:35 ` [PR PATCH] [Merged]: " classabbyamp

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=20221001025602.V54r87dHWkDf9DUCJYs1c7wKSbaQZztSXXl1Dk8uIYE@z \
    --to=classabbyamp@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).