media-plugins/vdr-sndctl: update EAPI 7 -> 8

update EAPI 7 -> 8
update HOMEPAGE, SRC_URI
introduce subslot dependency on media-video/vdr

Signed-off-by: Martin Dummer <martin.dummer@gmx.net>
Part-of: https://github.com/gentoo/gentoo/pull/44230
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Martin Dummer 2025-10-17 23:38:55 +02:00 committed by Sam James
parent 87cab899dd
commit 98fa4a4a29
No known key found for this signature in database
GPG Key ID: 738409F520DF9190
4 changed files with 33 additions and 28 deletions

View File

@ -1 +1 @@
DIST vdr-sndctl-0.1.5.1.tar.gz 36332 BLAKE2B 50f1a3caa8c58e6c987e6bf1f66b7d7a9a8fa749e9e6c373c625e998ba1c0b9d8286b509b7aca61c5c53bd90f00c49c45ebecb7942ff39bc0be3350f0090ae6f SHA512 64bc893cf4fff68008267339cbccd48321022da1cbe8b7f277b794d1e264045793432c23b860045f3fc79c968a1e8d41470f7ae0014bbcacd358da5a16fcb842
DIST vdr-plugin-sndctl-42b1bc7e45377e379fb1472f0c0affbb5ac5770c.tar.gz 33920 BLAKE2B 3a987be03efa25a0d0757242b5e38c0926b32cd1d133235300dd4f2e92e6fa7a3637d311e9d3bb1acf61ee563aa9eaf05546f2f4071ef716b9e61c500e83433e SHA512 ef08d9c770d7d9d9f36f87e0990e28b514ac733a086f9501c2418b612d0b78b2befa615ac5aeb162831b06edd305dfac6af99f73269d3075f9daa1371d7bfd31

View File

@ -13,4 +13,7 @@
<email>vdr@gentoo.org</email>
<name>Gentoo VDR Project</name>
</maintainer>
<upstream>
<remote-id type="github">vdr-projects/vdr-plugin-sndctl</remote-id>
</upstream>
</pkgmetadata>

View File

@ -0,0 +1,29 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit vdr-plugin-2
# last version was imported to github without adding a release or tag
GIT_COMMIT="42b1bc7e45377e379fb1472f0c0affbb5ac5770c"
MY_P="vdr-plugin-sndctl-${GIT_COMMIT}"
DESCRIPTION="VDR plugin: Control the vol level of diff controls of your soundcard"
HOMEPAGE="https://github.com/vdr-projects/vdr-plugin-sndctl"
SRC_URI="https://github.com/vdr-projects/vdr-plugin-sndctl/archive/${GIT_COMMIT}.tar.gz -> ${MY_P}.tar.gz"
S="${WORKDIR}/${MY_P}"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
DEPEND="
media-video/vdr:=
media-libs/alsa-lib"
RDEPEND="${DEPEND}"
src_prepare() {
vdr-plugin-2_src_prepare
sed -i sndctl.c -e "s:RegisterI18n://RegisterI18n:" || die
}

View File

@ -1,27 +0,0 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit vdr-plugin-2
DESCRIPTION="VDR plugin: Control the vol level of diff controls of your soundcard"
HOMEPAGE="https://projects.vdr-developer.org/projects/plg-sndctl"
SRC_URI="http://vdr.websitec.de/download/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=">=media-video/vdr-1.4.1
media-libs/alsa-lib"
RDEPEND="${DEPEND}"
S="${WORKDIR}/${VDRPLUGIN}-0.1.5-1"
src_prepare() {
vdr-plugin-2_src_prepare
sed -i sndctl.c -e "s:RegisterI18n://RegisterI18n:"
}