Import of pkgsrc-2015Q2
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
# $NetBSD: Makefile,v 1.5 2013/04/14 00:30:02 cheusov Exp $
|
||||
# $NetBSD: Makefile,v 1.8 2015/04/28 06:56:18 tnn Exp $
|
||||
#
|
||||
|
||||
DISTNAME= libva-1.1.0
|
||||
PKGREVISION= 2
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= http://www.freedesktop.org/software/vaapi/releases/libva/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
@@ -25,11 +26,18 @@ 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
|
||||
|
||||
PLIST_VARS+= egl
|
||||
.if ${X11_TYPE} == "modular" || exists(${X11BASE}/include/EGL/egl.h)
|
||||
PLIST.egl= yes
|
||||
.endif
|
||||
|
||||
pre-configure:
|
||||
cd ${WRKSRC} && autoreconf -i
|
||||
|
||||
|
||||
@@ -1,11 +1,13 @@
|
||||
@comment $NetBSD: PLIST,v 1.2 2013/04/14 00:30:02 cheusov Exp $
|
||||
@comment $NetBSD: PLIST,v 1.4 2015/04/28 06:57:59 tnn Exp $
|
||||
include/va/va.h
|
||||
include/va/va_backend.h
|
||||
${PLIST.egl}include/va/va_backend_egl.h
|
||||
include/va/va_backend_glx.h
|
||||
include/va/va_backend_tpi.h
|
||||
include/va/va_dec_jpeg.h
|
||||
include/va/va_dri2.h
|
||||
include/va/va_dricommon.h
|
||||
${PLIST.egl}include/va/va_egl.h
|
||||
include/va/va_drm.h
|
||||
include/va/va_drmcommon.h
|
||||
include/va/va_glx.h
|
||||
@@ -13,11 +15,13 @@ include/va/va_tpi.h
|
||||
include/va/va_version.h
|
||||
include/va/va_x11.h
|
||||
lib/libva-drm.la
|
||||
${PLIST.egl}lib/libva-egl.la
|
||||
lib/libva-glx.la
|
||||
lib/libva-tpi.la
|
||||
lib/libva-x11.la
|
||||
lib/libva.la
|
||||
lib/pkgconfig/libva-drm.pc
|
||||
${PLIST.egl}lib/pkgconfig/libva-egl.pc
|
||||
lib/pkgconfig/libva-glx.pc
|
||||
lib/pkgconfig/libva-tpi.pc
|
||||
lib/pkgconfig/libva-x11.pc
|
||||
|
||||
Reference in New Issue
Block a user