diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-03-26 10:59:46 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-03-26 11:01:47 -0700 |
commit | 87954fce3dbce56f5d9a97257bfefd8bbbc4d808 (patch) | |
tree | 770a30c82e78923645f2059e3b69f82570404ee4 /x11-libs/libXvMC/libXvMC-1.0.13.ebuild | |
parent | media-libs/libmediaart: Version bump to 1.9.5 (diff) | |
download | gentoo-87954fce3dbce56f5d9a97257bfefd8bbbc4d808.tar.gz gentoo-87954fce3dbce56f5d9a97257bfefd8bbbc4d808.tar.bz2 gentoo-87954fce3dbce56f5d9a97257bfefd8bbbc4d808.zip |
x11-libs/libXvMC: Version bump to 1.0.13
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-libs/libXvMC/libXvMC-1.0.13.ebuild')
-rw-r--r-- | x11-libs/libXvMC/libXvMC-1.0.13.ebuild | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/x11-libs/libXvMC/libXvMC-1.0.13.ebuild b/x11-libs/libXvMC/libXvMC-1.0.13.ebuild new file mode 100644 index 000000000000..26cfe3ebc0fa --- /dev/null +++ b/x11-libs/libXvMC/libXvMC-1.0.13.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +XORG_MULTILIB=yes +XORG_TARBALL_SUFFIX="xz" +inherit xorg-3 meson-multilib + +DESCRIPTION="X.Org XvMC library" + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris" + +RDEPEND=" + >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}] + >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}] + >=x11-libs/libXv-1.0.10[${MULTILIB_USEDEP}] +" +DEPEND="${RDEPEND} + x11-base/xorg-proto" + +# Override xorg-3's src_prepare +src_prepare() { + default +} + +multilib_src_configure() { + local emesonargs=( + -Ddefault_library=shared + ) + meson_src_configure +} |