Date: Thursday, May 6, 2021 @ 15:09:18 Author: alucryd Revision: 928490
archrelease: copy trunk to community-x86_64 Added: libretro-flycast/repos/community-x86_64/PKGBUILD (from rev 928489, libretro-flycast/trunk/PKGBUILD) libretro-flycast/repos/community-x86_64/libretro-flycast-flags.patch (from rev 928489, libretro-flycast/trunk/libretro-flycast-flags.patch) Deleted: libretro-flycast/repos/community-x86_64/PKGBUILD libretro-flycast/repos/community-x86_64/libretro-flycast-flags.patch ------------------------------+ PKGBUILD | 116 ++++++++++++++++++++--------------------- libretro-flycast-flags.patch | 38 ++++++------- 2 files changed, 77 insertions(+), 77 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2021-05-06 15:09:13 UTC (rev 928489) +++ PKGBUILD 2021-05-06 15:09:18 UTC (rev 928490) @@ -1,58 +0,0 @@ -# Maintainer: Maxime Gauduin <aluc...@archlinux.org> - -pkgname=libretro-flycast -pkgver=4417 -pkgrel=1 -pkgdesc='Sega Dreamcast core' -arch=(x86_64) -url=https://github.com/libretro/flycast -license=(GPL2) -groups=(libretro) -depends=( - libgl - libretro-core-info - libzip - xxhash - zlib -) -makedepends=( - git - mesa -) -_commit=ddb617aed135c4a084cf884770c7c80a7c883e34 -source=( - libretro-flycast::git+https://github.com/libretro/flycast.git#commit=${_commit} - libretro-flycast-flags.patch -) -sha256sums=('SKIP' - '051f6fda81d816a8f8c58748565ba4db73a18d0d788e520dc343839471606709') - -pkgver() { - cd libretro-flycast - - git rev-list --count HEAD -} - -prepare() { - cd libretro-flycast - - patch -Np1 -i ../libretro-flycast-flags.patch -} - -build() { - make \ - HAVE_OIT=1 \ - SYSTEM_GLSLANG=0 \ - SYSTEM_LIBCHDR=0 \ - SYSTEM_LIBZIP=1 \ - SYSTEM_PICOTCP=0 \ - SYSTEM_XXHASH=1 \ - SYSTEM_ZLIB=1 \ - -C libretro-flycast -} - -package() { - install -Dm 644 libretro-flycast/flycast_libretro.so -t "${pkgdir}"/usr/lib/libretro/ -} - -# vim: ts=2 sw=2 et: Copied: libretro-flycast/repos/community-x86_64/PKGBUILD (from rev 928489, libretro-flycast/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2021-05-06 15:09:18 UTC (rev 928490) @@ -0,0 +1,58 @@ +# Maintainer: Maxime Gauduin <aluc...@archlinux.org> + +pkgname=libretro-flycast +pkgver=4454 +pkgrel=1 +pkgdesc='Sega Dreamcast core' +arch=(x86_64) +url=https://github.com/libretro/flycast +license=(GPL2) +groups=(libretro) +depends=( + libgl + libretro-core-info + libzip + xxhash + zlib +) +makedepends=( + git + mesa +) +_commit=d05a2e45ae197b23da5f066fae12ca6ecdbb95e6 +source=( + libretro-flycast::git+https://github.com/libretro/flycast.git#commit=${_commit} + libretro-flycast-flags.patch +) +sha256sums=('SKIP' + '051f6fda81d816a8f8c58748565ba4db73a18d0d788e520dc343839471606709') + +pkgver() { + cd libretro-flycast + + git rev-list --count HEAD +} + +prepare() { + cd libretro-flycast + + patch -Np1 -i ../libretro-flycast-flags.patch +} + +build() { + make \ + HAVE_OIT=1 \ + SYSTEM_GLSLANG=0 \ + SYSTEM_LIBCHDR=0 \ + SYSTEM_LIBZIP=1 \ + SYSTEM_PICOTCP=0 \ + SYSTEM_XXHASH=1 \ + SYSTEM_ZLIB=1 \ + -C libretro-flycast +} + +package() { + install -Dm 644 libretro-flycast/flycast_libretro.so -t "${pkgdir}"/usr/lib/libretro/ +} + +# vim: ts=2 sw=2 et: Deleted: libretro-flycast-flags.patch =================================================================== --- libretro-flycast-flags.patch 2021-05-06 15:09:13 UTC (rev 928489) +++ libretro-flycast-flags.patch 2021-05-06 15:09:18 UTC (rev 928490) @@ -1,19 +0,0 @@ -diff -rupN libretro-reicast.orig/Makefile libretro-reicast/Makefile ---- libretro-reicast.orig/Makefile 2018-10-08 09:46:38.219688904 +0200 -+++ libretro-reicast/Makefile 2018-10-08 09:48:19.840450287 +0200 -@@ -26,12 +26,12 @@ CC_AS = ${CC_PREFIX}as - - MFLAGS := - ASFLAGS := --LDFLAGS := -+LDFLAGS := ${LDFLAGS} - LDFLAGS_END := - INCFLAGS := - LIBS := --CFLAGS := --CXXFLAGS := -+CFLAGS := ${CFLAGS} -+CXXFLAGS := ${CXXFLAGS} - - GIT_VERSION := " $(shell git rev-parse --short HEAD || echo unknown)" - ifneq ($(GIT_VERSION)," unknown") Copied: libretro-flycast/repos/community-x86_64/libretro-flycast-flags.patch (from rev 928489, libretro-flycast/trunk/libretro-flycast-flags.patch) =================================================================== --- libretro-flycast-flags.patch (rev 0) +++ libretro-flycast-flags.patch 2021-05-06 15:09:18 UTC (rev 928490) @@ -0,0 +1,19 @@ +diff -rupN libretro-reicast.orig/Makefile libretro-reicast/Makefile +--- libretro-reicast.orig/Makefile 2018-10-08 09:46:38.219688904 +0200 ++++ libretro-reicast/Makefile 2018-10-08 09:48:19.840450287 +0200 +@@ -26,12 +26,12 @@ CC_AS = ${CC_PREFIX}as + + MFLAGS := + ASFLAGS := +-LDFLAGS := ++LDFLAGS := ${LDFLAGS} + LDFLAGS_END := + INCFLAGS := + LIBS := +-CFLAGS := +-CXXFLAGS := ++CFLAGS := ${CFLAGS} ++CXXFLAGS := ${CXXFLAGS} + + GIT_VERSION := " $(shell git rev-parse --short HEAD || echo unknown)" + ifneq ($(GIT_VERSION)," unknown")