media-plugins: add gst-plugins-fdkaac and gst-plugins-openal ebuilds

This commit is contained in:
2023-02-10 13:04:43 +03:00
parent 034fd9238e
commit 438d57b433
6 changed files with 48 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
GST_ORG_MODULE=gst-plugins-bad
inherit gstreamer-meson
DESCRIPTION="OpenAL plugin for GStreamer"
KEYWORDS="amd64 ~x86"
RDEPEND="media-libs/openal:=[${MULTILIB_USEDEP}]"
DEPEND="${RDEPEND}"