From: "Ionen Wolkens" <ionen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/nv-codec-headers/
Date: Thu, 23 Nov 2023 08:16:33 +0000 (UTC) [thread overview]
Message-ID: <1700726663.fe1cf3e40c1140435e2628c3bd1e6aa10e69efea.ionen@gentoo> (raw)
commit: fe1cf3e40c1140435e2628c3bd1e6aa10e69efea
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 23 07:31:30 2023 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Thu Nov 23 08:04:23 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe1cf3e4
media-libs/nv-codec-headers: add 12.1.14.0
Bug: https://bugs.gentoo.org/917765
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
| 1 +
| 23 ++++++++++++++++++++++
2 files changed, 24 insertions(+)
--git a/media-libs/nv-codec-headers/Manifest b/media-libs/nv-codec-headers/Manifest
index 35bac059a739..31197a9bd246 100644
--- a/media-libs/nv-codec-headers/Manifest
+++ b/media-libs/nv-codec-headers/Manifest
@@ -1 +1,2 @@
DIST nv-codec-headers-11.1.5.1.tar.gz 68516 BLAKE2B 0c47b885f1dc14aa6a6118ee66ffc2846626986eee0a3c5fc6159f16aa72e5d12e6ccc44bb68b095cb36f68d8b437bde98c870e23b2794048de96b40fc85acae SHA512 b0738e51e3d542483a15bdbf615b1233a2ef110f1a12853b1af45c650fbd144f4aa94dd68289c66582eedb2309bf266c7e1c0ef48b9e2ee1789fd009ed45bd88
+DIST nv-codec-headers-12.1.14.0.tar.gz 77418 BLAKE2B e9e9bb25da88108c8d9168c7d810f12ea3759b1e42e8a2115e5fc45164b1de18d59e30ed3b8a368945fd1a3774c4ad418a90b616cc9ac29cc7912a5e03a0876c SHA512 2b70becf2896a2bb1d1fe06a7e12245c69c34eb67592bb30fa64784063de0b952f9b066ab74c01aec4caca301fe7a3ecc615eeec919f23f6a5fafeff2ada6c18
--git a/media-libs/nv-codec-headers/nv-codec-headers-12.1.14.0.ebuild b/media-libs/nv-codec-headers/nv-codec-headers-12.1.14.0.ebuild
new file mode 100644
index 000000000000..fdfed74941ef
--- /dev/null
+++ b/media-libs/nv-codec-headers/nv-codec-headers-12.1.14.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+
+src_compile() {
+ emake PREFIX="${EPREFIX}"/usr LIBDIR="$(get_libdir)"
+}
+
+src_install() {
+ emake PREFIX="${EPREFIX}"/usr LIBDIR="$(get_libdir)" DESTDIR="${D}" install
+
+ dodir /usr/share
+ mv -- "${ED}"/usr/$(get_libdir)/pkgconfig "${ED}"/usr/share || die
+}
next reply other threads:[~2023-11-23 8:16 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-23 8:16 Ionen Wolkens [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-12-23 21:50 [gentoo-commits] repo/gentoo:master commit in: media-libs/nv-codec-headers/ 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-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-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=1700726663.fe1cf3e40c1140435e2628c3bd1e6aa10e69efea.ionen@gentoo \
--to=ionen@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