Update to 1.5.0
This commit is contained in:
parent
6d8e4a152b
commit
098fc5b193
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=375908
3 changed files with 12 additions and 9 deletions
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libva
|
||||
PORTVERSION= 1.4.0
|
||||
PORTVERSION= 1.5.0
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= http://cgit.freedesktop.org/${PORTNAME}/snapshot/
|
||||
|
||||
|
@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
|||
BUILD_DEPENDS= ${LOCALBASE}/include/linux/videodev2.h:${PORTSDIR}/multimedia/v4l_compat
|
||||
LIB_DEPENDS= libdrm.so:${PORTSDIR}/graphics/libdrm
|
||||
|
||||
USES= alias autoreconf libtool pkgconfig tar:bzip2
|
||||
USES= alias autoreconf gmake libtool pkgconfig tar:bzip2
|
||||
USE_XORG= glproto pciaccess xext xfixes
|
||||
USE_GL= gl
|
||||
GNU_CONFIGURE= yes
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (libva-1.4.0.tar.bz2) = bc061ab38acb89d80c1748e2cdf57bce95f05a287f7e94751fe82cf65bd824e8
|
||||
SIZE (libva-1.4.0.tar.bz2) = 590900
|
||||
SHA256 (libva-1.5.0.tar.bz2) = 2a83e0a1bea9c8b36685b82d67e1a6a670125d6572e772cd1ce16fe9c225afbc
|
||||
SIZE (libva-1.5.0.tar.bz2) = 607581
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
bin/vaavcenc
|
||||
bin/vah264encode
|
||||
bin/vainfo
|
||||
bin/vajpegenc
|
||||
bin/valoadjpeg
|
||||
bin/vampeg2vaenc
|
||||
bin/vampeg2vldemo
|
||||
|
@ -11,6 +12,7 @@ include/va/va_backend_glx.h
|
|||
include/va/va_backend_tpi.h
|
||||
include/va/va_backend_vpp.h
|
||||
include/va/va_compat.h
|
||||
include/va/va_dec_hevc.h
|
||||
include/va/va_dec_jpeg.h
|
||||
include/va/va_dec_vp8.h
|
||||
include/va/va_dri2.h
|
||||
|
@ -18,6 +20,7 @@ include/va/va_dricommon.h
|
|||
include/va/va_drm.h
|
||||
include/va/va_drmcommon.h
|
||||
include/va/va_enc_h264.h
|
||||
include/va/va_enc_jpeg.h
|
||||
include/va/va_enc_mpeg2.h
|
||||
include/va/va_enc_vp8.h
|
||||
include/va/va_glx.h
|
||||
|
@ -27,19 +30,19 @@ include/va/va_vpp.h
|
|||
include/va/va_x11.h
|
||||
lib/libva-drm.so
|
||||
lib/libva-drm.so.1
|
||||
lib/libva-drm.so.1.3600.0
|
||||
lib/libva-drm.so.1.3700.0
|
||||
lib/libva-glx.so
|
||||
lib/libva-glx.so.1
|
||||
lib/libva-glx.so.1.3600.0
|
||||
lib/libva-glx.so.1.3700.0
|
||||
lib/libva-tpi.so
|
||||
lib/libva-tpi.so.1
|
||||
lib/libva-tpi.so.1.3600.0
|
||||
lib/libva-tpi.so.1.3700.0
|
||||
lib/libva-x11.so
|
||||
lib/libva-x11.so.1
|
||||
lib/libva-x11.so.1.3600.0
|
||||
lib/libva-x11.so.1.3700.0
|
||||
lib/libva.so
|
||||
lib/libva.so.1
|
||||
lib/libva.so.1.3600.0
|
||||
lib/libva.so.1.3700.0
|
||||
lib/va/dummy_drv_video.so
|
||||
libdata/pkgconfig/libva-drm.pc
|
||||
libdata/pkgconfig/libva-glx.pc
|
||||
|
|
Loading…
Reference in a new issue