Move all to deprecated folder.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
config BR2_PACKAGE_XLIB_LIBXV
|
||||
bool "libXv"
|
||||
select BR2_PACKAGE_XLIB_LIBX11
|
||||
select BR2_PACKAGE_XLIB_LIBXEXT
|
||||
select BR2_PACKAGE_XPROTO_VIDEOPROTO
|
||||
select BR2_PACKAGE_XPROTO_XPROTO
|
||||
help
|
||||
X.Org Xv library
|
||||
@@ -0,0 +1,2 @@
|
||||
# From http://lists.freedesktop.org/archives/xorg/2013-September/056012.html
|
||||
sha256 55fe92f8686ce8612e2c1bfaf58c057715534419da700bda8d517b1d97914525 libXv-1.0.10.tar.bz2
|
||||
@@ -0,0 +1,16 @@
|
||||
################################################################################
|
||||
#
|
||||
# xlib_libXv
|
||||
#
|
||||
################################################################################
|
||||
|
||||
XLIB_LIBXV_VERSION = 1.0.10
|
||||
XLIB_LIBXV_SOURCE = libXv-$(XLIB_LIBXV_VERSION).tar.bz2
|
||||
XLIB_LIBXV_SITE = http://xorg.freedesktop.org/releases/individual/lib
|
||||
XLIB_LIBXV_LICENSE = MIT
|
||||
XLIB_LIBXV_LICENSE_FILES = COPYING
|
||||
XLIB_LIBXV_INSTALL_STAGING = YES
|
||||
XLIB_LIBXV_DEPENDENCIES = xlib_libX11 xlib_libXext xproto_videoproto xproto_xproto
|
||||
XLIB_LIBXV_CONF_OPTS = --disable-malloc0returnsnull
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user