summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-05-30 22:06:25 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-05-31 13:50:48 +0200
commit09ee15e6f14a20c036bb992a662f68d05ded92c1 (patch)
tree182d2f050b56bba76005446679af8df9861c623d /media-libs/libopenglrecorder
parentmedia-libs/libmikmod: Switch IUSE=pulseaudio to media-libs/libpulse (diff)
downloadgentoo-09ee15e6f14a20c036bb992a662f68d05ded92c1.tar.gz
gentoo-09ee15e6f14a20c036bb992a662f68d05ded92c1.tar.bz2
gentoo-09ee15e6f14a20c036bb992a662f68d05ded92c1.zip
media-libs/libopenglrecorder: EAPI 8 bump, switch to media-libs/libpulse
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-libs/libopenglrecorder')
-rw-r--r--media-libs/libopenglrecorder/libopenglrecorder-0.1.0-r1.ebuild (renamed from media-libs/libopenglrecorder/libopenglrecorder-0.1.0.ebuild)10
1 files changed, 4 insertions, 6 deletions
diff --git a/media-libs/libopenglrecorder/libopenglrecorder-0.1.0.ebuild b/media-libs/libopenglrecorder/libopenglrecorder-0.1.0-r1.ebuild
index 0c1fc012d18a..28f2fb0da24f 100644
--- a/media-libs/libopenglrecorder/libopenglrecorder-0.1.0.ebuild
+++ b/media-libs/libopenglrecorder/libopenglrecorder-0.1.0-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
inherit cmake-multilib
@@ -14,19 +14,17 @@ SLOT="0"
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
IUSE="openh264 sound vpx"
-BDEPEND="
- virtual/pkgconfig
-"
DEPEND="
media-libs/libjpeg-turbo[${MULTILIB_USEDEP}]
openh264? ( media-libs/openh264[${MULTILIB_USEDEP}] )
sound? (
+ media-libs/libpulse[${MULTILIB_USEDEP}]
media-libs/libvorbis[${MULTILIB_USEDEP}]
- media-sound/pulseaudio[${MULTILIB_USEDEP}]
)
vpx? ( media-libs/libvpx:0=[${MULTILIB_USEDEP}] )"
RDEPEND="${DEPEND}"
+BDEPEND="virtual/pkgconfig"
DOCS=( CHANGELOG.md README.md USAGE.md )