public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libvdpau/
Date: Fri,  4 Jun 2021 01:14:35 +0000 (UTC)	[thread overview]
Message-ID: <1622769255.314ab3c52435ecd859b551e730eecec3af16d92b.mattst88@gentoo> (raw)

commit:     314ab3c52435ecd859b551e730eecec3af16d92b
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Fri May 28 01:38:06 2021 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Jun  4 01:14:15 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=314ab3c5

x11-libs/libvdpau: Switch to meson-multilib

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 x11-libs/libvdpau/libvdpau-1.4.ebuild   | 14 +++-----------
 x11-libs/libvdpau/libvdpau-99999.ebuild | 14 +++-----------
 2 files changed, 6 insertions(+), 22 deletions(-)

diff --git a/x11-libs/libvdpau/libvdpau-1.4.ebuild b/x11-libs/libvdpau/libvdpau-1.4.ebuild
index a531acdf58b..ab328e5779f 100644
--- a/x11-libs/libvdpau/libvdpau-1.4.ebuild
+++ b/x11-libs/libvdpau/libvdpau-1.4.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 VIRTUALX_REQUIRED="test"
-inherit flag-o-matic meson virtualx multilib-minimal
+inherit flag-o-matic meson-multilib virtualx
 
 DESCRIPTION="VDPAU wrapper and trace libraries"
 HOMEPAGE="https://www.freedesktop.org/wiki/Software/VDPAU"
@@ -38,20 +38,12 @@ src_prepare() {
 multilib_src_configure() {
 	append-cppflags -D_GNU_SOURCE
 	local emesonargs=(
-		-Ddri2=$(usex dri true false)
-		-Ddocumentation=$(usex doc true false)
+		$(meson_use dri dri2)
+		$(meson_native_use_bool doc documentation)
 	)
 	meson_src_configure
 }
 
-multilib_src_compile() {
-	meson_src_compile
-}
 multilib_src_test() {
 	virtx meson_src_test
 }
-
-multilib_src_install() {
-	meson_src_install
-	find "${ED}" -name '*.la' -delete || die
-}

diff --git a/x11-libs/libvdpau/libvdpau-99999.ebuild b/x11-libs/libvdpau/libvdpau-99999.ebuild
index c5bd93bb1cb..2817d03b963 100644
--- a/x11-libs/libvdpau/libvdpau-99999.ebuild
+++ b/x11-libs/libvdpau/libvdpau-99999.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 VIRTUALX_REQUIRED="test"
-inherit flag-o-matic git-r3 meson virtualx multilib-minimal
+inherit flag-o-matic git-r3 meson-multilib virtualx
 
 DESCRIPTION="VDPAU wrapper and trace libraries"
 HOMEPAGE="https://www.freedesktop.org/wiki/Software/VDPAU"
@@ -38,20 +38,12 @@ src_prepare() {
 multilib_src_configure() {
 	append-cppflags -D_GNU_SOURCE
 	local emesonargs=(
-		-Ddri2=$(usex dri true false)
-		-Ddocumentation=$(usex doc true false)
+		$(meson_use dri dri2)
+		$(meson_native_use_bool doc documentation)
 	)
 	meson_src_configure
 }
 
-multilib_src_compile() {
-	meson_src_compile
-}
 multilib_src_test() {
 	virtx meson_src_test
 }
-
-multilib_src_install() {
-	meson_src_install
-	find "${ED}" -name '*.la' -delete || die
-}


             reply	other threads:[~2021-06-04  1:14 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-04  1:14 Matt Turner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-11-11 17:36 [gentoo-commits] repo/gentoo:master commit in: x11-libs/libvdpau/ Ionen Wolkens
2022-08-11 11:35 Ionen Wolkens
2022-03-30  7:16 Ionen Wolkens
2022-03-26 17:07 Arthur Zamarin
2022-03-25  8:30 Jakov Smolić
2022-03-25  7:49 Agostino Sarubbo
2022-03-11  0:04 Ionen Wolkens
2022-03-11  0:04 Ionen Wolkens
2022-03-11  0:04 Ionen Wolkens
2021-03-26 15:18 Sam James
2021-01-26  1:22 Matt Turner
2021-01-10 13:08 Sam James
2021-01-08 10:34 Sam James
2021-01-08 10:34 Sam James
2020-12-04 14:24 Mikle Kolyada
2020-04-13 19:46 Jeroen Roovers
2020-04-10  6:55 Jeroen Roovers
2020-01-02 10:52 Jeroen Roovers
2019-08-29  5:26 Jeroen Roovers
2019-07-10  5:15 Jeroen Roovers
2019-05-15 19:40 Aaron Bauman
2019-05-14 14:56 Jeroen Roovers
2019-02-28 22:11 Jeroen Roovers
2019-02-28 21:46 Jeroen Roovers
2019-02-28 21:40 Jeroen Roovers
2017-06-28 10:55 Alexis Ballier
2015-09-28  3:26 Jeroen Roovers
2015-09-15 12:28 Agostino Sarubbo
2015-09-15 12:28 Agostino Sarubbo
2015-09-08  5:33 Jeroen Roovers
2015-09-08  5:21 Jeroen Roovers
2015-09-06  4:09 Doug Goldstein
2015-08-12  4:16 Jeroen Roovers

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=1622769255.314ab3c52435ecd859b551e730eecec3af16d92b.mattst88@gentoo \
    --to=mattst88@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.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