[arch-commits] Commit in libretro-flycast/repos/community-x86_64 (4 files)
Maxime Gauduin
alucryd at archlinux.org
Tue Dec 1 07:38:51 UTC 2020
Date: Tuesday, December 1, 2020 @ 07:38:50
Author: alucryd
Revision: 766999
archrelease: copy trunk to community-x86_64
Added:
libretro-flycast/repos/community-x86_64/PKGBUILD
(from rev 766998, libretro-flycast/trunk/PKGBUILD)
libretro-flycast/repos/community-x86_64/libretro-flycast-flags.patch
(from rev 766998, 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 2020-12-01 07:38:43 UTC (rev 766998)
+++ PKGBUILD 2020-12-01 07:38:50 UTC (rev 766999)
@@ -1,58 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=libretro-flycast
-pkgver=4271
-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=aba25cd17e359a79d644f54ec83d0e917d1f7ab0
-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 766998, libretro-flycast/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-12-01 07:38:50 UTC (rev 766999)
@@ -0,0 +1,58 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=libretro-flycast
+pkgver=4280
+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=b7839962a58577cd94992ecfc0f3c6f041b90484
+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 2020-12-01 07:38:43 UTC (rev 766998)
+++ libretro-flycast-flags.patch 2020-12-01 07:38:50 UTC (rev 766999)
@@ -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 766998, libretro-flycast/trunk/libretro-flycast-flags.patch)
===================================================================
--- libretro-flycast-flags.patch (rev 0)
+++ libretro-flycast-flags.patch 2020-12-01 07:38:50 UTC (rev 766999)
@@ -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")
More information about the arch-commits
mailing list