multimedia/libva-intel-driver: clean up descriptions
- Spell Intel properly as the driver is named i965 - Mention support for Gen4/Gen5 - Disambiguate COMMENT from libva-intel-media-driver - Simplify ONLY_FOR_ARCHS_REASON wording - Move ONLY_FOR_ARCHS to pacify `portlint -C` - Mention HYBRID support for VP8 encoding - Update WWW to actual homepage - Expand pkg-descr with from upstream README.md Approved by: madpilot (maintainer) Differential Revision: https://reviews.freebsd.org/D18688
This commit is contained in:
@@ -6,11 +6,14 @@ PORTVERSION= 2.3.0
|
||||
CATEGORIES= multimedia
|
||||
|
||||
MAINTAINER= madpilot@FreeBSD.org
|
||||
COMMENT= VAAPI intel driver
|
||||
COMMENT= VAAPI driver for Intel GMA 4500 (Gen4) or newer
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
ONLY_FOR_ARCHS= amd64 i386
|
||||
ONLY_FOR_ARCHS_REASON= Only Intel GPUs on x86 are supported
|
||||
|
||||
LIB_DEPENDS= libva.so:multimedia/libva \
|
||||
libdrm.so:graphics/libdrm
|
||||
BUILD_DEPENDS= ${LOCALBASE}/include/linux/videodev2.h:multimedia/v4l_compat
|
||||
@@ -26,12 +29,9 @@ GH_PROJECT= intel-vaapi-driver
|
||||
|
||||
PLIST_FILES= lib/dri/i915_drv_video.so lib/dri/i965_drv_video.so
|
||||
|
||||
ONLY_FOR_ARCHS= amd64 i386
|
||||
ONLY_FOR_ARCHS_REASON= Driver for hardware present only on intel i386 and amd64 CPUs
|
||||
|
||||
OPTIONS_DEFINE= HYBRID
|
||||
|
||||
HYBRID_DESC= Hybrid codec support (e.g., VP9 decoding on Skylake)
|
||||
HYBRID_DESC= Hybrid VP8 encoding on Gen7/8 and VP9 decoding on Gen7/8/9
|
||||
HYBRID_RUN_DEPENDS= ${LOCALBASE}/lib/dri/hybrid_drv_video.so:multimedia/libva-intel-hybrid-driver
|
||||
HYBRID_CONFIGURE_ENABLE= hybrid-codec
|
||||
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
Libva driver for intel graphics cards with hardware accelerated
|
||||
features for video encode/decode.
|
||||
VA-API (Video Acceleration API) user mode driver for Intel GEN
|
||||
Graphics family provides a bridge to the GEN GPUs through the
|
||||
packaging of buffers and commands to be sent to the i915 driver for
|
||||
exercising both hardware and shader functionality for video decode,
|
||||
encode, and processing.
|
||||
|
||||
WWW: https://github.com/intel/intel-vaapi-driver
|
||||
WWW: https://01.org/linuxmedia
|
||||
|
||||
@@ -8,7 +8,7 @@ CATEGORIES= multimedia
|
||||
PKGNAMEPREFIX= libva-intel-
|
||||
|
||||
MAINTAINER= jbeich@FreeBSD.org
|
||||
COMMENT= Intel Media Driver for VAAPI
|
||||
COMMENT= VAAPI driver for Intel HD 5000 (Gen8) or newer
|
||||
|
||||
LICENSE= MIT BSD3CLAUSE
|
||||
LICENSE_COMB= multi
|
||||
|
||||
Reference in New Issue
Block a user