libXv: update to 1.0.8.
This commit is contained in:
parent
acf15fa350
commit
d0c9cabc2a
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'libXv'.
|
||||
pkgname=libXv
|
||||
version=1.0.7
|
||||
revision=2
|
||||
version=1.0.8
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="videoproto libX11-devel libXext-devel"
|
||||
|
@ -10,11 +10,11 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
|||
license="MIT"
|
||||
homepage="${XORG_SITE}"
|
||||
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
||||
checksum=5d664aeb641f8c867331a0c6b4574a5e7e420f00bf5fcefd874e8d003ea59010
|
||||
checksum=4f00eb5347390909cea4e53a69425839d2a6a44e0e0613321d59e7e4aeaf73d7
|
||||
|
||||
libXv-devel_package() {
|
||||
depends="xproto videoproto libX11-devel libXext-devel libXv>=${version}"
|
||||
short_desc="${short_desc} -- development files"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove "usr/lib/*.a"
|
||||
|
|
Loading…
Reference in a new issue