public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Takuya Wakazono" <pastalian46@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-video/wlrobs/
Date: Sun,  1 Dec 2024 10:29:16 +0000 (UTC)	[thread overview]
Message-ID: <1733048941.0e15c49edcd6c77217c71a3f3a2d74fd0b398796.pastalian46@gentoo> (raw)

commit:     0e15c49edcd6c77217c71a3f3a2d74fd0b398796
Author:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Sun Dec  1 10:29:01 2024 +0000
Commit:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
CommitDate: Sun Dec  1 10:29:01 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0e15c49e

media-video/wlrobs: drop 1.0

Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>

 media-video/wlrobs/Manifest          |  1 -
 media-video/wlrobs/metadata.xml      |  4 ----
 media-video/wlrobs/wlrobs-1.0.ebuild | 45 ------------------------------------
 3 files changed, 50 deletions(-)

diff --git a/media-video/wlrobs/Manifest b/media-video/wlrobs/Manifest
index ab8c992d7..19a32c217 100644
--- a/media-video/wlrobs/Manifest
+++ b/media-video/wlrobs/Manifest
@@ -1,2 +1 @@
-DIST wlrobs-1.0.tar.gz 55026 BLAKE2B f1e0005f0ec2349f82a5b341f96147b29766ff44a19a26c9ba4b32e0eacf87dfbaa944b68248a56c071f75902ef2090d366e825c06117096c28e0f4887d0b468 SHA512 3c545e3e21705ebe97b4712d726f5fcb0c213fef0835c96e9037aa60d20a938bc62ef060487a34a3e42e044aa4795c5e25d45465719c395a16cadc193aa35a04
 DIST wlrobs-1.1.tar.gz 26920 BLAKE2B 2af7d28f6869187098eded4638f08dd422d4fdb31994d3a89001ce63c0deb8f53e1d0d1399dfe07ab6eb83c8bc01ac210f78622bd2cb289f748c87f4163727f4 SHA512 57d459a37bad50b2b1c81df5bddbfb8584dfbb45cb24185a2320d8574ec9443f4c8bd85a7e0590e290ddc17ddce252482249327a824aa38494de1ccf55c2e435

diff --git a/media-video/wlrobs/metadata.xml b/media-video/wlrobs/metadata.xml
index 0fcce831d..f0424a95a 100644
--- a/media-video/wlrobs/metadata.xml
+++ b/media-video/wlrobs/metadata.xml
@@ -5,8 +5,4 @@
     <upstream>
         <bugs-to>https://todo.sr.ht/~scoopta/wlrobs</bugs-to>
     </upstream>
-    <use>
-        <flag name="dmabuf">Enable the dmabuf backend</flag>
-        <flag name="scpy">Enable the screen copy backend</flag>
-    </use>
 </pkgmetadata>

diff --git a/media-video/wlrobs/wlrobs-1.0.ebuild b/media-video/wlrobs/wlrobs-1.0.ebuild
deleted file mode 100644
index 4e98a531f..000000000
--- a/media-video/wlrobs/wlrobs-1.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit meson
-
-if [ "${PV}" == 9999 ]
-then
-	inherit mercurial
-	EHG_REPO_URI="https://hg.sr.ht/~scoopta/wlrobs"
-else
-	SRC_URI="https://hg.sr.ht/~scoopta/wlrobs/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-	S="${WORKDIR}/${PN}-v${PV}"
-	KEYWORDS="~amd64"
-fi
-
-DESCRIPTION="OBS plugin that allows you to screen capture on wlroots based compositors"
-HOMEPAGE="https://hg.sr.ht/~scoopta/wlrobs"
-
-LICENSE="GPL-3"
-
-SLOT="0"
-
-IUSE="+dmabuf +scpy"
-
-RESTRICT="mirror"
-
-RDEPEND="
-	dev-libs/wayland
-	media-video/obs-studio
-	dmabuf? (
-		media-libs/libglvnd[X]
-		x11-libs/libdrm
-	)
-"
-DEPEND="${RDEPEND}"
-
-src_configure() {
-	local emesonargs=(
-		$(meson_use dmabuf use_dmabuf)
-		$(meson_use scpy   use_scpy  )
-	)
-	meson_src_configure
-}


             reply	other threads:[~2024-12-01 10:29 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-01 10:29 Takuya Wakazono [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-12-23  7:24 [gentoo-commits] repo/proj/guru:dev commit in: media-video/wlrobs/ Viorel Munteanu
2023-12-23  6:58 Viorel Munteanu
2023-12-23  6:58 Viorel Munteanu
2022-08-08 20:45 Haelwenn Monnier
2020-12-22 20:41 Matthias Coppens
2020-12-17 14:36 Matthias Coppens
2020-11-13 16:09 Matthias Coppens
2020-11-10  8:28 Matthias Coppens

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=1733048941.0e15c49edcd6c77217c71a3f3a2d74fd0b398796.pastalian46@gentoo \
    --to=pastalian46@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: 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