[arch-commits] Commit in libretro-bsnes/repos/community-x86_64 (4 files)
Maxime Gauduin
alucryd at gemini.archlinux.org
Thu Aug 18 14:55:39 UTC 2022
Date: Thursday, August 18, 2022 @ 14:55:38
Author: alucryd
Revision: 1267367
archrelease: copy trunk to community-x86_64
Added:
libretro-bsnes/repos/community-x86_64/PKGBUILD
(from rev 1267366, libretro-bsnes/trunk/PKGBUILD)
libretro-bsnes/repos/community-x86_64/libretro-bsnes-flags.patch
(from rev 1267366, libretro-bsnes/trunk/libretro-bsnes-flags.patch)
Deleted:
libretro-bsnes/repos/community-x86_64/PKGBUILD
libretro-bsnes/repos/community-x86_64/libretro-bsnes-flags.patch
----------------------------+
PKGBUILD | 90 ++++++++++++++++++++-----------------------
libretro-bsnes-flags.patch | 48 +++++++++++-----------
2 files changed, 67 insertions(+), 71 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-08-18 14:55:28 UTC (rev 1267366)
+++ PKGBUILD 2022-08-18 14:55:38 UTC (rev 1267367)
@@ -1,47 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=libretro-bsnes
-pkgver=1226
-pkgrel=2
-epoch=1
-pkgdesc='Super Nintendo Entertainment System cores'
-arch=(x86_64)
-url=https://github.com/libretro/bsnes
-license=(GPL3)
-groups=(libretro)
-depends=(
- gcc-libs
- libretro-core-info
-)
-makedepends=(git)
-_commit=4ea6208ad05de7698c321db6fffea9273efc7dee
-source=(
- libretro-bsnes::git+https://github.com/libretro/bsnes.git#commit=${_commit}
- libretro-bsnes-flags.patch
-)
-sha256sums=(
- SKIP
- 3e1704ba3e7175330a0e291fbeb1e0bee18518ac29a2008d984585fb7a9b887c
-)
-
-pkgver() {
- cd libretro-bsnes
-
- git rev-list --count HEAD
-}
-
-prepare() {
- cd libretro-bsnes
-
- patch -Np1 -i ../libretro-bsnes-flags.patch
-}
-
-build() {
- make -C libretro-bsnes/bsnes target=libretro binary=library local=false platform=linux
-}
-
-package() {
- install -Dm 644 libretro-bsnes/bsnes/out/bsnes_libretro.so -t "${pkgdir}"/usr/lib/libretro/
-}
-
-# vim: ts=2 sw=2 et:
Copied: libretro-bsnes/repos/community-x86_64/PKGBUILD (from rev 1267366, libretro-bsnes/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-08-18 14:55:38 UTC (rev 1267367)
@@ -0,0 +1,43 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=libretro-bsnes
+pkgver=3069
+pkgrel=1
+epoch=1
+pkgdesc='Super Nintendo Entertainment System cores'
+arch=(x86_64)
+url=https://github.com/libretro/bsnes-libretro
+license=(GPL3)
+groups=(libretro)
+depends=(
+ gcc-libs
+ libretro-core-info
+)
+makedepends=(git)
+_commit=3be5846f57df04950215f4f788330370fba4a054
+source=(
+ libretro-bsnes::git+https://github.com/libretro/bsnes-libretro.git#commit=${_commit}
+ libretro-bsnes-flags.patch
+)
+b2sums=('SKIP'
+ 'd8d87b92fc0f6d4020333230580bb0e63c73e6833365868f8c71fced923dbbf9df4842d1e7b7fb6bd493ba1e22e53757ae6656a3bcc3408220a18b06f41ea81f')
+
+pkgver() {
+ cd libretro-bsnes
+ git rev-list --count HEAD
+}
+
+prepare() {
+ cd libretro-bsnes
+ patch -Np1 -i ../libretro-bsnes-flags.patch
+}
+
+build() {
+ make -C libretro-bsnes/bsnes target=libretro binary=library local=false platform=linux
+}
+
+package() {
+ install -Dm 644 libretro-bsnes/bsnes/out/bsnes_libretro.so -t "${pkgdir}"/usr/lib/libretro/
+}
+
+# vim: ts=2 sw=2 et:
Deleted: libretro-bsnes-flags.patch
===================================================================
--- libretro-bsnes-flags.patch 2022-08-18 14:55:28 UTC (rev 1267366)
+++ libretro-bsnes-flags.patch 2022-08-18 14:55:38 UTC (rev 1267367)
@@ -1,24 +0,0 @@
-From 6d0f100d25fecae89a48c76f55371730a51c10fe Mon Sep 17 00:00:00 2001
-From: Maxime Gauduin <alucryd at archlinux.org>
-Date: Wed, 18 Mar 2020 17:08:25 +0100
-Subject: [PATCH] use system flags
-
----
- nall/GNUmakefile | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/nall/GNUmakefile b/nall/GNUmakefile
-index 67fb3a15..fddec93d 100755
---- a/nall/GNUmakefile
-+++ b/nall/GNUmakefile
-@@ -127,7 +127,8 @@ endif
-
- # linux settings
- ifeq ($(platform),linux)
-- options += -ldl
-+ flags += ${CXXFLAGS}
-+ options += ${LDFLAGS} -ldl
- endif
-
- # bsd settings
-
Copied: libretro-bsnes/repos/community-x86_64/libretro-bsnes-flags.patch (from rev 1267366, libretro-bsnes/trunk/libretro-bsnes-flags.patch)
===================================================================
--- libretro-bsnes-flags.patch (rev 0)
+++ libretro-bsnes-flags.patch 2022-08-18 14:55:38 UTC (rev 1267367)
@@ -0,0 +1,24 @@
+From 6d0f100d25fecae89a48c76f55371730a51c10fe Mon Sep 17 00:00:00 2001
+From: Maxime Gauduin <alucryd at archlinux.org>
+Date: Wed, 18 Mar 2020 17:08:25 +0100
+Subject: [PATCH] use system flags
+
+---
+ nall/GNUmakefile | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/nall/GNUmakefile b/nall/GNUmakefile
+index 67fb3a15..fddec93d 100755
+--- a/nall/GNUmakefile
++++ b/nall/GNUmakefile
+@@ -127,7 +127,8 @@ endif
+
+ # linux settings
+ ifeq ($(platform),linux)
+- options += -ldl
++ flags += ${CXXFLAGS}
++ options += ${LDFLAGS} -ldl
+ endif
+
+ # bsd settings
+
More information about the arch-commits
mailing list