[arch-commits] Commit in libretro-reicast/repos/community-x86_64 (4 files)

Maxime Gauduin alucryd at archlinux.org
Sat Dec 8 15:40:49 UTC 2018


    Date: Saturday, December 8, 2018 @ 15:40:49
  Author: alucryd
Revision: 412448

archrelease: copy trunk to community-x86_64

Added:
  libretro-reicast/repos/community-x86_64/PKGBUILD
    (from rev 412447, libretro-reicast/trunk/PKGBUILD)
  libretro-reicast/repos/community-x86_64/libretro-reicast-flags.patch
    (from rev 412447, libretro-reicast/trunk/libretro-reicast-flags.patch)
Deleted:
  libretro-reicast/repos/community-x86_64/PKGBUILD
  libretro-reicast/repos/community-x86_64/libretro-reicast-flags.patch

------------------------------+
 PKGBUILD                     |   88 ++++++++++++++++++++++-------------------
 libretro-reicast-flags.patch |   38 ++++++++---------
 2 files changed, 68 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-08 15:40:40 UTC (rev 412447)
+++ PKGBUILD	2018-12-08 15:40:49 UTC (rev 412448)
@@ -1,39 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=libretro-reicast
-pkgver=3321
-pkgrel=1
-pkgdesc='Sega Dreamcast core'
-arch=('x86_64')
-url='https://github.com/libretro/reicast-emulator'
-license=('GPL2')
-groups=('libretro')
-depends=('libgl' 'libretro-core-info')
-makedepends=('git' 'mesa')
-_commit='028d1478e23bab274e5bd8657599c03cf16e19a9'
-source=("libretro-reicast::git+https://github.com/libretro/reicast-emulator.git#commit=${_commit}"
-        'libretro-reicast-flags.patch')
-sha256sums=('SKIP'
-            '051f6fda81d816a8f8c58748565ba4db73a18d0d788e520dc343839471606709')
-
-pkgver() {
-  cd libretro-reicast
-
-  git rev-list --count HEAD
-}
-
-prepare() {
-  cd libretro-reicast
-
-  patch -Np1 -i ../libretro-reicast-flags.patch
-}
-
-build() {
-  make -C libretro-reicast
-}
-
-package() {
-  install -Dm 644 libretro-reicast/reicast_libretro.so -t "${pkgdir}"/usr/lib/libretro/
-}
-
-# vim: ts=2 sw=2 et:

Copied: libretro-reicast/repos/community-x86_64/PKGBUILD (from rev 412447, libretro-reicast/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-12-08 15:40:49 UTC (rev 412448)
@@ -0,0 +1,49 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=libretro-reicast
+pkgver=3485
+pkgrel=1
+pkgdesc='Sega Dreamcast core'
+arch=(x86_64)
+url='https://github.com/libretro/reicast-emulator'
+license=(GPL2)
+groups=(libretro)
+depends=(
+  libgl
+  libretro-core-info
+)
+makedepends=(
+  git
+  mesa
+)
+_commit='57b76774c6f5a9c5830b911f701a3cc99ae2c16a'
+source=(
+  libretro-reicast::git+https://github.com/libretro/reicast-emulator.git#commit=${_commit}
+  libretro-reicast-flags.patch
+)
+sha256sums=(
+  SKIP
+  051f6fda81d816a8f8c58748565ba4db73a18d0d788e520dc343839471606709
+)
+
+pkgver() {
+  cd libretro-reicast
+
+  git rev-list --count HEAD
+}
+
+prepare() {
+  cd libretro-reicast
+
+  patch -Np1 -i ../libretro-reicast-flags.patch
+}
+
+build() {
+  make -C libretro-reicast
+}
+
+package() {
+  install -Dm 644 libretro-reicast/reicast_libretro.so -t "${pkgdir}"/usr/lib/libretro/
+}
+
+# vim: ts=2 sw=2 et:

Deleted: libretro-reicast-flags.patch
===================================================================
--- libretro-reicast-flags.patch	2018-12-08 15:40:40 UTC (rev 412447)
+++ libretro-reicast-flags.patch	2018-12-08 15:40:49 UTC (rev 412448)
@@ -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-reicast/repos/community-x86_64/libretro-reicast-flags.patch (from rev 412447, libretro-reicast/trunk/libretro-reicast-flags.patch)
===================================================================
--- libretro-reicast-flags.patch	                        (rev 0)
+++ libretro-reicast-flags.patch	2018-12-08 15:40:49 UTC (rev 412448)
@@ -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