Move all to deprecated folder.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
config BR2_PACKAGE_XLIB_LIBXVMC
|
||||
bool "libXvMC"
|
||||
select BR2_PACKAGE_XLIB_LIBX11
|
||||
select BR2_PACKAGE_XLIB_LIBXEXT
|
||||
select BR2_PACKAGE_XLIB_LIBXV
|
||||
select BR2_PACKAGE_XPROTO_VIDEOPROTO
|
||||
select BR2_PACKAGE_XPROTO_XPROTO
|
||||
help
|
||||
X.Org XvMC library
|
||||
@@ -0,0 +1,3 @@
|
||||
# From http://lists.x.org/archives/xorg-announce/2015-March/002548.html
|
||||
sha1 6fc54831734e781b2848b6f7e3bcc4f752665f21 libXvMC-1.0.9.tar.bz2
|
||||
sha256 0703d7dff6ffc184f1735ca5d4eb9dbb402b522e08e008f2f96aee16c40a5756 libXvMC-1.0.9.tar.bz2
|
||||
@@ -0,0 +1,16 @@
|
||||
################################################################################
|
||||
#
|
||||
# xlib_libXvMC
|
||||
#
|
||||
################################################################################
|
||||
|
||||
XLIB_LIBXVMC_VERSION = 1.0.9
|
||||
XLIB_LIBXVMC_SOURCE = libXvMC-$(XLIB_LIBXVMC_VERSION).tar.bz2
|
||||
XLIB_LIBXVMC_SITE = http://xorg.freedesktop.org/releases/individual/lib
|
||||
XLIB_LIBXVMC_LICENSE = MIT
|
||||
XLIB_LIBXVMC_LICENSE_FILES = COPYING
|
||||
XLIB_LIBXVMC_INSTALL_STAGING = YES
|
||||
XLIB_LIBXVMC_DEPENDENCIES = xlib_libX11 xlib_libXext xlib_libXv xproto_videoproto xproto_xproto
|
||||
XLIB_LIBXVMC_CONF_OPTS = --disable-malloc0returnsnull
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user