summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConrad Kostecki <conikost@gentoo.org>2022-10-15 21:26:29 +0200
committerConrad Kostecki <conikost@gentoo.org>2022-10-15 21:33:33 +0200
commitd4fb73178b7d91c5d2f20c0135e85a44df244acf (patch)
tree53a6b5916570991567b318a892e1a61706881544 /x11-libs
parentsys-libs/libbacktrace: fix QA BadDescription (diff)
downloadgentoo-d4fb73178b7d91c5d2f20c0135e85a44df244acf.tar.gz
gentoo-d4fb73178b7d91c5d2f20c0135e85a44df244acf.tar.bz2
gentoo-d4fb73178b7d91c5d2f20c0135e85a44df244acf.zip
x11-libs/intel-hybrid-codec-driver: fix QA BadDescription
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/intel-hybrid-codec-driver/intel-hybrid-codec-driver-2.0.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-libs/intel-hybrid-codec-driver/intel-hybrid-codec-driver-2.0.0.ebuild b/x11-libs/intel-hybrid-codec-driver/intel-hybrid-codec-driver-2.0.0.ebuild
index 860feeb69f61..9fda01f1a348 100644
--- a/x11-libs/intel-hybrid-codec-driver/intel-hybrid-codec-driver-2.0.0.ebuild
+++ b/x11-libs/intel-hybrid-codec-driver/intel-hybrid-codec-driver-2.0.0.ebuild
@@ -8,7 +8,7 @@ EGIT_COMMIT="edead0c17e2818bc0fee0ea644f85ab81bbe6f7a"
inherit autotools multilib-minimal
-DESCRIPTION="Libva support for partially hardware accelerated encode and decode on Haswell and newer"
+DESCRIPTION="Libva support for older hardware accelerated encode/decode on Haswell and newer"
HOMEPAGE="https://github.com/intel/intel-hybrid-driver"
SRC_URI="https://github.com/intel/intel-hybrid-driver/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/intel-hybrid-driver-${EGIT_COMMIT}"