[arch-commits] Commit in pcsx2/trunk (PKGBUILD pcsx2-system-fmt.patch)
Maxime Gauduin
alucryd at archlinux.org
Thu Nov 12 09:08:16 UTC 2020
Date: Thursday, November 12, 2020 @ 09:08:16
Author: alucryd
Revision: 751335
upgpkg: pcsx2 1.7.0.r592.60ef26ec5-1
Modified:
pcsx2/trunk/PKGBUILD
Deleted:
pcsx2/trunk/pcsx2-system-fmt.patch
------------------------+
PKGBUILD | 20 +++++---------------
pcsx2-system-fmt.patch | 33 ---------------------------------
2 files changed, 5 insertions(+), 48 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-12 08:36:46 UTC (rev 751334)
+++ PKGBUILD 2020-11-12 09:08:16 UTC (rev 751335)
@@ -3,7 +3,7 @@
# Contributor: vEX <vex at niechift.com>
pkgname=pcsx2
-pkgver=1.7.0.r545.12c21de66
+pkgver=1.7.0.r592.60ef26ec5
pkgrel=1
pkgdesc='A Sony PlayStation 2 emulator'
arch=(x86_64)
@@ -31,6 +31,7 @@
libpcap
libpng
libportaudio.so
+ libpulse.so
libudev.so
libx11
libxcb
@@ -48,13 +49,9 @@
ninja
png++
)
-_commit=12c21de66c7ea2fa326f7217ee662f443dcbe7f3
-source=(
- git+https://github.com/PCSX2/pcsx2.git#commit=${_commit}
- pcsx2-system-fmt.patch
-)
-b2sums=('SKIP'
- 'af63faeb85d79a99d05605b937f7ac2fe83a2b3bcfebb0ca20d9ead014fd076bb744ae90e75dc2083ccf02657b56414142e796f005d68f89e067ba0270cd54cd')
+_commit=60ef26ec518a78c4954bdee6ee1269d4aeb5614f
+source=(git+https://github.com/PCSX2/pcsx2.git#commit=${_commit})
+b2sums=(SKIP)
pkgver() {
cd pcsx2
@@ -62,12 +59,6 @@
git describe --tags | sed 's/^v//; s/-dev//; s/-/.r/; s/-g/./'
}
-prepare() {
- cd pcsx2
-
- patch -Np1 -i ../pcsx2-system-fmt.patch
-}
-
build() {
cmake -S pcsx2 -B build -G Ninja \
-DCMAKE_BUILD_TYPE=Release \
@@ -80,7 +71,6 @@
-DDISABLE_PCSX2_WRAPPER=ON \
-DENABLE_TESTS=OFF \
-DEXTRA_PLUGINS=ON \
- -DGTK3_API=ON \
-DSDL2_API=ON \
-DPACKAGE_MODE=ON \
-DREBUILD_SHADER=ON \
Deleted: pcsx2-system-fmt.patch
===================================================================
--- pcsx2-system-fmt.patch 2020-11-12 08:36:46 UTC (rev 751334)
+++ pcsx2-system-fmt.patch 2020-11-12 09:08:16 UTC (rev 751335)
@@ -1,33 +0,0 @@
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 1bc43a8e3..a8dd6e2ea 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -41,11 +41,6 @@ if(NOT NO_TRANSLATION)
- endif()
- endif()
-
--# 3rdpary Libraries
--if(EXISTS "${CMAKE_SOURCE_DIR}/3rdparty/fmt/fmt")
-- add_subdirectory(3rdparty/fmt/fmt)
--endif()
--
- # make common
- if(common_libs)
- add_subdirectory(common/src/Utilities)
-diff --git a/cmake/SearchForStuff.cmake b/cmake/SearchForStuff.cmake
-index 7a3871535..236682e6a 100644
---- a/cmake/SearchForStuff.cmake
-+++ b/cmake/SearchForStuff.cmake
-@@ -74,6 +74,11 @@ endif()
- find_package(wxWidgets COMPONENTS base core adv)
- find_package(ZLIB)
-
-+find_package(fmt)
-+if(NOT fmt_FOUND)
-+ add_subdirectory(${CMAKE_SOURCE_DIR}/3rdparty/fmt/fmt)
-+endif()
-+
- ## Use pcsx2 package to find module
- include(FindLibc)
-
-
More information about the arch-commits
mailing list