Date: Friday, October 16, 2020 @ 07:30:22 Author: alucryd Revision: 724337
archrelease: copy trunk to community-x86_64 Added: libretro-bsnes/repos/community-x86_64/PKGBUILD (from rev 724336, libretro-bsnes/trunk/PKGBUILD) libretro-bsnes/repos/community-x86_64/libretro-bsnes-flags.patch (from rev 724336, 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 | 92 +++++++++++++++++++++---------------------- libretro-bsnes-flags.patch | 48 +++++++++++----------- 2 files changed, 70 insertions(+), 70 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2020-10-16 07:30:16 UTC (rev 724336) +++ PKGBUILD 2020-10-16 07:30:22 UTC (rev 724337) @@ -1,46 +0,0 @@ -# Maintainer: Maxime Gauduin <aluc...@archlinux.org> - -pkgname=libretro-bsnes -pkgver=1198 -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) -source=( - libretro-bsnes::git+https://github.com/libretro/bsnes.git#commit=b68d72b359d10cea96d92ec44630289d15df7a30 - 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 724336, libretro-bsnes/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2020-10-16 07:30:22 UTC (rev 724337) @@ -0,0 +1,46 @@ +# Maintainer: Maxime Gauduin <aluc...@archlinux.org> + +pkgname=libretro-bsnes +pkgver=1198 +pkgrel=1 +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) +source=( + libretro-bsnes::git+https://github.com/libretro/bsnes.git#commit=b68d72b359d10cea96d92ec44630289d15df7a30 + 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: Deleted: libretro-bsnes-flags.patch =================================================================== --- libretro-bsnes-flags.patch 2020-10-16 07:30:16 UTC (rev 724336) +++ libretro-bsnes-flags.patch 2020-10-16 07:30:22 UTC (rev 724337) @@ -1,24 +0,0 @@ -From 6d0f100d25fecae89a48c76f55371730a51c10fe Mon Sep 17 00:00:00 2001 -From: Maxime Gauduin <aluc...@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 724336, libretro-bsnes/trunk/libretro-bsnes-flags.patch) =================================================================== --- libretro-bsnes-flags.patch (rev 0) +++ libretro-bsnes-flags.patch 2020-10-16 07:30:22 UTC (rev 724337) @@ -0,0 +1,24 @@ +From 6d0f100d25fecae89a48c76f55371730a51c10fe Mon Sep 17 00:00:00 2001 +From: Maxime Gauduin <aluc...@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 +