Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: yuzu-mainline-1327
@ 2023-02-04  4:08 someone13574
  2023-02-05  1:07 ` New package: yuzu-mainline 1327 oreo639
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: someone13574 @ 2023-02-04  4:08 UTC (permalink / raw)
  To: ml

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

There is a new 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)


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 0575a175814a544326d63cf592973bd1e0684a51 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 6c5548c50ef7..c9335ef9786b 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3958,6 +3958,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 1ec6101557995bc987d73c687e1a6c2eed7075bb 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-1327

---
 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..6ab64da7ed53
--- /dev/null
+++ b/srcpkgs/yuzu-mainline/template
@@ -0,0 +1,87 @@
+# Template file for 'yuzu-mainline'
+pkgname=yuzu-mainline
+version=1327
+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="ed9a52f276a7ca576cf80b4677027383b0fa1334d35980c50871829c941d6a51
+ 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
+}

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

* Re: New package: yuzu-mainline 1327
  2023-02-04  4:08 [PR PATCH] New package: yuzu-mainline-1327 someone13574
@ 2023-02-05  1:07 ` oreo639
  2023-02-05  2:30 ` [PR PATCH] [Updated] " someone13574
                   ` (13 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: oreo639 @ 2023-02-05  1:07 UTC (permalink / raw)
  To: ml

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

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/42070#issuecomment-1416891666

Comment:
1329 is out.

Also this gets new releases almost every 1-2 days:
https://github.com/yuzu-emu/yuzu-mainline/releases

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

* Re: [PR PATCH] [Updated] New package: yuzu-mainline 1327
  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
  2023-02-05 18:20 ` [PR PATCH] [Updated] New package: yuzu-mainline-1329 someone13574
                   ` (12 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: someone13574 @ 2023-02-05  2:30 UTC (permalink / raw)
  To: ml

[-- 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
+}

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

* Re: [PR PATCH] [Updated] New package: yuzu-mainline-1329
  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 ` [PR PATCH] [Updated] " someone13574
@ 2023-02-05 18:20 ` someone13574
  2023-02-06 20:31 ` [PR PATCH] [Updated] New package: yuzu-mainline-1330 someone13574
                   ` (11 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: someone13574 @ 2023-02-05 18:20 UTC (permalink / raw)
  To: ml

[-- 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-1329
<!-- 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 701a2aef043bc01bb7f60beaac1777a1be187225 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 f0774ff7225c7f027d8ce1cbab4b5dd33e202c26 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-1330

---
 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..9222b38094dd
--- /dev/null
+++ b/srcpkgs/yuzu-mainline/template
@@ -0,0 +1,87 @@
+# Template file for 'yuzu-mainline'
+pkgname=yuzu-mainline
+version=1330
+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="112141defc946e41af2ec3a4e9fe0064f85a2ce2545f0ed24fc801e123cdfbe6
+ 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
+}

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

* Re: [PR PATCH] [Updated] New package: yuzu-mainline-1330
  2023-02-04  4:08 [PR PATCH] New package: yuzu-mainline-1327 someone13574
                   ` (2 preceding siblings ...)
  2023-02-05 18:20 ` [PR PATCH] [Updated] New package: yuzu-mainline-1329 someone13574
@ 2023-02-06 20:31 ` someone13574
  2023-02-07 20:00 ` [PR PATCH] [Updated] New package: yuzu-mainline-1331 someone13574
                   ` (10 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: someone13574 @ 2023-02-06 20:31 UTC (permalink / raw)
  To: ml

[-- 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-1330
<!-- 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: 5594 bytes --]

From 701a2aef043bc01bb7f60beaac1777a1be187225 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 f3a7e61fbaaded59c7f9e4b3135b865440a35589 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-1331

---
 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..76bf8f2cabec
--- /dev/null
+++ b/srcpkgs/yuzu-mainline/template
@@ -0,0 +1,87 @@
+# Template file for 'yuzu-mainline'
+pkgname=yuzu-mainline
+version=1331
+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-mainline-${version} -DTITLE_BAR_FORMAT_RUNNING=yuzu-mainline-${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="3dace60378ae28ca659c520728fb662e7b94f5f141c616d30b8c7ab63a48894d
+ 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
+}

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

* Re: [PR PATCH] [Updated] New package: yuzu-mainline-1331
  2023-02-04  4:08 [PR PATCH] New package: yuzu-mainline-1327 someone13574
                   ` (3 preceding siblings ...)
  2023-02-06 20:31 ` [PR PATCH] [Updated] New package: yuzu-mainline-1330 someone13574
@ 2023-02-07 20:00 ` someone13574
  2023-02-07 20:37 ` New package: yuzu-mainline-1332 oreo639
                   ` (9 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: someone13574 @ 2023-02-07 20:00 UTC (permalink / raw)
  To: ml

[-- 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-1331
<!-- 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: 5594 bytes --]

From 094ad504b67211af21b3c05b45282bd0f039446f 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 504d29f4cb98..2900276c4c42 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 9af7d12c26e2781aeae9cbff89eb5b536cf97014 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-1332

---
 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..a71df7afc912
--- /dev/null
+++ b/srcpkgs/yuzu-mainline/template
@@ -0,0 +1,87 @@
+# Template file for 'yuzu-mainline'
+pkgname=yuzu-mainline
+version=1332
+revision=1
+_cubeb_version=75d9d125ee655ef80f3bfcd97ae5a805931042b8
+_sanitizers_cmake_version=aab6948fa863bc1cbe5d0850bc46b9ef02ed4c1a
+_dynarmic_version=165621a872ffb802c7a26ef5900e1e62681f1a88
+_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-mainline-${version} -DTITLE_BAR_FORMAT_RUNNING=yuzu-mainline-${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="2bbb1dd3a5247912c398030867c9b360e5892e264f783f09d0f3dbe85249c458
+ e6a4b7327dfa751f683abd21802539bc2e1918f750344d0274229fee798b68c4
+ 4261178b4e6da1d6f45b92fe7fa7c0421ec69ae845008ed3654880428a890f81
+ 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
+}

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

* Re: New package: yuzu-mainline-1332
  2023-02-04  4:08 [PR PATCH] New package: yuzu-mainline-1327 someone13574
                   ` (4 preceding siblings ...)
  2023-02-07 20:00 ` [PR PATCH] [Updated] New package: yuzu-mainline-1331 someone13574
@ 2023-02-07 20:37 ` oreo639
  2023-02-07 20:38 ` oreo639
                   ` (8 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: oreo639 @ 2023-02-07 20:37 UTC (permalink / raw)
  To: ml

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

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/42070#issuecomment-1421412384

Comment:
Sorry I don't mean to drive you crazy over this PR.
I imagine this applies here (correct me if I am wrong):
https://github.com/void-linux/void-packages/issues/12690#issuecomment-505596834

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

* Re: New package: yuzu-mainline-1332
  2023-02-04  4:08 [PR PATCH] New package: yuzu-mainline-1327 someone13574
                   ` (5 preceding siblings ...)
  2023-02-07 20:37 ` New package: yuzu-mainline-1332 oreo639
@ 2023-02-07 20:38 ` oreo639
  2023-02-07 20:40 ` oreo639
                   ` (7 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: oreo639 @ 2023-02-07 20:38 UTC (permalink / raw)
  To: ml

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

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/42070#issuecomment-1421412384

Comment:
Sorry I didn't mean to drive you crazy over this PR.
I imagine this applies here (correct me if I am wrong):
https://github.com/void-linux/void-packages/issues/12690#issuecomment-505596834

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

* Re: New package: yuzu-mainline-1332
  2023-02-04  4:08 [PR PATCH] New package: yuzu-mainline-1327 someone13574
                   ` (6 preceding siblings ...)
  2023-02-07 20:38 ` oreo639
@ 2023-02-07 20:40 ` oreo639
  2023-02-07 20:40 ` oreo639
                   ` (6 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: oreo639 @ 2023-02-07 20:40 UTC (permalink / raw)
  To: ml

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

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/42070#issuecomment-1421412384

Comment:
Sorry, I didn't mean to waste your time.
I imagine this applies here (correct me if I am wrong):
https://github.com/void-linux/void-packages/issues/12690#issuecomment-505596834

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

* Re: New package: yuzu-mainline-1332
  2023-02-04  4:08 [PR PATCH] New package: yuzu-mainline-1327 someone13574
                   ` (7 preceding siblings ...)
  2023-02-07 20:40 ` oreo639
@ 2023-02-07 20:40 ` oreo639
  2023-02-07 20:41 ` oreo639
                   ` (5 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: oreo639 @ 2023-02-07 20:40 UTC (permalink / raw)
  To: ml

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

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/42070#issuecomment-1421412384

Comment:
Sorry, I imagine this applies here (correct me if I am wrong):
https://github.com/void-linux/void-packages/issues/12690#issuecomment-505596834

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

* Re: New package: yuzu-mainline-1332
  2023-02-04  4:08 [PR PATCH] New package: yuzu-mainline-1327 someone13574
                   ` (8 preceding siblings ...)
  2023-02-07 20:40 ` oreo639
@ 2023-02-07 20:41 ` oreo639
  2023-02-07 20:44 ` oreo639
                   ` (4 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: oreo639 @ 2023-02-07 20:41 UTC (permalink / raw)
  To: ml

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

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/42070#issuecomment-1421412384

Comment:
Sorry, I imagine this applies here (correct me if I am wrong):
https://github.com/void-linux/void-packages/issues/12690#issuecomment-505596834

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

* Re: New package: yuzu-mainline-1332
  2023-02-04  4:08 [PR PATCH] New package: yuzu-mainline-1327 someone13574
                   ` (9 preceding siblings ...)
  2023-02-07 20:41 ` oreo639
@ 2023-02-07 20:44 ` oreo639
  2023-02-07 20:44 ` oreo639
                   ` (3 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: oreo639 @ 2023-02-07 20:44 UTC (permalink / raw)
  To: ml

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

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/42070#issuecomment-1421421157

Comment:
I think https://github.com/void-linux/void-packages/issues/12690#issuecomment-505596834 applies here.

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

* Re: New package: yuzu-mainline-1332
  2023-02-04  4:08 [PR PATCH] New package: yuzu-mainline-1327 someone13574
                   ` (10 preceding siblings ...)
  2023-02-07 20:44 ` oreo639
@ 2023-02-07 20:44 ` oreo639
  2023-02-07 20:45 ` oreo639
                   ` (2 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: oreo639 @ 2023-02-07 20:44 UTC (permalink / raw)
  To: ml

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

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/42070#issuecomment-1421421157

Comment:
I think https://github.com/void-linux/void-packages/issues/12690#issuecomment-505596834 applies here. Sorry for the trouble.

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

* Re: New package: yuzu-mainline-1332
  2023-02-04  4:08 [PR PATCH] New package: yuzu-mainline-1327 someone13574
                   ` (11 preceding siblings ...)
  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
  14 siblings, 0 replies; 16+ messages in thread
From: oreo639 @ 2023-02-07 20:45 UTC (permalink / raw)
  To: ml

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

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/42070#issuecomment-1421421157

Comment:
I think https://github.com/void-linux/void-packages/issues/12690#issuecomment-505596834 applies here (correct me if I am wrong). Sorry for the trouble.

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

* Re: New package: yuzu-mainline-1332
  2023-02-04  4:08 [PR PATCH] New package: yuzu-mainline-1327 someone13574
                   ` (12 preceding siblings ...)
  2023-02-07 20:45 ` oreo639
@ 2023-02-07 20:58 ` ahesford
  2023-02-07 20:58 ` [PR PATCH] [Closed]: " ahesford
  14 siblings, 0 replies; 16+ messages in thread
From: ahesford @ 2023-02-07 20:58 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/42070#issuecomment-1421437784

Comment:
Just like citra (by the same people, it seems), this is a project that clearly has no intention of supporting a stable release model. This is not suitable for packaging.

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

* Re: [PR PATCH] [Closed]: New package: yuzu-mainline-1332
  2023-02-04  4:08 [PR PATCH] New package: yuzu-mainline-1327 someone13574
                   ` (13 preceding siblings ...)
  2023-02-07 20:58 ` ahesford
@ 2023-02-07 20:58 ` ahesford
  14 siblings, 0 replies; 16+ messages in thread
From: ahesford @ 2023-02-07 20:58 UTC (permalink / raw)
  To: ml

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

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

New package: yuzu-mainline-1332
https://github.com/void-linux/void-packages/pull/42070

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

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

end of thread, other threads:[~2023-02-07 20:58 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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 ` [PR PATCH] [Updated] " someone13574
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

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