Github messages for voidlinux
 help / color / mirror / Atom feed
From: ndowens <ndowens@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] libva: update to 2.9.1
Date: Wed, 11 Nov 2020 23:21:58 +0100	[thread overview]
Message-ID: <20201111222158.dwcXYra1D2jtHxWa6Vkvb8pYSCf3PRdrISt7zqcaez0@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-26279@inbox.vuxu.org>

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

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

https://github.com/ndowens/void-packages libva
https://github.com/void-linux/void-packages/pull/26279

libva: update to 2.9.1


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

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

From 04b2df62dcf11611f70624a8e9088ce3884e7df4 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Tue, 10 Nov 2020 18:47:18 -0600
Subject: [PATCH 1/3] libva-utils: update to 2.9.1

---
 srcpkgs/libva-utils/template | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/libva-utils/template b/srcpkgs/libva-utils/template
index b86a5c9c53a..719eb214544 100644
--- a/srcpkgs/libva-utils/template
+++ b/srcpkgs/libva-utils/template
@@ -1,18 +1,23 @@
 # Template file for 'libva-utils'
 pkgname=libva-utils
-version=2.9.0
+version=2.9.1
 revision=1
 build_style=meson
 configure_args="-Ddrm=true -Dx11=true -Dwayland=true"
-hostmakedepends="pkg-config wayland-devel"
-makedepends="libva-devel libXfixes-devel libXext-devel libdrm-devel wayland-devel"
+hostmakedepends="pkg-config"
+makedepends="libva-devel libXfixes-devel libXext-devel
+ libdrm-devel wayland-devel"
 short_desc="Video Acceleration (VA) API - Utilities"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://01.org/linuxmedia/vaapi"
 changelog="https://raw.githubusercontent.com/intel/libva-utils/master/NEWS"
 distfiles="https://github.com/intel/libva-utils/archive/${version}.tar.gz"
-checksum=d363210a42cd2667f6f7cff0e57db1d527feb067ffebe3ba233bc80b1bdcd9b4
+checksum=7cd7111349cdc227c64d5ab68de4a03eacbea26441c7781ccd548491994f0320
+
+if [ "$CROSS_BUILD" ]; then
+	hostmakedepends+=" wayland-devel"
+fi
 
 post_install() {
 	vlicense COPYING

From 14353981bdcaf5c4dc5f4b009838df7c1dbcbf2d Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Wed, 11 Nov 2020 16:21:44 -0600
Subject: [PATCH 2/3] libva-glx: update to 2.9.1

---
 srcpkgs/libva-glx/template | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/libva-glx/template b/srcpkgs/libva-glx/template
index 19ff3ba7980..7a5830f6847 100644
--- a/srcpkgs/libva-glx/template
+++ b/srcpkgs/libva-glx/template
@@ -7,12 +7,12 @@
 # KEEP THIS PACKAGE SYNCHRONIZED WITH "libva".
 #
 pkgname=libva-glx
-version=2.9.0
+version=2.9.1
 revision=1
 wrksrc="libva-${version}"
 build_style=meson
 configure_args="-Dwith_glx=yes -Dwith_wayland=yes"
-hostmakedepends="pkg-config wayland-devel"
+hostmakedepends="pkg-config"
 makedepends="libva-devel libXfixes-devel MesaLib-devel wayland-devel"
 short_desc="Video Acceleration (VA) API - GLX backend"
 maintainer="Orphaned <orphan@voidlinux.org>"
@@ -20,7 +20,11 @@ license="MIT"
 homepage="https://01.org/linuxmedia/vaapi"
 changelog="https://raw.githubusercontent.com/intel/libva/master/NEWS"
 distfiles="https://github.com/intel/libva/archive/${version}.tar.gz"
-checksum=f31549dd476e01504ba6ff62f69862eb78555a9809ebe737056543a189d619dc
+checksum=4e8640f65ad659332c5d24b7715703c95e820083ee11126c9cd051d418e3d9e0
+
+if [ "$CROSS_BUILD" ];
+	then hostnamedepends+=" wayland-devel"
+fi
 
 post_install() {
 	# We are only interested in the glx component, remove everything else.

From 6366ca45529b3e59d7c1c954652785e34e7a2f3e Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Tue, 10 Nov 2020 18:43:43 -0600
Subject: [PATCH 3/3] libva: update to 2.9.1

---
 srcpkgs/libva/template | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/libva/template b/srcpkgs/libva/template
index d681e84c848..2c2abafdba4 100644
--- a/srcpkgs/libva/template
+++ b/srcpkgs/libva/template
@@ -1,10 +1,10 @@
 # Template file for 'libva'
 pkgname=libva
-version=2.9.0
+version=2.9.1
 revision=1
 build_style=meson
 configure_args="-Dwith_glx=no $(vopt_if wayland -Dwith_wayland=yes)"
-hostmakedepends="pkg-config $(vopt_if wayland wayland-devel)"
+hostmakedepends="pkg-config"
 makedepends="libXfixes-devel libXext-devel libdrm-devel
  $(vopt_if wayland 'libffi-devel wayland-devel')"
 short_desc="Video Acceleration (VA) API"
@@ -13,11 +13,15 @@ license="MIT"
 homepage="https://01.org/linuxmedia/vaapi"
 changelog="https://raw.githubusercontent.com/intel/libva/master/NEWS"
 distfiles="https://github.com/intel/libva/archive/${version}.tar.gz"
-checksum=f31549dd476e01504ba6ff62f69862eb78555a9809ebe737056543a189d619dc
+checksum=4e8640f65ad659332c5d24b7715703c95e820083ee11126c9cd051d418e3d9e0
 
 build_options="wayland"
 build_options_default="wayland"
 
+if [ "$CROSS_BUILD" ]; then
+	hostmakedepends+=" $(vopt_if wayland wayland-devel)"
+fi
+
 case "$XBPS_TARGET_MACHINE" in
 	i686*) configure_args+=" -Ddriverdir=/usr/lib32/dri";;
 esac

  parent reply	other threads:[~2020-11-11 22:22 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-11  0:47 [PR PATCH] " ndowens
2020-11-11  0:48 ` [PR PATCH] [Updated] " ndowens
2020-11-11 22:16 ` travankor
2020-11-11 22:21 ` ndowens [this message]
2020-11-14  0:35 ` [PR PATCH] [Closed]: " ndowens
2020-11-14  0:44 ` [PR PATCH] [Updated] " ndowens
2020-11-14  1:01 ` ndowens
2020-11-14 15:09 ` [PR PATCH] [Merged]: " Hoshpak

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=20201111222158.dwcXYra1D2jtHxWa6Vkvb8pYSCf3PRdrISt7zqcaez0@z \
    --to=ndowens@users.noreply.github.com \
    --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).