From: "Kostadin Shishmanov" <kocelfc@tutanota.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-video/obs-vaapi/
Date: Sun, 25 Jun 2023 18:35:29 +0000 (UTC) [thread overview]
Message-ID: <1687718108.c6ba919bbe9fc371369d65dce906290ac9019cbf.kocelfc@gentoo> (raw)
commit: c6ba919bbe9fc371369d65dce906290ac9019cbf
Author: Kostadin Shishmanov <kocelfc <AT> tutanota <DOT> com>
AuthorDate: Sun Jun 25 18:35:08 2023 +0000
Commit: Kostadin Shishmanov <kocelfc <AT> tutanota <DOT> com>
CommitDate: Sun Jun 25 18:35:08 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c6ba919b
media-video/obs-vaapi: add 0.3.1
Signed-off-by: Kostadin Shishmanov <kocelfc <AT> tutanota.com>
media-video/obs-vaapi/Manifest | 1 +
media-video/obs-vaapi/obs-vaapi-0.3.1.ebuild | 33 ++++++++++++++++++++++++++++
2 files changed, 34 insertions(+)
diff --git a/media-video/obs-vaapi/Manifest b/media-video/obs-vaapi/Manifest
index 1896710fe..fa73864e4 100644
--- a/media-video/obs-vaapi/Manifest
+++ b/media-video/obs-vaapi/Manifest
@@ -1 +1,2 @@
DIST obs-vaapi-0.2.0.tar.gz 14798 BLAKE2B 7ce063193be6ecf75e36836c4540066b27be513e54bdd3299c719b21301448e948561cc5e778ef36df8cb0380e6db24ec7e5a259bdbb18d3877eaeeb977ca36b SHA512 4274ad96c599efc415145853b812f34b0ae921d54b2661d4d383f8346835e6848ae3eed2f0547939fd229341a4b0a3cd47145a4796fa41d9c3639ff92ae398c3
+DIST obs-vaapi-0.3.1.tar.gz 15017 BLAKE2B cc537616b0cfcb9ebaa10565f5e5fa408b25f6c94eb5c878beddf21554db77356a843b5489ed85eeb04b24d59de463ef81215199665c947607905cd232f6b90a SHA512 9d41bd95ef4a8ce3bd7e24ea313bb185fc1a5a1b1adf82f2d69099ba366b4a13096264e716d4a87580eebaf3e54cb0953a15e104a7c3963ba25bdf04ef6b4db4
diff --git a/media-video/obs-vaapi/obs-vaapi-0.3.1.ebuild b/media-video/obs-vaapi/obs-vaapi-0.3.1.ebuild
new file mode 100644
index 000000000..339a16c63
--- /dev/null
+++ b/media-video/obs-vaapi/obs-vaapi-0.3.1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson
+
+DESCRIPTION="OBS Studio VAAPI support via GStreamer"
+HOMEPAGE="https://github.com/fzwoch/obs-vaapi"
+if [[ ${PV} == 9999 ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/fzwoch/obs-vaapi"
+else
+ SRC_URI="https://github.com/fzwoch/obs-vaapi/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="video_cards_amdgpu video_cards_intel"
+RDEPEND=">=media-libs/gst-plugins-bad-1.22.3-r3[vaapi]
+ media-video/obs-studio
+ video_cards_amdgpu? ( media-libs/mesa[vaapi,video_cards_radeonsi] )
+ video_cards_intel? ( media-libs/libva-intel-media-driver )
+"
+DEPEND="${RDEPEND}"
+
+src_configure() {
+ local emesonargs+=(
+ --libdir=/usr/$(get_libdir)/obs-plugins
+ )
+ meson_src_configure
+}
next reply other threads:[~2023-06-25 18:35 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-25 18:35 Kostadin Shishmanov [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-09-27 10:40 [gentoo-commits] repo/proj/guru:dev commit in: media-video/obs-vaapi/ Kostadin Shishmanov
2024-06-01 15:07 Kostadin Shishmanov
2023-12-12 19:19 Kostadin Shishmanov
2023-12-12 19:19 Kostadin Shishmanov
2023-07-02 9:17 Kostadin Shishmanov
2023-06-10 16:33 Kostadin Shishmanov
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=1687718108.c6ba919bbe9fc371369d65dce906290ac9019cbf.kocelfc@gentoo \
--to=kocelfc@tutanota.com \
--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