[arch-commits] Commit in libretro-citra/repos/community-x86_64 (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Tue Mar 27 14:54:40 UTC 2018
Date: Tuesday, March 27, 2018 @ 14:54:39
Author: alucryd
Revision: 312866
archrelease: copy trunk to community-x86_64
Added:
libretro-citra/repos/community-x86_64/PKGBUILD
(from rev 312865, libretro-citra/trunk/PKGBUILD)
Deleted:
libretro-citra/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 169 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 84 insertions(+), 85 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-03-27 14:54:25 UTC (rev 312865)
+++ PKGBUILD 2018-03-27 14:54:39 UTC (rev 312866)
@@ -1,85 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=libretro-citra
-pkgver=5621
-pkgrel=1
-pkgdesc='Nintendo 3DS core'
-arch=('x86_64')
-url='https://github.com/libretro/citra'
-license=('GPL2')
-groups=('libretro')
-depends=('curl' 'gcc-libs' 'glibc' 'libretro-core-info')
-makedepends=('cmake' 'git')
-source=('libretro-citra::git+https://github.com/libretro/citra.git'
- 'citra-boost::git+https://github.com/citra-emu/ext-boost'
- 'git+https://github.com/philsquared/Catch'
- 'git+https://github.com/whoshuu/cpr'
- 'git+https://github.com/weidai11/cryptopp'
- 'git+https://github.com/MerryMage/dynarmic'
- 'git+https://github.com/lsalzman/enet'
- 'git+https://github.com/fmtlib/fmt'
- 'git+https://github.com/svn2github/inih'
- 'git+https://github.com/neobrain/nihstro'
- 'citra-soundtouch::git+https://github.com/citra-emu/ext-soundtouch'
- 'git+https://github.com/herumi/xbyak')
-sha256sums=('SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP')
-
-pkgver() {
- cd libretro-citra
-
- git rev-list --count HEAD
-}
-
-prepare() {
- cd libretro-citra
-
- if [[ -d build ]]; then
- rm -rf build
- fi
- mkdir build
-
- for submodule in externals/{catch,cpr,cryptopp/cryptopp,dynarmic,enet,fmt,inih/inih,nihstro,xbyak}; do
- git submodule init ${submodule}
- git config submodule.${submodule}.url ../${submodule##*/}
- git submodule update
- done
- for submodule in externals/{boost,soundtouch}; do
- git submodule init ${submodule}
- git config submodule.${submodule}.url ../citra-${submodule##*/}
- git submodule update
- done
-}
-
-build() {
- cd libretro-citra/build
-
- cmake .. \
- -DCMAKE_BUILD_TYPE='Release' \
- -DDISABLE_LIBPNG='ON' \
- -DENABLE_LIBRETRO='ON' \
- -DENABLE_QT='OFF' \
- -DENABLE_SDL2='OFF' \
- -DENABLE_WEB_SERVICE='OFF' \
- -DUSE_SYSTEM_CURL='ON'
- make
-}
-
-package() {
- cd libretro-citra/build
-
- install -Dm 644 src/citra_libretro/citra_libretro.so -t "${pkgdir}"/usr/lib/libretro/
-}
-
-# vim: ts=2 sw=2 et:
Copied: libretro-citra/repos/community-x86_64/PKGBUILD (from rev 312865, libretro-citra/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-03-27 14:54:39 UTC (rev 312866)
@@ -0,0 +1,84 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=libretro-citra
+pkgver=5903
+pkgrel=1
+pkgdesc='Nintendo 3DS core'
+arch=('x86_64')
+url='https://github.com/libretro/citra'
+license=('GPL2')
+groups=('libretro')
+depends=('curl' 'gcc-libs' 'glibc' 'libretro-core-info' 'sdl2')
+makedepends=('cmake' 'git')
+_commit='7f983fe78a8db1b5845e9508689375f5600c92d8'
+source=("libretro-citra::git+https://github.com/libretro/citra.git#commit=${_commit}"
+ 'citra-boost::git+https://github.com/citra-emu/ext-boost'
+ 'git+https://github.com/philsquared/Catch'
+ 'git+https://github.com/whoshuu/cpr'
+ 'git+https://github.com/weidai11/cryptopp'
+ 'git+https://github.com/MerryMage/dynarmic'
+ 'git+https://github.com/lsalzman/enet'
+ 'git+https://github.com/fmtlib/fmt'
+ 'git+https://github.com/svn2github/inih'
+ 'git+https://github.com/neobrain/nihstro'
+ 'citra-soundtouch::git+https://github.com/citra-emu/ext-soundtouch'
+ 'git+https://github.com/herumi/xbyak')
+sha256sums=('SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP')
+
+pkgver() {
+ cd libretro-citra
+
+ git rev-list --count HEAD
+}
+
+prepare() {
+ cd libretro-citra
+
+ if [[ -d build ]]; then
+ rm -rf build
+ fi
+ mkdir build
+
+ for submodule in externals/{catch,cpr,cryptopp/cryptopp,dynarmic,enet,fmt,inih/inih,nihstro,xbyak}; do
+ git submodule init ${submodule}
+ git config submodule.${submodule}.url ../${submodule##*/}
+ git submodule update
+ done
+ for submodule in externals/{boost,soundtouch}; do
+ git submodule init ${submodule}
+ git config submodule.${submodule}.url ../citra-${submodule##*/}
+ git submodule update
+ done
+}
+
+build() {
+ cd libretro-citra/build
+
+ cmake .. \
+ -DCMAKE_BUILD_TYPE='Release' \
+ -DENABLE_LIBRETRO='ON' \
+ -DENABLE_QT='OFF' \
+ -DENABLE_SDL2='ON' \
+ -DENABLE_WEB_SERVICE='OFF'
+ make
+}
+
+package() {
+ cd libretro-citra/build
+
+ install -Dm 644 src/citra_libretro/citra_libretro.so -t "${pkgdir}"/usr/lib/libretro/
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list