mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-16 14:29:05 -07:00
media-plugins/gst-plugins-cdio: add 1.24.13
Bug: https://bugs.gentoo.org/951613 Signed-off-by: Alfred Wingate <parona@protonmail.com> Signed-off-by: Mart Raudsepp <leio@gentoo.org>
This commit is contained in:
committed by
Mart Raudsepp
parent
1f81736ee9
commit
ecc9cda8b1
@@ -1 +1,2 @@
|
||||
DIST gst-plugins-ugly-1.24.11.tar.xz 232056 BLAKE2B 849c34c099d062c81e7e008aee95d36ac6aae0c08eacec0e2ba3582b421d912f9dc0322031310eb459c76af30056ee38d5b5849d0400540656571c1a110f1c54 SHA512 461f3a07b4265bfe66b5b22f3a10bbf254068381f5634e970b3cb6d1c2d3ea401e0be43d188934a490e29658d8447a83de50253380cde371b0f5a55178f90e6a
|
||||
DIST gst-plugins-ugly-1.24.13.tar.xz 235824 BLAKE2B cee9b2fd83f15df1655263e5c1b4ad460c4ac318059704100b96d7a84d0645add33472edba93175bba1db6100697b43b4a6646d77d46c2ec8e2cb8d681e7dbe8 SHA512 0f40219638f29a6ca576bdf933d74e023d81a166e11e65c7a816b9941a8b9609ac5448659780d356b5e20af540f3aeea90c5f371adf31ae7c77fa5314863db28
|
||||
|
||||
@@ -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