libxvmc 1.0.14-1
This commit is contained in:
commit
fc8b0ad928
36
PKGBUILD
Normal file
36
PKGBUILD
Normal file
@ -0,0 +1,36 @@
|
||||
# This is an example PKGBUILD file. Use this as a start to creating your own,
|
||||
# and remove these comments. For more information, see 'man PKGBUILD'.
|
||||
# NOTE: Please fill out the license field for your package! If it is unknown,
|
||||
# then please put 'unknown'.
|
||||
|
||||
# Maintainer: Future Linux Team <future_linux@163.com>
|
||||
pkgname=libxvmc
|
||||
pkgver=1.0.14
|
||||
pkgrel=1
|
||||
pkgdesc="X11 Video Motion Compensation extension library"
|
||||
arch=('x86_64')
|
||||
url="https://gitlab.freedesktop.org/xorg/lib/libxvmc"
|
||||
license=('LicenseRef-libxvmc')
|
||||
depends=('glibc' 'libxcb' 'libx11' 'libxau' 'libxdmcp' 'libxext' 'libxv')
|
||||
depends=('libxext' 'libxv' 'libx11')
|
||||
makedepends=('util-macros' 'xorgproto')
|
||||
source=(https://www.x.org/pub/individual/lib/libXvMC-${pkgver}.tar.xz)
|
||||
sha256sums=(e4be9eb6b6bafdbbf81f47f7163047215376e45e2dc786d0ea6181c930725ed9)
|
||||
|
||||
build() {
|
||||
cd libXvMC-${pkgver}
|
||||
|
||||
${CONFIGURE} \
|
||||
--sysconfdir=/etc \
|
||||
--localstatedir=/var \
|
||||
--disable-static \
|
||||
--docdir=/usr/share/doc/libXvMC-${pkgver}
|
||||
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd libXvMC-${pkgver}
|
||||
|
||||
make DESTDIR=${pkgdir} install
|
||||
}
|
Loading…
Reference in New Issue
Block a user