[arch-commits] Commit in pcsx2/repos/community-x86_64 (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Wed Dec 16 13:24:44 UTC 2020
Date: Wednesday, December 16, 2020 @ 13:24:44
Author: alucryd
Revision: 776687
archrelease: copy trunk to community-x86_64
Added:
pcsx2/repos/community-x86_64/PKGBUILD
(from rev 776686, pcsx2/trunk/PKGBUILD)
Deleted:
pcsx2/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 181 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 91 insertions(+), 90 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-12-16 13:24:38 UTC (rev 776686)
+++ PKGBUILD 2020-12-16 13:24:44 UTC (rev 776687)
@@ -1,90 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: josephgbr <rafael.f.f1 at gmail.com>
-# Contributor: vEX <vex at niechift.com>
-
-pkgname=pcsx2
-pkgver=1.7.0.r655.16d33f896
-pkgrel=1
-pkgdesc='A Sony PlayStation 2 emulator'
-arch=(x86_64)
-url=https://www.pcsx2.net
-license=(
- GPL2
- GPL3
- LGPL2.1
- LGPL3
-)
-depends=(
- gdk-pixbuf2
- glibc
- libaio
- libasound.so
- libfmt.so
- libfreetype.so
- libgdk-3.so
- libgio-2.0.so
- libgl
- libGLEW.so
- libglib-2.0.so
- libgobject-2.0.so
- libgtk-3.so
- libpcap
- libpng
- libportaudio.so
- libpulse.so
- libudev.so
- libx11
- libxcb
- libxml2
- libyaml-cpp.so
- sdl2
- soundtouch
- wxgtk3
- wxgtk-common
- xz
- zlib
-)
-makedepends=(
- cmake
- git
- ninja
- png++
-)
-_commit=16d33f896054333e00fbb3fd65b697f24c97b774
-source=(git+https://github.com/PCSX2/pcsx2.git#commit=${_commit})
-b2sums=(SKIP)
-
-pkgver() {
- cd pcsx2
-
- git describe --tags | sed 's/^v//; s/-dev//; s/-/.r/; s/-g/./'
-}
-
-build() {
- cmake -S pcsx2 -B build -G Ninja \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DDOC_DIR=/usr/share/doc/pcsx2 \
- -DGAMEINDEX_DIR=/usr/share/pcsx2 \
- -DPLUGIN_DIR=/usr/lib/pcsx2 \
- -DDISABLE_ADVANCE_SIMD=ON \
- -DDISABLE_BUILD_DATE=ON \
- -DDISABLE_PCSX2_WRAPPER=ON \
- -DENABLE_TESTS=OFF \
- -DEXTRA_PLUGINS=ON \
- -DSDL2_API=ON \
- -DPACKAGE_MODE=ON \
- -DREBUILD_SHADER=ON \
- -DUSE_LTO=OFF \
- -DUSE_VTUNE=OFF \
- -DXDG_STD=ON \
- -DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-gtk3 \
- -Wno-dev
- ninja -C build
-}
-
-package() {
- DESTDIR="${pkgdir}" ninja -C build install
-}
-
-# vim: ts=2 sw=2 et:
Copied: pcsx2/repos/community-x86_64/PKGBUILD (from rev 776686, pcsx2/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-12-16 13:24:44 UTC (rev 776687)
@@ -0,0 +1,91 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: josephgbr <rafael.f.f1 at gmail.com>
+# Contributor: vEX <vex at niechift.com>
+
+pkgname=pcsx2
+pkgver=1.7.0.r686.03445d0b5
+pkgrel=1
+pkgdesc='A Sony PlayStation 2 emulator'
+arch=(x86_64)
+url=https://www.pcsx2.net
+license=(
+ GPL2
+ GPL3
+ LGPL2.1
+ LGPL3
+)
+depends=(
+ gdk-pixbuf2
+ glibc
+ libaio
+ libasound.so
+ libfmt.so
+ libfreetype.so
+ libgdk-3.so
+ libgio-2.0.so
+ libgl
+ libGLEW.so
+ libglib-2.0.so
+ libgobject-2.0.so
+ libgtk-3.so
+ libpcap
+ libpng
+ libportaudio.so
+ libpulse.so
+ libudev.so
+ libx11
+ libxcb
+ libxml2
+ libyaml-cpp.so
+ sdl2
+ soundtouch
+ wxgtk3
+ wxgtk-common
+ xz
+ zlib
+)
+makedepends=(
+ cmake
+ git
+ ninja
+ png++
+)
+_commit=03445d0b553fc5a8275e5df91fe004a5e10607a2
+source=(git+https://github.com/PCSX2/pcsx2.git#commit=${_commit})
+b2sums=(SKIP)
+
+pkgver() {
+ cd pcsx2
+
+ git describe --tags | sed 's/^v//; s/-dev//; s/-/.r/; s/-g/./'
+}
+
+build() {
+ cmake -S pcsx2 -B build -G Ninja \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DDOC_DIR=/usr/share/doc/pcsx2 \
+ -DGAMEINDEX_DIR=/usr/share/pcsx2 \
+ -DPLUGIN_DIR=/usr/lib/pcsx2 \
+ -DDISABLE_ADVANCE_SIMD=ON \
+ -DDISABLE_BUILD_DATE=ON \
+ -DDISABLE_PCSX2_WRAPPER=ON \
+ -DENABLE_TESTS=OFF \
+ -DEXTRA_PLUGINS=ON \
+ -DSDL2_API=ON \
+ -DPACKAGE_MODE=ON \
+ -DREBUILD_SHADER=ON \
+ -DUSE_LTO=OFF \
+ -DUSE_SYSTEM_YAML=ON \
+ -DUSE_VTUNE=OFF \
+ -DXDG_STD=ON \
+ -DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-gtk3 \
+ -Wno-dev
+ ninja -C build
+}
+
+package() {
+ DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list