Лицензии
Lumen построен на компонентах с открытым исходным кодом. На этой странице — уведомления, поставляемые с приложением, исходники и рецепт сборки движка воспроизведения и лицензии того, что использует сам сайт.
Уведомления сторонних компонентов
Файл, поставляемый с приложением, показан как есть.
Lumen bundles the following third-party components. Full license texts for every Dart/Flutter package ship inside the app: Settings → About → Open-source licenses.
libmpv (playback engine)
Lumen dynamically links libmpv. Windows uses our own build (recipe in
tools/libmpv/); Android uses media-kit's prebuilt "full" flavor:
- Windows:
libmpv-2.dll— built by Lumen from shinchiro/mpv-winbuild-cmake with the LGPL configuration intools/libmpv/lgpl_full.py; the recipe commit and the mpv/FFmpeg tags are recorded inthird_party/libmpv-win32/BUILD_INFO. - Android:
libmpv.so— built by media-kit/libmpv-android-video-build
Both are configured LGPL-only (Windows: by our recipe; Android: media-kit's "full" flavor, verified from strings in the shipped binary):
- mpv — LGPL-2.1-or-later (
-Dgpl=false). Source: https://github.com/mpv-player/mpv - FFmpeg — LGPL-3.0-or-later (
--disable-gpl --disable-nonfree --enable-version3; no GPL-only components — x264, x265, davs2, rubberband, libdvdnav/libdvdread are not built). Source: https://github.com/FFmpeg/FFmpeg - Additional statically linked libraries (libass, libplacebo, shaderc,
SPIRV-Cross, dav1d, aom, SVT-AV1, libvpx, opus, vorbis, lame, FLAC,
libwebp, libjxl, zimg, soxr, speex, libmysofa, libbs2b, harfbuzz,
fontconfig, freetype, fribidi, lcms2, libarchive, uchardet, mujs,
luajit, libbluray, libaribcaption, libzvbi, libssh, libsrt, OpenSSL,
libxml2, libmodplug, libopenmpt, game-music-emu, OpenAL Soft, SDL2,
libsixel, mbedtls, and others) under their respective
permissive/LGPL/MPL/Apache licenses; the exact set and versions are in
the recipe's
packages/directory at the recorded commit.
Per the LGPL, the libmpv library is shipped as a separate shared library:
you may replace libmpv-2.dll / libmpv.so with your own (modified)
build. Corresponding source and build recipes are available at the links
above and in this repository (tools/libmpv/).
Bundled font
- Inter (SIL Open Font License 1.1) — bundled as the libass subtitle face on Android. https://github.com/rsms/inter
Application frameworks
- Flutter (BSD-3-Clause) — https://github.com/flutter/flutter
- Dart (BSD-3-Clause) — https://dart.dev
- Rust crates and Dart packages: permissively licensed (MIT/Apache-2.0/BSD); the in-app license screen lists each Dart package with its license text.
Исходники движка
Всё необходимое, чтобы самостоятельно пересобрать движок воспроизведения, для каждой версии, которую ещё можно скачать.
Движок воспроизведения — libmpv, подключаемый динамически и собранный только под LGPL. По LGPL вы вправе заменить libmpv-2.dll (Windows), libmpv.so (Android) или Mpv.framework (macOS и iOS) собственной сборкой. Вот всё, что нужно, чтобы её сделать, для каждой версии, которую ещё можно скачать:
Сборка для Windows
| Lumen | mpv | FFmpeg | Коммит рецепта | Собрано |
|---|---|---|---|---|
| 1.0.4 | BUILD_INFO pending for this version | |||
| 1.0.3 | BUILD_INFO pending for this version | |||
| 1.0.2 | BUILD_INFO pending for this version | |||
| 1.0.1 | BUILD_INFO pending for this version | |||
| 1.0.0 | BUILD_INFO pending for this version | |||
Файлы рецепта сборки
Размещены здесь, потому что репозиторий приложения не открыт. Рецепт приводит исходную сборку (mpv-winbuild-cmake) к конфигурации LGPL и фиксирует версии выше; BUILD_INFO записывает, что было собрано.
-
lgpl_full.pyпревращает исходный рецепт в полный рецепт LGPL для Lumen и фиксирует версии -
build-libmpv.shскрипт сборки (WSL, Ubuntu 24.04) -
README.mdподготовка, сборка и проверка -
BUILD_INFOверсии, коммит рецепта и дата сборки поставляемой библиотеки
Сборка для Android
Android использует готовый вариант «full» libmpv от media-kit, собранный с тем же подходом LGPL:
Сборка для Apple
macOS и iOS несут готовые фреймворки libmpv от media-kit, собранные в той же логике LGPL:
Этот сайт
Три сторонние работы, все размещены у нас, ни одна не звонит домой.
Всё, что загружает сайт, размещено у нас. Сторонняя работа, которая в нём есть:
- Sora The Sora Project Authors, SIL Open Font License 1.1 текст лицензии
- Inter The Inter Project Authors, SIL Open Font License 1.1 текст лицензии
- Phosphor Icons Phosphor Icons, MIT текст лицензии