forked from ports/contrib
libva-vdpau-driver: marked unmaintained
This commit is contained in:
parent
729762bcf0
commit
125ff2dc20
@ -1,6 +1,6 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF3zNlUbEyglcUKcL+STMV3eHno4ETCMeV4XfcBud2Eh3IU0dueB+VVIQyDnZRix9RP4Dr5IGR+d/Bowc33urNSgI=
|
||||
SHA256 (Pkgfile) = 188911b94becb5f787850d6e5cff91904f957a7d8ab73b7d04f6a8d0085c7de0
|
||||
RWSagIOpLGJF3+fl8AFPyPro2gcTsqSffzNG1G/XAl8ETpYTWJ5wA+uPL0xxNRrThC6Fzdyy7DooHNwDPZGnSn2ptUs+8Gw72QA=
|
||||
SHA256 (Pkgfile) = 69682c84d2a60949cd88a9239e44661c15abce7460f134528b52a56274fe48ed
|
||||
SHA256 (.footprint) = c5171012397e1889693c1bcabd77ad07959cde5d16fc1c020b3d1a5455d83f8d
|
||||
SHA256 (libva-vdpau-driver-0.7.4.tar.bz2) = 155c1982f0ac3f5435ba20b221bcaa11be212c37db548cd1f2a030ffa17e9bb9
|
||||
SHA256 (libva-vdpau-driver-0.7.4-glext-missing-definition.patch) = 776bfe4c101cdde396d8783029b288c6cd825d0cdbc782ca3d94a5f9ffb4558c
|
||||
|
@ -1,34 +1,34 @@
|
||||
# Description: VDPAU back-end for NVIDIA and VIA chipsets.
|
||||
# URL: http://freedesktop.org/wiki/Software/vaapi
|
||||
# Maintainer: Danny Rawlins, crux at romster dot me
|
||||
# Maintainer: unmaintained
|
||||
# Depends on: libva libvdpau
|
||||
|
||||
name=libva-vdpau-driver
|
||||
version=0.7.4
|
||||
release=7
|
||||
source=(https://www.freedesktop.org/software/vaapi/releases/$name/$name-$version.tar.bz2
|
||||
libva-vdpau-driver-0.7.4-glext-missing-definition.patch
|
||||
libva-vdpau-driver-0.7.4-libvdpau-0.8.patch
|
||||
libva-vdpau-driver-0.7.4-VAEncH264VUIBufferType.patch
|
||||
libva-vdpau-driver-0.7.4-sigfpe-crash.patch
|
||||
libva-vdpau-driver-0.7.4-include-linux-videodev2.h.patch)
|
||||
libva-vdpau-driver-0.7.4-glext-missing-definition.patch
|
||||
libva-vdpau-driver-0.7.4-libvdpau-0.8.patch
|
||||
libva-vdpau-driver-0.7.4-VAEncH264VUIBufferType.patch
|
||||
libva-vdpau-driver-0.7.4-sigfpe-crash.patch
|
||||
libva-vdpau-driver-0.7.4-include-linux-videodev2.h.patch)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
cd $name-$version
|
||||
|
||||
patch -p1 -i $SRC/libva-vdpau-driver-0.7.4-glext-missing-definition.patch
|
||||
patch -p1 -i $SRC/libva-vdpau-driver-0.7.4-libvdpau-0.8.patch
|
||||
patch -p1 -i $SRC/libva-vdpau-driver-0.7.4-VAEncH264VUIBufferType.patch
|
||||
patch -p1 -i $SRC/libva-vdpau-driver-0.7.4-sigfpe-crash.patch
|
||||
patch -p1 -i $SRC/libva-vdpau-driver-0.7.4-include-linux-videodev2.h.patch
|
||||
patch -p1 -i $SRC/libva-vdpau-driver-0.7.4-glext-missing-definition.patch
|
||||
patch -p1 -i $SRC/libva-vdpau-driver-0.7.4-libvdpau-0.8.patch
|
||||
patch -p1 -i $SRC/libva-vdpau-driver-0.7.4-VAEncH264VUIBufferType.patch
|
||||
patch -p1 -i $SRC/libva-vdpau-driver-0.7.4-sigfpe-crash.patch
|
||||
patch -p1 -i $SRC/libva-vdpau-driver-0.7.4-include-linux-videodev2.h.patch
|
||||
|
||||
sed -i 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' configure.ac
|
||||
autoreconf -i
|
||||
sed -i 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' configure.ac
|
||||
autoreconf -i
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--enable-glx
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--enable-glx
|
||||
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user