[arch-commits] Commit in libretro-bsnes/repos/community-x86_64 (4 files)
Maxime Gauduin
alucryd at archlinux.org
Thu Jan 23 14:44:14 UTC 2020
Date: Thursday, January 23, 2020 @ 14:44:13
Author: alucryd
Revision: 554961
archrelease: copy trunk to community-x86_64
Added:
libretro-bsnes/repos/community-x86_64/PKGBUILD
(from rev 554960, libretro-bsnes/trunk/PKGBUILD)
libretro-bsnes/repos/community-x86_64/libretro-bsnes-flags.patch
(from rev 554960, 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 | 95 ++++++++++++++++++++-----------------------
libretro-bsnes-flags.patch | 66 ++++++++++++++---------------
2 files changed, 79 insertions(+), 82 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-01-23 14:44:07 UTC (rev 554960)
+++ PKGBUILD 2020-01-23 14:44:13 UTC (rev 554961)
@@ -1,49 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=libretro-bsnes
-pkgver=554
-pkgrel=1
-pkgdesc='Super Nintendo Entertainment System cores'
-arch=(x86_64)
-url='https://github.com/libretro/bsnes-libretro'
-license=(GPL3)
-groups=('libretro')
-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
-
- git rev-list --count HEAD
-}
-
-prepare() {
- cd libretro-bsnes
-
- patch -Np1 -i ../libretro-bsnes-flags.patch
-}
-
-build() {
- cd libretro-bsnes
-
- for p in accuracy balanced performance; do
- make 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/
- done
-}
-
-# vim: ts=2 sw=2 et:
Copied: libretro-bsnes/repos/community-x86_64/PKGBUILD (from rev 554960, libretro-bsnes/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-01-23 14:44:13 UTC (rev 554961)
@@ -0,0 +1,46 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=libretro-bsnes
+pkgver=525
+pkgrel=1
+pkgdesc='Super Nintendo Entertainment System cores'
+arch=(x86_64)
+url=https://github.com/libretro/bsnes-libretro
+license=(GPL3)
+groups=(libretro)
+depends=(libretro-core-info)
+makedepends=(git)
+source=(
+ libretro-bsnes::git+https://github.com/libretro/bsnes-libretro#commit=95350550af6c76b57593dea980b5c3a27e5bf09e
+ libretro-bsnes-flags.patch
+)
+sha256sums=(
+ SKIP
+ 3b1119c29373cf4bbbe4ea39bd4ad3c9bfea7501015b51b09caa95a02773058d
+)
+
+pkgver() {
+ cd libretro-bsnes
+
+ git rev-list --count HEAD
+}
+
+prepare() {
+ cd libretro-bsnes
+
+ patch -Np1 -i ../libretro-bsnes-flags.patch
+}
+
+build() {
+ for p in accuracy balanced performance; do
+ make -C libretro-bsnes profile=${p}
+ done
+}
+
+package() {
+ for p in accuracy balanced performance; do
+ install -Dm 644 libretro-bsnes/out/bsnes_${p}_libretro.so -t "${pkgdir}"/usr/lib/libretro/
+ done
+}
+
+# vim: ts=2 sw=2 et:
Deleted: libretro-bsnes-flags.patch
===================================================================
--- libretro-bsnes-flags.patch 2020-01-23 14:44:07 UTC (rev 554960)
+++ libretro-bsnes-flags.patch 2020-01-23 14:44:13 UTC (rev 554961)
@@ -1,33 +0,0 @@
-diff -rupN libretro-bsnes.orig/.git/FETCH_HEAD libretro-bsnes/.git/FETCH_HEAD
---- libretro-bsnes.orig/.git/FETCH_HEAD 1970-01-01 01:00:00.000000000 +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/Makefile 2018-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/Makefile 2018-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
Copied: libretro-bsnes/repos/community-x86_64/libretro-bsnes-flags.patch (from rev 554960, libretro-bsnes/trunk/libretro-bsnes-flags.patch)
===================================================================
--- libretro-bsnes-flags.patch (rev 0)
+++ libretro-bsnes-flags.patch 2020-01-23 14:44:13 UTC (rev 554961)
@@ -0,0 +1,33 @@
+diff -rupN libretro-bsnes.orig/.git/FETCH_HEAD libretro-bsnes/.git/FETCH_HEAD
+--- libretro-bsnes.orig/.git/FETCH_HEAD 1970-01-01 01:00:00.000000000 +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/Makefile 2018-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/Makefile 2018-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
More information about the arch-commits
mailing list