[arch-commits] Commit in libretro-bsnes/trunk (PKGBUILD)

2020-10-16 Thread Maxime Gauduin via arch-commits
Date: Friday, October 16, 2020 @ 07:34:12
  Author: alucryd
Revision: 724344

upgpkg: libretro-bsnes 1:1201-1

Modified:
  libretro-bsnes/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-16 07:30:51 UTC (rev 724343)
+++ PKGBUILD2020-10-16 07:34:12 UTC (rev 724344)
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=libretro-bsnes
-pkgver=1198
+pkgver=1201
 pkgrel=1
 epoch=1
 pkgdesc='Super Nintendo Entertainment System cores'
@@ -14,8 +14,9 @@
   libretro-core-info
 )
 makedepends=(git)
+_commit=76f508f731110705179b8be133bb6189b92fa078
 source=(
-  
libretro-bsnes::git+https://github.com/libretro/bsnes.git#commit=b68d72b359d10cea96d92ec44630289d15df7a30
+  libretro-bsnes::git+https://github.com/libretro/bsnes.git#commit=${_commit}
   libretro-bsnes-flags.patch
 )
 sha256sums=(


[arch-commits] Commit in libretro-bsnes/trunk (PKGBUILD)

2020-10-16 Thread Maxime Gauduin via arch-commits
Date: Friday, October 16, 2020 @ 07:30:16
  Author: alucryd
Revision: 724336

upgpkg: libretro-bsnes 1:1198-1

Modified:
  libretro-bsnes/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-16 07:30:12 UTC (rev 724335)
+++ PKGBUILD2020-10-16 07:30:16 UTC (rev 724336)
@@ -6,7 +6,7 @@
 epoch=1
 pkgdesc='Super Nintendo Entertainment System cores'
 arch=(x86_64)
-url=https://github.com/libretro/bsnes-libretro
+url=https://github.com/libretro/bsnes
 license=(GPL3)
 groups=(libretro)
 depends=(


[arch-commits] Commit in libretro-bsnes/trunk (PKGBUILD)

2020-04-05 Thread Maxime Gauduin via arch-commits
Date: Sunday, April 5, 2020 @ 19:42:24
  Author: alucryd
Revision: 611921

upgpkg: libretro-bsnes 1:1198-1

Modified:
  libretro-bsnes/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-05 19:38:16 UTC (rev 611920)
+++ PKGBUILD2020-04-05 19:42:24 UTC (rev 611921)
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=libretro-bsnes
-pkgver=1196
+pkgver=1198
 pkgrel=1
 epoch=1
 pkgdesc='Super Nintendo Entertainment System cores'
@@ -15,7 +15,7 @@
 )
 makedepends=(git)
 source=(
-  
libretro-bsnes::git+https://github.com/libretro/bsnes.git#commit=8e80d2f8a43e34a82931e25143b279e5fbcfaedc
+  
libretro-bsnes::git+https://github.com/libretro/bsnes.git#commit=b68d72b359d10cea96d92ec44630289d15df7a30
   libretro-bsnes-flags.patch
 )
 sha256sums=(


[arch-commits] Commit in libretro-bsnes/trunk (PKGBUILD libretro-bsnes-flags.patch)

2020-03-30 Thread Maxime Gauduin via arch-commits
Date: Monday, March 30, 2020 @ 09:45:02
  Author: alucryd
Revision: 606716

upgpkg: libretro-bsnes 1:1196-1

Modified:
  libretro-bsnes/trunk/PKGBUILD
  libretro-bsnes/trunk/libretro-bsnes-flags.patch

+
 PKGBUILD   |   19 +++---
 libretro-bsnes-flags.patch |   55 +--
 2 files changed, 32 insertions(+), 42 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-03-30 09:27:05 UTC (rev 606715)
+++ PKGBUILD2020-03-30 09:45:02 UTC (rev 606716)
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=libretro-bsnes
-pkgver=525
+pkgver=1196
 pkgrel=1
 epoch=1
 pkgdesc='Super Nintendo Entertainment System cores'
@@ -9,15 +9,18 @@
 url=https://github.com/libretro/bsnes-libretro
 license=(GPL3)
 groups=(libretro)
-depends=(libretro-core-info)
+depends=(
+  gcc-libs
+  libretro-core-info
+)
 makedepends=(git)
 source=(
-  
libretro-bsnes::git+https://github.com/libretro/bsnes-libretro#commit=95350550af6c76b57593dea980b5c3a27e5bf09e
+  
libretro-bsnes::git+https://github.com/libretro/bsnes.git#commit=8e80d2f8a43e34a82931e25143b279e5fbcfaedc
   libretro-bsnes-flags.patch
 )
 sha256sums=(
   SKIP
-  3b1119c29373cf4bbbe4ea39bd4ad3c9bfea7501015b51b09caa95a02773058d
+  3e1704ba3e7175330a0e291fbeb1e0bee18518ac29a2008d984585fb7a9b887c
 )
 
 pkgver() {
@@ -33,15 +36,11 @@
 }
 
 build() {
-  for p in accuracy balanced performance; do
-make -C libretro-bsnes profile=${p}
-  done
+  make -C libretro-bsnes/bsnes target=libretro binary=library local=false 
platform=linux
 }
 
 package() {
-  for p in accuracy balanced performance; do
-install -Dm 644 libretro-bsnes/out/bsnes_${p}_libretro.so -t 
"${pkgdir}"/usr/lib/libretro/
-  done
+  install -Dm 644 libretro-bsnes/bsnes/out/bsnes_libretro.so -t 
"${pkgdir}"/usr/lib/libretro/
 }
 
 # vim: ts=2 sw=2 et:

Modified: libretro-bsnes-flags.patch
===
--- libretro-bsnes-flags.patch  2020-03-30 09:27:05 UTC (rev 606715)
+++ libretro-bsnes-flags.patch  2020-03-30 09:45:02 UTC (rev 606716)
@@ -1,33 +1,24 @@
-diff -rupN libretro-bsnes.orig/.git/FETCH_HEAD libretro-bsnes/.git/FETCH_HEAD
 libretro-bsnes.orig/.git/FETCH_HEAD1970-01-01 01:00:00.0 
+0100
-+++ libretro-bsnes/.git/FETCH_HEAD 2018-12-07 18:31:25.943337424 +0100
-@@ -0,0 +1,3 @@
-+2a0b1a4f0b47100a781e025b085cb7ed88798527  not-for-merge   branch '096' of 
/home/alucryd/Packages/src/libretro-bsnes
-+c6e90ddcdfdc5ca1b56319df662912b3c026d78f  not-for-merge   branch 
'libretro' of /home/alucryd/Packages/src/libretro-bsnes
-+95350550af6c76b57593dea980b5c3a27e5bf09e  not-for-merge   branch 'master' 
of /home/alucryd/Packages/src/libretro-bsnes
-Binary files libretro-bsnes.orig/.git/index and libretro-bsnes/.git/index 
differ
-diff -rupN libretro-bsnes.orig/Makefile libretro-bsnes/Makefile
 libretro-bsnes.orig/Makefile   2018-12-07 18:09:48.766873570 +0100
-+++ libretro-bsnes/Makefile2018-12-07 18:22:39.006021877 +0100
-@@ -32,7 +32,8 @@ sfc_lagfix := 1
- ifeq ($(DEBUG), 1)
-   flags := -I. -Ilibco -O0 -g
- else
--  flags := -I. -Ilibco -O3 -fomit-frame-pointer
-+  flags := $(CFLAGS) -I. -Ilibco -fomit-frame-pointer
-+  link := $(LDFLAGS)
+From 6d0f100d25fecae89a48c76f55371730a51c10fe Mon Sep 17 00:00:00 2001
+From: Maxime Gauduin 
+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
- 
- cflags := -std=gnu99 -xc
-diff -rupN libretro-bsnes.orig/target-libretro/Makefile 
libretro-bsnes/target-libretro/Makefile
 libretro-bsnes.orig/target-libretro/Makefile   2018-12-07 
18:09:48.813540589 +0100
-+++ libretro-bsnes/target-libretro/Makefile2018-12-07 18:31:23.149982988 
+0100
-@@ -46,7 +46,7 @@ obj/libretro-$(profile).o: $(ui)/libretr
- #targets
- build: $(objects)
- ifeq ($(platform),linux)
--  $(compiler) -o out/bsnes_$(profile)_libretro.so -shared $(objects) -ldl 
-Wl,--no-undefined -Wl,--version-script=$(ui)/link.T
-+  $(compiler) -o out/bsnes_$(profile)_libretro.so $(link) -shared 
$(objects) -ldl -Wl,--no-undefined -Wl,--version-script=$(ui)/link.T
- else ifneq (,$(findstring ios,$(platform)))
-   ifeq ($(platform),ios-arm64)
-   $(compiler) -o out/bsnes_$(profile)_libretro_ios.dylib 
-dynamiclib $(objects) -isysroot $(IOSSDK) -arch arm64
+
+ # bsd settings
+


[arch-commits] Commit in libretro-bsnes/trunk (PKGBUILD)

2020-01-23 Thread Maxime Gauduin via arch-commits
Date: Thursday, January 23, 2020 @ 14:45:49
  Author: alucryd
Revision: 554962

upgpkg: libretro-bsnes 1:525-1

Modified:
  libretro-bsnes/trunk/PKGBUILD

--+
 PKGBUILD |1 +
 1 file changed, 1 insertion(+)

Modified: PKGBUILD
===
--- PKGBUILD2020-01-23 14:44:13 UTC (rev 554961)
+++ PKGBUILD2020-01-23 14:45:49 UTC (rev 554962)
@@ -3,6 +3,7 @@
 pkgname=libretro-bsnes
 pkgver=525
 pkgrel=1
+epoch=1
 pkgdesc='Super Nintendo Entertainment System cores'
 arch=(x86_64)
 url=https://github.com/libretro/bsnes-libretro


[arch-commits] Commit in libretro-bsnes/trunk (PKGBUILD)

2020-01-23 Thread Maxime Gauduin via arch-commits
Date: Thursday, January 23, 2020 @ 14:44:07
  Author: alucryd
Revision: 554960

upgpkg: libretro-bsnes 525-1

Modified:
  libretro-bsnes/trunk/PKGBUILD

--+
 PKGBUILD |   23 ++-
 1 file changed, 10 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-01-23 14:38:23 UTC (rev 554959)
+++ PKGBUILD2020-01-23 14:44:07 UTC (rev 554960)
@@ -1,22 +1,23 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=libretro-bsnes
-pkgver=554
+pkgver=525
 pkgrel=1
 pkgdesc='Super Nintendo Entertainment System cores'
 arch=(x86_64)
-url='https://github.com/libretro/bsnes-libretro'
+url=https://github.com/libretro/bsnes-libretro
 license=(GPL3)
-groups=('libretro')
+groups=(libretro)
 depends=(libretro-core-info)
 makedepends=(git)
-_commit='c6e90ddcdfdc5ca1b56319df662912b3c026d78f'
 source=(
-  
libretro-bsnes::git+https://github.com/libretro/bsnes-libretro#commit=${_commit}
+  
libretro-bsnes::git+https://github.com/libretro/bsnes-libretro#commit=95350550af6c76b57593dea980b5c3a27e5bf09e
   libretro-bsnes-flags.patch
 )
-sha256sums=('SKIP'
-'3b1119c29373cf4bbbe4ea39bd4ad3c9bfea7501015b51b09caa95a02773058d')
+sha256sums=(
+  SKIP
+  3b1119c29373cf4bbbe4ea39bd4ad3c9bfea7501015b51b09caa95a02773058d
+)
 
 pkgver() {
   cd libretro-bsnes
@@ -31,18 +32,14 @@
 }
 
 build() {
-  cd libretro-bsnes
-
   for p in accuracy balanced performance; do
-make profile=${p}
+make -C libretro-bsnes profile=${p}
   done
 }
 
 package() {
-  cd libretro-bsnes
-
   for p in accuracy balanced performance; do
-install -Dm 644 out/bsnes_${p}_libretro.so -t "${pkgdir}"/usr/lib/libretro/
+install -Dm 644 libretro-bsnes/out/bsnes_${p}_libretro.so -t 
"${pkgdir}"/usr/lib/libretro/
   done
 }
 


[arch-commits] Commit in libretro-bsnes/trunk (PKGBUILD libretro-bsnes-flags.patch)

2018-12-07 Thread Maxime Gauduin via arch-commits
Date: Friday, December 7, 2018 @ 17:33:10
  Author: alucryd
Revision: 412158

upgpkg: libretro-bsnes 554-1

Added:
  libretro-bsnes/trunk/libretro-bsnes-flags.patch
Modified:
  libretro-bsnes/trunk/PKGBUILD

+
 PKGBUILD   |   26 ++
 libretro-bsnes-flags.patch |   33 +
 2 files changed, 51 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-12-07 17:14:45 UTC (rev 412157)
+++ PKGBUILD2018-12-07 17:33:10 UTC (rev 412158)
@@ -1,18 +1,22 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=libretro-bsnes
-pkgver=543
+pkgver=554
 pkgrel=1
 pkgdesc='Super Nintendo Entertainment System cores'
-arch=('x86_64')
+arch=(x86_64)
 url='https://github.com/libretro/bsnes-libretro'
-license=('GPL3')
+license=(GPL3)
 groups=('libretro')
-depends=('gcc-libs' 'glibc' 'libretro-core-info')
-makedepends=('git')
-_commit='a4800add4a2c5fed274bc0d68fcc3c4f060d92bd'
-source=("libretro-bsnes::git+https://github.com/libretro/bsnes-libretro#commit=${_commit}";)
-sha256sums=('SKIP')
+depends=(libretro-core-info)
+makedepends=(git)
+_commit='c6e90ddcdfdc5ca1b56319df662912b3c026d78f'
+source=(
+  
libretro-bsnes::git+https://github.com/libretro/bsnes-libretro#commit=${_commit}
+  libretro-bsnes-flags.patch
+)
+sha256sums=('SKIP'
+'3b1119c29373cf4bbbe4ea39bd4ad3c9bfea7501015b51b09caa95a02773058d')
 
 pkgver() {
   cd libretro-bsnes
@@ -20,6 +24,12 @@
   git rev-list --count HEAD
 }
 
+prepare() {
+  cd libretro-bsnes
+
+  patch -Np1 -i ../libretro-bsnes-flags.patch
+}
+
 build() {
   cd libretro-bsnes
 

Added: libretro-bsnes-flags.patch
===
--- libretro-bsnes-flags.patch  (rev 0)
+++ libretro-bsnes-flags.patch  2018-12-07 17:33:10 UTC (rev 412158)
@@ -0,0 +1,33 @@
+diff -rupN libretro-bsnes.orig/.git/FETCH_HEAD libretro-bsnes/.git/FETCH_HEAD
+--- libretro-bsnes.orig/.git/FETCH_HEAD1970-01-01 01:00:00.0 
+0100
 libretro-bsnes/.git/FETCH_HEAD 2018-12-07 18:31:25.943337424 +0100
+@@ -0,0 +1,3 @@
++2a0b1a4f0b47100a781e025b085cb7ed88798527  not-for-merge   branch '096' of 
/home/alucryd/Packages/src/libretro-bsnes
++c6e90ddcdfdc5ca1b56319df662912b3c026d78f  not-for-merge   branch 
'libretro' of /home/alucryd/Packages/src/libretro-bsnes
++95350550af6c76b57593dea980b5c3a27e5bf09e  not-for-merge   branch 'master' 
of /home/alucryd/Packages/src/libretro-bsnes
+Binary files libretro-bsnes.orig/.git/index and libretro-bsnes/.git/index 
differ
+diff -rupN libretro-bsnes.orig/Makefile libretro-bsnes/Makefile
+--- libretro-bsnes.orig/Makefile   2018-12-07 18:09:48.766873570 +0100
 libretro-bsnes/Makefile2018-12-07 18:22:39.006021877 +0100
+@@ -32,7 +32,8 @@ sfc_lagfix := 1
+ ifeq ($(DEBUG), 1)
+   flags := -I. -Ilibco -O0 -g
+ else
+-  flags := -I. -Ilibco -O3 -fomit-frame-pointer
++  flags := $(CFLAGS) -I. -Ilibco -fomit-frame-pointer
++  link := $(LDFLAGS)
+ endif
+ 
+ cflags := -std=gnu99 -xc
+diff -rupN libretro-bsnes.orig/target-libretro/Makefile 
libretro-bsnes/target-libretro/Makefile
+--- libretro-bsnes.orig/target-libretro/Makefile   2018-12-07 
18:09:48.813540589 +0100
 libretro-bsnes/target-libretro/Makefile2018-12-07 18:31:23.149982988 
+0100
+@@ -46,7 +46,7 @@ obj/libretro-$(profile).o: $(ui)/libretr
+ #targets
+ build: $(objects)
+ ifeq ($(platform),linux)
+-  $(compiler) -o out/bsnes_$(profile)_libretro.so -shared $(objects) -ldl 
-Wl,--no-undefined -Wl,--version-script=$(ui)/link.T
++  $(compiler) -o out/bsnes_$(profile)_libretro.so $(link) -shared 
$(objects) -ldl -Wl,--no-undefined -Wl,--version-script=$(ui)/link.T
+ else ifneq (,$(findstring ios,$(platform)))
+   ifeq ($(platform),ios-arm64)
+   $(compiler) -o out/bsnes_$(profile)_libretro_ios.dylib 
-dynamiclib $(objects) -isysroot $(IOSSDK) -arch arm64


[arch-commits] Commit in libretro-bsnes/trunk (PKGBUILD)

2017-12-22 Thread Maxime Gauduin via arch-commits
Date: Friday, December 22, 2017 @ 15:46:12
  Author: alucryd
Revision: 275513

upgpkg: libretro-bsnes 543-1

Modified:
  libretro-bsnes/trunk/PKGBUILD

--+
 PKGBUILD |   20 ++--
 1 file changed, 6 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-12-22 15:41:08 UTC (rev 275512)
+++ PKGBUILD2017-12-22 15:46:12 UTC (rev 275513)
@@ -2,7 +2,7 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=libretro-bsnes
-pkgver=499
+pkgver=543
 pkgrel=1
 pkgdesc='Super Nintendo Entertainment System cores'
 arch=('x86_64')
@@ -9,17 +9,11 @@
 url='https://github.com/libretro/bsnes-libretro'
 license=('GPL3')
 groups=('libretro')
-depends=('gcc-libs' 'glibc')
+depends=('gcc-libs' 'glibc' 'libretro-core-info')
 makedepends=('git')
-_commit='026fc306b232d0987e618a39ed4ad0a50c7abcc5'
-source=("libretro-bsnes::git+https://github.com/libretro/bsnes-libretro#commit=${_commit}";
-
'https://raw.githubusercontent.com/libretro/libretro-super/master/dist/info/bsnes_accuracy_libretro.info'
-
'https://raw.githubusercontent.com/libretro/libretro-super/master/dist/info/bsnes_balanced_libretro.info'
-
'https://raw.githubusercontent.com/libretro/libretro-super/master/dist/info/bsnes_performance_libretro.info')
-sha256sums=('SKIP'
-'07d87c4de75611811ff1c0970ddbffcb3bd89452cc1fe80b9f777f5ed526ba2c'
-'b5917bd92bf4aeb7c6f30cf1ab31f693556319ddcb3c5c9b2d5d14e9eef34fc7'
-'e0d46da3132d1ae770115bba4e4f826a6990d01c2706bf02da7c7d5088a2077a')
+_commit='a4800add4a2c5fed274bc0d68fcc3c4f060d92bd'
+source=("libretro-bsnes::git+https://github.com/libretro/bsnes-libretro#commit=${_commit}";)
+sha256sums=('SKIP')
 
 pkgver() {
   cd libretro-bsnes
@@ -38,10 +32,8 @@
 package() {
   cd libretro-bsnes
 
-  install -dm 755 "${pkgdir}"/usr/{lib/libretro,share/libretro/info}
   for p in accuracy balanced performance; do
-install -m 644 out/bsnes_${p}_libretro.so "${pkgdir}"/usr/lib/libretro/
-install -m 644 ../bsnes_${p}_libretro.info 
"${pkgdir}"/usr/share/libretro/info/
+install -Dm 644 out/bsnes_${p}_libretro.so -t "${pkgdir}"/usr/lib/libretro/
   done
 }
 


[arch-commits] Commit in libretro-bsnes/trunk (PKGBUILD)

2017-02-05 Thread Maxime Gauduin
Date: Sunday, February 5, 2017 @ 13:52:16
  Author: alucryd
Revision: 209966

upgpkg: libretro-bsnes 499-1

Modified:
  libretro-bsnes/trunk/PKGBUILD

--+
 PKGBUILD |   11 ++-
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-05 13:42:49 UTC (rev 209965)
+++ PKGBUILD2017-02-05 13:52:16 UTC (rev 209966)
@@ -2,7 +2,7 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=libretro-bsnes
-pkgver=464
+pkgver=499
 pkgrel=1
 pkgdesc='Super Nintendo Entertainment System cores'
 arch=('i686' 'x86_64')
@@ -11,14 +11,15 @@
 groups=('libretro')
 depends=('gcc-libs' 'glibc')
 makedepends=('git')
-source=('libretro-bsnes::git+https://github.com/libretro/bsnes-libretro'
+_commit='026fc306b232d0987e618a39ed4ad0a50c7abcc5'
+source=("libretro-bsnes::git+https://github.com/libretro/bsnes-libretro#commit=${_commit}";
 
'https://raw.githubusercontent.com/libretro/libretro-super/master/dist/info/bsnes_accuracy_libretro.info'
 
'https://raw.githubusercontent.com/libretro/libretro-super/master/dist/info/bsnes_balanced_libretro.info'
 
'https://raw.githubusercontent.com/libretro/libretro-super/master/dist/info/bsnes_performance_libretro.info')
 sha256sums=('SKIP'
-'0307d236776f5462dfa4fd7814b03dc7704cd66c1cc1e03a1dd5b1b978bb3fb8'
-'594296694dd0b99959253f8da066a83c9de17c1c260dcdd058d9b45dbeb8af61'
-'0cf91d9788336a9e62df448df20003a7b720a8e309eeb6a7f0f00293d4768fff')
+'07d87c4de75611811ff1c0970ddbffcb3bd89452cc1fe80b9f777f5ed526ba2c'
+'b5917bd92bf4aeb7c6f30cf1ab31f693556319ddcb3c5c9b2d5d14e9eef34fc7'
+'e0d46da3132d1ae770115bba4e4f826a6990d01c2706bf02da7c7d5088a2077a')
 
 pkgver() {
   cd libretro-bsnes