Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #199 from mariux64/update-libvdpau-from-0.7-to-1.1.1
Update libvdpau from 0.7 to 1.1.1
  • Loading branch information
pmenzel committed Nov 16, 2016
2 parents d0a003a + 4021c8e commit 99ec6b1
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 95 deletions.
94 changes: 0 additions & 94 deletions libvdpau-0.7-1.bee

This file was deleted.

46 changes: 46 additions & 0 deletions libvdpau.be0
@@ -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
@@ -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

0 comments on commit 99ec6b1

Please sign in to comment.