Github messages for voidlinux
 help / color / mirror / Atom feed
From: ScrelliCopter <ScrelliCopter@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] [WIP] New package: pcem-16
Date: Wed, 27 May 2020 05:42:46 +0200	[thread overview]
Message-ID: <20200527034246.kL6G4kCxutoprnIVOeiv5Ky8j8WP26RdkASfSuqR5CY@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-22340@inbox.vuxu.org>

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

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

https://github.com/ScrelliCopter/void-packages pcem
https://github.com/void-linux/void-packages/pull/22340

[WIP] New package: pcem-16
PCem v16
http://pcem-emulator.co.uk/

Real BIOS ROM images placed in `~/.pcem/roms/` are required to boot, some freebies are available at the Downloads section of the PCem homepage.

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

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

From e7b7e9bd422950118a9926c95644a0da95f2e503 Mon Sep 17 00:00:00 2001
From: a dinosaur <nick@a-dinosaur.com>
Date: Wed, 27 May 2020 11:58:50 +1000
Subject: [PATCH] New package: pcem-16

---
 srcpkgs/pcem/template | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)
 create mode 100644 srcpkgs/pcem/template

diff --git a/srcpkgs/pcem/template b/srcpkgs/pcem/template
new file mode 100644
index 00000000000..25831ac0f3e
--- /dev/null
+++ b/srcpkgs/pcem/template
@@ -0,0 +1,29 @@
+# Template file for 'pcem'
+pkgname=pcem
+version=16
+revision=1
+archs="i686* x86_64* armv7l* aarch64*"
+build_style=gnu-configure
+configure_args="--enable-release-build --enable-networking --enable-alsa"
+hostmakedepends="autoconf automake pkgconf"
+makedepends="SDL2-devel wxWidgets-devel libopenal-devel alsa-lib-devel"
+short_desc="Low-level x86 emulator targeting various IBM PC compatibles"
+maintainer="a dinosaur <nick@a-dinosaur.com>"
+license="GPL-2.0-or-later"
+homepage="https://pcem-emulator.co.uk"
+_distfile="PCemV${version}Linux.tar.gz"
+distfiles="${homepage}/files/${_distfile}"
+checksum=45ae9321ee25375f0e685a49d84e8a5acba8ed33ccf597299edcf287cb3c8499
+
+do_extract() {
+	bsdtar -xf "${XBPS_SRCDISTDIR}/${pkgname}-${version}/${_distfile}" -C ${wrksrc}
+}
+
+pre_configure() {
+	autoreconf -if
+}
+
+post_install() {
+	vdoc readme.txt
+	vdoc Readme-LINUX.txt
+}

  reply	other threads:[~2020-05-27  3:42 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-27  2:11 [PR PATCH] " ScrelliCopter
2020-05-27  3:42 ` ScrelliCopter [this message]
2021-01-24 23:22 ` [PR PATCH] [Updated] [WIP] " ScrelliCopter
2021-11-06 23:12 ` New package: pcem-17 abenson
2021-11-06 23:12 ` [PR PATCH] [Closed]: " abenson

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=20200527034246.kL6G4kCxutoprnIVOeiv5Ky8j8WP26RdkASfSuqR5CY@z \
    --to=screllicopter@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).