pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

libva: delete (updated in pkgsrc)



Module Name:	pkgsrc-wip
Committed By:	Tobias Nygren <tnn%NetBSD.org@localhost>
Pushed By:	tnn
Date:		Sun Jan 9 02:06:25 2022 +0100
Changeset:	edd617ff715534c283d6d97beff8a79a36772b5f

Modified Files:
	Makefile
Removed Files:
	libva/DESCR
	libva/Makefile
	libva/PLIST
	libva/TODO
	libva/available.mk
	libva/buildlink3.mk
	libva/distinfo

Log Message:
libva: delete (updated in pkgsrc)

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=edd617ff715534c283d6d97beff8a79a36772b5f

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile            |  1 -
 libva/DESCR         |  4 ----
 libva/Makefile      | 54 -----------------------------------------------------
 libva/PLIST         | 37 ------------------------------------
 libva/TODO          |  1 -
 libva/available.mk  | 21 ---------------------
 libva/buildlink3.mk | 21 ---------------------
 libva/distinfo      |  5 -----
 8 files changed, 144 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index f5174ff15d..4c0821524f 100644
--- a/Makefile
+++ b/Makefile
@@ -2207,7 +2207,6 @@ SUBDIR+=	libunibilium
 SUBDIR+=	libunit
 SUBDIR+=	libunwind-git
 SUBDIR+=	libusbmuxd
-SUBDIR+=	libva
 SUBDIR+=	libvalhalla
 SUBDIR+=	libvc
 SUBDIR+=	libvg
diff --git a/libva/DESCR b/libva/DESCR
deleted file mode 100644
index d73eb26459..0000000000
--- a/libva/DESCR
+++ /dev/null
@@ -1,4 +0,0 @@
-VAAPI (Video Acceleration API) enables hardware accelerated video
-decode/encode at various entry-points (VLD, IDCT, Motion Compensation etc.)
-for the prevailing coding standards today (MPEG-2, MPEG-4 ASP/H.263, MPEG-4
-AVC/H.264, and VC-1/VMW3).
diff --git a/libva/Makefile b/libva/Makefile
deleted file mode 100644
index 217422d68f..0000000000
--- a/libva/Makefile
+++ /dev/null
@@ -1,54 +0,0 @@
-# $NetBSD: Makefile,v 1.23 2021/12/02 16:58:47 tnn Exp $
-
-DISTNAME=	libva-2.13.0
-CATEGORIES=	multimedia
-MASTER_SITES=	${MASTER_SITE_GITHUB:=intel/}
-GITHUB_TAG=	2.13.0
-
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	https://github.com/intel/libva
-COMMENT=	Video Acceleration API
-LICENSE=	mit
-
-GNU_CONFIGURE=	yes
-USE_LIBTOOL=	yes
-USE_TOOLS+=	autoreconf autoconf automake gmake pkg-config
-
-.include "../../mk/bsd.prefs.mk"
-
-#
-# vaapi drivers (e.g. intel-vaapi-driver) can be installed under
-# ${PREFIX}/lib/dri and linked against native X.org. Instruct libva's
-# DRIVER_SEARCH_PATH to look at them too for native X.org.
-#
-.if ${X11_TYPE} == "native"
-DRIVER_SEARCH_PATH=	${X11BASE}/lib/dri:${PREFIX}/lib/dri
-.else
-DRIVER_SEARCH_PATH=	${X11BASE}/lib/dri
-.endif
-
-CONFIGURE_ARGS+=	--enable-shared
-CONFIGURE_ARGS+=	--with-drivers-path=${DRIVER_SEARCH_PATH:Q}
-
-LIBS+=			${BUILDLINK_LDADD.dl}
-
-PKGCONFIG_OVERRIDE+=	libva-drm.pc.in
-PKGCONFIG_OVERRIDE+=	libva-egl.pc.in
-PKGCONFIG_OVERRIDE+=	libva-glx.pc.in
-PKGCONFIG_OVERRIDE+=	libva-tpi.pc.in
-PKGCONFIG_OVERRIDE+=	libva-x11.pc.in
-PKGCONFIG_OVERRIDE+=	libva.pc.in
-
-
-pre-configure:
-	cd ${WRKSRC} && autoreconf -i
-
-# To avoid a PLIST mismatch with base Xorg
-CONFIGURE_ARGS+=	--disable-glx
-
-.include "../../x11/libXfixes/buildlink3.mk"
-.include "../../x11/libXext/buildlink3.mk"
-.include "../../x11/libX11/buildlink3.mk"
-.include "../../x11/libdrm/buildlink3.mk"
-.include "../../mk/dlopen.buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/libva/PLIST b/libva/PLIST
deleted file mode 100644
index 1d6f955fc2..0000000000
--- a/libva/PLIST
+++ /dev/null
@@ -1,37 +0,0 @@
-@comment $NetBSD$
-include/va/va.h
-include/va/va_backend.h
-include/va/va_backend_prot.h
-include/va/va_backend_vpp.h
-include/va/va_compat.h
-include/va/va_dec_av1.h
-include/va/va_dec_hevc.h
-include/va/va_dec_jpeg.h
-include/va/va_dec_vp8.h
-include/va/va_dec_vp9.h
-include/va/va_dri2.h
-include/va/va_dricommon.h
-include/va/va_drm.h
-include/va/va_drmcommon.h
-include/va/va_egl.h
-include/va/va_enc_h264.h
-include/va/va_enc_hevc.h
-include/va/va_enc_jpeg.h
-include/va/va_enc_mpeg2.h
-include/va/va_enc_vp8.h
-include/va/va_enc_vp9.h
-include/va/va_fei.h
-include/va/va_fei_h264.h
-include/va/va_fei_hevc.h
-include/va/va_prot.h
-include/va/va_str.h
-include/va/va_tpi.h
-include/va/va_version.h
-include/va/va_vpp.h
-include/va/va_x11.h
-lib/libva-drm.la
-lib/libva-x11.la
-lib/libva.la
-lib/pkgconfig/libva-drm.pc
-lib/pkgconfig/libva-x11.pc
-lib/pkgconfig/libva.pc
diff --git a/libva/TODO b/libva/TODO
deleted file mode 100644
index 13c2b4682f..0000000000
--- a/libva/TODO
+++ /dev/null
@@ -1 +0,0 @@
-Test on NetBSD
diff --git a/libva/available.mk b/libva/available.mk
deleted file mode 100644
index 2d7703a9b9..0000000000
--- a/libva/available.mk
+++ /dev/null
@@ -1,21 +0,0 @@
-# $NetBSD: available.mk,v 1.11 2017/03/17 09:10:14 maya Exp $
-
-
-.include "../../mk/bsd.prefs.mk"
-
-# At the moment VAAPI is available only for XXX.  The following
-# condition is here to NOT list these platforms in multiple places,
-# i.e. in mplayer, xine, xbmc etc.  Have a look at buildlink3.mk too.
-
-VAAPI_AVAILABLE=	no
-
-# The following should be kept up-to-date!
-.if ${OPSYS} == "DragonFly"
-VAAPI_AVAILABLE=	yes
-.elif ${OPSYS} == "FreeBSD"
-VAAPI_AVAILABLE=	yes
-.elif ${OPSYS} == "NetBSD"
-VAAPI_AVAILABLE=	yes
-.elif ${OPSYS} == "Linux"
-VAAPI_AVAILABLE=	yes
-.endif
diff --git a/libva/buildlink3.mk b/libva/buildlink3.mk
deleted file mode 100644
index f8789e543d..0000000000
--- a/libva/buildlink3.mk
+++ /dev/null
@@ -1,21 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.4 2018/11/23 08:18:16 ryoon Exp $
-
-.include "../../wip/libva/available.mk"
-.if ${VAAPI_AVAILABLE} == "yes"
-
-BUILDLINK_TREE+=	libva
-
-.  if !defined(LIBVA_BUILDLINK3_MK)
-LIBVA_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.libva+=	libva>=2.13.0
-BUILDLINK_PKGSRCDIR.libva?=	../../wip/libva
-
-.include "../../x11/libX11/buildlink3.mk"
-.include "../../x11/libdrm/buildlink3.mk"
-
-.  endif	# LIBVA_BUILDLINK3_MK
-
-BUILDLINK_TREE+=	-libva
-
-.endif # VAAPI_AVAILABLE
diff --git a/libva/distinfo b/libva/distinfo
deleted file mode 100644
index 5541a58d70..0000000000
--- a/libva/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.16 2021/10/26 11:01:10 nia Exp $
-
-BLAKE2s (libva-2.13.0.tar.gz) = d065249d9f542b89cb55e46aac4882c0fd1a256a4742c8e40113c8e805035a95
-SHA512 (libva-2.13.0.tar.gz) = 226d09956754c9942348ed289f210268bad64dbba95d948b33ae063f7ecb276af9da083a48c03c3c79ad4305716d203898bc75a109945d064a5fe6fb43398dea
-Size (libva-2.13.0.tar.gz) = 256724 bytes


Home | Main Index | Thread Index | Old Index