public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alexis Ballier" <aballier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/nv-codec-headers/
Date: Mon,  1 Apr 2019 15:36:51 +0000 (UTC)	[thread overview]
Message-ID: <1554133000.2906bfc71b0870cd172be73e9c4ec0f4c48bebf7.aballier@gentoo> (raw)

commit:     2906bfc71b0870cd172be73e9c4ec0f4c48bebf7
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Mon Apr  1 14:45:42 2019 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Mon Apr  1 15:36:40 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2906bfc7

media-libs/nv-codec-headers: bump to 9.0.18.1

Closes: https://bugs.gentoo.org/672844
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>

 media-libs/nv-codec-headers/Manifest               |  1 +
 .../nv-codec-headers-9.0.18.1.ebuild               | 35 ++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/media-libs/nv-codec-headers/Manifest b/media-libs/nv-codec-headers/Manifest
index b182e5f5d9f..6125bce449b 100644
--- a/media-libs/nv-codec-headers/Manifest
+++ b/media-libs/nv-codec-headers/Manifest
@@ -1 +1,2 @@
 DIST nv-codec-headers-8.1.24.2.tar.gz 53627 BLAKE2B 482c86824f81652b439fba1b765261de107d51a3bd780d3f0c58e1cdd53cd21ddad3fea59e8ab5d920fb34c73e43c10c007a5efe32024bfd3523ed8d4ad26f44 SHA512 daa45ae8bcc11eb6b8d671c2d720d5c3edce9e4ef68f913ed25a8c4d1a4b165e0576b03eff9ce2fe355156ab5a5d8d74573158ef190feec5cfb5ac0838e0caa7
+DIST nv-codec-headers-9.0.18.1.tar.gz 58850 BLAKE2B 8e940ffb929f67c4e459cfd55113298527cf8430b94d20e9bb7148cf532dbed798138e63801f29d168d0b4b465c0eb6ef3c58596289063f461b7d5e8832ce7e8 SHA512 4306ee3c6e72e9e3172b28c5e6166ec3fb9dfdc32578aebda0588afc682f56286dd6f616284c9892907cd413f57770be3662572207a36d6ac65c75a03d381f6f

diff --git a/media-libs/nv-codec-headers/nv-codec-headers-9.0.18.1.ebuild b/media-libs/nv-codec-headers/nv-codec-headers-9.0.18.1.ebuild
new file mode 100644
index 00000000000..ccb9128d4c7
--- /dev/null
+++ b/media-libs/nv-codec-headers/nv-codec-headers-9.0.18.1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+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"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}
+	>=x11-drivers/nvidia-drivers-390.25[${MULTILIB_USEDEP}]
+"
+
+S="${WORKDIR}/${PN}-n${PV}"
+
+src_prepare() {
+	multilib_copy_sources
+	default
+}
+
+multilib_src_compile() {
+	emake PREFIX="${EPREFIX}/usr" LIBDIR="$(get_libdir)"
+}
+
+multilib_src_install() {
+	emake PREFIX="${EPREFIX}/usr" LIBDIR="$(get_libdir)" DESTDIR="${D}" install
+}


             reply	other threads:[~2019-04-01 15:36 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-01 15:36 Alexis Ballier [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-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
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=1554133000.2906bfc71b0870cd172be73e9c4ec0f4c48bebf7.aballier@gentoo \
    --to=aballier@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