Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] vice: update to 3.8.
@ 2024-02-25 20:55 yoshiyoshyosh
  2024-03-05 22:17 ` [PR PATCH] [Updated] " yoshiyoshyosh
  2024-03-13  0:34 ` [PR PATCH] [Merged]: " cinerea0
  0 siblings, 2 replies; 3+ messages in thread
From: yoshiyoshyosh @ 2024-02-25 20:55 UTC (permalink / raw)
  To: ml

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

There is a new 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: 1224 bytes --]

From 2769ee5b60602f178e6de32461e34945d4b5c90d 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 | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/vice/template b/srcpkgs/vice/template
index b1f866d35095e..356510c1a5d15 100644
--- a/srcpkgs/vice/template
+++ b/srcpkgs/vice/template
@@ -1,7 +1,7 @@
 # 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)
@@ -21,6 +21,7 @@ makedepends="
 	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)
@@ -33,7 +34,7 @@ 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"

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

* Re: [PR PATCH] [Updated] vice: update to 3.8.
  2024-02-25 20:55 [PR PATCH] vice: update to 3.8 yoshiyoshyosh
@ 2024-03-05 22:17 ` yoshiyoshyosh
  2024-03-13  0:34 ` [PR PATCH] [Merged]: " cinerea0
  1 sibling, 0 replies; 3+ messages in thread
From: yoshiyoshyosh @ 2024-03-05 22:17 UTC (permalink / raw)
  To: ml

[-- 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() {

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

* Re: [PR PATCH] [Merged]: vice: update to 3.8.
  2024-02-25 20:55 [PR PATCH] vice: update to 3.8 yoshiyoshyosh
  2024-03-05 22:17 ` [PR PATCH] [Updated] " yoshiyoshyosh
@ 2024-03-13  0:34 ` cinerea0
  1 sibling, 0 replies; 3+ messages in thread
From: cinerea0 @ 2024-03-13  0:34 UTC (permalink / raw)
  To: ml

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

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

vice: update to 3.8.
https://github.com/void-linux/void-packages/pull/48943

Description:
#### 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

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

end of thread, other threads:[~2024-03-13  0:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-25 20:55 [PR PATCH] vice: update to 3.8 yoshiyoshyosh
2024-03-05 22:17 ` [PR PATCH] [Updated] " yoshiyoshyosh
2024-03-13  0:34 ` [PR PATCH] [Merged]: " cinerea0

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