media-plugins/gst-plugins-cdparanoia: add 1.26.11

Signed-off-by: Alfred Wingate <parona@protonmail.com>
Part-of: https://codeberg.org/gentoo/gentoo/pulls/527
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Alfred Wingate
2026-03-17 20:58:43 +02:00
committed by Sam James
parent 0e9d8daa78
commit 9357a5bb07
2 changed files with 19 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST gst-plugins-base-1.24.13.tar.xz 2468556 BLAKE2B 6b187799f58ada3d56143ade2392dbaff74dcd77afce382013e6c3a7adae0584f45f1313bc84453fab00f8e3989f70e5b3c31d372370f1bb4529da8805fe4642 SHA512 e770175c6ad9613f1b4f7d10a8106342d1b261663863d7414d0012c25856c5418fbbd65792478cb403141fd4bc79f1567bfd249ae27393eac3a05b9ad7888aca
DIST gst-plugins-base-1.26.11.tar.xz 2510680 BLAKE2B d74d013e709aff8225ce2e0ebda7aa70f8811ac7e614de491080ae4026b348c19e6f8ed700f8e4dafef12d600dc2fdd5343413d45291c539eb0e3bc70dfecf21 SHA512 7cac1bcd3f7af056062026aafcbcd43ed9a2f7cf828ee2e8ed2112816f95e770c27065dfbbf83d90831111f17e4550652ccc849a68e71334b24cd86845183d8d

View File

@@ -0,0 +1,18 @@
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
GST_ORG_MODULE=gst-plugins-base
inherit gstreamer-meson
DESCRIPTION="CD Audio Source (cdda) plugin for GStreamer"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
RDEPEND=">=media-sound/cdparanoia-3.10.2-r6[${MULTILIB_USEDEP}]"
DEPEND="${RDEPEND}"
src_prepare() {
default
gstreamer_system_package audio_dep:gstreamer-audio
}