Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] gzdoom: update to 4.2.3.
Date: Wed, 30 Oct 2019 13:43:34 +0100	[thread overview]
Message-ID: <20191030124334.Fan-EwSh1QUqkEP6_CAzmoKm4t4IYTArlC89LnODm3U@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-15838@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 315 bytes --]

There is an updated pull request by mobinmob against master on the void-packages repository

https://github.com/mobinmob/void-packages gzdoom
https://github.com/void-linux/void-packages/pull/15838

gzdoom: update to 4.2.3.


A patch file from https://github.com/void-linux/void-packages/pull/15838.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gzdoom-15838.patch --]
[-- Type: text/x-diff, Size: 2779 bytes --]

From 519a401845e6d9c4645236e433abc9b61fde4590 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 27 Oct 2019 22:26:36 +0200
Subject: [PATCH] gzdoom: update to 4.2.3.

---
 ...d654ed85fc42ec59c99f760a7da572a95d2d.patch | 21 +++++++++++++++++++
 srcpkgs/gzdoom/template                       | 10 ++++++---
 2 files changed, 28 insertions(+), 3 deletions(-)
 create mode 100644 srcpkgs/gzdoom/patches/c3fed654ed85fc42ec59c99f760a7da572a95d2d.patch

diff --git a/srcpkgs/gzdoom/patches/c3fed654ed85fc42ec59c99f760a7da572a95d2d.patch b/srcpkgs/gzdoom/patches/c3fed654ed85fc42ec59c99f760a7da572a95d2d.patch
new file mode 100644
index 00000000000..f32d6370c8c
--- /dev/null
+++ b/srcpkgs/gzdoom/patches/c3fed654ed85fc42ec59c99f760a7da572a95d2d.patch
@@ -0,0 +1,21 @@
+From c3fed654ed85fc42ec59c99f760a7da572a95d2d Mon Sep 17 00:00:00 2001
+From: John Zimmermann <johnz@posteo.net>
+Date: Tue, 29 Oct 2019 01:02:09 +0100
+Subject: [PATCH] utility/palette.cpp requires sse2 on x86*
+
+---
+ src/CMakeLists.txt | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
+index 6f6ece0a24..cb8ffc0f3d 100644
+--- a/src/CMakeLists.txt
++++ b/src/CMakeLists.txt
+@@ -1305,6 +1305,7 @@ if( ZD_CMAKE_COMPILER_IS_GNUCXX_COMPATIBLE )
+ 			rendering/polyrenderer/poly_all.cpp
+ 			rendering/swrenderer/r_all.cpp
+ 			utility/x86.cpp
++			utility/palette.cpp
+ 			PROPERTIES COMPILE_FLAGS "-msse2 -mmmx" )
+ 	endif()
+ endif()
diff --git a/srcpkgs/gzdoom/template b/srcpkgs/gzdoom/template
index 136817c9386..103d2c7f190 100644
--- a/srcpkgs/gzdoom/template
+++ b/srcpkgs/gzdoom/template
@@ -1,6 +1,6 @@
 # Template file for 'gzdoom'
 pkgname=gzdoom
-version=4.1.3
+version=4.2.3
 revision=1
 _tagdate=2019-07-09
 wrksrc="${pkgname}-g${version}"
@@ -15,8 +15,8 @@ license="GPL-3.0-or-later"
 homepage="https://www.zdoom.org"
 distfiles="https://github.com/coelckers/${pkgname}/archive/g${version}.tar.gz
  https://github.com/coelckers/${pkgname}/releases/download/g${version}/${pkgname}_${version}_amd64.deb"
-checksum="5174c73e553d8ebbb5939255a6bdc56aecd4ff862ed20e544f271d59290a2d2b
- bdcd19779d0c37ffeef2ef06252bd427f714546c6767f6ce61cb0bd5e99f99b9"
+checksum="6dad7c0be3a780f7cf3a3aea13768d58e3b49745ee84cc7ac46fe137daaf30b9
+ 102848ff2e82d121f180541a79322f66a836c1b249280e5aad7ea51f429bb3a3"
 skip_extraction="${pkgname}_${version}_amd64.deb"
 nocross=yes
 
@@ -27,6 +27,10 @@ case "$XBPS_MACHINE" in
 	;;
 esac
 
+case "$XBPS_TARGET_MACHINE" in
+	i686) broken="https://api.travis-ci.org/v3/job/603618228/log.txt" ;;
+esac
+
 post_extract() {
 	ar -p ${XBPS_SRCDISTDIR}/${pkgname}-${version}/${pkgname}_${version}_amd64.deb data.tar.xz |
 	tar --strip-components=4 -xJf - ./usr/share/{pixmaps/gzdoom.png,applications/gzdoom.desktop}

  parent reply	other threads:[~2019-10-30 12:43 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-27 20:27 [PR PATCH] " voidlinux-github
2019-10-28 20:34 ` [PR PATCH] [Updated] " voidlinux-github
2019-10-28 20:34 ` voidlinux-github
2019-10-28 20:34 ` voidlinux-github
2019-10-28 20:36 ` voidlinux-github
2019-10-29  0:03 ` voidlinux-github
2019-10-30 12:43 ` voidlinux-github [this message]
2019-10-30 12:43 ` [PR PATCH] [Updated] " voidlinux-github
2019-10-30 12:45 ` voidlinux-github
2019-10-30 12:45 ` voidlinux-github
2019-10-30 15:02 ` [PR PATCH] [Closed]: " voidlinux-github
2019-10-30 15:02 ` voidlinux-github
2019-10-30 15:03 ` voidlinux-github

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20191030124334.Fan-EwSh1QUqkEP6_CAzmoKm4t4IYTArlC89LnODm3U@z \
    --to=voidlinux-github@inbox.vuxu.org \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).