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: Tue, 12 Dec 2023 19:19:01 +0000 (UTC) [thread overview]
Message-ID: <1702408688.6d14ee140f1c7ac21702d10a93a733c316d54569.kocelfc@gentoo> (raw)
commit: 6d14ee140f1c7ac21702d10a93a733c316d54569
Author: Kostadin Shishmanov <kocelfc <AT> tutanota <DOT> com>
AuthorDate: Tue Dec 12 19:18:08 2023 +0000
Commit: Kostadin Shishmanov <kocelfc <AT> tutanota <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
-}
next reply other threads:[~2023-12-12 19:19 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-12 19:19 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-07-02 9:17 Kostadin Shishmanov
2023-06-25 18:35 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=1702408688.6d14ee140f1c7ac21702d10a93a733c316d54569.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