Skip to content

Commit

Permalink
Merge pull request #2610 from mariux64/fix-srcurl-vdpau-111
Browse files Browse the repository at this point in the history
libvdpau: fix SRCURL
  • Loading branch information
wwwutz authored Apr 8, 2022
2 parents 80b166d + 36fa865 commit e1e61bc
Showing 1 changed file with 9 additions and 13 deletions.
22 changes: 9 additions & 13 deletions libvdpau.be0
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
#!/usr/bin/env beesh

# BEE_VERSION libvdpau-1.1.1-0
# BEE_VERSION libvdpau-1.1.1-1

SRCURL[0]="http://people.freedesktop.org/~aplattner/vdpau/libvdpau-${PKGVERSION}.tar.gz"
#RCURL[0]="http://people.freedesktop.org/~aplattner/vdpau/libvdpau-${PKGVERSION}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/ac8b21012035c04fd1ec8a9ae6934264/libvdpau-1.1.1.tar.gz"

# PATCHURL+=()

Expand All @@ -29,18 +30,13 @@ SRCURL[0]="http://people.freedesktop.org/~aplattner/vdpau/libvdpau-${PKGVERSION}
# bee_build
#}

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

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

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

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

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

cd ${D} && rm -rf usr/share/doc
}

0 comments on commit e1e61bc

Please sign in to comment.