xorg/libvdpau/Pkgfile

23 lines
656 B
Plaintext
Raw Normal View History

2014-07-02 13:07:34 +02:00
# Description: Video Decode and Presentation API for Unix provides a complete solution for decoding, post-processing, compositing, and displaying compressed or uncompressed video streams.
2015-11-03 00:03:49 +01:00
# URL: http://cgit.freedesktop.org/vdpau/libvdpau
2014-07-02 13:07:34 +02:00
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
2018-04-14 12:01:33 +02:00
# Depends on: xorg-libxext
2014-07-02 13:07:34 +02:00
name=libvdpau
2019-03-01 16:16:12 +01:00
version=1.2
2015-03-12 12:03:33 +01:00
release=1
2019-03-01 16:16:12 +01:00
source=(https://gitlab.freedesktop.org/vdpau/$name/uploads/14b620084c027d546fa0b3f083b800c6/$name-$version.tar.bz2)
2014-07-02 13:07:34 +02:00
build() {
cd $name-$version
./configure \
--prefix=/usr \
--mandir=/usr/man \
--disable-dependency-tracking \
--disable-documentation
2014-07-02 13:07:34 +02:00
make
make DESTDIR=$PKG install
}