Github messages for voidlinux
 help / color / mirror / Atom feed
From: yoshiyoshyosh <yoshiyoshyosh@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] vice: update to 3.8.
Date: Tue, 05 Mar 2024 23:17:42 +0100	[thread overview]
Message-ID: <20240305221742.4CBFA2CE9F@inbox.vuxu.org> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-48943@inbox.vuxu.org>

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

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

https://github.com/yoshiyoshyosh/void-packages vice
https://github.com/void-linux/void-packages/pull/48943

vice: update to 3.8.
#### Testing the changes
- I tested the changes in this PR: **briefly**

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

merge before #43761

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

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

From 3f430e761a57a6bde2e8dc67c0acf114cd92e939 Mon Sep 17 00:00:00 2001
From: yosh <yosh-git@riseup.net>
Date: Sun, 25 Feb 2024 15:52:26 -0500
Subject: [PATCH] vice: update to 3.8.

---
 srcpkgs/vice/template | 41 ++++++++++++++---------------------------
 1 file changed, 14 insertions(+), 27 deletions(-)

diff --git a/srcpkgs/vice/template b/srcpkgs/vice/template
index b1f866d35095e7..1c641d9ae9be22 100644
--- a/srcpkgs/vice/template
+++ b/srcpkgs/vice/template
@@ -1,39 +1,25 @@
 # Template file for 'vice'
 pkgname=vice
-version=3.7.1
-revision=2
+version=3.8
+revision=1
 build_style=gnu-configure
-configure_args="
-	$(vopt_enable sdl2 sdlui2)
-	$(vopt_with sdl2 sdlsound)
-	$(vopt_enable gtk3 native-gtk3ui)
-	$(vopt_enable gtk3 desktop-files)
-	$(vopt_with gtk3 pulse)
-	$(vopt_enable ffmpeg external-ffmpeg)
-	--enable-cpuhistory
-	--enable-x64
-	--disable-pdf-docs
-	--libdir=/usr/lib$XBPS_TARGET_WORDSIZE"
+configure_args="--enable-cpuhistory --enable-x64 --disable-pdf-docs
+ --libdir=/usr/lib$XBPS_TARGET_WORDSIZE $(vopt_enable sdl2 sdlui2)
+ $(vopt_with sdl2 sdlsound) $(vopt_enable gtk3 native-gtk3ui)
+ $(vopt_enable gtk3 desktop-files) $(vopt_with gtk3 pulse)
+ $(vopt_enable ffmpeg external-ffmpeg)"
 hostmakedepends="pkg-config flex dos2unix xa perl glib-devel xdg-utils"
-makedepends="
-	zlib-devel
-	readline-devel
-	libpng-devel
-	glew-devel
-	alsa-lib-devel
-	$(vopt_if sdl2 SDL2_mixer-devel)
-	$(vopt_if sdl2 SDL2-devel)
-	$(vopt_if gtk3 gtk+3-devel)
-	$(vopt_if gtk3 pulseaudio-devel)
-	$(vopt_if gtk3 pango-devel)
-	$(vopt_if ffmpeg ffmpeg-devel)"
+makedepends="zlib-devel readline-devel libpng-devel glew-devel alsa-lib-devel
+ libcurl-devel $(vopt_if sdl2 SDL2_mixer-devel) $(vopt_if sdl2 SDL2-devel)
+ $(vopt_if gtk3 gtk+3-devel) $(vopt_if gtk3 pulseaudio-devel)
+ $(vopt_if ffmpeg ffmpeg-devel)"
 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="https://vice-emu.sourceforge.net/"
 changelog="https://vice-emu.sourceforge.io/NEWS"
 distfiles="${SOURCEFORGE_SITE}/vice-emu/releases/vice-${version}.tar.gz"
-checksum=7e3811e6024db0698bfbc321bb324572446b8853d01b4073f09865957b0cab98
+checksum=1d7dc4d0f2bbcc2a871bb954ff4a5df63048dea9c16f5f1e9bc8260fa41a1004
 
 # Package build options
 build_options="sdl2 gtk3 ffmpeg"
@@ -44,7 +30,8 @@ desc_option_ffmpeg="Support video recording via FFmpeg"
 export XDG_DATA_DIRS=$DESTDIR/usr/share
 
 post_patch() {
-	vsed -i src/arch/gtk3/data/unix/Makefile.in -e 's/\$(XDG_DESKTOP_MENU) install/$(XDG_DESKTOP_MENU) install --mode system/'
+	vsed -i src/arch/gtk3/data/unix/Makefile.in \
+		-e 's/\$(XDG_DESKTOP_MENU) install/$(XDG_DESKTOP_MENU) install --mode system/'
 }
 
 pre_install() {

  reply	other threads:[~2024-03-05 22:17 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-25 20:55 [PR PATCH] " yoshiyoshyosh
2024-03-05 22:17 ` yoshiyoshyosh [this message]
2024-03-13  0:34 ` [PR PATCH] [Merged]: " cinerea0

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=20240305221742.4CBFA2CE9F@inbox.vuxu.org \
    --to=yoshiyoshyosh@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).