Skip to content

Commit

Permalink
Merge pull request #2844 from mariux64/update-rustdesk-1193278
Browse files Browse the repository at this point in the history
rustdesk: update 1.1.9 to 1.1.9 + 3278 commits
  • Loading branch information
wwwutz authored Jan 27, 2023
2 parents dc131ea + 43446dc commit 638b99c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions rustdesk.be0
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
#!/usr/bin/env beesh

# BEE_VERSION rustdesk-1.1.9-0
# BEE_VERSION rustdesk-1.1.9_p3278_g67029f20-0

# more info: https://github.com/rustdesk/rustdesk
# https://rustdesk.com/docs/en/dev/build/
# AUR build https://aur.archlinux.org/rustdesk.git


# SRCURL[0]="https://github.com/rustdesk/rustdesk/archive/refs/tags/${PKGVERSION}.tar.gz"
# SRCURL[0]="https://beehive.molgen.mpg.de/de487b0ffb467b71712b148514036295/1.1.9.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/4acacd7f8c83bfee57bc74062062c7af/rustdesk-nightly_p1247_a73623d7.tar.bz2"
# git clone https://github.com/rustdesk/rustdesk
# git describe --tags --match 1.1.9
SRCURL[0]="https://beehive.molgen.mpg.de/c292986ec430b529e425a88279231281/rustdesk-1.1.9-3278-g67029f20.tar"

PATCHURL+=("https://beehive.molgen.mpg.de/ec2c5086aceca2680eb8e317a545f65d/rustdesk-g67029f20-no-debug-ui.patch")

# git clone https://github.com/microsoft/vcpkg
# git describe --long
Expand All @@ -29,7 +31,6 @@ build_in_sourcedir

mee_getsources_post() {
mkdir -p ${F}
# force reload
fetch_one_file ${LIBSCITERURL}
}

Expand All @@ -47,7 +48,6 @@ mee_configure() {
export VCPKG_DISABLE_METRICS=1
vcpkg/bootstrap-vcpkg.sh
export VCPKG_ROOT=${S}/vcpkg
# vcpkg/vcpkg install libvpx libyuv opus
vcpkg/vcpkg install libyuv opus
}

Expand Down

0 comments on commit 638b99c

Please sign in to comment.