Github messages for voidlinux
 help / color / mirror / Atom feed
From: mobinmob <mobinmob@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] vice: update to 3.4.
Date: Mon, 11 May 2020 20:14:40 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-21845@inbox.vuxu.org> (raw)

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

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

https://github.com/mobinmob/void-packages vice
https://github.com/void-linux/void-packages/pull/21845

vice: update to 3.4.


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

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

From 32306bfa3714a1a18cbac61ac37786ea9083a378 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Mon, 11 May 2020 21:12:46 +0300
Subject: [PATCH] vice: update to 3.4.

---
 srcpkgs/vice/template | 17 ++++++++++-------
 1 file changed, 10 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/vice/template b/srcpkgs/vice/template
index 5c8eb326020..624a04c347f 100644
--- a/srcpkgs/vice/template
+++ b/srcpkgs/vice/template
@@ -1,7 +1,7 @@
 # Template file for 'vice'
 pkgname=vice
-version=3.3
-revision=2
+version=3.4
+revision=1
 build_style=gnu-configure
 configure_args="
 	$(vopt_enable sdl2 sdlui2)
@@ -11,14 +11,16 @@ configure_args="
 	$(vopt_enable ffmpeg  external-ffmpeg)
 	--disable-option-checking
 	--enable-cpuhistory
+	--enable-x64
 	AR=${AR}"
 hostmakedepends="bdftopcf flex mkfontdir perl pkg-config xa
- glib-devel"
+ glib-devel autoconf texinfo automake"
 makedepends="
 	zlib-devel
 	readline-devel
 	libpng-devel
 	giflib-devel
+	glew-devel
 	$(vopt_if sdl2 SDL2_mixer-devel)
 	$(vopt_if sdl2 SDL2-devel)
 	$(vopt_if gtk3 gtk+3-devel)
@@ -29,8 +31,9 @@ short_desc="Emulator for C64, C128, CBM-II, PET, VIC20, Plus4 and C16"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="http://vice-emu.sourceforge.net/"
-distfiles="${SOURCEFORGE_SITE}/vice-emu/${pkgname}-${version}.tar.gz"
-checksum=1a55b38cc988165b077808c07c52a779d181270b28c14b5c9abf4e569137431d
+changelog="https://vice-emu.sourceforge.io/NEWS"
+distfiles="${SOURCEFORGE_SITE}/vice-emu/releases/vice-${version}.tar.gz"
+checksum=4bd00c1c63d38cd1fe01b90032834b52f774bc29e4b67eeb1e525b14fee07aeb
 
 # Package build options
 build_options="sdl2 gtk3 ffmpeg"
@@ -43,8 +46,8 @@ case "$XBPS_TARGET_MACHINE" in
 esac
 
 pre_configure() {
-	# Do not install data to /usr/lib64
-	sed -i 's:VICEDIR=.*:VICEDIR="$PREFIX/share/vice":g' configure
 	# __u_char is not portable...
 	sed -i 's,__u_char,unsigned char,g' src/*.[ch]
+	sed -i 's/lib64/lib/g' configure.ac
+	autoreconf -fi
 }

             reply	other threads:[~2020-05-11 18:14 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-11 18:14 mobinmob [this message]
2020-05-11 18:43 ` [PR PATCH] [Merged]: " Hoshpak

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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-21845@inbox.vuxu.org \
    --to=mobinmob@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).