Skip to content

rustdesk: update 1.1.9 to 1.1.9 + 3278 commits #2844

Merged
merged 1 commit into from
Jan 27, 2023
Merged
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
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