Skip to content

Commit

Permalink
Merge pull request #1644 from mariux64/update-libvpx-182
Browse files Browse the repository at this point in the history
libvpx: update to 1.8.2
  • Loading branch information
wwwutz authored Jan 31, 2020
2 parents 705789d + deb731d commit f382f3f
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 86 deletions.
86 changes: 0 additions & 86 deletions libvpx-1.2.0-0.bee

This file was deleted.

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

# BEE_VERSION libvpx-1.8.2-0

# SRCURL[0]="https://github.com/webmproject/libvpx/archive/v${PKGVERSION}/libvpx-${PKGVERSION}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/6dbccca688886c66a216d7e445525bce/libvpx-1.8.2.tar.gz"

# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src

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

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

mee_patch_post() {
sed -i 's/cp -p/cp/' build/make/Makefile
}

mee_configure() {
${S}/configure \
--prefix=${PREFIX} \
--enable-shared \
--disable-static
}

mee_build() {
make
}

mee_install() {
make install DESTDIR=${D}
}
16 changes: 16 additions & 0 deletions libvpx_compat-1.2.0.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
#!/usr/bin/env beesh

# BEE_VERSION libvpx_compat-1.2.0-0

# /src/mariux/md5repo.sh /src/mariux/beeroot/packages/libvpx-1.2.0-0.x86_64.bee.tar.bz2

mee_getsources() {
fetch_one_file "https://beehive.molgen.mpg.de/17dcfb3e98f8e1eae58a5812653f96bb/libvpx-1.2.0-0.x86_64.bee.tar.bz2"
}

mee_install() {
cd ${D}
tar -xf ${F}/libvpx-1.2.0-0.x86_64.bee.tar.bz2 \
/usr/lib/libvpx.so.1.2.0 \
/usr/lib/libvpx.so.1
}

0 comments on commit f382f3f

Please sign in to comment.