mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
media-plugins/gst-plugins-cdio: 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:
committed by
Sam James
parent
73bb5b792c
commit
0e9d8daa78
@@ -1 +1,2 @@
|
||||
DIST gst-plugins-ugly-1.24.13.tar.xz 235824 BLAKE2B cee9b2fd83f15df1655263e5c1b4ad460c4ac318059704100b96d7a84d0645add33472edba93175bba1db6100697b43b4a6646d77d46c2ec8e2cb8d681e7dbe8 SHA512 0f40219638f29a6ca576bdf933d74e023d81a166e11e65c7a816b9941a8b9609ac5448659780d356b5e20af540f3aeea90c5f371adf31ae7c77fa5314863db28
|
||||
DIST gst-plugins-ugly-1.26.11.tar.xz 239172 BLAKE2B aa1303f6678463cc30ab54aaaf5ed356f06039c736ded5a73c0757cb4b203b42b85eec65a2a9b362d3d7b868506fca5a5991501abc5d3e6bea8483be43dd87ac SHA512 5324d43141e0640e05ed641fe7c5d0b08b0d34830cfbb3a6ca758d468aaebb3c963080711a8d3c1c3b49e347eb700dcdf994a5fe2a5e85615a253574bb59d6c5
|
||||
|
||||
@@ -0,0 +1,21 @@
|
||||
# Copyright 1999-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
GST_ORG_MODULE=gst-plugins-ugly
|
||||
|
||||
inherit gstreamer-meson
|
||||
|
||||
DESCRIPTION="CD Audio Source (cdda) plugin for GStreamer"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
|
||||
|
||||
RDEPEND=">=dev-libs/libcdio-0.90-r1:=[${MULTILIB_USEDEP}]"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
multilib_src_configure() {
|
||||
local emesonargs=(
|
||||
-Dgpl=enabled
|
||||
)
|
||||
|
||||
gstreamer_multilib_src_configure
|
||||
}
|
||||
Reference in New Issue
Block a user