aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjbeich <jbeich@FreeBSD.org>2018-12-31 21:43:36 +0800
committerjbeich <jbeich@FreeBSD.org>2018-12-31 21:43:36 +0800
commit2182c4c895150247d6bd90efb44e3f48a610a95b (patch)
treee7a77b0b2215e030cc61bfb6ef0e56fe9f2bfeed
parenta817c1a24b801040cb3776d30bef4ae861ab42d8 (diff)
downloadfreebsd-ports-gnome-2182c4c895150247d6bd90efb44e3f48a610a95b.tar.gz
freebsd-ports-gnome-2182c4c895150247d6bd90efb44e3f48a610a95b.tar.zst
freebsd-ports-gnome-2182c4c895150247d6bd90efb44e3f48a610a95b.zip
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
-rw-r--r--multimedia/libva-intel-driver/Makefile10
-rw-r--r--multimedia/libva-intel-driver/pkg-descr9
-rw-r--r--multimedia/libva-intel-media-driver/Makefile2
3 files changed, 12 insertions, 9 deletions
diff --git a/multimedia/libva-intel-driver/Makefile b/multimedia/libva-intel-driver/Makefile
index 2049309d991d..b9ea2dafc057 100644
--- a/multimedia/libva-intel-driver/Makefile
+++ b/multimedia/libva-intel-driver/Makefile
@@ -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
diff --git a/multimedia/libva-intel-driver/pkg-descr b/multimedia/libva-intel-driver/pkg-descr
index d86ad2b6bd8b..a5c91db705a6 100644
--- a/multimedia/libva-intel-driver/pkg-descr
+++ b/multimedia/libva-intel-driver/pkg-descr
@@ -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
diff --git a/multimedia/libva-intel-media-driver/Makefile b/multimedia/libva-intel-media-driver/Makefile
index 9d5746992eac..cc3ddf2f4543 100644
--- a/multimedia/libva-intel-media-driver/Makefile
+++ b/multimedia/libva-intel-media-driver/Makefile
@@ -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