42bda53514
Release notes: https://lists.x.org/archives/xorg-announce/2022-March/003132.html Removed md5 and sha1 hashes, not provided by upstream anymore. Reformatted license hash. Switched tarball to upstream-provided .xz format. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
19 lines
675 B
Makefile
19 lines
675 B
Makefile
################################################################################
|
|
#
|
|
# xlib_libXvMC
|
|
#
|
|
################################################################################
|
|
|
|
XLIB_LIBXVMC_VERSION = 1.0.13
|
|
XLIB_LIBXVMC_SOURCE = libXvMC-$(XLIB_LIBXVMC_VERSION).tar.xz
|
|
XLIB_LIBXVMC_SITE = http://xorg.freedesktop.org/releases/individual/lib
|
|
XLIB_LIBXVMC_LICENSE = MIT
|
|
XLIB_LIBXVMC_LICENSE_FILES = COPYING
|
|
XLIB_LIBXVMC_CPE_ID_VENDOR = x.org
|
|
XLIB_LIBXVMC_CPE_ID_PRODUCT = libxvmc
|
|
XLIB_LIBXVMC_INSTALL_STAGING = YES
|
|
XLIB_LIBXVMC_DEPENDENCIES = xlib_libX11 xlib_libXext xlib_libXv xorgproto
|
|
XLIB_LIBXVMC_CONF_OPTS = --disable-malloc0returnsnull
|
|
|
|
$(eval $(autotools-package))
|