libva: remove long_desc.
This commit is contained in:
parent
976d955b0a
commit
eab1553562
1 changed files with 2 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
|||
pkgname=libva
|
||||
_distver=1.2.1
|
||||
version=1:${_distver}
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="${pkgname}-${_distver}"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static"
|
||||
|
@ -14,18 +14,13 @@ homepage="http://freedesktop.org/wiki/Software/vaapi"
|
|||
license="MIT"
|
||||
distfiles="http://www.freedesktop.org/software/vaapi/releases/libva/libva-${_distver}.tar.bz2"
|
||||
checksum=70080f8b260ca4316f7e100f2ce15ad3e2356a2b9eff951278085ff8d48ea83b
|
||||
long_desc="
|
||||
The main motivation for VA-API (Video Acceleration API) is to enable hardware
|
||||
accelerated video decode/encode at various entry-points (VLD, IDCT, Motion
|
||||
Compensation etc.) for the prevailing coding standards today (MPEG-2,
|
||||
MPEG-4 ASP/H.263, MPEG-4 AVC/H.264, and VC-1/VMW3)."
|
||||
|
||||
post_install() {
|
||||
vinstall COPYING 644 usr/share/licenses/${pkgname}
|
||||
}
|
||||
|
||||
libva-devel_package() {
|
||||
depends="libva-${version}_${revision}"
|
||||
depends="libva>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
|
|
Loading…
Reference in a new issue