[arch-commits] Commit in libretro-dolphin/repos/community-x86_64 (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Thu Jan 7 08:25:05 UTC 2021
Date: Thursday, January 7, 2021 @ 08:25:05
Author: alucryd
Revision: 811529
archrelease: copy trunk to community-x86_64
Added:
libretro-dolphin/repos/community-x86_64/PKGBUILD
(from rev 811528, libretro-dolphin/trunk/PKGBUILD)
Deleted:
libretro-dolphin/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 149 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 74 insertions(+), 75 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-01-07 08:24:59 UTC (rev 811528)
+++ PKGBUILD 2021-01-07 08:25:05 UTC (rev 811529)
@@ -1,75 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=libretro-dolphin
-pkgver=32966
-pkgrel=3
-pkgdesc='Nintendo GC/Wii core'
-arch=(x86_64)
-url=https://github.com/libretro/dolphin
-license=(GPL2)
-groups=(libretro)
-depends=(
- bluez-libs
- bzip2
- enet
- gcc-libs
- glibc
- libevdev
- libfmt.so
- libgl
- libglvnd
- libhidapi-hidraw.so
- libmbedcrypto.so
- libmbedtls.so
- libmbedx509.so
- libpng
- libretro-core-info
- libudev.so
- libusb-1.0.so
- libx11
- libxi
- libxrandr
- lzo
- sfml
- systemd-libs
- xz
- zlib
- zstd
-)
-makedepends=(
- cmake
- git
- mesa
- python
-)
-provides=(libretro-dolphin)
-conflicts=(libretro-dolphin)
-_commit=7510bb279a371a1c53ebe8dd20214df2eb89794e
-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:
Copied: libretro-dolphin/repos/community-x86_64/PKGBUILD (from rev 811528, libretro-dolphin/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-01-07 08:25:05 UTC (rev 811529)
@@ -0,0 +1,74 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=libretro-dolphin
+pkgver=32969
+pkgrel=1
+pkgdesc='Nintendo GC/Wii core'
+arch=(x86_64)
+url=https://github.com/libretro/dolphin
+license=(GPL2)
+groups=(libretro)
+depends=(
+ bluez-libs
+ bzip2
+ enet
+ gcc-libs
+ glibc
+ libevdev
+ libfmt.so
+ libgl
+ libglvnd
+ libhidapi-hidraw.so
+ libmbedcrypto.so
+ libmbedtls.so
+ libmbedx509.so
+ libpng
+ libretro-core-info
+ libudev.so
+ libusb-1.0.so
+ libx11
+ libxi
+ libxrandr
+ lzo
+ sfml
+ xz
+ zlib
+ zstd
+)
+makedepends=(
+ cmake
+ git
+ mesa
+ python
+)
+provides=(libretro-dolphin)
+conflicts=(libretro-dolphin)
+_commit=a2afe5334bef76b8a6e0f7807ebdc074ac11fe2d
+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