[arch-commits] Commit in pcsx2/trunk (PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Sat Jan 9 09:38:20 UTC 2016


    Date: Saturday, January 9, 2016 @ 10:38:19
  Author: alucryd
Revision: 155777

upgpkg: pcsx2 1.4.0-1

Modified:
  pcsx2/trunk/PKGBUILD

----------+
 PKGBUILD |   26 ++++++++------------------
 1 file changed, 8 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-01-09 09:24:57 UTC (rev 155776)
+++ PKGBUILD	2016-01-09 09:38:19 UTC (rev 155777)
@@ -4,36 +4,26 @@
 # Contributor: vEX <vex at niechift.com>
 
 pkgname=pcsx2
-pkgver=1.3.1
-pkgrel=6
+pkgver=1.4.0
+pkgrel=1
 pkgdesc='A Sony PlayStation 2 emulator'
 arch=('i686' 'x86_64')
 url='http://www.pcsx2.net'
 license=('GPL2' 'GPL3' 'LGPL2.1' 'LGPL3')
 depends_i686=('glew' 'libaio' 'libcanberra' 'libjpeg-turbo' 'nvidia-cg-toolkit'
-              'portaudio' 'sdl' 'soundtouch' 'wxgtk')
+              'portaudio' 'sdl2' 'soundtouch' 'wxgtk')
 depends_x86_64=('lib32-glew' 'lib32-libaio' 'lib32-libcanberra'
                 'lib32-libjpeg-turbo' 'lib32-nvidia-cg-toolkit'
-                'lib32-portaudio' 'lib32-sdl' 'lib32-soundtouch' 'lib32-wxgtk')
-makedepends=('cmake')
+                'lib32-portaudio' 'lib32-sdl2' 'lib32-soundtouch'
+                'lib32-wxgtk')
+makedepends=('cmake' 'png++')
 makedepends_x86_64=('gcc-multilib')
 optdepends_x86_64=('lib32-gtk-engines: GTK2 engines support'
-                   'lib32-gtk-engine-murrine: Murrine GTK3 engine support'
                    'lib32-gtk-engine-unico: Unico GTK2 engine support')
 options=('!emptydirs')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/PCSX2/pcsx2/archive/v${pkgver}.tar.gz"
-        '0001-common-fix-gcc-5.0-issue.patch')
-sha256sums=('60ba9f7f85bf4337ca6962f9b437d549f16fc04ea0b6b261d7521e0416c2b8c9'
-            'dc3bdfaea2e024da1d16dd6142030b13b3e2a4540ba1685399e3109d026866c4')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/PCSX2/pcsx2/archive/v${pkgver}.tar.gz")
+sha256sums=('2c8a986e2b6514d7018f6cfd39c4f2a72229b9b4ab06ca6b1d3466dfd9c33005')
 
-prepare() {
-  cd pcsx2-${pkgver}
-
-  # Fix startup crash with GCC 5.1
-  # https://github.com/PCSX2/pcsx2/issues/560
-  patch -Np1 -i ../0001-common-fix-gcc-5.0-issue.patch
-}
-
 build() {
   cd pcsx2-${pkgver}
 



More information about the arch-commits mailing list