Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] qtav: fix cross-build
@ 2020-12-14 17:43 ndowens
  2020-12-14 17:44 ` [PR PATCH] [Updated] " ndowens
  2020-12-16  2:47 ` [PR PATCH] [Merged]: " ericonr
  0 siblings, 2 replies; 3+ messages in thread
From: ndowens @ 2020-12-14 17:43 UTC (permalink / raw)
  To: ml

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

There is a new pull request by ndowens against master on the void-packages repository

https://github.com/ndowens/void-packages qtav
https://github.com/void-linux/void-packages/pull/27154

qtav: fix cross-build


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

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

From e105a65c88babccb166488338f5d7666040c7841 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Mon, 14 Dec 2020 11:44:08 -0600
Subject: [PATCH] qtav: fix cross-build

---
 srcpkgs/qtav/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/qtav/template b/srcpkgs/qtav/template
index c823f7972b8..2bc9a056eba 100644
--- a/srcpkgs/qtav/template
+++ b/srcpkgs/qtav/template
@@ -4,6 +4,7 @@ version=1.13.0
 revision=1
 wrksrc="QtAV-${version}"
 build_style=qmake
+hostmakedepends="qt5-qmake qt5-host-tools qt5-svg-devel"
 makedepends="ffmpeg-devel libass-devel libopenal-devel
  libva-glx-devel libXv-devel pulseaudio-devel
  qt5-declarative-devel qt5-svg-devel
@@ -16,7 +17,6 @@ homepage="http://www.qtav.org"
 changelog="https://raw.githubusercontent.com/wang-bin/QtAV/master/Changelog"
 distfiles="https://github.com/wang-bin/QtAV/archive/v${version}.tar.gz"
 checksum=a493d54d105b32c526f05188e4d7a8cf3508ecac697aae088721ffad20982288
-nocross="qmake attempts to run host tests using target compiler"
 
 post_install() {
 	vmkdir usr/bin

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Updated] qtav: fix cross-build
  2020-12-14 17:43 [PR PATCH] qtav: fix cross-build ndowens
@ 2020-12-14 17:44 ` ndowens
  2020-12-16  2:47 ` [PR PATCH] [Merged]: " ericonr
  1 sibling, 0 replies; 3+ messages in thread
From: ndowens @ 2020-12-14 17:44 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages qtav
https://github.com/void-linux/void-packages/pull/27154

qtav: fix cross-build


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

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

From 0504585c590ded1e29456d9699c89061269c5e87 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Mon, 14 Dec 2020 11:44:08 -0600
Subject: [PATCH] qtav: fix cross-build

---
 srcpkgs/qtav/template | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/qtav/template b/srcpkgs/qtav/template
index c823f7972b8..5687942f7f5 100644
--- a/srcpkgs/qtav/template
+++ b/srcpkgs/qtav/template
@@ -4,23 +4,22 @@ version=1.13.0
 revision=1
 wrksrc="QtAV-${version}"
 build_style=qmake
+hostmakedepends="qt5-qmake qt5-host-tools qt5-svg-devel"
 makedepends="ffmpeg-devel libass-devel libopenal-devel
  libva-glx-devel libXv-devel pulseaudio-devel
  qt5-declarative-devel qt5-svg-devel
  qt5-quickcontrols"
 depends="desktop-file-utils hicolor-icon-theme qt5-svg"
-maintainer="Orphaned <orphan@voidlinux.org>"
 short_desc="Cross-platform multimedia playback framework based on Qt and FFmpeg"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-or-later, GPL-3.0-or-later"
 homepage="http://www.qtav.org"
 changelog="https://raw.githubusercontent.com/wang-bin/QtAV/master/Changelog"
 distfiles="https://github.com/wang-bin/QtAV/archive/v${version}.tar.gz"
 checksum=a493d54d105b32c526f05188e4d7a8cf3508ecac697aae088721ffad20982288
-nocross="qmake attempts to run host tests using target compiler"
 
 post_install() {
 	vmkdir usr/bin
 	ln -s /usr/lib/qt5/bin/Player ${DESTDIR}/usr/bin/Player
 	ln -s /usr/lib/qt5/bin/QMLPlayer ${DESTDIR}/usr/bin/QMLPlayer
 }
-

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Merged]: qtav: fix cross-build
  2020-12-14 17:43 [PR PATCH] qtav: fix cross-build ndowens
  2020-12-14 17:44 ` [PR PATCH] [Updated] " ndowens
@ 2020-12-16  2:47 ` ericonr
  1 sibling, 0 replies; 3+ messages in thread
From: ericonr @ 2020-12-16  2:47 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

qtav: fix cross-build
https://github.com/void-linux/void-packages/pull/27154

Description:


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-12-16  2:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-14 17:43 [PR PATCH] qtav: fix cross-build ndowens
2020-12-14 17:44 ` [PR PATCH] [Updated] " ndowens
2020-12-16  2:47 ` [PR PATCH] [Merged]: " ericonr

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).