[arch-commits] Commit in libretro-dolphin/repos/community-x86_64 (PKGBUILD PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Sat Sep 5 16:12:01 UTC 2020


    Date: Saturday, September 5, 2020 @ 16:12:01
  Author: alucryd
Revision: 699179

archrelease: copy trunk to community-x86_64

Added:
  libretro-dolphin/repos/community-x86_64/PKGBUILD
    (from rev 699178, libretro-dolphin/trunk/PKGBUILD)
Deleted:
  libretro-dolphin/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |  120 +++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 65 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-05 16:11:56 UTC (rev 699178)
+++ PKGBUILD	2020-09-05 16:12:01 UTC (rev 699179)
@@ -1,55 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=libretro-dolphin
-pkgver=29760
-pkgrel=1
-pkgdesc='Nintendo GC/Wii core'
-arch=(x86_64)
-url=https://github.com/libretro/dolphin
-license=(GPL2)
-groups=(libretro)
-depends=(
-  bluez-libs
-  hidapi
-  libretro-core-info
-  libudev.so
-  libx11
-  libxi
-  libxrandr
-  mbedtls
-  lzo
-  sfml
-  systemd-libs
-  zlib
-)
-makedepends=(
-  cmake
-  git
-  mesa
-  python
-)
-provides=(libretro-dolphin)
-conflicts=(libretro-dolphin)
-source=(libretro-dolphin::git+https://github.com/libretro/dolphin.git#commit=08efaa3b9d010101e95fc4f37f3564527c28421d)
-sha256sums=(SKIP)
-
-pkgver() {
-  cd libretro-dolphin
-
-  git rev-list --count HEAD
-}
-
-build() {
-  cmake -S libretro-dolphin -B build \
-    -DCMAKE_BUILD_TYPE=None \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DLIBRETRO=ON \
-    -DLIBRETRO_STATIC=1
-  make -C build
-}
-
-package() {
-  install -Dm 644 build/dolphin_libretro.so -t "${pkgdir}"/usr/lib/libretro/
-}
-
-# vim: ts=2 sw=2 et:

Copied: libretro-dolphin/repos/community-x86_64/PKGBUILD (from rev 699178, libretro-dolphin/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-09-05 16:12:01 UTC (rev 699179)
@@ -0,0 +1,65 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=libretro-dolphin
+pkgver=32957
+pkgrel=1
+pkgdesc='Nintendo GC/Wii core'
+arch=(x86_64)
+url=https://github.com/libretro/dolphin
+license=(GPL2)
+groups=(libretro)
+depends=(
+  bluez-libs
+  enet
+  fmt
+  hidapi
+  libevdev
+  libpng
+  libretro-core-info
+  libsystemd
+  libx11
+  libxi
+  libxrandr
+  mbedtls
+  lzo
+  sfml
+  systemd-libs
+  zlib
+)
+makedepends=(
+  cmake
+  git
+  mesa
+  python
+)
+provides=(libretro-dolphin)
+conflicts=(libretro-dolphin)
+_commit=f4f49478b602ae96bab7389788eaa43a2ab00fbd
+source=(libretro-dolphin::git+https://github.com/libretro/dolphin.git#commit=${_commit})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd libretro-dolphin
+
+  git rev-list --count HEAD
+}
+
+build() {
+  cmake -S libretro-dolphin -B build \
+    -DCMAKE_BUILD_TYPE=None \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DENABLE_LTO=ON \
+    -DENABLE_NOGUI=OFF \
+    -DENABLE_QT=OFF \
+    -DENABLE_TESTS=OFF \
+    -DLIBRETRO=ON \
+    -DUSE_SHARED_ENET=ON \
+    -Wno-dev
+  make -C build
+}
+
+package() {
+  install -Dm 644 build/dolphin_libretro.so -t "${pkgdir}"/usr/lib/libretro/
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list