public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: media-video/obs-vaapi/
@ 2023-06-11 11:47 Viorel Munteanu
  0 siblings, 0 replies; 7+ messages in thread
From: Viorel Munteanu @ 2023-06-11 11:47 UTC (permalink / raw
  To: gentoo-commits

commit:     358456b0f86540ee7aed0a268cdf14905003c730
Author:     Kostadin Shishmanov <kocelfc <AT> tutanota <DOT> com>
AuthorDate: Sat Jun 10 16:32:21 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Sat Jun 10 16:32:21 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=358456b0

media-video/obs-vaapi: new package, add 0.2.0, 9999

Signed-off-by: Kostadin Shishmanov <kocelfc <AT> tutanota.com>

 media-video/obs-vaapi/Manifest               |  1 +
 media-video/obs-vaapi/metadata.xml           | 11 ++++++++++
 media-video/obs-vaapi/obs-vaapi-0.2.0.ebuild | 33 ++++++++++++++++++++++++++++
 media-video/obs-vaapi/obs-vaapi-9999.ebuild  | 33 ++++++++++++++++++++++++++++
 4 files changed, 78 insertions(+)

diff --git a/media-video/obs-vaapi/Manifest b/media-video/obs-vaapi/Manifest
new file mode 100644
index 000000000..1896710fe
--- /dev/null
+++ b/media-video/obs-vaapi/Manifest
@@ -0,0 +1 @@
+DIST obs-vaapi-0.2.0.tar.gz 14798 BLAKE2B 7ce063193be6ecf75e36836c4540066b27be513e54bdd3299c719b21301448e948561cc5e778ef36df8cb0380e6db24ec7e5a259bdbb18d3877eaeeb977ca36b SHA512 4274ad96c599efc415145853b812f34b0ae921d54b2661d4d383f8346835e6848ae3eed2f0547939fd229341a4b0a3cd47145a4796fa41d9c3639ff92ae398c3

diff --git a/media-video/obs-vaapi/metadata.xml b/media-video/obs-vaapi/metadata.xml
new file mode 100644
index 000000000..2f9abce74
--- /dev/null
+++ b/media-video/obs-vaapi/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM 'https://www.gentoo.org/dtd/metadata.dtd'>
+<pkgmetadata>
+	<maintainer type="person">
+		<email>kocelfc@tutanota.com</email>
+		<name>Kostadin Shishmanov</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">fzwoch/obs-vaapi</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/media-video/obs-vaapi/obs-vaapi-0.2.0.ebuild b/media-video/obs-vaapi/obs-vaapi-0.2.0.ebuild
new file mode 100644
index 000000000..339a16c63
--- /dev/null
+++ b/media-video/obs-vaapi/obs-vaapi-0.2.0.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
+}

diff --git a/media-video/obs-vaapi/obs-vaapi-9999.ebuild b/media-video/obs-vaapi/obs-vaapi-9999.ebuild
new file mode 100644
index 000000000..125e85d82
--- /dev/null
+++ b/media-video/obs-vaapi/obs-vaapi-9999.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() {
+	emesonargs+=(
+	--libdir=/usr/$(get_libdir)/obs-plugins
+	)
+	meson_src_configure
+}


^ permalink raw reply related	[flat|nested] 7+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: media-video/obs-vaapi/
@ 2023-06-26 11:24 Andrew Ammerlaan
  0 siblings, 0 replies; 7+ messages in thread
From: Andrew Ammerlaan @ 2023-06-26 11:24 UTC (permalink / raw
  To: gentoo-commits

commit:     c6ba919bbe9fc371369d65dce906290ac9019cbf
Author:     Kostadin Shishmanov <kocelfc <AT> tutanota <DOT> com>
AuthorDate: Sun Jun 25 18:35:08 2023 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
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
+}


^ permalink raw reply related	[flat|nested] 7+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: media-video/obs-vaapi/
@ 2023-07-02 13:06 Florian Schmaus
  0 siblings, 0 replies; 7+ messages in thread
From: Florian Schmaus @ 2023-07-02 13:06 UTC (permalink / raw
  To: gentoo-commits

commit:     4ed085b2dcc9937d8025d0d44f5a97496a954604
Author:     Kostadin Shishmanov <kocelfc <AT> tutanota <DOT> com>
AuthorDate: Sun Jul  2 09:17:02 2023 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Sun Jul  2 09:17:02 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4ed085b2

media-video/obs-vaapi: add 0.4.0, drop 0.2.0

Signed-off-by: Kostadin Shishmanov <kocelfc <AT> tutanota.com>

 media-video/obs-vaapi/Manifest                                          | 2 +-
 .../obs-vaapi/{obs-vaapi-0.2.0.ebuild => obs-vaapi-0.4.0.ebuild}        | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/obs-vaapi/Manifest b/media-video/obs-vaapi/Manifest
index fa73864e4..524987d42 100644
--- a/media-video/obs-vaapi/Manifest
+++ b/media-video/obs-vaapi/Manifest
@@ -1,2 +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
+DIST obs-vaapi-0.4.0.tar.gz 15052 BLAKE2B b4aa52e65b78dbbd840540fc5d5c3cee7fcdf13afd74d9cc54208ccc3348b69deaf8e209c4bd0fa3b5a1a868f2cb03225048cf4ef41e0284ff38a771cefc71b6 SHA512 75b0391801d6477d033b9452b4f06dd2a106fb7fff24c1fca730e069521118122049dd3d1e45fe2279365bcc2d64931ae1f11c806a095531ea73c48b894a3af9

diff --git a/media-video/obs-vaapi/obs-vaapi-0.2.0.ebuild b/media-video/obs-vaapi/obs-vaapi-0.4.0.ebuild
similarity index 100%
rename from media-video/obs-vaapi/obs-vaapi-0.2.0.ebuild
rename to media-video/obs-vaapi/obs-vaapi-0.4.0.ebuild


^ permalink raw reply related	[flat|nested] 7+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: media-video/obs-vaapi/
@ 2023-12-13 12:15 David Roman
  0 siblings, 0 replies; 7+ messages in thread
From: David Roman @ 2023-12-13 12:15 UTC (permalink / raw
  To: gentoo-commits

commit:     6d14ee140f1c7ac21702d10a93a733c316d54569
Author:     Kostadin Shishmanov <kocelfc <AT> tutanota <DOT> com>
AuthorDate: Tue Dec 12 19:18:08 2023 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Tue Dec 12 19:18:08 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6d14ee14

media-video/obs-vaapi: drop 0.3.1, 0.4.0

Signed-off-by: Kostadin Shishmanov <kocelfc <AT> tutanota.com>

 media-video/obs-vaapi/Manifest               |  2 --
 media-video/obs-vaapi/obs-vaapi-0.3.1.ebuild | 33 ----------------------------
 media-video/obs-vaapi/obs-vaapi-0.4.0.ebuild | 33 ----------------------------
 3 files changed, 68 deletions(-)

diff --git a/media-video/obs-vaapi/Manifest b/media-video/obs-vaapi/Manifest
index 4544f4ff01..771314d1ea 100644
--- a/media-video/obs-vaapi/Manifest
+++ b/media-video/obs-vaapi/Manifest
@@ -1,3 +1 @@
-DIST obs-vaapi-0.3.1.tar.gz 15017 BLAKE2B cc537616b0cfcb9ebaa10565f5e5fa408b25f6c94eb5c878beddf21554db77356a843b5489ed85eeb04b24d59de463ef81215199665c947607905cd232f6b90a SHA512 9d41bd95ef4a8ce3bd7e24ea313bb185fc1a5a1b1adf82f2d69099ba366b4a13096264e716d4a87580eebaf3e54cb0953a15e104a7c3963ba25bdf04ef6b4db4
-DIST obs-vaapi-0.4.0.tar.gz 15052 BLAKE2B b4aa52e65b78dbbd840540fc5d5c3cee7fcdf13afd74d9cc54208ccc3348b69deaf8e209c4bd0fa3b5a1a868f2cb03225048cf4ef41e0284ff38a771cefc71b6 SHA512 75b0391801d6477d033b9452b4f06dd2a106fb7fff24c1fca730e069521118122049dd3d1e45fe2279365bcc2d64931ae1f11c806a095531ea73c48b894a3af9
 DIST obs-vaapi-0.4.1.tar.gz 15176 BLAKE2B e2163de8a419cec46e89774875399377506770e44700cf5974304b53d04243d70e7a88f9443b87a60ce94cc399b653cf06553083965e550213414d5efe1f83c3 SHA512 1b23873e6f328a236d39ebb0dd708a0b82a9f88881faf58ff8bcf36b04268e639b036a6cf17bb1e6316c444add6dd31c26aaed07b295781240415ed2be52ec52

diff --git a/media-video/obs-vaapi/obs-vaapi-0.3.1.ebuild b/media-video/obs-vaapi/obs-vaapi-0.3.1.ebuild
deleted file mode 100644
index 339a16c636..0000000000
--- a/media-video/obs-vaapi/obs-vaapi-0.3.1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# 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
-}

diff --git a/media-video/obs-vaapi/obs-vaapi-0.4.0.ebuild b/media-video/obs-vaapi/obs-vaapi-0.4.0.ebuild
deleted file mode 100644
index 339a16c636..0000000000
--- a/media-video/obs-vaapi/obs-vaapi-0.4.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# 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
-}


^ permalink raw reply related	[flat|nested] 7+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: media-video/obs-vaapi/
@ 2023-12-13 12:15 David Roman
  0 siblings, 0 replies; 7+ messages in thread
From: David Roman @ 2023-12-13 12:15 UTC (permalink / raw
  To: gentoo-commits

commit:     b4c3f8a59a574e7c0a67f9725ba23fac98668b31
Author:     Kostadin Shishmanov <kocelfc <AT> tutanota <DOT> com>
AuthorDate: Tue Dec 12 19:16:05 2023 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Tue Dec 12 19:16:05 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b4c3f8a5

media-video/obs-vaapi: add 0.4.1

Signed-off-by: Kostadin Shishmanov <kocelfc <AT> tutanota.com>

 media-video/obs-vaapi/Manifest               |  1 +
 media-video/obs-vaapi/obs-vaapi-0.4.1.ebuild | 33 ++++++++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/media-video/obs-vaapi/Manifest b/media-video/obs-vaapi/Manifest
index 524987d427..4544f4ff01 100644
--- a/media-video/obs-vaapi/Manifest
+++ b/media-video/obs-vaapi/Manifest
@@ -1,2 +1,3 @@
 DIST obs-vaapi-0.3.1.tar.gz 15017 BLAKE2B cc537616b0cfcb9ebaa10565f5e5fa408b25f6c94eb5c878beddf21554db77356a843b5489ed85eeb04b24d59de463ef81215199665c947607905cd232f6b90a SHA512 9d41bd95ef4a8ce3bd7e24ea313bb185fc1a5a1b1adf82f2d69099ba366b4a13096264e716d4a87580eebaf3e54cb0953a15e104a7c3963ba25bdf04ef6b4db4
 DIST obs-vaapi-0.4.0.tar.gz 15052 BLAKE2B b4aa52e65b78dbbd840540fc5d5c3cee7fcdf13afd74d9cc54208ccc3348b69deaf8e209c4bd0fa3b5a1a868f2cb03225048cf4ef41e0284ff38a771cefc71b6 SHA512 75b0391801d6477d033b9452b4f06dd2a106fb7fff24c1fca730e069521118122049dd3d1e45fe2279365bcc2d64931ae1f11c806a095531ea73c48b894a3af9
+DIST obs-vaapi-0.4.1.tar.gz 15176 BLAKE2B e2163de8a419cec46e89774875399377506770e44700cf5974304b53d04243d70e7a88f9443b87a60ce94cc399b653cf06553083965e550213414d5efe1f83c3 SHA512 1b23873e6f328a236d39ebb0dd708a0b82a9f88881faf58ff8bcf36b04268e639b036a6cf17bb1e6316c444add6dd31c26aaed07b295781240415ed2be52ec52

diff --git a/media-video/obs-vaapi/obs-vaapi-0.4.1.ebuild b/media-video/obs-vaapi/obs-vaapi-0.4.1.ebuild
new file mode 100644
index 0000000000..339a16c636
--- /dev/null
+++ b/media-video/obs-vaapi/obs-vaapi-0.4.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
+}


^ permalink raw reply related	[flat|nested] 7+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: media-video/obs-vaapi/
@ 2024-06-01 22:03 Julien Roy
  0 siblings, 0 replies; 7+ messages in thread
From: Julien Roy @ 2024-06-01 22:03 UTC (permalink / raw
  To: gentoo-commits

commit:     2262767c56fceeb56e24bde2f0c4891db5e1cfb5
Author:     Kostadin Shishmanov <kocelfc <AT> tutanota <DOT> com>
AuthorDate: Sat Jun  1 15:00:58 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Sat Jun  1 15:00:58 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2262767c

media-video/obs-vaapi: fix tinderbox QA warnings

Closes: https://bugs.gentoo.org/932833

Signed-off-by: Kostadin Shishmanov <kocelfc <AT> tutanota.com>

 media-video/obs-vaapi/obs-vaapi-0.4.1.ebuild | 10 ++++++++--
 media-video/obs-vaapi/obs-vaapi-9999.ebuild  | 12 +++++++++---
 2 files changed, 17 insertions(+), 5 deletions(-)

diff --git a/media-video/obs-vaapi/obs-vaapi-0.4.1.ebuild b/media-video/obs-vaapi/obs-vaapi-0.4.1.ebuild
index 339a16c63..21119f7b8 100644
--- a/media-video/obs-vaapi/obs-vaapi-0.4.1.ebuild
+++ b/media-video/obs-vaapi/obs-vaapi-0.4.1.ebuild
@@ -18,12 +18,18 @@ fi
 LICENSE="GPL-2"
 SLOT="0"
 IUSE="video_cards_amdgpu video_cards_intel"
-RDEPEND=">=media-libs/gst-plugins-bad-1.22.3-r3[vaapi]
+COMMON_DEPEND="
 	media-video/obs-studio
+	media-libs/gst-plugins-base
+	sys-apps/pciutils
+"
+DEPEND="${COMMON_DEPEND}"
+RDEPEND="${COMMON_DEPEND}
+	dev-libs/glib
+	>=media-libs/gst-plugins-bad-1.22.3-r3[vaapi]
 	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+=(

diff --git a/media-video/obs-vaapi/obs-vaapi-9999.ebuild b/media-video/obs-vaapi/obs-vaapi-9999.ebuild
index 125e85d82..21119f7b8 100644
--- a/media-video/obs-vaapi/obs-vaapi-9999.ebuild
+++ b/media-video/obs-vaapi/obs-vaapi-9999.ebuild
@@ -18,15 +18,21 @@ fi
 LICENSE="GPL-2"
 SLOT="0"
 IUSE="video_cards_amdgpu video_cards_intel"
-RDEPEND=">=media-libs/gst-plugins-bad-1.22.3-r3[vaapi]
+COMMON_DEPEND="
 	media-video/obs-studio
+	media-libs/gst-plugins-base
+	sys-apps/pciutils
+"
+DEPEND="${COMMON_DEPEND}"
+RDEPEND="${COMMON_DEPEND}
+	dev-libs/glib
+	>=media-libs/gst-plugins-bad-1.22.3-r3[vaapi]
 	video_cards_amdgpu? ( media-libs/mesa[vaapi,video_cards_radeonsi] )
 	video_cards_intel? ( media-libs/libva-intel-media-driver )
 "
-DEPEND="${RDEPEND}"
 
 src_configure() {
-	emesonargs+=(
+	local emesonargs+=(
 	--libdir=/usr/$(get_libdir)/obs-plugins
 	)
 	meson_src_configure


^ permalink raw reply related	[flat|nested] 7+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: media-video/obs-vaapi/
@ 2024-09-27 11:41 David Roman
  0 siblings, 0 replies; 7+ messages in thread
From: David Roman @ 2024-09-27 11:41 UTC (permalink / raw
  To: gentoo-commits

commit:     5c858eacd0173dedb392d60f5b53d34b79b6bcd9
Author:     Kostadin Shishmanov <kocelfc <AT> tutanota <DOT> com>
AuthorDate: Fri Sep 27 10:39:53 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Fri Sep 27 10:39:53 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5c858eac

media-video/obs-vaapi: add 0.4.2

Signed-off-by: Kostadin Shishmanov <kocelfc <AT> tutanota.com>

 media-video/obs-vaapi/Manifest               |  1 +
 media-video/obs-vaapi/obs-vaapi-0.4.2.ebuild | 39 ++++++++++++++++++++++++++++
 2 files changed, 40 insertions(+)

diff --git a/media-video/obs-vaapi/Manifest b/media-video/obs-vaapi/Manifest
index 771314d1e..c5dc32279 100644
--- a/media-video/obs-vaapi/Manifest
+++ b/media-video/obs-vaapi/Manifest
@@ -1 +1,2 @@
 DIST obs-vaapi-0.4.1.tar.gz 15176 BLAKE2B e2163de8a419cec46e89774875399377506770e44700cf5974304b53d04243d70e7a88f9443b87a60ce94cc399b653cf06553083965e550213414d5efe1f83c3 SHA512 1b23873e6f328a236d39ebb0dd708a0b82a9f88881faf58ff8bcf36b04268e639b036a6cf17bb1e6316c444add6dd31c26aaed07b295781240415ed2be52ec52
+DIST obs-vaapi-0.4.2.tar.gz 15398 BLAKE2B acca9a79720d93b11ea2f83df17d35b82e7b406fdf88581fcd6870f8ce43aa6df255049258ba845c775a48b88db4a99d52d6c412fd1fd02b2b06b1398b4c2831 SHA512 10c14be493186cdf6c36f04282f802e8fb5bec029dd11be92e781d3151e30801d7f0f8df45942b45bcb587e088282d3031ba8f7e33c5fb9afe99c80fa5c56b2e

diff --git a/media-video/obs-vaapi/obs-vaapi-0.4.2.ebuild b/media-video/obs-vaapi/obs-vaapi-0.4.2.ebuild
new file mode 100644
index 000000000..21119f7b8
--- /dev/null
+++ b/media-video/obs-vaapi/obs-vaapi-0.4.2.ebuild
@@ -0,0 +1,39 @@
+# 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"
+COMMON_DEPEND="
+	media-video/obs-studio
+	media-libs/gst-plugins-base
+	sys-apps/pciutils
+"
+DEPEND="${COMMON_DEPEND}"
+RDEPEND="${COMMON_DEPEND}
+	dev-libs/glib
+	>=media-libs/gst-plugins-bad-1.22.3-r3[vaapi]
+	video_cards_amdgpu? ( media-libs/mesa[vaapi,video_cards_radeonsi] )
+	video_cards_intel? ( media-libs/libva-intel-media-driver )
+"
+
+src_configure() {
+	local emesonargs+=(
+	--libdir=/usr/$(get_libdir)/obs-plugins
+	)
+	meson_src_configure
+}


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2024-09-27 11:41 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-11 11:47 [gentoo-commits] repo/proj/guru:master commit in: media-video/obs-vaapi/ Viorel Munteanu
  -- strict thread matches above, loose matches on Subject: below --
2023-06-26 11:24 Andrew Ammerlaan
2023-07-02 13:06 Florian Schmaus
2023-12-13 12:15 David Roman
2023-12-13 12:15 David Roman
2024-06-01 22:03 Julien Roy
2024-09-27 11:41 David Roman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox