Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: [PR PATCH] libva: add wayland build_option
Date: Tue, 15 Oct 2019 06:42:30 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-15480@inbox.vuxu.org> (raw)

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

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

https://github.com/ioraff/void-packages libva
https://github.com/void-linux/void-packages/pull/15480

libva: add wayland build_option


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

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

From d67188723cd9f9ddc2542c5946d17414ab009ffc Mon Sep 17 00:00:00 2001
From: Owen Rafferty <owenr@fferty.me>
Date: Mon, 14 Oct 2019 23:40:44 -0500
Subject: [PATCH] libva: add wayland build_option

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

diff --git a/srcpkgs/libva/template b/srcpkgs/libva/template
index 9e38a090ece..dec3914117d 100644
--- a/srcpkgs/libva/template
+++ b/srcpkgs/libva/template
@@ -3,9 +3,11 @@ pkgname=libva
 version=2.5.0
 revision=1
 build_style=meson
-configure_args="-Dwith_glx=no -Dwith_wayland=yes -Dwith_egl=yes"
-hostmakedepends="pkg-config wayland-devel"
-makedepends="libXfixes-devel libXext-devel libdrm-devel wayland-devel"
+configure_args="-Dwith_glx=no $(vopt_if wayland -Dwith_wayland=yes)
+ -Dwith_egl=yes"
+hostmakedepends="pkg-config $(vopt_if wayland wayland-devel)"
+makedepends="libXfixes-devel libXext-devel libdrm-devel
+ $(vopt_if wayland wayland-devel)"
 short_desc="Video Acceleration (VA) API"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
@@ -14,12 +16,15 @@ changelog="https://raw.githubusercontent.com/intel/libva/master/NEWS"
 distfiles="https://github.com/intel/libva/archive/${version}.tar.gz"
 checksum=9b6264dade6b6d3edb59c6c4f3c9217d1d5a195635fc07da875d565f58624418
 
+build_options="wayland"
+build_options_default="wayland"
+
 post_install() {
 	vlicense COPYING
 }
 
 libva-devel_package() {
-	depends="wayland-devel ${sourcepkg}>=${version}_${revision}"
+	depends="$(vopt_if wayland wayland-devel) ${sourcepkg}>=${version}_${revision}"
 	short_desc+=" - development files"
 	pkg_install() {
 		vmove usr/include

             reply	other threads:[~2019-10-15  4:42 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-15  4:42 voidlinux-github [this message]
2019-10-15 19:13 ` [PR PATCH] [Merged]: " 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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-15480@inbox.vuxu.org \
    --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).