[arch-commits] Commit in openmw/trunk (PKGBUILD)

2022-06-13 Thread Felix Yan via arch-commits
Date: Monday, June 13, 2022 @ 10:57:02
  Author: felixonmars
Revision: 1237454

upgpkg: openmw 0.47.0-6: boost 1.79.0 rebuild

Modified:
  openmw/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-06-13 10:56:24 UTC (rev 1237453)
+++ PKGBUILD2022-06-13 10:57:02 UTC (rev 1237454)
@@ -3,7 +3,7 @@
 
 pkgname=openmw
 pkgver=0.47.0
-pkgrel=5
+pkgrel=6
 pkgdesc="Open-source engine reimplementation for the role-playing game 
Morrowind"
 arch=('x86_64')
 url="http://www.openmw.org";



[arch-commits] Commit in openmw/trunk (PKGBUILD)

2022-06-05 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, June 5, 2022 @ 23:51:29
  Author: svenstaro
Revision: 1224322

upgpkg: openmw 0.47.0-5: Fix build failure (FS#74767)

Modified:
  openmw/trunk/PKGBUILD

--+
 PKGBUILD |5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-06-05 23:37:28 UTC (rev 1224321)
+++ PKGBUILD2022-06-05 23:51:29 UTC (rev 1224322)
@@ -3,7 +3,7 @@
 
 pkgname=openmw
 pkgver=0.47.0
-pkgrel=4
+pkgrel=5
 pkgdesc="Open-source engine reimplementation for the role-playing game 
Morrowind"
 arch=('x86_64')
 url="http://www.openmw.org";
@@ -11,12 +11,15 @@
 depends=('openal' 'openscenegraph' 'mygui' 'qt5-base' 'ffmpeg4.4' 'sdl2' 
'unshield' 'libxt' 'boost-libs')
 makedepends=('cmake' 'boost' 'doxygen' 'ninja')
 
source=("https://github.com/OpenMW/openmw/archive/refs/tags/openmw-0.47.0.tar.gz";
+https://gitlab.com/OpenMW/openmw/-/merge_requests/1870.patch
 
https://gitlab.com/OpenMW/openmw/-/commit/98a7d90ee258ceef9c70b0b2955d0458ec46f048.patch)
 
sha512sums=('517e650d0054cdba8d38de05ed3975b0fcf8de32fda59c8df7c34b973e5390efa0dd9ec79babdfdaa79dee7aa8a75009776f62fad91b9aa9aa28016c5032652b'
+
'99f721bbeba43a0e259498bbf16ae24dba2a8554e5543fce265ef6c3cc544f4b28c6a13ed3aa51b1eea97fc0552fe056b028188f326dca0265096cf29988f504'
 
'37dfc5611523bf158fe2b6c19bdc11ebd0a70837943183b16b1ec36e06df37c7e089586935753c7442720349d5a7e356dc4f11e79666af0c4d5146f8f64d4853')
 
 prepare () {
   cd openmw-openmw-$pkgver
+  patch -Np1 -i "$srcdir"/1870.patch
   patch -Np1 -i "$srcdir"/98a7d90ee258ceef9c70b0b2955d0458ec46f048.patch
 }
 



[arch-commits] Commit in openmw/trunk (PKGBUILD)

2022-02-19 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, February 20, 2022 @ 03:57:05
  Author: svenstaro
Revision: 1135181

upgpkg: openmw 0.47.0-4: Build against ffmpeg4.4

Modified:
  openmw/trunk/PKGBUILD

--+
 PKGBUILD |   17 +
 1 file changed, 13 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-02-20 03:54:49 UTC (rev 1135180)
+++ PKGBUILD2022-02-20 03:57:05 UTC (rev 1135181)
@@ -3,18 +3,27 @@
 
 pkgname=openmw
 pkgver=0.47.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Open-source engine reimplementation for the role-playing game 
Morrowind"
 arch=('x86_64')
 url="http://www.openmw.org";
 license=('GPL3' 'MIT' 'custom')
-depends=('openal' 'openscenegraph' 'mygui' 'qt5-base' 'ffmpeg' 'sdl2' 
'unshield' 'libxt' 'boost-libs')
+depends=('openal' 'openscenegraph' 'mygui' 'qt5-base' 'ffmpeg4.4' 'sdl2' 
'unshield' 'libxt' 'boost-libs')
 makedepends=('cmake' 'boost' 'doxygen' 'ninja')
-source=("https://github.com/OpenMW/openmw/archive/refs/tags/openmw-0.47.0.tar.gz";)
-sha512sums=('517e650d0054cdba8d38de05ed3975b0fcf8de32fda59c8df7c34b973e5390efa0dd9ec79babdfdaa79dee7aa8a75009776f62fad91b9aa9aa28016c5032652b')
+source=("https://github.com/OpenMW/openmw/archive/refs/tags/openmw-0.47.0.tar.gz";
+
https://gitlab.com/OpenMW/openmw/-/commit/98a7d90ee258ceef9c70b0b2955d0458ec46f048.patch)
+sha512sums=('517e650d0054cdba8d38de05ed3975b0fcf8de32fda59c8df7c34b973e5390efa0dd9ec79babdfdaa79dee7aa8a75009776f62fad91b9aa9aa28016c5032652b'
+
'37dfc5611523bf158fe2b6c19bdc11ebd0a70837943183b16b1ec36e06df37c7e089586935753c7442720349d5a7e356dc4f11e79666af0c4d5146f8f64d4853')
 
+prepare () {
+  cd openmw-openmw-$pkgver
+  patch -Np1 -i "$srcdir"/98a7d90ee258ceef9c70b0b2955d0458ec46f048.patch
+}
+
 build() {
   cd openmw-openmw-$pkgver
+
+  export PKG_CONFIG_LIBDIR=/usr/lib/ffmpeg4.4/pkgconfig
   # We can't use system bullet because openmw needs a version built with double
   # precision but the one we ship in Arch is built with single precision for
   # performance reasons.



[arch-commits] Commit in openmw/trunk (PKGBUILD)

2022-01-23 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, January 23, 2022 @ 18:22:34
  Author: svenstaro
Revision: 1113798

upgpkg: openmw 0.47.0-3: ffmpeg 5 rebuild

Modified:
  openmw/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-01-23 18:22:28 UTC (rev 1113797)
+++ PKGBUILD2022-01-23 18:22:34 UTC (rev 1113798)
@@ -1,9 +1,9 @@
-# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Sven-Hendrik Haase 
 # Contributor: Sandy Carter 
 
 pkgname=openmw
 pkgver=0.47.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Open-source engine reimplementation for the role-playing game 
Morrowind"
 arch=('x86_64')
 url="http://www.openmw.org";



[arch-commits] Commit in openmw/trunk (PKGBUILD)

2021-12-16 Thread Felix Yan via arch-commits
Date: Friday, December 17, 2021 @ 06:31:22
  Author: felixonmars
Revision: 1075849

upgpkg: openmw 0.47.0-2: boost 1.78.0 rebuild

Modified:
  openmw/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-12-17 06:31:11 UTC (rev 1075848)
+++ PKGBUILD2021-12-17 06:31:22 UTC (rev 1075849)
@@ -3,7 +3,7 @@
 
 pkgname=openmw
 pkgver=0.47.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Open-source engine reimplementation for the role-playing game 
Morrowind"
 arch=('x86_64')
 url="http://www.openmw.org";



[arch-commits] Commit in openmw/trunk (PKGBUILD)

2021-11-05 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, November 5, 2021 @ 20:06:56
  Author: svenstaro
Revision: 1037273

upgpkg: openmw 0.47.0-1

Modified:
  openmw/trunk/PKGBUILD

--+
 PKGBUILD |   16 +++-
 1 file changed, 7 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-11-05 19:58:21 UTC (rev 1037272)
+++ PKGBUILD2021-11-05 20:06:56 UTC (rev 1037273)
@@ -2,21 +2,19 @@
 # Contributor: Sandy Carter 
 
 pkgname=openmw
-# Build from git until 0.47.0 stable is out. Sadly openmw releases are very
-# rare these days and backporting takes too much time.
-pkgver=0.47.0rc
-pkgrel=3
+pkgver=0.47.0
+pkgrel=1
 pkgdesc="Open-source engine reimplementation for the role-playing game 
Morrowind"
 arch=('x86_64')
 url="http://www.openmw.org";
 license=('GPL3' 'MIT' 'custom')
 depends=('openal' 'openscenegraph' 'mygui' 'qt5-base' 'ffmpeg' 'sdl2' 
'unshield' 'libxt' 'boost-libs')
-makedepends=('cmake' 'boost' 'doxygen' 'ninja' 'git')
-source=("git+https://gitlab.com/OpenMW/openmw.git#commit=bac679d5";)
-sha512sums=('SKIP')
+makedepends=('cmake' 'boost' 'doxygen' 'ninja')
+source=("https://github.com/OpenMW/openmw/archive/refs/tags/openmw-0.47.0.tar.gz";)
+sha512sums=('517e650d0054cdba8d38de05ed3975b0fcf8de32fda59c8df7c34b973e5390efa0dd9ec79babdfdaa79dee7aa8a75009776f62fad91b9aa9aa28016c5032652b')
 
 build() {
-  cd openmw
+  cd openmw-openmw-$pkgver
   # We can't use system bullet because openmw needs a version built with double
   # precision but the one we ship in Arch is built with single precision for
   # performance reasons.
@@ -32,7 +30,7 @@
 }
 
 package() {
-  cd openmw
+  cd openmw-openmw-$pkgver
   DESTDIR="$pkgdir" ninja -C build install
 }
 



[arch-commits] Commit in openmw/trunk (PKGBUILD)

2021-10-14 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, October 14, 2021 @ 21:36:42
  Author: svenstaro
Revision: 1030214

upgpkg: openmw 0.47.0rc-3: Update rc release and add dep on boost-libs

Modified:
  openmw/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-10-14 21:33:12 UTC (rev 1030213)
+++ PKGBUILD2021-10-14 21:36:42 UTC (rev 1030214)
@@ -5,14 +5,14 @@
 # Build from git until 0.47.0 stable is out. Sadly openmw releases are very
 # rare these days and backporting takes too much time.
 pkgver=0.47.0rc
-pkgrel=2
+pkgrel=3
 pkgdesc="Open-source engine reimplementation for the role-playing game 
Morrowind"
 arch=('x86_64')
 url="http://www.openmw.org";
 license=('GPL3' 'MIT' 'custom')
-depends=('openal' 'openscenegraph' 'mygui' 'qt5-base' 'ffmpeg' 'sdl2' 
'unshield' 'libxt')
+depends=('openal' 'openscenegraph' 'mygui' 'qt5-base' 'ffmpeg' 'sdl2' 
'unshield' 'libxt' 'boost-libs')
 makedepends=('cmake' 'boost' 'doxygen' 'ninja' 'git')
-source=("git+https://gitlab.com/OpenMW/openmw.git#commit=08f7c73e";)
+source=("git+https://gitlab.com/OpenMW/openmw.git#commit=bac679d5";)
 sha512sums=('SKIP')
 
 build() {



[arch-commits] Commit in openmw/trunk (PKGBUILD)

2021-09-10 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, September 11, 2021 @ 02:03:23
  Author: svenstaro
Revision: 1014028

upgpkg: openmw 0.47.0rc-2

Modified:
  openmw/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-09-11 00:41:55 UTC (rev 1014027)
+++ PKGBUILD2021-09-11 02:03:23 UTC (rev 1014028)
@@ -5,7 +5,7 @@
 # Build from git until 0.47.0 stable is out. Sadly openmw releases are very
 # rare these days and backporting takes too much time.
 pkgver=0.47.0rc
-pkgrel=1
+pkgrel=2
 pkgdesc="Open-source engine reimplementation for the role-playing game 
Morrowind"
 arch=('x86_64')
 url="http://www.openmw.org";
@@ -12,7 +12,7 @@
 license=('GPL3' 'MIT' 'custom')
 depends=('openal' 'openscenegraph' 'mygui' 'qt5-base' 'ffmpeg' 'sdl2' 
'unshield' 'libxt')
 makedepends=('cmake' 'boost' 'doxygen' 'ninja' 'git')
-source=("git+https://gitlab.com/OpenMW/openmw.git#commit=af3b9187";)
+source=("git+https://gitlab.com/OpenMW/openmw.git#commit=08f7c73e";)
 sha512sums=('SKIP')
 
 build() {



[arch-commits] Commit in openmw/trunk (PKGBUILD)

2021-06-08 Thread Evangelos Foutras via arch-commits
Date: Tuesday, June 8, 2021 @ 19:47:12
  Author: foutrelis
Revision: 959877

upgpkg: openmw 0.46.0-9: boost 1.76.0 rebuild

Modified:
  openmw/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-06-08 19:43:40 UTC (rev 959876)
+++ PKGBUILD2021-06-08 19:47:12 UTC (rev 959877)
@@ -3,7 +3,7 @@
 
 pkgname=openmw
 pkgver=0.46.0
-pkgrel=8
+pkgrel=9
 pkgdesc="Open-source engine reimplementation for the role-playing game 
Morrowind"
 arch=('x86_64')
 url="http://www.openmw.org";


[arch-commits] Commit in openmw/trunk (PKGBUILD openmw-0.46.0-limits-includes.patch)

2021-06-08 Thread Evangelos Foutras via arch-commits
Date: Tuesday, June 8, 2021 @ 19:43:40
  Author: foutrelis
Revision: 959876

Fix build with GCC 11

Added:
  openmw/trunk/openmw-0.46.0-limits-includes.patch
Modified:
  openmw/trunk/PKGBUILD

-+
 PKGBUILD|3 ++
 openmw-0.46.0-limits-includes.patch |   36 ++
 2 files changed, 39 insertions(+)

Modified: PKGBUILD
===
--- PKGBUILD2021-06-08 19:08:47 UTC (rev 959875)
+++ PKGBUILD2021-06-08 19:43:40 UTC (rev 959876)
@@ -11,12 +11,15 @@
 depends=('openal' 'openscenegraph' 'mygui' 'bullet' 'qt5-base' 'ffmpeg' 'sdl2' 
'unshield' 'libxt')
 makedepends=('cmake' 'boost' 'doxygen' 'ninja' 'git')
 source=("git+https://gitlab.com/OpenMW/openmw.git#tag=openmw-$pkgver";
+openmw-0.46.0-limits-includes.patch
 openmw-0.46.0-missing-include.patch)
 sha512sums=('SKIP'
+
'2c13813ed11e00e2118251192ca0ef3933cce87fc4898930e590a9421d28e0b6ca2bff0edf48b0ec9da528282fcad2ee6e211f2c6692f36b360d8eb6d4f33049'
 
'd0d47fe249e8fb366e00e272dc62853f8a2aaa75d45d83d270891e76674c1382fd3405e674e3b6c383bbc17125c4471893e77251744deae4d17bc373d847a638')
 
 prepare() {
   cd openmw
+  patch -Np1 -i ${srcdir}/openmw-0.46.0-limits-includes.patch
   patch -Np1 -i ${srcdir}/openmw-0.46.0-missing-include.patch
 }
 

Added: openmw-0.46.0-limits-includes.patch
===
--- openmw-0.46.0-limits-includes.patch (rev 0)
+++ openmw-0.46.0-limits-includes.patch 2021-06-08 19:43:40 UTC (rev 959876)
@@ -0,0 +1,36 @@
+diff --git a/components/sceneutil/mwshadowtechnique.cpp 
b/components/sceneutil/mwshadowtechnique.cpp
+index cb3a1b278..653e4d3a1 100644
+--- a/components/sceneutil/mwshadowtechnique.cpp
 b/components/sceneutil/mwshadowtechnique.cpp
+@@ -23,6 +23,7 @@
+ #include 
+ #include 
+ 
++#include 
+ #include 
+ 
+ namespace {
+diff --git a/components/sceneutil/shadow.cpp b/components/sceneutil/shadow.cpp
+index 035c19a5f..1ec2b1c5e 100644
+--- a/components/sceneutil/shadow.cpp
 b/components/sceneutil/shadow.cpp
+@@ -1,5 +1,7 @@
+ #include "shadow.hpp"
+ 
++#include 
++
+ #include 
+ 
+ #include 
+diff --git a/components/terrain/quadtreeworld.cpp 
b/components/terrain/quadtreeworld.cpp
+index f998b7877..cadf5eaa4 100644
+--- a/components/terrain/quadtreeworld.cpp
 b/components/terrain/quadtreeworld.cpp
+@@ -2,6 +2,7 @@
+ 
+ #include 
+ 
++#include 
+ #include 
+ 
+ #include 


[arch-commits] Commit in openmw/trunk (PKGBUILD)

2021-05-11 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, May 11, 2021 @ 19:29:05
  Author: svenstaro
Revision: 930531

upgpkg: openmw 0.46.0-8: bullet 3.17

Modified:
  openmw/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-05-11 19:29:02 UTC (rev 930530)
+++ PKGBUILD2021-05-11 19:29:05 UTC (rev 930531)
@@ -3,7 +3,7 @@
 
 pkgname=openmw
 pkgver=0.46.0
-pkgrel=7
+pkgrel=8
 pkgdesc="Open-source engine reimplementation for the role-playing game 
Morrowind"
 arch=('x86_64')
 url="http://www.openmw.org";


[arch-commits] Commit in openmw/trunk (PKGBUILD)

2021-01-06 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, January 6, 2021 @ 15:31:50
  Author: svenstaro
Revision: 810935

Change to GitLab canonical source

Modified:
  openmw/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-01-06 15:31:50 UTC (rev 810934)
+++ PKGBUILD2021-01-06 15:31:50 UTC (rev 810935)
@@ -10,7 +10,7 @@
 license=('GPL3' 'MIT' 'custom')
 depends=('openal' 'openscenegraph' 'mygui' 'bullet' 'qt5-base' 'ffmpeg' 'sdl2' 
'unshield' 'libxt')
 makedepends=('cmake' 'boost' 'doxygen' 'ninja' 'git')
-source=("git+https://github.com/OpenMW/openmw.git#tag=openmw-$pkgver";
+source=("git+https://gitlab.com/OpenMW/openmw.git#tag=openmw-$pkgver";
 openmw-0.46.0-missing-include.patch)
 sha512sums=('SKIP'
 
'd0d47fe249e8fb366e00e272dc62853f8a2aaa75d45d83d270891e76674c1382fd3405e674e3b6c383bbc17125c4471893e77251744deae4d17bc373d847a638')