From: "David Roman" <davidroman96@gmail.com> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-video/obs-multistream/ Date: Fri, 20 Sep 2024 19:23:38 +0000 (UTC) [thread overview] Message-ID: <1726860204.4f541a090cbf1c78bc05e6b044d3a85b6a343532.davidroman@gentoo> (raw) commit: 4f541a090cbf1c78bc05e6b044d3a85b6a343532 Author: David Roman <davidroman96 <AT> gmail <DOT> com> AuthorDate: Fri Sep 20 19:20:55 2024 +0000 Commit: David Roman <davidroman96 <AT> gmail <DOT> com> CommitDate: Fri Sep 20 19:23:24 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4f541a09 Revert "media-video/obs-multistream: new package, add 9999" A fork of media-video/obs-multi-rtmp. Original repo seems in better shape than this new added fork. This reverts commit d4549e232d95455925413e0b813f12b00594d514. Signed-off-by: David Roman <davidroman96 <AT> gmail.com> media-video/obs-multistream/metadata.xml | 11 ------- .../obs-multistream/obs-multistream-9999.ebuild | 37 ---------------------- 2 files changed, 48 deletions(-) diff --git a/media-video/obs-multistream/metadata.xml b/media-video/obs-multistream/metadata.xml deleted file mode 100644 index 0513e03cd..000000000 --- a/media-video/obs-multistream/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM 'https://www.gentoo.org/dtd/metadata.dtd'> -<pkgmetadata> - <upstream> - <remote-id type="github">streamwayin/obs-multistream</remote-id> - </upstream> - <use> - <flag name="qt">Use Qt functionality.</flag> - <flag name="obs-frontend-api">Use obs-frontend-api for UI functionality.</flag> - </use> -</pkgmetadata> diff --git a/media-video/obs-multistream/obs-multistream-9999.ebuild b/media-video/obs-multistream/obs-multistream-9999.ebuild deleted file mode 100644 index c259b5c0c..000000000 --- a/media-video/obs-multistream/obs-multistream-9999.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake flag-o-matic - -DESCRIPTION="OBS multistream plugin" -HOMEPAGE="https://github.com/streamwayin/obs-multistream" -if [[ ${PV} == 9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/streamwayin/obs-multistream.git" -fi # no latest tag - -LICENSE="GPL-2" -SLOT="0" -IUSE="+obs-frontend-api +qt" -DEPEND=" - !media-video/obs-multi-rtmp -" -RDEPEND=" - ${DEPEND} - media-video/obs-studio -" - -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 -}
WARNING: multiple messages have this Message-ID (diff)
From: "David Roman" <davidroman96@gmail.com> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] repo/proj/guru:master commit in: media-video/obs-multistream/ Date: Fri, 20 Sep 2024 19:26:54 +0000 (UTC) [thread overview] Message-ID: <1726860204.4f541a090cbf1c78bc05e6b044d3a85b6a343532.davidroman@gentoo> (raw) Message-ID: <20240920192654.KjgG0cfd_egUYcVVMddrvHay0NdbWSWWV96M2mACdaY@z> (raw) commit: 4f541a090cbf1c78bc05e6b044d3a85b6a343532 Author: David Roman <davidroman96 <AT> gmail <DOT> com> AuthorDate: Fri Sep 20 19:20:55 2024 +0000 Commit: David Roman <davidroman96 <AT> gmail <DOT> com> CommitDate: Fri Sep 20 19:23:24 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4f541a09 Revert "media-video/obs-multistream: new package, add 9999" A fork of media-video/obs-multi-rtmp. Original repo seems in better shape than this new added fork. This reverts commit d4549e232d95455925413e0b813f12b00594d514. Signed-off-by: David Roman <davidroman96 <AT> gmail.com> media-video/obs-multistream/metadata.xml | 11 ------- .../obs-multistream/obs-multistream-9999.ebuild | 37 ---------------------- 2 files changed, 48 deletions(-) diff --git a/media-video/obs-multistream/metadata.xml b/media-video/obs-multistream/metadata.xml deleted file mode 100644 index 0513e03cd..000000000 --- a/media-video/obs-multistream/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM 'https://www.gentoo.org/dtd/metadata.dtd'> -<pkgmetadata> - <upstream> - <remote-id type="github">streamwayin/obs-multistream</remote-id> - </upstream> - <use> - <flag name="qt">Use Qt functionality.</flag> - <flag name="obs-frontend-api">Use obs-frontend-api for UI functionality.</flag> - </use> -</pkgmetadata> diff --git a/media-video/obs-multistream/obs-multistream-9999.ebuild b/media-video/obs-multistream/obs-multistream-9999.ebuild deleted file mode 100644 index c259b5c0c..000000000 --- a/media-video/obs-multistream/obs-multistream-9999.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake flag-o-matic - -DESCRIPTION="OBS multistream plugin" -HOMEPAGE="https://github.com/streamwayin/obs-multistream" -if [[ ${PV} == 9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/streamwayin/obs-multistream.git" -fi # no latest tag - -LICENSE="GPL-2" -SLOT="0" -IUSE="+obs-frontend-api +qt" -DEPEND=" - !media-video/obs-multi-rtmp -" -RDEPEND=" - ${DEPEND} - media-video/obs-studio -" - -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 -}
next reply other threads:[~2024-09-20 19:23 UTC|newest] Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top 2024-09-20 19:23 David Roman [this message] 2024-09-20 19:26 ` [gentoo-commits] repo/proj/guru:master commit in: media-video/obs-multistream/ David Roman -- strict thread matches above, loose matches on Subject: below -- 2024-09-19 17:10 [gentoo-commits] repo/proj/guru:dev " Denis Strizhkin
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=1726860204.4f541a090cbf1c78bc05e6b044d3a85b6a343532.davidroman@gentoo \ --to=davidroman96@gmail.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: linkBe 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