246 lines
7.6 KiB
Python
246 lines
7.6 KiB
Python
"""
|
|
Dependencies required to build Anki.
|
|
"""
|
|
|
|
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive", "http_file")
|
|
load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository", "new_git_repository")
|
|
load("@bazel_tools//tools/build_defs/repo:utils.bzl", "maybe")
|
|
|
|
def register_repos():
|
|
"Register required dependency repos."
|
|
|
|
# bazel
|
|
##########
|
|
|
|
maybe(
|
|
http_archive,
|
|
name = "bazel_skylib",
|
|
sha256 = "97e70364e9249702246c0e9444bccdc4b847bed1eb03c5a3ece4f83dfe6abc44",
|
|
urls = [
|
|
"https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.0.2/bazel-skylib-1.0.2.tar.gz",
|
|
"https://github.com/bazelbuild/bazel-skylib/releases/download/1.0.2/bazel-skylib-1.0.2.tar.gz",
|
|
],
|
|
)
|
|
|
|
# rust
|
|
########
|
|
|
|
# native.local_repository(
|
|
# name = "rules_rust",
|
|
# path = "../rules_rust",
|
|
# )
|
|
|
|
maybe(
|
|
http_archive,
|
|
name = "rules_rust",
|
|
strip_prefix = "rules_rust-7ffe0a5556a35f8c11bf9a9ae8bc4020dd44ea13",
|
|
urls = [
|
|
"https://github.com/bazelbuild/rules_rust/archive/7ffe0a5556a35f8c11bf9a9ae8bc4020dd44ea13.zip",
|
|
],
|
|
sha256 = "9ba9617de8d21fe49366695240d9c6c0a0750559ea7a8565397dcf7fb64f9f9d",
|
|
)
|
|
|
|
# maybe(
|
|
# http_archive,
|
|
# name = "rules_rust",
|
|
# strip_prefix = "rules_rust-anki-2021-12-20",
|
|
# urls = [
|
|
# "https://github.com/ankitects/rules_rust/archive/refs/tags/anki-2021-12-20.zip",
|
|
# ],
|
|
# sha256 = "c9300cb1d1eddc5b85d5ced35f4c332b08afc7a439d2b75e696d3282b80677af",
|
|
# )
|
|
|
|
# python
|
|
##########
|
|
|
|
# native.local_repository(
|
|
# name = "rules_python",
|
|
# path = "../rules_python",
|
|
# )
|
|
|
|
maybe(
|
|
http_archive,
|
|
name = "rules_python",
|
|
sha256 = "a30abdfc7126d497a7698c29c46ea9901c6392d6ed315171a6df5ce433aa4502",
|
|
strip_prefix = "rules_python-0.6.0",
|
|
url = "https://github.com/bazelbuild/rules_python/archive/0.6.0.tar.gz",
|
|
)
|
|
|
|
# javascript
|
|
##############
|
|
|
|
# maybe(
|
|
# http_archive,
|
|
# name = "build_bazel_rules_nodejs",
|
|
# urls = [
|
|
# "file:///c:/anki/release.tar.gz",
|
|
# "file:///Users/dae/Work/code/dtop/release.tar.gz",
|
|
# ],
|
|
# )
|
|
|
|
# when updating, remember to update pinned versions in package.json
|
|
maybe(
|
|
http_archive,
|
|
name = "build_bazel_rules_nodejs",
|
|
sha256 = "2644a66772938db8d8c760334a252f1687455daa7e188073f2d46283f2f6fbb7",
|
|
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/4.6.2/rules_nodejs-4.6.2.tar.gz"],
|
|
)
|
|
|
|
maybe(
|
|
http_archive,
|
|
name = "rules_nodejs",
|
|
sha256 = "f596117040134b9497a1049efe7a785924b4ff22557669780a0fa37e22b827bd",
|
|
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/4.6.2/rules_nodejs-core-4.6.2.tar.gz"],
|
|
)
|
|
|
|
# sass
|
|
############
|
|
|
|
# native.local_repository(
|
|
# name = "io_bazel_rules_sass",
|
|
# path = "../rules_sass",
|
|
# )
|
|
|
|
maybe(
|
|
http_archive,
|
|
name = "io_bazel_rules_sass",
|
|
strip_prefix = "rules_sass-d0cda2205a6e9706ded30f7dd7d30c82b1301fbe",
|
|
urls = [
|
|
"https://github.com/bazelbuild/rules_sass/archive/d0cda2205a6e9706ded30f7dd7d30c82b1301fbe.zip",
|
|
],
|
|
sha256 = "640ad20f878a6656968e35f35343359446db91a773224ddf52ae110f1e48bb20",
|
|
)
|
|
|
|
# translations
|
|
################
|
|
|
|
core_i18n_repo = "anki-core-i18n"
|
|
core_i18n_commit = "11845e9a415d403d90fce8f1d6d7453842873947"
|
|
core_i18n_zip_csum = "23469488c35763072b38dce2ee2b99ed43f16adbecd0a6c6c097a6d3f3ee67fa"
|
|
|
|
qtftl_i18n_repo = "anki-desktop-ftl"
|
|
qtftl_i18n_commit = "ce2a0da1ef2e648908c93ac5e995601509cf756d"
|
|
qtftl_i18n_zip_csum = "cf95b03ce39c3eaaeed7ce351d81ef3e4013d2eb4d9651621e94afbbf446ddf4"
|
|
|
|
i18n_build_content = """
|
|
filegroup(
|
|
name = "files",
|
|
srcs = glob(["**/*.ftl"]),
|
|
visibility = ["//visibility:public"],
|
|
)
|
|
exports_files(["l10n.toml"])
|
|
"""
|
|
|
|
maybe(
|
|
http_archive,
|
|
name = "rslib_ftl",
|
|
build_file_content = i18n_build_content,
|
|
strip_prefix = core_i18n_repo + "-" + core_i18n_commit,
|
|
urls = [
|
|
"https://github.com/ankitects/{}/archive/{}.zip".format(
|
|
core_i18n_repo,
|
|
core_i18n_commit,
|
|
),
|
|
],
|
|
sha256 = core_i18n_zip_csum,
|
|
)
|
|
|
|
maybe(
|
|
http_archive,
|
|
name = "extra_ftl",
|
|
build_file_content = i18n_build_content,
|
|
strip_prefix = qtftl_i18n_repo + "-" + qtftl_i18n_commit,
|
|
urls = [
|
|
"https://github.com/ankitects/{}/archive/{}.zip".format(
|
|
qtftl_i18n_repo,
|
|
qtftl_i18n_commit,
|
|
),
|
|
],
|
|
sha256 = qtftl_i18n_zip_csum,
|
|
)
|
|
|
|
# binary bundle
|
|
################
|
|
|
|
maybe(
|
|
http_archive,
|
|
name = "pyoxidizer",
|
|
sha256 = "9f7951473d88c7989dc80199146f82020226a3b2425474fd33b6bcbd8fdd1b1c",
|
|
urls = [
|
|
# when changing this, the commit hash needs to be updated in qt/bundle/Cargo.toml
|
|
"https://github.com/ankitects/PyOxidizer/archive/refs/tags/anki-2021-12-08.tar.gz",
|
|
],
|
|
strip_prefix = "PyOxidizer-anki-2021-12-08",
|
|
build_file_content = " ",
|
|
)
|
|
|
|
maybe(
|
|
http_archive,
|
|
name = "bundle_extras_linux_amd64",
|
|
build_file_content = " ",
|
|
urls = [
|
|
"https://github.com/ankitects/anki-bundle-extras/releases/download/anki-2022-02-09/qt-plugins-linux-amd64.tar.gz",
|
|
],
|
|
sha256 = "cbfb41fb750ae19b381f8137bd307e1167fdc68420052977f6e1887537a131b0",
|
|
)
|
|
|
|
maybe(
|
|
http_archive,
|
|
name = "audio_win_amd64",
|
|
build_file_content = " ",
|
|
urls = [
|
|
"https://github.com/ankitects/anki-bundle-extras/releases/download/anki-2022-02-09/audio-win-amd64.tar.gz",
|
|
],
|
|
sha256 = "0815a601baba05e03bc36b568cdc2332b1cf4aa17125fc33c69de125f8dd687f",
|
|
)
|
|
|
|
maybe(
|
|
http_archive,
|
|
name = "audio_mac_amd64",
|
|
build_file_content = " ",
|
|
urls = [
|
|
"https://github.com/ankitects/anki-bundle-extras/releases/download/anki-2022-05-26/audio-mac-amd64.tar.gz",
|
|
],
|
|
sha256 = "ecbb3c878805cdd58b1a0b8e3fd8c753b8ce3ad36c8b5904a79111f9db29ff42",
|
|
)
|
|
|
|
maybe(
|
|
http_archive,
|
|
name = "audio_mac_arm64",
|
|
build_file_content = " ",
|
|
urls = [
|
|
"https://github.com/ankitects/anki-bundle-extras/releases/download/anki-2022-05-26/audio-mac-arm64.tar.gz",
|
|
],
|
|
sha256 = "f6c4af9be59ae1c82a16f5c6307f13cbf31b49ad7b69ce1cb6e0e7b403cfdb8f",
|
|
)
|
|
|
|
maybe(
|
|
http_archive,
|
|
name = "pyqt6.4_mac_bundle_amd64",
|
|
build_file_content = " ",
|
|
urls = [
|
|
"https://github.com/ankitects/anki-bundle-extras/releases/download/anki-2022-10-10/pyqt6.4-mac-amd64.tar.gz",
|
|
],
|
|
sha256 = "6da02be0ffbbbdb5db80c1c65d01bdbf0207c04378019fcf6109796adc97916e",
|
|
)
|
|
|
|
maybe(
|
|
http_archive,
|
|
name = "pyqt6.4_mac_bundle_arm64",
|
|
build_file_content = " ",
|
|
urls = [
|
|
"https://github.com/ankitects/anki-bundle-extras/releases/download/anki-2022-10-10/pyqt6.4-mac-arm64.tar.gz",
|
|
],
|
|
sha256 = "96f5b3e64f3eeebbb8c60f85d547bbe21a3e8dfbc1135286fcd37482c8c4d87b",
|
|
)
|
|
|
|
maybe(
|
|
http_archive,
|
|
name = "pyqt5.14_mac_bundle_amd64",
|
|
build_file_content = " ",
|
|
urls = [
|
|
"https://github.com/ankitects/anki-bundle-extras/releases/download/anki-2022-02-09/pyqt5.14-mac-amd64.tar.gz",
|
|
],
|
|
sha256 = "474951bed79ddb9570ee4c5a6079041772551ea77e77171d9e33d6f5e7877ec1",
|
|
)
|