summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-07-22 09:34:41 +0200
committerDaniel Peukert2023-07-22 09:34:41 +0200
commit9d1d45a8541e944feb282ad849f337c83dd9ba09 (patch)
tree04c0ebe8536afc69bfa2dce7309a61a80fe55c88
parentb8453d77161493830c5c691d61344cf6d9a9d685 (diff)
downloadaur-9d1d45a8541e944feb282ad849f337c83dd9ba09.tar.gz
Use zlib-ng for dolphin-emu-git (fixes #261)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 4 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 92ba42c4a013..1ca3de19903a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dolphin-emu-git
pkgdesc = A Gamecube / Wii emulator
- pkgver = 5.0.r19776.g0366122306
+ pkgver = 5.0.r19817.g3d9bc85912
pkgrel = 1
url = https://dolphin-emu.org
arch = x86_64
@@ -29,7 +29,7 @@ pkgbase = dolphin-emu-git
depends = qt6-base
depends = qt6-svg
depends = sfml
- depends = zlib
+ depends = zlib-ng
depends = libavcodec.so
depends = libavformat.so
depends = libavutil.so
@@ -48,14 +48,12 @@ pkgbase = dolphin-emu-git
source = dolphin-emu-git-mgba::git+https://github.com/mgba-emu/mgba.git
source = dolphin-emu-git-rcheevos::git+https://github.com/RetroAchievements/rcheevos.git
source = dolphin-emu-git-vma::git+https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git
- source = dolphin-emu-git-zlibng::git+https://github.com/zlib-ng/zlib-ng.git
source = minizip-ng.diff
sha512sums = SKIP
sha512sums = SKIP
sha512sums = SKIP
sha512sums = SKIP
sha512sums = SKIP
- sha512sums = SKIP
sha512sums = 568ca7db64149e9ac9409947689a8390783b891e6cff7b096690771512db3e19f9d8551a8739921d8a9f6ec4a9de747811a2efc8cdd4791d715677772db7fa8e
pkgname = dolphin-emu-git
diff --git a/PKGBUILD b/PKGBUILD
index d508b7e413ec..e2d8210f0669 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ _mainpkgname="$_projectname-emu"
_noguipkgname="$_projectname-emu-nogui"
pkgbase="$_mainpkgname-git"
pkgname=("$pkgbase" "$_noguipkgname-git")
-pkgver='5.0.r19776.g0366122306'
+pkgver='5.0.r19817.g3d9bc85912'
pkgrel='1'
pkgdesc='A Gamecube / Wii emulator'
_pkgdescappend=' - git version'
@@ -17,7 +17,7 @@ license=('GPL2')
depends=(
'alsa-lib' 'bluez-libs' 'cubeb' 'enet' 'hidapi' 'libevdev' 'libgl' 'libpulse'
'libspng' 'libx11' 'libxi' 'libxrandr' 'lzo' 'mbedtls2' 'minizip-ng' 'pugixml'
- 'qt6-base' 'qt6-svg' 'sfml' 'zlib'
+ 'qt6-base' 'qt6-svg' 'sfml' 'zlib-ng'
'libavcodec.so' 'libavformat.so' 'libavutil.so' 'libcurl.so' 'libfmt.so'
'libminiupnpc.so' 'libsfml-network.so' 'libsfml-system.so' 'libswscale.so'
'libudev.so' 'libusb-1.0.so'
@@ -31,7 +31,6 @@ source=(
"$pkgname-mgba::git+https://github.com/mgba-emu/mgba.git"
"$pkgname-rcheevos::git+https://github.com/RetroAchievements/rcheevos.git"
"$pkgname-vma::git+https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git"
- "$pkgname-zlibng::git+https://github.com/zlib-ng/zlib-ng.git"
'minizip-ng.diff'
)
sha512sums=('SKIP'
@@ -39,7 +38,6 @@ sha512sums=('SKIP'
'SKIP'
'SKIP'
'SKIP'
- 'SKIP'
'568ca7db64149e9ac9409947689a8390783b891e6cff7b096690771512db3e19f9d8551a8739921d8a9f6ec4a9de747811a2efc8cdd4791d715677772db7fa8e')
_sourcedirectory="$pkgname"
@@ -58,7 +56,6 @@ prepare() {
[mgba]='mGBA/mgba'
[rcheevos]='rcheevos/rcheevos'
[vma]='VulkanMemoryAllocator'
- [zlibng]='zlib-ng/zlib-ng'
)
for _submod in "${!_submodules[@]}"; do