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] mellowplayer: update to 3.5.5
Date: Sun, 08 Sep 2019 13:13:32 +0200	[thread overview]
Message-ID: <20190908111332.HlsfhQj_Mv61SJyXLDPRduJZXdakSmD-m4W-IgmP4CM@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-14275@inbox.vuxu.org>

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

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

https://github.com/mkalte666/void-packages mellowplayer
https://github.com/void-linux/void-packages/pull/14275

mellowplayer: update to 3.5.5


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

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

From 2cda7304e031402251b28b389f624537bc281060 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Malte=20Kie=C3=9Fling?= <mkalte@mkalte.me>
Date: Sat, 7 Sep 2019 00:08:44 +0200
Subject: [PATCH 1/2] mellowplayer: update to 3.5.5

---
 srcpkgs/mellowplayer/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/mellowplayer/template b/srcpkgs/mellowplayer/template
index e07ff139d36..6585226ba93 100644
--- a/srcpkgs/mellowplayer/template
+++ b/srcpkgs/mellowplayer/template
@@ -1,6 +1,6 @@
 # Template file for 'mellowplayer'
 pkgname=mellowplayer
-version=3.5.3
+version=3.5.5
 revision=1
 wrksrc="MellowPlayer-${version}"
 build_style=cmake
@@ -16,7 +16,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://colinduquesnoy.github.io/MellowPlayer/"
 distfiles="https://gitlab.com/ColinDuquesnoy/MellowPlayer/-/archive/${version}/MellowPlayer-${version}.tar.gz"
-checksum=62843d5525749f7347afe129b4f9d94ea6816c26103677c821e1bff1f4831b91
+checksum=19566b9b8725b55960f7f457a719171048a7600ab64955c5aebd63608a3b6df0
 
 if [ "$CROSS_BUILD" ]; then
 	hostmakedepends+=" qt5-host-tools"

From 1c8a2858fbcd7ba96bb06bb9caff3a5101533b0d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Malte=20Kie=C3=9Fling?= <mkalte@mkalte.me>
Date: Sun, 8 Sep 2019 13:12:51 +0200
Subject: [PATCH 2/2] mellowplayer: arm builds break because of qt-webengine

---
 srcpkgs/mellowplayer/template | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/srcpkgs/mellowplayer/template b/srcpkgs/mellowplayer/template
index 6585226ba93..6f005b2f6d3 100644
--- a/srcpkgs/mellowplayer/template
+++ b/srcpkgs/mellowplayer/template
@@ -21,3 +21,7 @@ checksum=19566b9b8725b55960f7f457a719171048a7600ab64955c5aebd63608a3b6df0
 if [ "$CROSS_BUILD" ]; then
 	hostmakedepends+=" qt5-host-tools"
 fi
+
+case "$XBPS_TARGET_MACHINE" in
+	arm*) broken="depends on qt5-webengine";;
+esac

  parent reply	other threads:[~2019-09-08 11:13 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-06 22:33 [PR PATCH] " voidlinux-github
2019-09-08 11:11 ` voidlinux-github
2019-09-08 11:13 ` voidlinux-github [this message]
2019-09-08 11:13 ` [PR PATCH] [Updated] " voidlinux-github
2019-09-08 14:40 ` voidlinux-github
2019-09-08 14:40 ` [PR PATCH] [Closed]: " 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=20190908111332.HlsfhQj_Mv61SJyXLDPRduJZXdakSmD-m4W-IgmP4CM@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).