Date: Monday, December 26, 2022 @ 02:02:28
Author: svenstaro
Revision: 1367430
archrelease: copy trunk to community-x86_64
Added:
naev/repos/community-x86_64/PKGBUILD
(from rev 1367429, naev/trunk/PKGBUILD)
naev/repos/community-x86_64/binutils-2.39.patch
(from rev 1367429, naev/trunk/binutils-2.39.patch)
Deleted:
naev/repos/community-x86_64/PKGBUILD
naev/repos/community-x86_64/binutils-2.39.patch
---------------------+
PKGBUILD | 72 +++++++++++++++++++++++++-------------------------
binutils-2.39.patch | 26 +++++++++---------
2 files changed, 49 insertions(+), 49 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-12-26 02:02:17 UTC (rev 1367429)
+++ PKGBUILD 2022-12-26 02:02:28 UTC (rev 1367430)
@@ -1,36 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <[email protected]>
-# Contributor: Johan Rehnberg <[email protected]>
-
-pkgname=naev
-pkgver=0.9.4
-pkgrel=2
-pkgdesc='2D action/rpg space game'
-arch=('x86_64')
-url="https://github.com/naev/naev"
-license=('GPL3')
-depends=('glu' 'openal' 'libvorbis' 'sdl2' 'sdl2_image' 'sdl2_mixer' 'libgl'
'libxml2' 'freetype2'
- 'libpng' 'libzip' 'luajit' 'glpk' 'physfs' 'libunibreak'
'suitesparse' 'openblas' 'cblas')
-makedepends=('freeglut' 'zip' 'meson' 'git' 'python-yaml')
-source=("https://github.com/naev/naev/releases/download/v$pkgver/naev-$pkgver-source.tar.xz"
- binutils-2.39.patch)
-sha512sums=('e8efb115d8d623ea92d348854d98ee22e8863aaf6555efa058d6160210f000186ae39f054f5b4f0fa8d92949de83defa35d4acd8216398157a1a42886745ddab'
-
'274b2189a9c81d75ff649ae777fdca0cba0ed41fd1c62e8079fc3cd4e48617cde49d930742e7786dbe98a46a02e8733ac9a6d551d6e418f27ecfaeff91c63679')
-
-prepare() {
- patch -d $pkgname-$pkgver -p1 < binutils-2.39.patch # Fix build with
binutils 2.39
-}
-
-build() {
- cd "$pkgname-$pkgver"
-
- export LDFLAGS+=' -lcblas' # Workaround our openblas not providing cblas
- meson setup -Dprefix=/usr -Dndata_path=/usr/share/naev/ndata build .
- cd build
- meson compile
-}
-
-package() {
- cd "$pkgname-$pkgver/build"
-
- DESTDIR="$pkgdir" meson install
-}
Copied: naev/repos/community-x86_64/PKGBUILD (from rev 1367429,
naev/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-12-26 02:02:28 UTC (rev 1367430)
@@ -0,0 +1,36 @@
+# Maintainer: Sven-Hendrik Haase <[email protected]>
+# Contributor: Johan Rehnberg <[email protected]>
+
+pkgname=naev
+pkgver=0.10.0
+pkgrel=1
+pkgdesc='2D action/rpg space game'
+arch=('x86_64')
+url="https://github.com/naev/naev"
+license=('GPL3')
+depends=('glu' 'openal' 'libvorbis' 'sdl2' 'sdl2_image' 'sdl2_mixer' 'libgl'
'libxml2' 'freetype2'
+ 'libpng' 'libzip' 'luajit' 'glpk' 'physfs' 'libunibreak'
'suitesparse' 'openblas' 'cblas')
+makedepends=('freeglut' 'zip' 'meson' 'git' 'python-yaml')
+source=("https://github.com/naev/naev/releases/download/v$pkgver/naev-$pkgver-source.tar.xz"
+ binutils-2.39.patch)
+sha512sums=('419573ce6812e87ee73527df0c68853405046b6e3ac16a1de32b754c1a7aefaeecd285d0252115c421154e0695d64c28b06810fcff230b9bed722b694368ac35'
+
'274b2189a9c81d75ff649ae777fdca0cba0ed41fd1c62e8079fc3cd4e48617cde49d930742e7786dbe98a46a02e8733ac9a6d551d6e418f27ecfaeff91c63679')
+
+# prepare() {
+# # patch -d $pkgname-$pkgver -p1 < binutils-2.39.patch # Fix build with
binutils 2.39
+# }
+
+build() {
+ cd "$pkgname-$pkgver"
+
+ export LDFLAGS+=' -lcblas' # Workaround our openblas not providing cblas
+ meson setup -Dprefix=/usr -Dndata_path=/usr/share/naev/ndata build .
+ cd build
+ meson compile
+}
+
+package() {
+ cd "$pkgname-$pkgver/build"
+
+ DESTDIR="$pkgdir" meson install
+}
Deleted: binutils-2.39.patch
===================================================================
--- binutils-2.39.patch 2022-12-26 02:02:17 UTC (rev 1367429)
+++ binutils-2.39.patch 2022-12-26 02:02:28 UTC (rev 1367430)
@@ -1,13 +0,0 @@
-diff --git a/src/debug.c b/src/debug.c
-index 9306c763d..ddbca4019 100644
---- a/src/debug.c
-+++ b/src/debug.c
-@@ -150,7 +150,7 @@ static void debug_sigHandler( int sig, siginfo_t *info,
void *unused )
- debug_sigCodeToStr(info->si_signo, info->si_code) );
- for (i=0; i<num; i++) {
- if (abfd != NULL)
-- debug_translateAddress(symbols[i], (bfd_vma) (bfd_hostptr_t) buf[i]);
-+ debug_translateAddress(symbols[i], (bfd_vma) (uintptr_t) buf[i]);
- else
- DEBUG(" %s", symbols[i]);
- }
Copied: naev/repos/community-x86_64/binutils-2.39.patch (from rev 1367429,
naev/trunk/binutils-2.39.patch)
===================================================================
--- binutils-2.39.patch (rev 0)
+++ binutils-2.39.patch 2022-12-26 02:02:28 UTC (rev 1367430)
@@ -0,0 +1,13 @@
+diff --git a/src/debug.c b/src/debug.c
+index 9306c763d..ddbca4019 100644
+--- a/src/debug.c
++++ b/src/debug.c
+@@ -150,7 +150,7 @@ static void debug_sigHandler( int sig, siginfo_t *info,
void *unused )
+ debug_sigCodeToStr(info->si_signo, info->si_code) );
+ for (i=0; i<num; i++) {
+ if (abfd != NULL)
+- debug_translateAddress(symbols[i], (bfd_vma) (bfd_hostptr_t) buf[i]);
++ debug_translateAddress(symbols[i], (bfd_vma) (uintptr_t) buf[i]);
+ else
+ DEBUG(" %s", symbols[i]);
+ }