public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Adel KARA SLIMANE" <adel@karaslimane.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-video/obs-multi-rtmp/
Date: Mon, 30 Dec 2024 23:20:37 +0000 (UTC)	[thread overview]
Message-ID: <1735600833.67a797aace06f287d827e8c3300a85a9df4e99bd.adel@gentoo> (raw)

commit:     67a797aace06f287d827e8c3300a85a9df4e99bd
Author:     Adel KARA SLIMANE <adel.ks <AT> zegrapher <DOT> com>
AuthorDate: Mon Dec 30 23:19:56 2024 +0000
Commit:     Adel KARA SLIMANE <adel <AT> karaslimane <DOT> com>
CommitDate: Mon Dec 30 23:20:33 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=67a797aa

media-video/obs-multi-rtmp: drop 0.5.0.4

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

Signed-off-by: Adel KARA SLIMANE <adel.ks <AT> zegrapher.com>

 media-video/obs-multi-rtmp/Manifest                |  1 -
 .../obs-multi-rtmp/obs-multi-rtmp-0.5.0.4.ebuild   | 48 ----------------------
 2 files changed, 49 deletions(-)

diff --git a/media-video/obs-multi-rtmp/Manifest b/media-video/obs-multi-rtmp/Manifest
index 85a5b2318..5cfae1dbb 100644
--- a/media-video/obs-multi-rtmp/Manifest
+++ b/media-video/obs-multi-rtmp/Manifest
@@ -1,2 +1 @@
-DIST obs-multi-rtmp-0.5.0.4.tar.gz 399130 BLAKE2B ee35f2dbe61f5adce9c987358fd1d8ffefc35a019b47ccbf86f4dd35bcf7296e4fb5c4f3b9d96af29005d454feb6d8d84314bc2589b89050781b5139d61b5d08 SHA512 2efa9a9e4915fe211263dd7ed43fe00c31fe2740555c2b366d90acc8be4ea6c9e35518500520358b105bedf7e32be36dcbeafc05e171e360e8cc2867f1cb80f1
 DIST obs-multi-rtmp-0.6.0.1-obs31.tar.gz 402624 BLAKE2B 8dc7bb2cdf2ddfcdb2ae6b3b112cb70a3ab6efb17e424ba1dc90d075909aecaaa179ce219f988771c51031651cfc2da37293f0540b52f71f01ab74f7584eb159 SHA512 960aa8cc1481b5df65bb57b67698092d4ce044474b463565e0771c95c99565b2e4f14d22e2c8fe1cfb7394d854b3e00b818e9ee520b502e57b871ea3a47b4617

diff --git a/media-video/obs-multi-rtmp/obs-multi-rtmp-0.5.0.4.ebuild b/media-video/obs-multi-rtmp/obs-multi-rtmp-0.5.0.4.ebuild
deleted file mode 100644
index f04ab2ec1..000000000
--- a/media-video/obs-multi-rtmp/obs-multi-rtmp-0.5.0.4.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake flag-o-matic
-
-DESCRIPTION="OBS Simulcast support plugin"
-HOMEPAGE="https://github.com/sorayuki/obs-multi-rtmp"
-if [[ ${PV} == 9999 ]]; then
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/sorayuki/obs-multi-rtmp.git"
-else
-	SRC_URI="https://github.com/sorayuki/obs-multi-rtmp/archive/refs/tags/$PV.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="+obs-frontend-api +qt"
-DEPEND="
-	qt? ( dev-qt/qtbase:6 )
-	media-video/obs-studio
-"
-RDEPEND="
-	${DEPEND}
-"
-
-src_unpack() {
-	default
-
-	if [[ ${PV} == 9999 ]]; then
-		git-r3_src_unpack
-	fi
-}
-
-src_configure() {
-	local mycmakeargs+=(
-		-DENABLE_FRONTEND_API=$(usex obs-frontend-api ON OFF)
-		-DENABLE_QT=$(usex qt ON OFF)
-	)
-
-	# code base is not clean
-	# opened bug https://github.com/sorayuki/obs-multi-rtmp/issues/378
-	append-cppflags -Wno-error=shadow -Wno-error=conversion -Wno-error=float-conversion -Wno-error=sign-compare
-
-	cmake_src_configure
-}


             reply	other threads:[~2024-12-30 23:20 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-30 23:20 Adel KARA SLIMANE [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-24 21:40 [gentoo-commits] repo/proj/guru:dev commit in: media-video/obs-multi-rtmp/ Adel KARA SLIMANE
2024-12-30 23:20 Adel KARA SLIMANE
2024-12-26  0:57 Adel KARA SLIMANE
2024-09-20 19:23 David Roman
2023-11-28  0:52 Adel KARA SLIMANE

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=1735600833.67a797aace06f287d827e8c3300a85a9df4e99bd.adel@gentoo \
    --to=adel@karaslimane.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