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

2020-07-21 Thread Maxime Gauduin via arch-commits
Date: Tuesday, July 21, 2020 @ 09:48:00
  Author: alucryd
Revision: 664700

upgpkg: ppsspp 1.10.3-1

Modified:
  ppsspp/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-21 09:45:40 UTC (rev 664699)
+++ PKGBUILD2020-07-21 09:48:00 UTC (rev 664700)
@@ -5,7 +5,7 @@
 # Contributor: Thiago Kenji Okada 
 
 pkgname=ppsspp
-pkgver=1.10
+pkgver=1.10.3
 pkgrel=1
 pkgdesc='A PSP emulator written in C++'
 arch=(x86_64)
@@ -43,7 +43,7 @@
   ppsspp-headless
   ppsspp-qt
 )
-_tag=4abf5c14845f009146ae5961f9ddb6299a370713
+_tag=cb8d95cb159c440eb5c677fbab03a01c76daeaf6
 source=(
   git+https://github.com/hrydgard/ppsspp.git#tag=${_tag}
   git+https://github.com/Kingcom/armips.git


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

2020-07-04 Thread Maxime Gauduin via arch-commits
Date: Saturday, July 4, 2020 @ 15:19:08
  Author: alucryd
Revision: 657705

upgpkg: ppsspp 1.10-1

Modified:
  ppsspp/trunk/PKGBUILD

--+
 PKGBUILD |   12 
 1 file changed, 8 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-04 15:06:44 UTC (rev 657704)
+++ PKGBUILD2020-07-04 15:19:08 UTC (rev 657705)
@@ -5,14 +5,13 @@
 # Contributor: Thiago Kenji Okada 
 
 pkgname=ppsspp
-pkgver=1.9.4
-pkgrel=5
+pkgver=1.10
+pkgrel=1
 pkgdesc='A PSP emulator written in C++'
 arch=(x86_64)
 url=https://www.ppsspp.org/
 license=(GPL2)
 depends=(
-  gcc-libs
   glew
   glibc
   hicolor-icon-theme
@@ -19,11 +18,13 @@
   libgl
   libzip
   qt5-base
+  qt5-multimedia
   sdl2
   snappy
   zlib
 )
 makedepends=(
+  clang
   cmake
   git
   libglvnd
@@ -42,8 +43,9 @@
   ppsspp-headless
   ppsspp-qt
 )
+_tag=4abf5c14845f009146ae5961f9ddb6299a370713
 source=(
-  
git+https://github.com/hrydgard/ppsspp.git#tag=e3c9793cb3a68ec9f44371c7ebb45a0abed1ecca
+  git+https://github.com/hrydgard/ppsspp.git#tag=${_tag}
   git+https://github.com/Kingcom/armips.git
   git+https://github.com/discordapp/discord-rpc.git
   git+https://github.com/hrydgard/ppsspp-ffmpeg.git
@@ -102,6 +104,8 @@
 }
 
 build() {
+  export CC=clang
+  export CXX=clang++
   cmake -S ppsspp -B build-sdl \
 -DCMAKE_BUILD_TYPE=None \
 -DCMAKE_SKIP_RPATH=ON \


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

2020-04-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, April 25, 2020 @ 16:48:00
  Author: foutrelis
Revision: 620978

glew 2.2.0 rebuild

Modified:
  ppsspp/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-25 16:43:36 UTC (rev 620977)
+++ PKGBUILD2020-04-25 16:48:00 UTC (rev 620978)
@@ -6,7 +6,7 @@
 
 pkgname=ppsspp
 pkgver=1.9.4
-pkgrel=4
+pkgrel=5
 pkgdesc='A PSP emulator written in C++'
 arch=(x86_64)
 url=https://www.ppsspp.org/


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

2020-04-17 Thread Maxime Gauduin via arch-commits
Date: Saturday, April 18, 2020 @ 04:59:34
  Author: alucryd
Revision: 616025

FS#66289: ppsspp 1.9.4-4

Modified:
  ppsspp/trunk/PKGBUILD

--+
 PKGBUILD |   15 ++-
 1 file changed, 6 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-18 04:41:29 UTC (rev 616024)
+++ PKGBUILD2020-04-18 04:59:34 UTC (rev 616025)
@@ -6,7 +6,7 @@
 
 pkgname=ppsspp
 pkgver=1.9.4
-pkgrel=3
+pkgrel=4
 pkgdesc='A PSP emulator written in C++'
 arch=(x86_64)
 url=https://www.ppsspp.org/
@@ -16,12 +16,7 @@
   glew
   glibc
   hicolor-icon-theme
-  libavcodec.so
-  libavformat.so
-  libavutil.so
   libgl
-  libswresample.so
-  libswscale.so
   libzip
   qt5-base
   sdl2
@@ -51,6 +46,7 @@
   
git+https://github.com/hrydgard/ppsspp.git#tag=e3c9793cb3a68ec9f44371c7ebb45a0abed1ecca
   git+https://github.com/Kingcom/armips.git
   git+https://github.com/discordapp/discord-rpc.git
+  git+https://github.com/hrydgard/ppsspp-ffmpeg.git
   ppsspp-glslang::git+https://github.com/hrydgard/glslang.git
   git+https://github.com/hrydgard/ppsspp-lang.git
   git+https://github.com/Tencent/rapidjson.git
@@ -68,6 +64,7 @@
 'SKIP'
 'SKIP'
 'SKIP'
+'SKIP'
 '47977bbdc36cd9eebe74b204e69aa8c0eb39b1ec66d89e7b90b1c216e5778d8d'
 '7df9274e8f404a8009042a529729ca43332c264cff032f32b2ce1bf5adf04042'
 '6694643d96dae673f01555637139468eb277f3379afbcceccad3f7e0ae670278')
@@ -83,7 +80,7 @@
 
   patch -Np1 -i ../ppsspp-flags.patch
 
-  for submodule in assets/lang ext/glslang; do
+  for submodule in assets/lang ext/glslang ffmpeg; do
 git submodule init ${submodule}
 git config submodule.${submodule}.url ../ppsspp-${submodule#*/}
 git submodule update ${submodule}
@@ -109,8 +106,8 @@
 -DCMAKE_BUILD_TYPE=None \
 -DCMAKE_SKIP_RPATH=ON \
 -DHEADLESS=ON \
--DUSE_SYSTEM_FFMPEG=ON \
 -DUSE_SYSTEM_LIBZIP=ON \
+-DOpenGL_GL_PREFERENCE=GLVND \
 -DUSE_SYSTEM_SNAPPY=ON \
 -DUSING_QT_UI=OFF
   make -C build-sdl
@@ -117,8 +114,8 @@
   cmake -S ppsspp -B build-qt \
 -DCMAKE_BUILD_TYPE=None \
 -DCMAKE_SKIP_RPATH=ON \
+-DOpenGL_GL_PREFERENCE=GLVND \
 -DHEADLESS=OFF \
--DUSE_SYSTEM_FFMPEG=ON \
 -DUSE_SYSTEM_LIBZIP=ON \
 -DUSE_SYSTEM_SNAPPY=ON \
 -DUSING_QT_UI=ON


[arch-commits] Commit in ppsspp/trunk (PKGBUILD ppsspp-qt.desktop ppsspp-sdl.desktop)

2020-04-11 Thread Maxime Gauduin via arch-commits
Date: Saturday, April 11, 2020 @ 18:58:33
  Author: alucryd
Revision: 613352

FS#66208: ppsspp 1.9.4-3

Added:
  ppsspp/trunk/ppsspp-qt.desktop
  ppsspp/trunk/ppsspp-sdl.desktop
Modified:
  ppsspp/trunk/PKGBUILD

+
 PKGBUILD   |   31 ++-
 ppsspp-qt.desktop  |9 +
 ppsspp-sdl.desktop |9 +
 3 files changed, 40 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-11 18:36:21 UTC (rev 613351)
+++ PKGBUILD2020-04-11 18:58:33 UTC (rev 613352)
@@ -6,7 +6,7 @@
 
 pkgname=ppsspp
 pkgver=1.9.4
-pkgrel=2
+pkgrel=3
 pkgdesc='A PSP emulator written in C++'
 arch=(x86_64)
 url=https://www.ppsspp.org/
@@ -56,7 +56,8 @@
   git+https://github.com/Tencent/rapidjson.git
   git+https://github.com/KhronosGroup/SPIRV-Cross.git
   armips-tinyformat::git+https://github.com/Kingcom/tinyformat.git
-  ppsspp.desktop
+  ppsspp-sdl.desktop
+  ppsspp-qt.desktop
   ppsspp-flags.patch
 )
 sha256sums=('SKIP'
@@ -67,7 +68,8 @@
 'SKIP'
 'SKIP'
 'SKIP'
-'93685b9f05322fa24753fc857bf63da7d6e0ee1bcb7e2167ba7600f38079e277'
+'47977bbdc36cd9eebe74b204e69aa8c0eb39b1ec66d89e7b90b1c216e5778d8d'
+'7df9274e8f404a8009042a529729ca43332c264cff032f32b2ce1bf5adf04042'
 '6694643d96dae673f01555637139468eb277f3379afbcceccad3f7e0ae670278')
 
 pkgver() {
@@ -103,7 +105,7 @@
 }
 
 build() {
-  cmake -S ppsspp -B build \
+  cmake -S ppsspp -B build-sdl \
 -DCMAKE_BUILD_TYPE=None \
 -DCMAKE_SKIP_RPATH=ON \
 -DHEADLESS=ON \
@@ -110,18 +112,29 @@
 -DUSE_SYSTEM_FFMPEG=ON \
 -DUSE_SYSTEM_LIBZIP=ON \
 -DUSE_SYSTEM_SNAPPY=ON \
+-DUSING_QT_UI=OFF
+  make -C build-sdl
+  cmake -S ppsspp -B build-qt \
+-DCMAKE_BUILD_TYPE=None \
+-DCMAKE_SKIP_RPATH=ON \
+-DHEADLESS=OFF \
+-DUSE_SYSTEM_FFMPEG=ON \
+-DUSE_SYSTEM_LIBZIP=ON \
+-DUSE_SYSTEM_SNAPPY=ON \
 -DUSING_QT_UI=ON
-  make -C build
+  make -C build-qt
 }
 
 package() {
-  install -Dm 755 build/PPSSPPHeadless -t "${pkgdir}"/usr/bin/
-  install -Dm 755 build/PPSSPPQt -t "${pkgdir}"/usr/bin/
+  install -Dm 755 build-sdl/PPSSPPSDL -t "${pkgdir}"/usr/bin/
+  install -Dm 755 build-sdl/PPSSPPHeadless -t "${pkgdir}"/usr/bin/
+  install -Dm 755 build-qt/PPSSPPQt -t "${pkgdir}"/usr/bin/
   install -dm 755 "${pkgdir}"/usr/share/{icons,ppsspp}
-  cp -dr --no-preserve=ownership build/assets "${pkgdir}"/usr/share/ppsspp/
+  cp -dr --no-preserve=ownership build-sdl/assets "${pkgdir}"/usr/share/ppsspp/
   cp -dr --no-preserve=ownership ppsspp/icons/hicolor 
"${pkgdir}"/usr/share/icons/
   install -Dm 644 ppsspp/icons/icon-512.svg 
"${pkgdir}"/usr/share/pixmaps/ppsspp.svg
-  install -Dm 644 ppsspp.desktop -t "${pkgdir}"/usr/share/applications/
+  install -Dm 644 ppsspp-sdl.desktop -t "${pkgdir}"/usr/share/applications/
+  install -Dm 644 ppsspp-qt.desktop -t "${pkgdir}"/usr/share/applications/
 }
 
 # vim: ts=2 sw=2 et:

Added: ppsspp-qt.desktop
===
--- ppsspp-qt.desktop   (rev 0)
+++ ppsspp-qt.desktop   2020-04-11 18:58:33 UTC (rev 613352)
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Version=1.0
+Type=Application
+Name=PPSSPP (Qt)
+GenericName=PSP Emulator
+Comment=PlayStation Portable Simulator Suitable for Playing Portably
+Exec=PPSSPPQt %f
+Icon=ppsspp
+Categories=Game

Added: ppsspp-sdl.desktop
===
--- ppsspp-sdl.desktop  (rev 0)
+++ ppsspp-sdl.desktop  2020-04-11 18:58:33 UTC (rev 613352)
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Version=1.0
+Type=Application
+Name=PPSSPP (SDL)
+GenericName=PSP Emulator
+Comment=PlayStation Portable Simulator Suitable for Playing Portably
+Exec=PPSSPPSDL %f
+Icon=ppsspp
+Categories=Game


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

2019-10-16 Thread Maxime Gauduin via arch-commits
Date: Thursday, October 17, 2019 @ 05:53:30
  Author: alucryd
Revision: 516394

upgpkg: ppsspp 1.9.4-1

Modified:
  ppsspp/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-16 22:26:30 UTC (rev 516393)
+++ PKGBUILD2019-10-17 05:53:30 UTC (rev 516394)
@@ -10,7 +10,7 @@
   ppsspp-headless
   ppsspp-qt
 )
-pkgver=1.9.1
+pkgver=1.9.4
 pkgrel=1
 pkgdesc='A PSP emulator written in C++'
 arch=(x86_64)
@@ -31,7 +31,7 @@
   qt5-tools
 )
 source=(
-  
git+https://github.com/hrydgard/ppsspp.git#tag=97194ee642965fac7619d3d3101540e48c7acdd0
+  
git+https://github.com/hrydgard/ppsspp.git#tag=e3c9793cb3a68ec9f44371c7ebb45a0abed1ecca
   git+https://github.com/Kingcom/armips.git
   git+https://github.com/discordapp/discord-rpc.git
   ppsspp-ffmpeg::git+https://github.com/hrydgard/ppsspp-ffmpeg.git


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

2019-09-26 Thread Maxime Gauduin via arch-commits
Date: Thursday, September 26, 2019 @ 12:43:24
  Author: alucryd
Revision: 511834

upgpkg: ppsspp 1.9.1-1

Modified:
  ppsspp/trunk/PKGBUILD

--+
 PKGBUILD |   12 ++--
 1 file changed, 10 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-26 11:47:30 UTC (rev 511833)
+++ PKGBUILD2019-09-26 12:43:24 UTC (rev 511834)
@@ -10,7 +10,7 @@
   ppsspp-headless
   ppsspp-qt
 )
-pkgver=1.8.0
+pkgver=1.9.1
 pkgrel=1
 pkgdesc='A PSP emulator written in C++'
 arch=(x86_64)
@@ -25,11 +25,13 @@
 makedepends=(
   cmake
   git
+  libglvnd
   libzip
+  python
   qt5-tools
 )
 source=(
-  git+https://github.com/hrydgard/ppsspp.git#tag=v${pkgver}
+  
git+https://github.com/hrydgard/ppsspp.git#tag=97194ee642965fac7619d3d3101540e48c7acdd0
   git+https://github.com/Kingcom/armips.git
   git+https://github.com/discordapp/discord-rpc.git
   ppsspp-ffmpeg::git+https://github.com/hrydgard/ppsspp-ffmpeg.git
@@ -63,6 +65,12 @@
   6694643d96dae673f01555637139468eb277f3379afbcceccad3f7e0ae670278
 )
 
+pkgver() {
+  cd ppsspp
+
+  git describe --tags | sed 's/^v//'
+}
+
 prepare() {
   cd ppsspp
 


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

2019-03-18 Thread Maxime Gauduin via arch-commits
Date: Monday, March 18, 2019 @ 09:36:14
  Author: alucryd
Revision: 442433

upgpkg: ppsspp 1.8.0-1

Modified:
  ppsspp/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-18 09:24:30 UTC (rev 442432)
+++ PKGBUILD2019-03-18 09:36:14 UTC (rev 442433)
@@ -10,11 +10,11 @@
   ppsspp-headless
   ppsspp-qt
 )
-pkgver=1.7.4
+pkgver=1.8.0
 pkgrel=1
 pkgdesc='A PSP emulator written in C++'
 arch=(x86_64)
-url='https://www.ppsspp.org/'
+url=https://www.ppsspp.org/
 license=(GPL2)
 depends=(
   glew


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

2018-12-30 Thread Maxime Gauduin via arch-commits
Date: Sunday, December 30, 2018 @ 17:06:08
  Author: alucryd
Revision: 419376

upgpkg: ppsspp 1.7.4-1

Modified:
  ppsspp/trunk/PKGBUILD

--+
 PKGBUILD |  105 +
 1 file changed, 65 insertions(+), 40 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-12-30 17:05:26 UTC (rev 419375)
+++ PKGBUILD2018-12-30 17:06:08 UTC (rev 419376)
@@ -5,45 +5,63 @@
 # Contributor: Thiago Kenji Okada 
 
 pkgbase=ppsspp
-pkgname=('ppsspp' 'ppsspp-headless' 'ppsspp-qt')
-pkgver=1.7.1
+pkgname=(
+  ppsspp
+  ppsspp-headless
+  ppsspp-qt
+)
+pkgver=1.7.4
 pkgrel=1
 pkgdesc='A PSP emulator written in C++'
-arch=('x86_64')
+arch=(x86_64)
 url='http://www.ppsspp.org/'
-license=('GPL2')
-depends=('glew' 'libgl' 'sdl2' 'snappy' 'zlib')
-makedepends=('cmake' 'git' 'libzip' 'qt5-tools')
-source=("git+https://github.com/hrydgard/ppsspp.git#tag=v${pkgver};
-'git+https://github.com/Kingcom/armips.git'
-'git+https://github.com/discordapp/discord-rpc.git'
-'ppsspp-ffmpeg::git+https://github.com/hrydgard/ppsspp-ffmpeg.git'
-'ppsspp-glslang::git+https://github.com/hrydgard/glslang.git'
-'git+https://github.com/hrydgard/ppsspp-lang.git'
-'git+https://github.com/Tencent/rapidjson.git'
-'git+https://github.com/KhronosGroup/SPIRV-Cross.git'
-'armips-tinyformat::git+https://github.com/Kingcom/tinyformat.git'
-'ppsspp.sh'
-'ppsspp-headless.sh'
-'ppsspp-qt.sh'
-'ppsspp.desktop'
-'ppsspp-qt.desktop'
-'ppsspp-flags.patch')
-sha256sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'2c2d1ee6d1ce5c2acec372d58b8079885f6d5d674633cfea489cd550252a5426'
-'1236ce000bb670ee2c0e0645c3d55f4d8c8e74dbc35a1af0962a3bdd7608f1c5'
-'828b06aacc56672a4d953d77342717c5be414a68261025f74e466abd084b8e6b'
-'1c332702d0aeced07df7e12ba8530bc3f19a52bc76c355f6c84c141becfd46d8'
-'b3b1fb9e0ecd3c4472b51f27d028a69514b1a3823c26e33da6ffaebfb1522b7f'
-'6694643d96dae673f01555637139468eb277f3379afbcceccad3f7e0ae670278')
+license=(GPL2)
+depends=(
+  glew
+  libgl
+  sdl2
+  zlib
+)
+makedepends=(
+  cmake
+  git
+  libzip
+  qt5-tools
+)
+source=(
+  git+https://github.com/hrydgard/ppsspp.git#tag=v${pkgver}
+  git+https://github.com/Kingcom/armips.git
+  git+https://github.com/discordapp/discord-rpc.git
+  ppsspp-ffmpeg::git+https://github.com/hrydgard/ppsspp-ffmpeg.git
+  ppsspp-glslang::git+https://github.com/hrydgard/glslang.git
+  git+https://github.com/hrydgard/ppsspp-lang.git
+  git+https://github.com/Tencent/rapidjson.git
+  git+https://github.com/KhronosGroup/SPIRV-Cross.git
+  armips-tinyformat::git+https://github.com/Kingcom/tinyformat.git
+  ppsspp.sh
+  ppsspp-headless.sh
+  ppsspp-qt.sh
+  ppsspp.desktop
+  ppsspp-qt.desktop
+  ppsspp-flags.patch
+)
+sha256sums=(
+  SKIP
+  SKIP
+  SKIP
+  SKIP
+  SKIP
+  SKIP
+  SKIP
+  SKIP
+  SKIP
+  2c2d1ee6d1ce5c2acec372d58b8079885f6d5d674633cfea489cd550252a5426
+  1236ce000bb670ee2c0e0645c3d55f4d8c8e74dbc35a1af0962a3bdd7608f1c5
+  828b06aacc56672a4d953d77342717c5be414a68261025f74e466abd084b8e6b
+  1c332702d0aeced07df7e12ba8530bc3f19a52bc76c355f6c84c141becfd46d8
+  b3b1fb9e0ecd3c4472b51f27d028a69514b1a3823c26e33da6ffaebfb1522b7f
+  6694643d96dae673f01555637139468eb277f3379afbcceccad3f7e0ae670278
+)
 
 prepare() {
   cd ppsspp
@@ -100,7 +118,10 @@
 }
 
 package_ppsspp() {
-  depends+=('hicolor-icon-theme' 'libzip')
+  depends+=(
+hicolor-icon-theme
+libzip
+  )
 
   cd ppsspp/build-sdl
 
@@ -122,9 +143,13 @@
 }
 
 package_ppsspp-qt() {
-  depends+=('hicolor-icon-theme' 'libzip' 'qt5-base')
-  provides=('ppsspp')
-  conflicts=('ppsspp')
+  depends+=(
+hicolor-icon-theme
+libzip
+qt5-base
+  )
+  provides=(ppsspp)
+  conflicts=(ppsspp)
 
   cd ppsspp/build-qt
 


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

2018-11-14 Thread Maxime Gauduin via arch-commits
Date: Wednesday, November 14, 2018 @ 09:10:06
  Author: alucryd
Revision: 407325

upgpkg: ppsspp 1.7.1-1

Modified:
  ppsspp/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-14 08:53:46 UTC (rev 407324)
+++ PKGBUILD2018-11-14 09:10:06 UTC (rev 407325)
@@ -6,7 +6,7 @@
 
 pkgbase=ppsspp
 pkgname=('ppsspp' 'ppsspp-headless' 'ppsspp-qt')
-pkgver=1.7
+pkgver=1.7.1
 pkgrel=1
 pkgdesc='A PSP emulator written in C++'
 arch=('x86_64')


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

2018-11-01 Thread Maxime Gauduin via arch-commits
Date: Thursday, November 1, 2018 @ 08:12:55
  Author: alucryd
Revision: 401032

upgpkg: ppsspp 1.7-1

Modified:
  ppsspp/trunk/PKGBUILD

--+
 PKGBUILD |   28 ++--
 1 file changed, 22 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-01 07:54:46 UTC (rev 401031)
+++ PKGBUILD2018-11-01 08:12:55 UTC (rev 401032)
@@ -6,7 +6,7 @@
 
 pkgbase=ppsspp
 pkgname=('ppsspp' 'ppsspp-headless' 'ppsspp-qt')
-pkgver=1.6.3
+pkgver=1.7
 pkgrel=1
 pkgdesc='A PSP emulator written in C++'
 arch=('x86_64')
@@ -15,11 +15,14 @@
 depends=('glew' 'libgl' 'sdl2' 'snappy' 'zlib')
 makedepends=('cmake' 'git' 'libzip' 'qt5-tools')
 source=("git+https://github.com/hrydgard/ppsspp.git#tag=v${pkgver};
-'git+https://github.com/hrydgard/ppsspp-ffmpeg.git'
+'git+https://github.com/Kingcom/armips.git'
+'git+https://github.com/discordapp/discord-rpc.git'
+'ppsspp-ffmpeg::git+https://github.com/hrydgard/ppsspp-ffmpeg.git'
 'ppsspp-glslang::git+https://github.com/hrydgard/glslang.git'
 'git+https://github.com/hrydgard/ppsspp-lang.git'
-'git+https://github.com/Kingcom/armips.git'
+'git+https://github.com/Tencent/rapidjson.git'
 'git+https://github.com/KhronosGroup/SPIRV-Cross.git'
+'armips-tinyformat::git+https://github.com/Kingcom/tinyformat.git'
 'ppsspp.sh'
 'ppsspp-headless.sh'
 'ppsspp-qt.sh'
@@ -32,6 +35,9 @@
 'SKIP'
 'SKIP'
 'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
 '2c2d1ee6d1ce5c2acec372d58b8079885f6d5d674633cfea489cd550252a5426'
 '1236ce000bb670ee2c0e0645c3d55f4d8c8e74dbc35a1af0962a3bdd7608f1c5'
 '828b06aacc56672a4d953d77342717c5be414a68261025f74e466abd084b8e6b'
@@ -49,12 +55,22 @@
 git config submodule.${submodule}.url ../ppsspp-${submodule#*/}
 git submodule update ${submodule}
   done
-  for submodule in ext/{SPIRV-Cross,armips}; do
+  for submodule in ext/{armips,discord-rpc,rapidjson,SPIRV-Cross}; do
 git submodule init ${submodule}
 git config submodule.${submodule}.url ../${submodule#*/}
 git submodule update ${submodule}
   done
 
+  pushd ext/armips
+
+  for submodule in ext/tinyformat; do
+git submodule init ${submodule}
+git config submodule.${submodule}.url ../../../armips-${submodule#*/}
+git submodule update ${submodule}
+  done
+
+  popd
+
   for ui in sdl qt; do
 if [[ -d build-$ui ]]; then
   rm -rf build-$ui
@@ -78,8 +94,8 @@
   cmake .. \
 -DCMAKE_BUILD_TYPE='Release' \
 -DCMAKE_SKIP_RPATH='ON' \
--DUSING_QT_UI='ON' \
--DUSE_SYSTEM_LIBZIP='ON'
+-DUSE_SYSTEM_LIBZIP='ON' \
+-DUSING_QT_UI='ON'
   make
 }
 


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

2018-06-12 Thread Maxime Gauduin via arch-commits
Date: Tuesday, June 12, 2018 @ 12:07:44
  Author: alucryd
Revision: 342462

upgpkg: ppsspp 1.6.3-1

Modified:
  ppsspp/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-12 11:59:47 UTC (rev 342461)
+++ PKGBUILD2018-06-12 12:07:44 UTC (rev 342462)
@@ -7,7 +7,7 @@
 
 pkgbase=ppsspp
 pkgname=('ppsspp' 'ppsspp-headless' 'ppsspp-qt')
-pkgver=1.6.2
+pkgver=1.6.3
 pkgrel=1
 pkgdesc='A PSP emulator written in C++'
 arch=('x86_64')


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

2018-05-31 Thread Maxime Gauduin via arch-commits
Date: Thursday, May 31, 2018 @ 18:42:43
  Author: alucryd
Revision: 335199

upgpkg: ppsspp 1.6.2-1

Modified:
  ppsspp/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-31 18:42:34 UTC (rev 335198)
+++ PKGBUILD2018-05-31 18:42:43 UTC (rev 335199)
@@ -86,7 +86,6 @@
 
 package_ppsspp() {
   depends+=('hicolor-icon-theme' 'libzip')
-  conflicts=('ppsspp-qt')
 
   cd ppsspp/build-sdl
 
@@ -109,6 +108,7 @@
 
 package_ppsspp-qt() {
   depends+=('hicolor-icon-theme' 'libzip' 'qt5-base')
+  provides=('ppsspp')
   conflicts=('ppsspp')
 
   cd ppsspp/build-qt


[arch-commits] Commit in ppsspp/trunk (PKGBUILD ppsspp.desktop)

2018-05-31 Thread Maxime Gauduin via arch-commits
Date: Thursday, May 31, 2018 @ 18:35:02
  Author: alucryd
Revision: 335182

upgpkg: ppsspp 1.6.2-1

Modified:
  ppsspp/trunk/PKGBUILD
  ppsspp/trunk/ppsspp.desktop   (properties)

+
 PKGBUILD   |   22 +++---
 ppsspp.desktop |1 -
 2 files changed, 11 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-31 18:31:43 UTC (rev 335181)
+++ PKGBUILD2018-05-31 18:35:02 UTC (rev 335182)
@@ -7,15 +7,15 @@
 
 pkgbase=ppsspp
 pkgname=('ppsspp' 'ppsspp-headless' 'ppsspp-qt')
-pkgver=1.5.4
+pkgver=1.6.2
 pkgrel=1
 pkgdesc='A PSP emulator written in C++'
 arch=('x86_64')
 url='http://www.ppsspp.org/'
 license=('GPL2')
-makedepends=('cmake' 'git' 'glew' 'libzip' 'sdl2' 'snappy' 'qt5-tools' 'zlib')
-_commit='a1e74d0d4f89ba3fa2d4fe64bac7a0fa16fc146f'
-source=("git+https://github.com/hrydgard/ppsspp.git#commit=${_commit};
+depends=('glew' 'libgl' 'sdl2' 'snappy' 'zlib')
+makedepends=('cmake' 'git' 'libzip' 'qt5-tools')
+source=("git+https://github.com/hrydgard/ppsspp.git#tag=v${pkgver};
 'git+https://github.com/hrydgard/ppsspp-ffmpeg.git'
 'ppsspp-glslang::git+https://github.com/hrydgard/glslang.git'
 'git+https://github.com/hrydgard/ppsspp-lang.git'
@@ -45,7 +45,7 @@
 
   patch -Np1 -i ../ppsspp-flags.patch
 
-  for submodule in ffmpeg assets/lang ext/glslang; do
+  for submodule in assets/lang ext/glslang ffmpeg; do
 git submodule init ${submodule}
 git config submodule.${submodule}.url ../ppsspp-${submodule#*/}
 git submodule update ${submodule}
@@ -70,7 +70,8 @@
   cmake .. \
 -DCMAKE_BUILD_TYPE='Release' \
 -DCMAKE_SKIP_RPATH='ON' \
--DHEADLESS='ON'
+-DHEADLESS='ON' \
+-DUSE_SYSTEM_LIBZIP='ON'
   make
 
   cd ../build-qt
@@ -78,12 +79,13 @@
   cmake .. \
 -DCMAKE_BUILD_TYPE='Release' \
 -DCMAKE_SKIP_RPATH='ON' \
--DUSING_QT_UI='ON'
+-DUSING_QT_UI='ON' \
+-DUSE_SYSTEM_LIBZIP='ON'
   make
 }
 
 package_ppsspp() {
-  depends=('gcc-libs' 'glew' 'glibc' 'hicolor-icon-theme' 'libgl' 'libzip' 
'sdl2' 'snappy' 'zlib')
+  depends+=('hicolor-icon-theme' 'libzip')
   conflicts=('ppsspp-qt')
 
   cd ppsspp/build-sdl
@@ -98,8 +100,6 @@
 }
 
 package_ppsspp-headless() {
-  depends=('gcc-libs' 'glew' 'glibc' 'libgl' 'sdl2' 'snappy' 'zlib')
-
   cd ppsspp/build-sdl
 
   install -dm 755 "${pkgdir}"/{opt/ppsspp,usr/bin}
@@ -108,7 +108,7 @@
 }
 
 package_ppsspp-qt() {
-  depends=('gcc-libs' 'glew' 'glibc' 'hicolor-icon-theme' 'libgl' 'libzip' 
'qt5-base' 'sdl2' 'snappy' 'zlib')
+  depends+=('hicolor-icon-theme' 'libzip' 'qt5-base')
   conflicts=('ppsspp')
 
   cd ppsspp/build-qt

Index: ppsspp/trunk/ppsspp.desktop
===
--- ppsspp.desktop  2018-05-31 18:31:43 UTC (rev 335181)
+++ ppsspp.desktop  2018-05-31 18:35:02 UTC (rev 335182)

Property changes on: ppsspp/trunk/ppsspp.desktop
___
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property


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

2017-12-05 Thread Maxime Gauduin via arch-commits
Date: Tuesday, December 5, 2017 @ 20:52:44
  Author: alucryd
Revision: 272332

upgpkg: ppsspp 1.5.4-1

Modified:
  ppsspp/trunk/PKGBUILD

--+
 PKGBUILD |   37 +
 1 file changed, 13 insertions(+), 24 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-12-05 20:47:43 UTC (rev 272331)
+++ PKGBUILD2017-12-05 20:52:44 UTC (rev 272332)
@@ -7,22 +7,20 @@
 
 pkgbase=ppsspp
 pkgname=('ppsspp' 'ppsspp-headless' 'ppsspp-qt')
-pkgver=1.4.2
-pkgrel=2
+pkgver=1.5.4
+pkgrel=1
 pkgdesc='A PSP emulator written in C++'
 arch=('x86_64')
 url='http://www.ppsspp.org/'
 license=('GPL2')
-depends=('glew' 'sdl2')
-makedepends=('cmake' 'git' 'glu' 'libzip' 'qt5-tools')
-_commit='3ae4c122e5131a818ca88c54b1e62a66710d8799'
+makedepends=('cmake' 'git' 'glew' 'libzip' 'sdl2' 'snappy' 'qt5-tools' 'zlib')
+_commit='a1e74d0d4f89ba3fa2d4fe64bac7a0fa16fc146f'
 source=("git+https://github.com/hrydgard/ppsspp.git#commit=${_commit};
-
'git+https://github.com/hrydgard/ppsspp-ffmpeg.git#commit=a2e98d7ba4c7c5cac08608732c3058cb46e3e0ef'
-
'ppsspp-glslang::git+https://github.com/hrydgard/glslang.git#commit=b16f7e6819267e57c3c244808d1981f0ce34acbc'
-
'git+https://github.com/hrydgard/ppsspp-lang.git#commit=f32328a88cbf368af90eb79bc7ad5420795d6585'
-
'git+https://github.com/Kingcom/armips.git#commit=770365d44df35d6e675c58bb2a774ca412278ef5'
-
'armips-tinyformat::git+https://github.com/Kingcom/tinyformat.git#commit=b7f5a22753c81d834ab5133d655f1fd525280765'
-
'git+https://github.com/KhronosGroup/SPIRV-Cross.git#commit=6381b2ff9c0d975af8fd2974c97aa12a69ab6cc6'
+'git+https://github.com/hrydgard/ppsspp-ffmpeg.git'
+'ppsspp-glslang::git+https://github.com/hrydgard/glslang.git'
+'git+https://github.com/hrydgard/ppsspp-lang.git'
+'git+https://github.com/Kingcom/armips.git'
+'git+https://github.com/KhronosGroup/SPIRV-Cross.git'
 'ppsspp.sh'
 'ppsspp-headless.sh'
 'ppsspp-qt.sh'
@@ -35,7 +33,6 @@
 'SKIP'
 'SKIP'
 'SKIP'
-'SKIP'
 '2c2d1ee6d1ce5c2acec372d58b8079885f6d5d674633cfea489cd550252a5426'
 '1236ce000bb670ee2c0e0645c3d55f4d8c8e74dbc35a1af0962a3bdd7608f1c5'
 '828b06aacc56672a4d953d77342717c5be414a68261025f74e466abd084b8e6b'
@@ -59,16 +56,6 @@
 git submodule update ${submodule}
   done
 
-  pushd ext/armips
-
-  for submodule in ext/tinyformat; do
-git submodule init ${submodule}
-git config submodule.${submodule}.url ../../../armips-${submodule#*/}
-git submodule update ${submodule}
-  done
-
-  popd
-
   for ui in sdl qt; do
 if [[ -d build-$ui ]]; then
   rm -rf build-$ui
@@ -96,8 +83,8 @@
 }
 
 package_ppsspp() {
+  depends=('gcc-libs' 'glew' 'glibc' 'hicolor-icon-theme' 'libgl' 'libzip' 
'sdl2' 'snappy' 'zlib')
   conflicts=('ppsspp-qt')
-  depends+=('hicolor-icon-theme' 'libzip')
 
   cd ppsspp/build-sdl
 
@@ -111,6 +98,8 @@
 }
 
 package_ppsspp-headless() {
+  depends=('gcc-libs' 'glew' 'glibc' 'libgl' 'sdl2' 'snappy' 'zlib')
+
   cd ppsspp/build-sdl
 
   install -dm 755 "${pkgdir}"/{opt/ppsspp,usr/bin}
@@ -119,8 +108,8 @@
 }
 
 package_ppsspp-qt() {
+  depends=('gcc-libs' 'glew' 'glibc' 'hicolor-icon-theme' 'libgl' 'libzip' 
'qt5-base' 'sdl2' 'snappy' 'zlib')
   conflicts=('ppsspp')
-  depends+=('hicolor-icon-theme' 'libzip' 'qt5-base')
 
   cd ppsspp/build-qt
 


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

2017-08-03 Thread Felix Yan
Date: Thursday, August 3, 2017 @ 19:59:03
  Author: felixonmars
Revision: 247914

GLEW 2.1.0 rebuild

Modified:
  ppsspp/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-08-03 19:53:28 UTC (rev 247913)
+++ PKGBUILD2017-08-03 19:59:03 UTC (rev 247914)
@@ -8,7 +8,7 @@
 pkgbase=ppsspp
 pkgname=('ppsspp' 'ppsspp-headless' 'ppsspp-qt')
 pkgver=1.4.2
-pkgrel=1
+pkgrel=2
 pkgdesc='A PSP emulator written in C++'
 arch=('x86_64')
 url='http://www.ppsspp.org/'


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

2017-05-30 Thread Maxime Gauduin
Date: Tuesday, May 30, 2017 @ 16:58:24
  Author: alucryd
Revision: 231332

upgpkg: ppsspp 1.4.2-1

Modified:
  ppsspp/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-30 16:58:15 UTC (rev 231331)
+++ PKGBUILD2017-05-30 16:58:24 UTC (rev 231332)
@@ -7,7 +7,7 @@
 
 pkgbase=ppsspp
 pkgname=('ppsspp' 'ppsspp-headless' 'ppsspp-qt')
-pkgver=1.4.1
+pkgver=1.4.2
 pkgrel=1
 pkgdesc='A PSP emulator written in C++'
 arch=('x86_64')
@@ -15,7 +15,7 @@
 license=('GPL2')
 depends=('glew' 'sdl2')
 makedepends=('cmake' 'git' 'glu' 'libzip' 'qt5-tools')
-_commit='e776eff6dba97df3b742dd7e178d2aaf9b15cc87'
+_commit='3ae4c122e5131a818ca88c54b1e62a66710d8799'
 source=("git+https://github.com/hrydgard/ppsspp.git#commit=${_commit};
 
'git+https://github.com/hrydgard/ppsspp-ffmpeg.git#commit=a2e98d7ba4c7c5cac08608732c3058cb46e3e0ef'
 
'ppsspp-glslang::git+https://github.com/hrydgard/glslang.git#commit=b16f7e6819267e57c3c244808d1981f0ce34acbc'


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

2017-04-02 Thread Maxime Gauduin
Date: Sunday, April 2, 2017 @ 19:45:28
  Author: alucryd
Revision: 220327

upgpkg: ppsspp 1.4-1

Modified:
  ppsspp/trunk/PKGBUILD

--+
 PKGBUILD |   59 ++-
 1 file changed, 42 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-04-02 18:20:44 UTC (rev 220326)
+++ PKGBUILD2017-04-02 19:45:28 UTC (rev 220327)
@@ -7,8 +7,8 @@
 
 pkgbase=ppsspp
 pkgname=('ppsspp' 'ppsspp-qt')
-pkgver=1.3
-pkgrel=3
+pkgver=1.4
+pkgrel=1
 pkgdesc='A PSP emulator written in C++'
 arch=('x86_64')
 url='http://www.ppsspp.org/'
@@ -15,11 +15,14 @@
 license=('GPL2')
 depends=('glew' 'libzip' 'sdl2')
 makedepends=('cmake' 'git' 'glu' 'qt5-tools')
-source=("git+https://github.com/hrydgard/ppsspp.git#tag=v${pkgver};
-'git+https://github.com/hrydgard/ppsspp-ffmpeg.git#commit=81379c5'
-'git+https://github.com/hrydgard/ppsspp-glslang.git#commit=4b3e84f'
-'git+https://github.com/hrydgard/ppsspp-lang.git#commit=cdf4a8d'
-
'ppsspp-armips::git+https://github.com/Kingcom/armips.git#commit=1ffab37'
+_commit='186d471305cad6fe83d8716d6b328f0e8b32b38c'
+source=("git+https://github.com/hrydgard/ppsspp.git#commit=${_commit};
+
'git+https://github.com/hrydgard/ppsspp-ffmpeg.git#commit=a2e98d7ba4c7c5cac08608732c3058cb46e3e0ef'
+
'ppsspp-glslang::git+https://github.com/hrydgard/glslang.git#commit=b16f7e6819267e57c3c244808d1981f0ce34acbc'
+
'git+https://github.com/hrydgard/ppsspp-lang.git#commit=ed0bbfb389da213bd891d179d1d92e95b8f05e43'
+
'git+https://github.com/Kingcom/armips.git#commit=770365d44df35d6e675c58bb2a774ca412278ef5'
+
'armips-tinyformat::git+https://github.com/Kingcom/tinyformat.git#commit=b7f5a22753c81d834ab5133d655f1fd525280765'
+
'git+https://github.com/KhronosGroup/SPIRV-Cross.git#commit=6381b2ff9c0d975af8fd2974c97aa12a69ab6cc6'
 'ppsspp.desktop')
 sha256sums=('SKIP'
 'SKIP'
@@ -26,17 +29,34 @@
 'SKIP'
 'SKIP'
 'SKIP'
+'SKIP'
+'SKIP'
 '1c332702d0aeced07df7e12ba8530bc3f19a52bc76c355f6c84c141becfd46d8')
 
 prepare() {
   cd ppsspp
 
-  for submodule in ffmpeg lang ext/{armips,glslang}; do
+  for submodule in ffmpeg assets/lang ext/glslang; do
 git submodule init ${submodule}
 git config submodule.${submodule}.url ../ppsspp-${submodule#*/}
 git submodule update ${submodule}
   done
+  for submodule in ext/{SPIRV-Cross,armips}; do
+git submodule init ${submodule}
+git config submodule.${submodule}.url ../${submodule#*/}
+git submodule update ${submodule}
+  done
 
+  pushd ext/armips
+
+  for submodule in ext/tinyformat; do
+git submodule init ${submodule}
+git config submodule.${submodule}.url ../../../armips-${submodule#*/}
+git submodule update ${submodule}
+  done
+
+  popd
+
   for ui in sdl qt; do
 if [[ -d build-$ui ]]; then
   rm -rf build-$ui
@@ -50,12 +70,15 @@
 
   cmake .. \
 -DCMAKE_BUILD_TYPE='Release' \
--DCMAKE_SKIP_RPATH='TRUE'
+-DCMAKE_SKIP_RPATH='ON'
   make
 
   cd ../build-qt
 
-  qmake-qt5 CONFIG+='release' QMAKE_LFLAGS+='-lz' ../Qt/PPSSPPQt.pro
+  cmake .. \
+-DCMAKE_BUILD_TYPE='Release' \
+-DCMAKE_SKIP_RPATH='ON' \
+-DUSING_QT_UI='ON'
   make
 }
 
@@ -64,23 +87,25 @@
 
   cd ppsspp/build-sdl
 
-  install -dm 755 "${pkgdir}"/usr/{bin,share/{applications,pixmaps,ppsspp}}
+  install -dm 755 
"${pkgdir}"/usr/{bin,share/{applications,icons,man/man1,pixmaps,ppsspp}}
   install -m 755 PPSSPPSDL "${pkgdir}"/usr/bin/ppsspp
   cp -dr --no-preserve='ownership' assets "${pkgdir}"/usr/share/ppsspp/
-  install -m 644 ../assets/unix-icons/icon-512.svg 
"${pkgdir}"/usr/share/pixmaps/ppsspp.svg
+  cp -dr --no-preserve='ownership' ../icons/hicolor 
"${pkgdir}"/usr/share/icons/
+  install -m 644 ../icons/icon-512.svg "${pkgdir}"/usr/share/pixmaps/ppsspp.svg
   install -m 644 ../../ppsspp.desktop "${pkgdir}"/usr/share/applications/
 }
 
 package_ppsspp-qt() {
-  depends+=('qt5-base')
-  provides=('ppsspp')
+  depends+=('qt5-base' 'qt5-multimedia')
   conflicts=('ppsspp')
 
   cd ppsspp/build-qt
 
-  install -dm 755 "${pkgdir}"/usr/{bin,share/{applications,pixmaps}}
-  install -m 755 ppsspp "${pkgdir}"/usr/bin/
-  install -m 644 ../assets/unix-icons/icon-512.svg 
"${pkgdir}"/usr/share/pixmaps/ppsspp.svg
+  install -dm 755 "${pkgdir}"/usr/{bin,share/{applications,man/man1,pixmaps}}
+  install -m 755 PPSSPPQt "${pkgdir}"/usr/bin/ppsspp
+  cp -dr --no-preserve='ownership' assets "${pkgdir}"/usr/share/ppsspp/
+  cp -dr --no-preserve='ownership' ../icons/hicolor 
"${pkgdir}"/usr/share/icons/
+  install -m 644 ../icons/icon-512.svg "${pkgdir}"/usr/share/pixmaps/ppsspp.svg
   install -m 644 ../../ppsspp.desktop "${pkgdir}"/usr/share/applications/
 }
 


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

2017-03-13 Thread Laurent Carlier
Date: Monday, March 13, 2017 @ 07:44:04
  Author: lcarlier
Revision: 216030

upgpkg: ppsspp 1.3-3

libzip 1.2 rebuild

Modified:
  ppsspp/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-13 07:26:48 UTC (rev 216029)
+++ PKGBUILD2017-03-13 07:44:04 UTC (rev 216030)
@@ -8,7 +8,7 @@
 pkgbase=ppsspp
 pkgname=('ppsspp' 'ppsspp-qt')
 pkgver=1.3
-pkgrel=2
+pkgrel=3
 pkgdesc='A PSP emulator written in C++'
 arch=('x86_64')
 url='http://www.ppsspp.org/'


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

2017-03-11 Thread Maxime Gauduin
Date: Saturday, March 11, 2017 @ 22:07:20
  Author: alucryd
Revision: 215731

upgpkg: ppsspp 1.3-2

Modified:
  ppsspp/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-11 21:44:28 UTC (rev 215730)
+++ PKGBUILD2017-03-11 22:07:20 UTC (rev 215731)
@@ -10,7 +10,7 @@
 pkgver=1.3
 pkgrel=2
 pkgdesc='A PSP emulator written in C++'
-arch=('i686' 'x86_64')
+arch=('x86_64')
 url='http://www.ppsspp.org/'
 license=('GPL2')
 depends=('glew' 'libzip' 'sdl2')


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

2017-03-11 Thread Maxime Gauduin
Date: Saturday, March 11, 2017 @ 21:44:15
  Author: alucryd
Revision: 215729

FS#51131: ppsspp 1.3-2

Modified:
  ppsspp/trunk/PKGBUILD

--+
 PKGBUILD |   15 ---
 1 file changed, 8 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-11 20:57:23 UTC (rev 215728)
+++ PKGBUILD2017-03-11 21:44:15 UTC (rev 215729)
@@ -8,16 +8,17 @@
 pkgbase=ppsspp
 pkgname=('ppsspp' 'ppsspp-qt')
 pkgver=1.3
-pkgrel=1
+pkgrel=2
 pkgdesc='A PSP emulator written in C++'
 arch=('i686' 'x86_64')
 url='http://www.ppsspp.org/'
 license=('GPL2')
-depends=('ffmpeg' 'sdl2')
+depends=('glew' 'libzip' 'sdl2')
 makedepends=('cmake' 'git' 'glu' 'qt5-tools')
 source=("git+https://github.com/hrydgard/ppsspp.git#tag=v${pkgver};
+'git+https://github.com/hrydgard/ppsspp-ffmpeg.git#commit=81379c5'
+'git+https://github.com/hrydgard/ppsspp-glslang.git#commit=4b3e84f'
 'git+https://github.com/hrydgard/ppsspp-lang.git#commit=cdf4a8d'
-'git+https://github.com/hrydgard/ppsspp-glslang.git#commit=4b3e84f'
 
'ppsspp-armips::git+https://github.com/Kingcom/armips.git#commit=1ffab37'
 'ppsspp.desktop')
 sha256sums=('SKIP'
@@ -24,12 +25,13 @@
 'SKIP'
 'SKIP'
 'SKIP'
+'SKIP'
 '1c332702d0aeced07df7e12ba8530bc3f19a52bc76c355f6c84c141becfd46d8')
 
 prepare() {
   cd ppsspp
 
-  for submodule in lang ext/{armips,glslang}; do
+  for submodule in ffmpeg lang ext/{armips,glslang}; do
 git submodule init ${submodule}
 git config submodule.${submodule}.url ../ppsspp-${submodule#*/}
 git submodule update ${submodule}
@@ -48,13 +50,12 @@
 
   cmake .. \
 -DCMAKE_BUILD_TYPE='Release' \
--DCMAKE_SKIP_RPATH='TRUE' \
--DUSE_SYSTEM_FFMPEG='TRUE'
+-DCMAKE_SKIP_RPATH='TRUE'
   make
 
   cd ../build-qt
 
-  qmake-qt5 CONFIG+='release' CONFIG+='system_ffmpeg' ../Qt/PPSSPPQt.pro
+  qmake-qt5 CONFIG+='release' QMAKE_LFLAGS+='-lz' ../Qt/PPSSPPQt.pro
   make
 }
 


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

2016-09-29 Thread Maxime Gauduin
Date: Thursday, September 29, 2016 @ 13:46:32
  Author: alucryd
Revision: 190890

upgpkg: ppsspp 1.3-1

Modified:
  ppsspp/trunk/PKGBUILD

--+
 PKGBUILD |   10 ++
 1 file changed, 6 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-09-29 13:44:08 UTC (rev 190889)
+++ PKGBUILD2016-09-29 13:46:32 UTC (rev 190890)
@@ -7,7 +7,7 @@
 
 pkgbase=ppsspp
 pkgname=('ppsspp' 'ppsspp-qt')
-pkgver=1.2.2
+pkgver=1.3
 pkgrel=1
 pkgdesc='A PSP emulator written in C++'
 arch=('i686' 'x86_64')
@@ -16,18 +16,20 @@
 depends=('ffmpeg' 'sdl2')
 makedepends=('cmake' 'git' 'glu' 'qt5-tools')
 source=("git+https://github.com/hrydgard/ppsspp.git#tag=v${pkgver};
-'git+https://github.com/hrydgard/ppsspp-lang.git#commit=16a50e3'
-
'ppsspp-armips::git+https://github.com/Kingcom/armips.git#commit=9b225d9'
+'git+https://github.com/hrydgard/ppsspp-lang.git#commit=cdf4a8d'
+'git+https://github.com/hrydgard/ppsspp-glslang.git#commit=4b3e84f'
+
'ppsspp-armips::git+https://github.com/Kingcom/armips.git#commit=1ffab37'
 'ppsspp.desktop')
 sha256sums=('SKIP'
 'SKIP'
 'SKIP'
+'SKIP'
 '1c332702d0aeced07df7e12ba8530bc3f19a52bc76c355f6c84c141becfd46d8')
 
 prepare() {
   cd ppsspp
 
-  for submodule in lang ext/armips; do
+  for submodule in lang ext/{armips,glslang}; do
 git submodule init ${submodule}
 git config submodule.${submodule}.url ../ppsspp-${submodule#*/}
 git submodule update ${submodule}


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

2016-03-30 Thread Maxime Gauduin
Date: Wednesday, March 30, 2016 @ 20:02:01
  Author: alucryd
Revision: 168925

upgpkg: ppsspp 1.2.2-1

Modified:
  ppsspp/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-30 17:51:14 UTC (rev 168924)
+++ PKGBUILD2016-03-30 18:02:01 UTC (rev 168925)
@@ -7,7 +7,7 @@
 
 pkgbase=ppsspp
 pkgname=('ppsspp' 'ppsspp-qt')
-pkgver=1.2
+pkgver=1.2.2
 pkgrel=1
 pkgdesc='A PSP emulator written in C++'
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 depends=('ffmpeg' 'sdl2')
 makedepends=('cmake' 'git' 'glu' 'qt5-tools')
 source=("git+https://github.com/hrydgard/ppsspp.git#tag=v${pkgver};
-'git+https://github.com/hrydgard/ppsspp-lang.git#commit=b7da552'
+'git+https://github.com/hrydgard/ppsspp-lang.git#commit=16a50e3'
 
'ppsspp-armips::git+https://github.com/Kingcom/armips.git#commit=9b225d9'
 'ppsspp.desktop')
 sha256sums=('SKIP'


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

2016-02-16 Thread Maxime Gauduin
Date: Tuesday, February 16, 2016 @ 20:25:28
  Author: alucryd
Revision: 161870

ffmpeg 3.0 rebuild: ppsspp 1.2-1

Modified:
  ppsspp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-16 19:07:15 UTC (rev 161869)
+++ PKGBUILD2016-02-16 19:25:28 UTC (rev 161870)
@@ -7,8 +7,8 @@
 
 pkgbase=ppsspp
 pkgname=('ppsspp' 'ppsspp-qt')
-pkgver=1.1.1
-pkgrel=2
+pkgver=1.2
+pkgrel=1
 pkgdesc='A PSP emulator written in C++'
 arch=('i686' 'x86_64')
 url='http://www.ppsspp.org/'
@@ -16,8 +16,8 @@
 depends=('ffmpeg' 'sdl2')
 makedepends=('cmake' 'git' 'glu' 'qt5-tools')
 source=("git+https://github.com/hrydgard/ppsspp.git#tag=v${pkgver};
-'git+https://github.com/hrydgard/ppsspp-lang.git#commit=c0db1fc'
-
'ppsspp-armips::git+https://github.com/Kingcom/armips.git#commit=a0b878f'
+'git+https://github.com/hrydgard/ppsspp-lang.git#commit=b7da552'
+
'ppsspp-armips::git+https://github.com/Kingcom/armips.git#commit=9b225d9'
 'ppsspp.desktop')
 sha256sums=('SKIP'
 'SKIP'


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

2015-12-06 Thread Antonio Rojas
Date: Sunday, December 6, 2015 @ 18:29:35
  Author: arojas
Revision: 148977

C++11 ABI rebuild

Modified:
  ppsspp/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 17:28:31 UTC (rev 148976)
+++ PKGBUILD2015-12-06 17:29:35 UTC (rev 148977)
@@ -8,7 +8,7 @@
 pkgbase=ppsspp
 pkgname=('ppsspp' 'ppsspp-qt')
 pkgver=1.1.1
-pkgrel=1
+pkgrel=2
 pkgdesc='A PSP emulator written in C++'
 arch=('i686' 'x86_64')
 url='http://www.ppsspp.org/'


[arch-commits] Commit in ppsspp/trunk (PKGBUILD ppsspp.desktop)

2015-11-14 Thread Maxime Gauduin
Date: Saturday, November 14, 2015 @ 12:20:38
  Author: alucryd
Revision: 146800

upgpkg: ppsspp 1.1.1-1

Added:
  ppsspp/trunk/ppsspp.desktop
Modified:
  ppsspp/trunk/PKGBUILD

+
 PKGBUILD   |   53 +
 ppsspp.desktop |9 +
 2 files changed, 30 insertions(+), 32 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-14 10:38:26 UTC (rev 146799)
+++ PKGBUILD2015-11-14 11:20:38 UTC (rev 146800)
@@ -7,8 +7,8 @@
 
 pkgbase=ppsspp
 pkgname=('ppsspp' 'ppsspp-qt')
-pkgver=1.0.1
-pkgrel=3
+pkgver=1.1.1
+pkgrel=1
 pkgdesc='A PSP emulator written in C++'
 arch=('i686' 'x86_64')
 url='http://www.ppsspp.org/'
@@ -16,51 +16,42 @@
 depends=('ffmpeg' 'sdl2')
 makedepends=('cmake' 'git' 'glu' 'qt5-tools')
 source=("git+https://github.com/hrydgard/ppsspp.git#tag=v${pkgver};
-'git+https://github.com/hrydgard/ppsspp-lang.git#commit=52c757e'
-
'ppsspp-native::git+https://github.com/hrydgard/native.git#commit=52ce9c1'
+'git+https://github.com/hrydgard/ppsspp-lang.git#commit=c0db1fc'
 
'ppsspp-armips::git+https://github.com/Kingcom/armips.git#commit=a0b878f'
-'ppsspp-ffmpeg.patch'
-'ppsspp-gcc5.1.patch')
+'ppsspp.desktop')
 sha256sums=('SKIP'
 'SKIP'
 'SKIP'
-'SKIP'
-'4d60b99f9e6fe1bb81b2b1b648845f9e76289ba824fcb5e53f2117d0319e086d'
-'f5f946da7eb234a24338aaa990c50e35966231ea931923c35b5c09ae7ee59ad0')
+'1c332702d0aeced07df7e12ba8530bc3f19a52bc76c355f6c84c141becfd46d8')
 
 prepare() {
   cd ppsspp
 
-  for submodule in native lang ext/armips; do
+  for submodule in lang ext/armips; do
 git submodule init ${submodule}
 git config submodule.${submodule}.url ../ppsspp-${submodule#*/}
 git submodule update ${submodule}
   done
 
-  patch -Np1 -i ../ppsspp-ffmpeg.patch
-  patch -Np1 -i ../ppsspp-gcc5.1.patch
+  for ui in sdl qt; do
+if [[ -d build-$ui ]]; then
+  rm -rf build-$ui
+fi
+mkdir build-$ui
+  done
 }
 
 build() {
-  cd ppsspp
+  cd ppsspp/build-sdl
 
-  if [[ -d build ]]; then
-rm -rf build
-  fi
-  mkdir build && cd build
-
   cmake .. \
 -DCMAKE_BUILD_TYPE='Release' \
--DCMAKE_SKIP_RPATH='TRUE'
+-DCMAKE_SKIP_RPATH='TRUE' \
+-DUSE_SYSTEM_FFMPEG='TRUE'
   make
 
-  cd ..
+  cd ../build-qt
 
-  if [[ -d build-qt ]]; then
-rm -rf build-qt
-  fi
-  mkdir build-qt && cd build-qt
-
   qmake-qt5 CONFIG+='release' CONFIG+='system_ffmpeg' ../Qt/PPSSPPQt.pro
   make
 }
@@ -68,14 +59,13 @@
 package_ppsspp() {
   conflicts=('ppsspp-qt')
 
-  cd ppsspp/build
+  cd ppsspp/build-sdl
 
-  install -dm 755 
"${pkgdir}"/usr/{bin,share/{applications,man/man1,pixmaps,ppsspp}}
+  install -dm 755 "${pkgdir}"/usr/{bin,share/{applications,pixmaps,ppsspp}}
   install -m 755 PPSSPPSDL "${pkgdir}"/usr/bin/ppsspp
   cp -dr --no-preserve='ownership' assets "${pkgdir}"/usr/share/ppsspp/
   install -m 644 ../assets/unix-icons/icon-512.svg 
"${pkgdir}"/usr/share/pixmaps/ppsspp.svg
-  install -m 644 ../debian/ppsspp.desktop "${pkgdir}"/usr/share/applications/
-  install -m 644 ../debian/ppsspp.1 "${pkgdir}"/usr/share/man/man1/
+  install -m 644 ../../ppsspp.desktop "${pkgdir}"/usr/share/applications/
 }
 
 package_ppsspp-qt() {
@@ -85,11 +75,10 @@
 
   cd ppsspp/build-qt
 
-  install -dm 755 "${pkgdir}"/usr/{bin,share/{applications,man/man1,pixmaps}}
+  install -dm 755 "${pkgdir}"/usr/{bin,share/{applications,pixmaps}}
   install -m 755 ppsspp "${pkgdir}"/usr/bin/
   install -m 644 ../assets/unix-icons/icon-512.svg 
"${pkgdir}"/usr/share/pixmaps/ppsspp.svg
-  install -m 644 ../debian/ppsspp.desktop "${pkgdir}"/usr/share/applications/
-  install -m 644 ../debian/ppsspp.1 "${pkgdir}"/usr/share/man/man1/
+  install -m 644 ../../ppsspp.desktop "${pkgdir}"/usr/share/applications/
 }
 
 # vim: ts=2 sw=2 et:

Added: ppsspp.desktop
===
--- ppsspp.desktop  (rev 0)
+++ ppsspp.desktop  2015-11-14 11:20:38 UTC (rev 146800)
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Version=1.0
+Type=Application
+Name=PPSSPP
+GenericName=PSP Emulator
+Comment=PlayStation Portable Simulator Suitable for Playing Portably (PPSSPP)
+Exec=ppsspp %f
+Icon=ppsspp
+Categories=Game


Property changes on: ppsspp/trunk/ppsspp.desktop
___
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property


[arch-commits] Commit in ppsspp/trunk (PKGBUILD ppsspp-gcc5.1.patch)

2015-06-01 Thread Maxime Gauduin
Date: Monday, June 1, 2015 @ 11:18:35
  Author: alucryd
Revision: 134450

gcc5.1: ppsspp 1.0.1-3

Added:
  ppsspp/trunk/ppsspp-gcc5.1.patch
Modified:
  ppsspp/trunk/PKGBUILD

-+
 PKGBUILD|9 ++---
 ppsspp-gcc5.1.patch |   40 
 2 files changed, 46 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-06-01 08:48:20 UTC (rev 134449)
+++ PKGBUILD2015-06-01 09:18:35 UTC (rev 134450)
@@ -8,7 +8,7 @@
 pkgbase=ppsspp
 pkgname=('ppsspp' 'ppsspp-qt')
 pkgver=1.0.1
-pkgrel=2
+pkgrel=3
 pkgdesc='A PSP emulator written in C++'
 arch=('i686' 'x86_64')
 url='http://www.ppsspp.org/'
@@ -19,12 +19,14 @@
 'git+https://github.com/hrydgard/ppsspp-lang.git#commit=52c757e'
 
'ppsspp-native::git+https://github.com/hrydgard/native.git#commit=52ce9c1'
 
'ppsspp-armips::git+https://github.com/Kingcom/armips.git#commit=a0b878f'
-'ppsspp-ffmpeg.patch')
+'ppsspp-ffmpeg.patch'
+'ppsspp-gcc5.1.patch')
 sha256sums=('SKIP'
 'SKIP'
 'SKIP'
 'SKIP'
-'4d60b99f9e6fe1bb81b2b1b648845f9e76289ba824fcb5e53f2117d0319e086d')
+'4d60b99f9e6fe1bb81b2b1b648845f9e76289ba824fcb5e53f2117d0319e086d'
+'f5f946da7eb234a24338aaa990c50e35966231ea931923c35b5c09ae7ee59ad0')
 
 prepare() {
   cd ppsspp
@@ -36,6 +38,7 @@
   done
 
   patch -Np1 -i ../ppsspp-ffmpeg.patch
+  patch -Np1 -i ../ppsspp-gcc5.1.patch
 }
 
 build() {

Added: ppsspp-gcc5.1.patch
===
--- ppsspp-gcc5.1.patch (rev 0)
+++ ppsspp-gcc5.1.patch 2015-06-01 09:18:35 UTC (rev 134450)
@@ -0,0 +1,40 @@
+diff -rupN ppsspp.orig/ext/xbrz/xbrz.cpp ppsspp/ext/xbrz/xbrz.cpp
+--- ppsspp.orig/ext/xbrz/xbrz.cpp  2015-06-01 10:48:46.841998475 +0200
 ppsspp/ext/xbrz/xbrz.cpp   2015-06-01 10:50:31.379058513 +0200
+@@ -616,23 +616,21 @@ void scalePixel(const Kernel_3x3 ker,
+   auto eq   = [](uint32_t col1, uint32_t col2) { return 
ColorDistance::dist(col1, col2, cfg.luminanceWeight_)  
cfg.equalColorTolerance_; };
+   auto dist = [](uint32_t col1, uint32_t col2) { return 
ColorDistance::dist(col1, col2, cfg.luminanceWeight_); };
+ 
+-  const bool doLineBlend = []() - bool
+-  {
+-  if (getBottomR(blend) = BLEND_DOMINANT)
+-  return true;
++  bool doLineBlend;
+ 
+-  //make sure there is no second blending in an adjacent 
rotation for this pixel: handles insular pixels, mario eyes
+-  if (getTopR(blend) != BLEND_NONE  !eq(e, g)) //but 
support double-blending for 90� corners
+-  return false;
+-  if (getBottomL(blend) != BLEND_NONE  !eq(e, c))
+-  return false;
++  if (getBottomR(blend) = BLEND_DOMINANT)
++  doLineBlend = true;
+ 
+-  //no full blending for L-shapes; blend corner only 
(handles mario mushroom eyes)
+-  if (eq(g, h)   eq(h , i)  eq(i, f)  eq(f, c)  
!eq(e, i))
+-  return false;
+-
+-  return true;
+-  }();
++  //make sure there is no second blending in an adjacent rotation for 
this pixel: handles insular pixels, mario eyes
++  else if (getTopR(blend) != BLEND_NONE  !eq(e, g)) //but support 
double-blending for 90� corners
++  doLineBlend = false;
++  else if (getBottomL(blend) != BLEND_NONE  !eq(e, c))
++  doLineBlend = false;
++  //no full blending for L-shapes; blend corner only (handles mario 
mushroom eyes)
++  else if (!eq(e, i)  eq(g, h)  eq(h , i)  eq(i, f)  eq(f, c))
++  doLineBlend = false;
++  else
++  doLineBlend = true;
+ 
+   const uint32_t px = dist(e, f) = dist(e, h) ? f : h; //choose 
most similar color
+ 


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

2015-02-26 Thread Bartłomiej Piotrowski
Date: Friday, February 27, 2015 @ 06:20:44
  Author: bpiotrowski
Revision: 128335

upgpkg: ppsspp 1.0.1-1

new upstream release

Modified:
  ppsspp/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-02-27 05:13:30 UTC (rev 128334)
+++ PKGBUILD2015-02-27 05:20:44 UTC (rev 128335)
@@ -2,7 +2,7 @@
 # Maintainer: Bartłomiej Piotrowski bpiotrow...@archlinux.org
 
 pkgname=ppsspp
-pkgver=1.0
+pkgver=1.0.1
 pkgrel=1
 pkgdesc='PSP emulator written in C++'
 arch=('i686' 'x86_64')
@@ -12,8 +12,8 @@
 makedepends=('git' 'cmake' 'mesa' 'mesa-libgl' 'glu' 'chrpath' 'zlib' 'sdl')
 install=ppsspp.install
 source=(git://github.com/hrydgard/ppsspp.git#tag=v$pkgver
-git://github.com/hrydgard/native.git#commit=5becb9a
-lang::git://github.com/hrydgard/ppsspp-lang.git#commit=f5812ba
+git://github.com/hrydgard/native.git#commit=52ce9c1
+lang::git://github.com/hrydgard/ppsspp-lang.git#commit=52c757e
 ffmpeg::git://github.com/hrydgard/ppsspp-ffmpeg.git#commit=04d6e3e
 git://github.com/Kingcom/armips#commit=a0b878f
 ppsspp-1.0-shared-ffmpeg.patch


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

2014-08-19 Thread Bartłomiej Piotrowski
Date: Tuesday, August 19, 2014 @ 14:01:52
  Author: bpiotrowski
Revision: 117626

upgpkg: ppsspp 0.9.9.1-2

disable the build of headless binary

Modified:
  ppsspp/trunk/PKGBUILD

--+
 PKGBUILD |7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-19 11:35:35 UTC (rev 117625)
+++ PKGBUILD2014-08-19 12:01:52 UTC (rev 117626)
@@ -3,7 +3,7 @@
 
 pkgname=ppsspp
 pkgver=0.9.9.1
-pkgrel=1
+pkgrel=2
 pkgdesc='PSP emulator written in C++'
 arch=('i686' 'x86_64')
 url='http://www.ppsspp.org/'
@@ -35,14 +35,13 @@
 
 build() {
   cd build
-  cmake ../$pkgbase -DCMAKE_BUILD_TYPE=Release -DHEADLESS=ON
+  cmake ../$pkgbase -DCMAKE_BUILD_TYPE=Release
   make
 }
 
 package() {
   install -Dm755 build/PPSSPPSDL $pkgdir/usr/bin/PPSSPPSDL
-  install -Dm755 build/PPSSPPHeadless $pkgdir/usr/bin/PPSSPPHeadless
-  chrpath -d $pkgdir/usr/bin/PPSSPP{SDL,Headless}
+  chrpath -d $pkgdir/usr/bin/PPSSPPSDL
 
   install -d $pkgdir/usr/share/ppsspp $pkgdir/usr/share/icons/
   cp -r build/assets $pkgdir/usr/share/ppsspp/