Github messages for voidlinux
 help / color / mirror / Atom feed
From: melroy89 <melroy89@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] New package: winegui-2.3.5
Date: Sat, 10 Feb 2024 22:05:31 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-48642@inbox.vuxu.org> (raw)

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

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

https://github.com/melroy89/void-packages add_winegui
https://github.com/void-linux/void-packages/pull/48642

New package: winegui-2.3.5
Introducing WineGUI package. At last, a user-friendly Wine graphical interface.

I'm the developer of [WineGUI](https://gitlab.melroy.org/melroy/winegui).

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

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

The x86_64 build went fine. I also tested the WineGUI application itself, running on Void Linux. I did notice that wine-32bit was missing as well. But multilib can't be added as depends too bad! 

Hence I added a `README.voidlinux`, just like the Steam package. However, I hope there will be a **better solution** in the neat future. 

I also tried `armv6l` and `armv7l` cross-builds, but this seems to fail on wine? That is too bad.

```sh
=> wine-9.1_1: the following build options are set:
   mingw: Use the MinGW cross compiler to build WinPE DLLs (ON)
   xshm: Enable support for the X Shared Memory Extension (ON)
   staging: Apply the wine-staging patchset (OFF)
=> ERROR: wine-9.1_1: this package cannot be built for armv6l.
```

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

- I tried to build this PR locally for these architectures, but failed...:
  - armv7l
  - armv6l


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

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

From 5e4e74004979d896c3977dfcc161f75a9892c678 Mon Sep 17 00:00:00 2001
From: Melroy van den Berg <melroy@melroy.org>
Date: Sat, 10 Feb 2024 21:56:47 +0100
Subject: [PATCH] New package: winegui-2.3.5

---
 srcpkgs/winegui/files/README.voidlinux | 36 ++++++++++++++++++++++++++
 srcpkgs/winegui/template               | 22 ++++++++++++++++
 2 files changed, 58 insertions(+)
 create mode 100644 srcpkgs/winegui/files/README.voidlinux
 create mode 100644 srcpkgs/winegui/template

diff --git a/srcpkgs/winegui/files/README.voidlinux b/srcpkgs/winegui/files/README.voidlinux
new file mode 100644
index 0000000000000..4e42a25e6c263
--- /dev/null
+++ b/srcpkgs/winegui/files/README.voidlinux
@@ -0,0 +1,36 @@
+WineGUI on i686 should work without needing to install any extra packages.
+
+WineGUI on x86_64 requires support for Wine in 32bits mode and OpenGL/Vulkan in 32bits mode,
+the 32bit packages are available in the multilib repository.
+
+Install the multilib repository to your system:
+
+	# xbps-install -S void-repo-multilib{,-nonfree}
+
+Generic (for all systems):
+
+	# xbps-install -S wine-32bit libgcc-32bit libstdc++-32bit libdrm-32bit libglvnd-32bit
+
+For users of the open source drivers (eg. AMD):
+
+	# xbps-install -S mesa-dri-32bit
+
+For users of the proprietary NVIDIA driver, install the appropriate 32-bit
+libraries for the version of nvidia you have installed:
+
+	# xbps-install -S nvidia-libs-32bit (for the latest nvidia package)
+	# xbps-install -S nvidia470-libs-32bit (for the latest previous package)
+	# xbps-install -S nvidia390-libs-32bit (for the legacy previous package)
+
+For mesa users this would result in:
+
+	# xbps-install -S wine-32bit libgcc-32bit libstdc++-32bit libdrm-32bit libglvnd-32bit mesa-dri-32bit
+
+The dbus service must be enabled, and the mono package will need to be
+installed for some apps/games to function.
+
+If games are running slowly or not at all, or there are issues with network
+streaming, verify that your user belongs to the video group.
+
+If your audio is not working, try installing pulseaudio,
+alsa-plugins-pulseaudio, and their "<package>-32bit" equivalents.
diff --git a/srcpkgs/winegui/template b/srcpkgs/winegui/template
new file mode 100644
index 0000000000000..81d474b68ab54
--- /dev/null
+++ b/srcpkgs/winegui/template
@@ -0,0 +1,22 @@
+# Template file for 'winegui'
+pkgname=winegui
+version=2.3.5
+revision=1
+build_style=cmake
+configure_args="-DCMAKE_INSTALL_PREFIX:PATH=/usr -DCMAKE_BUILD_TYPE=Release"
+hostmakedepends="pkg-config cmake gobject-introspection gdk-pixbuf-devel"
+makedepends="gtk+3-devel gtkmm-devel libglib-devel gdk-pixbuf pango-devel cairo-devel atk-devel"
+depends="wine wget unzip p7zip cabextract zenity"
+short_desc="User-friendly WINE manager"
+maintainer="Melroy van den Berg <melroy@melroy.org>"
+license="AGPL-3.0-only"
+homepage="https://gitlab.melroy.org/melroy/winegui"
+distfiles="https://gitlab.melroy.org/melroy/winegui/-/archive/v${version}/winegui-v${version}.tar.gz"
+checksum=be28e8cfbc847887a38ef9067fab9acf318de7800b795c4167832cdef34aee84
+
+export CUSTOM_PROJECT_VERSION="${version}"
+
+post_install() {
+	vlicense LICENSE
+	vdoc "${FILESDIR}/README.voidlinux"
+}

             reply	other threads:[~2024-02-10 21:05 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-10 21:05 melroy89 [this message]
2024-02-10 22:42 ` [PR PATCH] [Updated] " melroy89
2024-02-10 22:49 ` melroy89
2024-02-11  0:09 ` [PR PATCH] [Updated] " melroy89
2024-02-11  0:11 ` melroy89
2024-02-11  0:13 ` melroy89
2024-02-11  2:06 ` chrysos349
2024-02-11  3:18 ` [PR PATCH] [Updated] " melroy89
2024-02-11  3:21 ` melroy89
2024-02-11  3:23 ` melroy89
2024-02-11  3:32 ` melroy89
2024-02-11 14:18 ` [PR REVIEW] " ahesford
2024-02-11 15:07 ` melroy89
2024-02-11 15:14 ` melroy89
2024-02-11 15:46 ` melroy89
2024-02-11 16:47 ` ahesford
2024-02-11 16:48 ` ahesford
2024-02-11 18:19 ` ahesford
2024-02-11 18:19 ` [PR PATCH] [Closed]: " ahesford
2024-02-11 19:30 ` melroy89
2024-02-11 20:18 ` [PR REVIEW] " melroy89

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-48642@inbox.vuxu.org \
    --to=melroy89@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).