Github messages for voidlinux
 help / color / mirror / Atom feed
From: someone13574 <someone13574@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: yuzu-mainline 1327
Date: Sun, 05 Feb 2023 03:30:29 +0100	[thread overview]
Message-ID: <20230205023029.8uVI9gEvaY7OUpU5KzrXZF53MEowaT5iqcw87tFXKpg@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-42070@inbox.vuxu.org>

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

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

https://github.com/someone13574/void-packages yuzu-mainline
https://github.com/void-linux/void-packages/pull/42070

New package: yuzu-mainline 1327
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl
  - aarch64 (crossbuild)
  - aarch64-musl (crossbuild)

Closes #38297

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

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

From 1055caa396df25859706abaa27571ed7cb2b7102 Mon Sep 17 00:00:00 2001
From: Owen Law <owenlaw222@gmail.com>
Date: Fri, 3 Feb 2023 22:57:44 -0500
Subject: [PATCH 1/2] inih: add libINIReader shlib

---
 common/shlibs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/common/shlibs b/common/shlibs
index 59444164928b..5bea0cf797d8 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3959,6 +3959,7 @@ libnotcurses++.so.3 notcurses-3.0.5_1
 libnotcurses-ffi.so.3 notcurses-3.0.5_1
 libevemu.so.3 evemu-2.7.0_1
 libinih.so.0 inih-52_1
+libINIReader.so.0 inih-53_1
 libpcaudio.so.0 pcaudiolib-1.1_1
 libdcerpc-samr.so.0 samba-4.13.2_1
 libdcerpc-server-core.so.0 samba-4.13.2_1

From e56474d28101978a4814feb51b3e120ab2dde066 Mon Sep 17 00:00:00 2001
From: Owen Law <owenlaw222@gmail.com>
Date: Fri, 3 Feb 2023 22:58:10 -0500
Subject: [PATCH 2/2] New package: yuzu-mainline-1329

---
 srcpkgs/yuzu-mainline/template | 87 ++++++++++++++++++++++++++++++++++
 1 file changed, 87 insertions(+)
 create mode 100644 srcpkgs/yuzu-mainline/template

diff --git a/srcpkgs/yuzu-mainline/template b/srcpkgs/yuzu-mainline/template
new file mode 100644
index 000000000000..d9e5c2327f59
--- /dev/null
+++ b/srcpkgs/yuzu-mainline/template
@@ -0,0 +1,87 @@
+# Template file for 'yuzu-mainline'
+pkgname=yuzu-mainline
+version=1329
+revision=1
+_cubeb_version=75d9d125ee655ef80f3bfcd97ae5a805931042b8
+_sanitizers_cmake_version=aab6948fa863bc1cbe5d0850bc46b9ef02ed4c1a
+_dynarmic_version=befe547d5631024a70d81d2ccee808bbfcb3854e
+_sirit_version=ab75463999f4f3291976b079d42d52ee91eebf3f
+_SPIRV_Headers_version=c214f6f2d1a7253bb0e9f195c2dc5b0659dc99ef
+_mbedtls_version=8c88150ca139e06aa2aae8349df8292a88148ea1
+_xbyak_version=a1ac3750f9a639b5a6c6d6c7da4259b8d6790989
+_SDL_version=f17058b562c8a1090c0c996b42982721ace90903
+_cpp_jwt_version=e12ef06218596b52d9b5d6e1639484866a8e7067
+_cpp_httplib_version=305a7abcb9b4e9e349843c6d563212e6c1bbbf21
+_Vulkan_Headers_version=00671c64ba5c488ade22ad572a0ef81d5e64c803
+archs="x86_64 x86_64-musl aarch64 aarch64-musl"
+create_wrksrc=yes
+build_wrksrc=${pkgname}-mainline-0-${version}
+build_style=cmake
+configure_args="-DYUZU_CHECK_SUBMODULES=OFF -DYUZU_TESTS=OFF -DTITLE_BAR_FORMAT_IDLE=yuzu-${version} -DTITLE_BAR_FORMAT_RUNNING=yuzu-${version}"
+hostmakedepends="pkg-config qt5-host-tools qt5-qmake clang glslang"
+makedepends="fmt-devel libenet-devel inih-devel libusb-devel liblz4-devel opus-devel zlib-devel libzstd-devel
+ boost-devel qt5-devel qt5-multimedia-devel libva-devel ffmpeg-devel
+ catch2 json-c++ speexdsp-devel mbedtls-devel"
+short_desc="Nintendo Switch Emulator"
+maintainer="Owen Law <owenlaw222@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/yuzu-emu/yuzu-mainline"
+changelog="${homepage}/releases/tag/mainline-0-${version}"
+distfiles="${homepage}/archive/refs/tags/mainline-0-${version}.tar.gz
+ https://github.com/herumi/xbyak/archive/${_xbyak_version}.tar.gz
+ https://github.com/MerryMage/dynarmic/archive/${_dynarmic_version}.tar.gz
+ https://github.com/mozilla/cubeb/archive/${_cubeb_version}.tar.gz
+ https://github.com/arsenm/sanitizers-cmake/archive/${_sanitizers_cmake_version}.tar.gz
+ https://github.com/yuzu-emu/sirit/archive/${_sirit_version}.tar.gz
+ https://github.com/KhronosGroup/SPIRV-Headers/archive/${_SPIRV_Headers_version}.tar.gz
+ https://github.com/yuzu-emu/mbedtls/archive/${_mbedtls_version}.tar.gz
+ https://github.com/libsdl-org/SDL/archive/${_SDL_version}.tar.gz
+ https://github.com/arun11299/cpp-jwt/archive/${_cpp_jwt_version}.tar.gz
+ https://github.com/yhirose/cpp-httplib/archive/${_cpp_httplib_version}.tar.gz
+ https://github.com/KhronosGroup/Vulkan-Headers/archive/${_Vulkan_Headers_version}.tar.gz"
+checksum="cea581a86b7d9a67919820b871625ee82454f5c1337c9243f4944ee86ad8a415
+ e6a4b7327dfa751f683abd21802539bc2e1918f750344d0274229fee798b68c4
+ 5448dfaa8392ce2ab51d511ebcb98622011b4d27d71ed926eab1e307f899e3bd
+ 8c5b7ca55ee586a3e5e63de2d31c319045f92e949140a734846a0d69ad342e2e
+ 9f5b073625375322236a94ce8d2d803cdedad321c91e63845f487b9ebfb2c433
+ a2da1f9f09fc52a5d4aea905c97fae3970fe877a8727bb83e7ccda615ccd4146
+ 92ac55f8ded96237219d74b356eb0d8025d279f1811ecf41ef1b5299482bcc5d
+ 8d3553ea5c3b47789c5a1a6437f948525d0a8ce2a0897000a36b511000c6bad4
+ 2a149e79712027d2d8141e3233df2f6679825b6f78237db3db72bc6cfc08b845
+ b4cc0e1f89d3c60a4dde74baa730a90de13c5dd5155b09d8dd34cd3205a6e758
+ 61a97686b03edffa737c396f54e48da2ff0a04c3f6859ec9e80853aea6508030
+ 99443e30caee5d2c0019de6549cc0c7c0432214494617da445753fc46374a7c3"
+
+post_extract() {
+	mv "xbyak-${_xbyak_version}" xbyak
+	cp -r xbyak "${build_wrksrc}/externals"
+
+	mv "dynarmic-${_dynarmic_version}" dynarmic
+	cp -r dynarmic "${build_wrksrc}/externals"
+
+	mv "mbedtls-${_mbedtls_version}" mbedtls
+	cp -r mbedtls "${build_wrksrc}/externals"
+
+	mv "SDL-${_SDL_version}" SDL
+	cp -r SDL "${build_wrksrc}/externals"
+
+	mv "cubeb-${_cubeb_version}" cubeb
+	mv "sanitizers-cmake-${_sanitizers_cmake_version}" sanitizers-cmake
+	cp -r sanitizers-cmake cubeb/cmake
+	cp -r cubeb "${build_wrksrc}/externals"
+
+	mv "sirit-${_sirit_version}" sirit
+	mv "SPIRV-Headers-${_SPIRV_Headers_version}" SPIRV-Headers
+	cp -r sirit "${build_wrksrc}/externals"
+	cp -r SPIRV-Headers "${build_wrksrc}/externals/sirit/externals"
+
+
+	mv cpp-jwt-${_cpp_jwt_version} cpp-jwt
+	cp -r cpp-jwt ${build_wrksrc}/externals
+
+	mv cpp-httplib-${_cpp_httplib_version} cpp-httplib
+	cp -r cpp-httplib ${build_wrksrc}/externals
+
+	mv Vulkan-Headers-${_Vulkan_Headers_version} Vulkan-Headers
+	cp -r Vulkan-Headers ${build_wrksrc}/externals
+}

  parent reply	other threads:[~2023-02-05  2:30 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-04  4:08 [PR PATCH] New package: yuzu-mainline-1327 someone13574
2023-02-05  1:07 ` New package: yuzu-mainline 1327 oreo639
2023-02-05  2:30 ` someone13574 [this message]
2023-02-05 18:20 ` [PR PATCH] [Updated] New package: yuzu-mainline-1329 someone13574
2023-02-06 20:31 ` [PR PATCH] [Updated] New package: yuzu-mainline-1330 someone13574
2023-02-07 20:00 ` [PR PATCH] [Updated] New package: yuzu-mainline-1331 someone13574
2023-02-07 20:37 ` New package: yuzu-mainline-1332 oreo639
2023-02-07 20:38 ` oreo639
2023-02-07 20:40 ` oreo639
2023-02-07 20:40 ` oreo639
2023-02-07 20:41 ` oreo639
2023-02-07 20:44 ` oreo639
2023-02-07 20:44 ` oreo639
2023-02-07 20:45 ` oreo639
2023-02-07 20:58 ` ahesford
2023-02-07 20:58 ` [PR PATCH] [Closed]: " ahesford

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=20230205023029.8uVI9gEvaY7OUpU5KzrXZF53MEowaT5iqcw87tFXKpg@z \
    --to=someone13574@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).