summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-05-29 13:04:35 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-05-29 14:20:24 +0200
commit8d221a0d471bd6bb4258bd152ad854ae59e7429c (patch)
tree62cca2ced434a6059ab11be6477734b7611e9c60 /gui-apps
parentgui-apps/wf-recorder: 0.3.0: Switch to media-libs/libpulse (diff)
downloadgentoo-8d221a0d471bd6bb4258bd152ad854ae59e7429c.tar.gz
gentoo-8d221a0d471bd6bb4258bd152ad854ae59e7429c.tar.bz2
gentoo-8d221a0d471bd6bb4258bd152ad854ae59e7429c.zip
gui-apps/wf-recorder: drop 0.2.1-r1
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'gui-apps')
-rw-r--r--gui-apps/wf-recorder/Manifest1
-rw-r--r--gui-apps/wf-recorder/metadata.xml3
-rw-r--r--gui-apps/wf-recorder/wf-recorder-0.2.1-r1.ebuild42
3 files changed, 0 insertions, 46 deletions
diff --git a/gui-apps/wf-recorder/Manifest b/gui-apps/wf-recorder/Manifest
index 091442808573..4a8da3a7e14b 100644
--- a/gui-apps/wf-recorder/Manifest
+++ b/gui-apps/wf-recorder/Manifest
@@ -1,2 +1 @@
-DIST wf-recorder-0.2.1.tar.xz 19828 BLAKE2B b86fc418a2779521a44eaefcf0c6d5533be64b608c7c3a8a550156a07eb10053f31bce1693c33842e7313997b090b63f7908eb64d9705c406c5026a6cde09c4d SHA512 e232f4a13d4891863a58667dc87df113f13fabac5042c93143d652472287e84906b261b764869cd02c523f5b3d2331224e2bb71f66814d1a1c9c99a0d28aa40a
DIST wf-recorder-0.3.0.tar.xz 19888 BLAKE2B 52b7cbe8ad77d3756f91cad0c0642548b439f3465be8152d9cc1175f55d608df8bbd9f21e82b18099fba59d39389012e023e7dc39a0ae061eed13aece99c058a SHA512 6c8a069c923a342441ab5ebce2cf8ec727b75f474c2843d0fa49b69b3e5ef4498bc0548573409203e704a84a72ebec5523f89459a144679bf1d9d5bf6e514b60
diff --git a/gui-apps/wf-recorder/metadata.xml b/gui-apps/wf-recorder/metadata.xml
index d0b1f575d590..fdda02a176cb 100644
--- a/gui-apps/wf-recorder/metadata.xml
+++ b/gui-apps/wf-recorder/metadata.xml
@@ -2,9 +2,6 @@
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!--maintainer-needed-->
- <use>
- <flag name="opencl">Enable OpenCL</flag>
- </use>
<upstream>
<remote-id type="github">ammen99/wf-recorder</remote-id>
</upstream>
diff --git a/gui-apps/wf-recorder/wf-recorder-0.2.1-r1.ebuild b/gui-apps/wf-recorder/wf-recorder-0.2.1-r1.ebuild
deleted file mode 100644
index 6bc50719fea0..000000000000
--- a/gui-apps/wf-recorder/wf-recorder-0.2.1-r1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit meson
-
-DESCRIPTION="Screen recorder for wlroots-based compositors"
-HOMEPAGE="https://github.com/ammen99/wf-recorder"
-
-if [[ ${PV} == 9999 ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/ammen99/wf-recorder.git"
-else
- SRC_URI="https://github.com/ammen99/wf-recorder/releases/download/v${PV}/${P}.tar.xz"
- KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="+man opencl"
-
-DEPEND="
- dev-libs/wayland
- media-sound/pulseaudio
- media-video/ffmpeg[opencl?,pulseaudio,x264]
- opencl? ( virtual/opencl )
-"
-RDEPEND="${DEPEND}"
-BDEPEND="
- virtual/pkgconfig
- dev-libs/wayland-protocols
- man? ( >=app-text/scdoc-1.9.3 )
-"
-
-src_configure() {
- local emesonargs=(
- $(meson_feature man man-pages)
- $(meson_feature opencl)
- )
- meson_src_configure
-}