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: media-libs/nv-codec-headers/
Date: Sat, 26 Mar 2022 00:23:43 +0000 (UTC)	[thread overview]
Message-ID: <1648254209.188e2babf5476ceea5a11d70e233e13a1a4b2b5c.mattst88@gentoo> (raw)

commit:     188e2babf5476ceea5a11d70e233e13a1a4b2b5c
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 26 00:14:05 2022 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Mar 26 00:23:29 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=188e2bab

media-libs/nv-codec-headers: Remove multilib

The package installs only headers, as you might intuit from its name.

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

 ....1.5.1.ebuild => nv-codec-headers-11.1.5.1-r1.ebuild} | 16 ++++++----------
 1 file changed, 6 insertions(+), 10 deletions(-)

diff --git a/media-libs/nv-codec-headers/nv-codec-headers-11.1.5.1.ebuild b/media-libs/nv-codec-headers/nv-codec-headers-11.1.5.1-r1.ebuild
similarity index 80%
rename from media-libs/nv-codec-headers/nv-codec-headers-11.1.5.1.ebuild
rename to media-libs/nv-codec-headers/nv-codec-headers-11.1.5.1-r1.ebuild
index a6586dda664b..8f5074f5440f 100644
--- a/media-libs/nv-codec-headers/nv-codec-headers-11.1.5.1.ebuild
+++ b/media-libs/nv-codec-headers/nv-codec-headers-11.1.5.1-r1.ebuild
@@ -3,8 +3,6 @@
 
 EAPI=8
 
-inherit multilib-minimal
-
 DESCRIPTION="FFmpeg version of headers required to interface with Nvidias codec APIs"
 HOMEPAGE="https://git.videolan.org/?p=ffmpeg/nv-codec-headers.git"
 SRC_URI="https://github.com/FFmpeg/nv-codec-headers/releases/download/n${PV}/${P}.tar.gz"
@@ -15,15 +13,13 @@ KEYWORDS="~amd64 ~arm64"
 
 RDEPEND=">=x11-drivers/nvidia-drivers-470.57.02[${MULTILIB_USEDEP}]"
 
-src_prepare() {
-	default
-	multilib_copy_sources
-}
-
-multilib_src_compile() {
+src_compile() {
 	emake PREFIX="${EPREFIX}"/usr LIBDIR="$(get_libdir)"
 }
 
-multilib_src_install() {
-	emake PREFIX="${EPREFIX}"/usr LIBDIR="$(get_libdir)" DESTDIR="${D}" install
+src_install() {
+	emake PREFIX="${EPREFIX}"/usr LIBDIR="$(get_libdir)" DESTDIR="${ED}" install
+
+	mkdir -p "${ED}"/usr/share || die
+	mv "${ED}/usr/$(get_libdir)/pkgconfig" "${ED}"/usr/share/ || die
 }


             reply	other threads:[~2022-03-26  0:23 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-26  0:23 Matt Turner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-25  1:24 [gentoo-commits] repo/gentoo:master commit in: media-libs/nv-codec-headers/ Ionen Wolkens
2023-12-23 21:50 James Le Cuirot
2023-11-24 20:37 Ionen Wolkens
2023-11-24 20:37 Ionen Wolkens
2023-11-23  8:16 Ionen Wolkens
2023-11-23  8:16 Ionen Wolkens
2023-08-07 12:05 Ionen Wolkens
2023-03-04  6:17 Arthur Zamarin
2022-11-12 20:17 Matt Turner
2022-05-30 14:34 Matt Turner
2022-03-26  0:23 Matt Turner
2022-03-13 11:43 David Seifert
2022-03-13 10:56 David Seifert
2022-02-19 13:15 Jakov Smolić
2022-02-16 20:00 Arthur Zamarin
2021-10-16  1:19 Sam James
2021-03-21 18:39 David Seifert
2020-10-14  8:18 Alexis Ballier
2020-10-07 18:50 Sam James
2020-08-31  9:10 Alexis Ballier
2020-06-11 15:30 Alexis Ballier
2020-01-05 18:44 Mikle Kolyada
2019-07-08 12:10 Thomas Deutschmann
2019-05-21  6:31 Aaron Bauman
2019-04-01 15:36 Alexis Ballier
2018-11-06 16:52 Mikle Kolyada
2018-04-22 17:37 Alexis Ballier
2018-04-22 11:21 Alexis Ballier

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=1648254209.188e2babf5476ceea5a11d70e233e13a1a4b2b5c.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