Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Adam <dev@robert-adam.de>2021-04-26 11:23:41 +0300
committerGitHub <noreply@github.com>2021-04-26 11:23:41 +0300
commitbba45cf7fb6e711f5f3d1cabaf675faecf881323 (patch)
treeea5bb5258295f3b5be21eccdcd972ae7be789983
parent3600ed60941633da72f2c7401da0c6166284785a (diff)
parentebd5fc88cdab2d1e9c0cc4bb5e8cd074a6e32272 (diff)
Merge PR #4945: MAINT(vcpkg): Add "qt5-translations", remove "opus"
qt5-translations provides translations for Qt strings, such as the text of the standard button "OK". opus was removed in 6b7897c, but only for the PowerShell script.
-rw-r--r--scripts/vcpkg/get_mumble_dependencies.ps11
-rwxr-xr-xscripts/vcpkg/get_mumble_dependencies.sh2
2 files changed, 2 insertions, 1 deletions
diff --git a/scripts/vcpkg/get_mumble_dependencies.ps1 b/scripts/vcpkg/get_mumble_dependencies.ps1
index bdf533a88..cc169d6a0 100644
--- a/scripts/vcpkg/get_mumble_dependencies.ps1
+++ b/scripts/vcpkg/get_mumble_dependencies.ps1
@@ -9,6 +9,7 @@ $vcpkgdir = $profiledir + "\vcpkg"
$mumble_deps = "qt5-base",
"qt5-svg",
"qt5-tools",
+ "qt5-translations",
"grpc",
"boost-accumulators",
"poco",
diff --git a/scripts/vcpkg/get_mumble_dependencies.sh b/scripts/vcpkg/get_mumble_dependencies.sh
index ad37c6f54..b3c0a61ec 100755
--- a/scripts/vcpkg/get_mumble_dependencies.sh
+++ b/scripts/vcpkg/get_mumble_dependencies.sh
@@ -44,9 +44,9 @@ VCPKGDIR=~/vcpkg
mumble_deps='qt5-base,
qt5-svg,
qt5-tools,
+ qt5-translations,
grpc,
boost-accumulators,
- opus,
poco,
libvorbis,
libogg,