Skip to content

Update libvdpau from 0.7 to 1.1.1 #199

Merged
merged 4 commits into from
Nov 16, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
94 changes: 0 additions & 94 deletions libvdpau-0.7-1.bee

This file was deleted.

46 changes: 46 additions & 0 deletions libvdpau.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
#!/usr/bin/env beesh

# BEE_VERSION libvdpau-1.1.1-0

SRCURL[0]="http://people.freedesktop.org/~aplattner/vdpau/libvdpau-${PKGVERSION}.tar.gz"

# PATCHURL+=()

# EXCLUDE+=()

# build_in_sourcedir

# sourcesubdir_append src


#mee_extract() {
# bee_extract "${@}"
#}

#mee_patch() {
# bee_patch "${@}"
#}

#mee_configure() {
# bee_configure
#}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}
## by default this may be 'make install DESTDIR="${D}"'

mee_install_post() {
mkdir -p ${D}/usr/share/mxgfx-generic/lib

dest=$(readlink -f ${D}${LIBDIR}/libvdpau.so.1)
dest=${dest##${D}}

ln -svf ${dest} ${D}/usr/share/mxgfx-generic/lib/libvdpau.so.1
}


3 changes: 2 additions & 1 deletion nvidia-mxlinks-0.8-5.bee → nvidia-mxlinks.be0
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/env beesh

# BEE_VERSION nvidia-mxlinks-0.8-6

EXCLUDE=("^/usr/lib/(X11|xorg)(|/modules(|/drivers))$")

mee_install() {
Expand All @@ -11,7 +13,6 @@ mee_install() {
"libnvidia-cfg.so.1"
"libnvidia-opencl.so.1"
"libnvidia-encode.so.1"
"libvdpau.so.1"
"libvdpau_nvidia.so.1"
"libvdpau_trace.so.1"
"libnvcuvid.so.1"
Expand Down