Last updated: 27 June 2026
第三方软件声明与信息 ============================================== Reelm 集成了第三方开源软件组件。 以下是这些组件及其各自许可证的清单。 发行方(Revolt.Inc,意大利)谨此衷心感谢 开源社区的贡献。 发行方:Revolt.Inc(意大利) 联系方式:[email protected] 网站:https://reelm.rvsg.net =============================================================================== 目录 A. 捆绑的媒体栈(GPL / LGPL) 1. mpv (GPL-2.0-or-later) 2. FFmpeg (LGPL-2.1-or-later; 此构建版本为 GPL-2.0-or-later) 3. uosc - mpv 的现代 OSC (LGPL-2.1) B. 原生库(vcpkg - 静态链接) 4. SQLite,含 FTS5 (Public Domain) 5. BLAKE3 (CC0-1.0 OR Apache-2.0) 6. nlohmann/json (MIT) 7. libarchive (BSD-2-Clause) 8. bzip2 (BSD-style) 9. xz / liblzma (0BSD) 10. lz4 (BSD-2-Clause) 11. zstd (BSD-3-Clause OR GPL-2.0-only; 选用 BSD) 12. zlib (Zlib) C. Microsoft 组件(NuGet) 13. C++/WinRT (MIT) 14. Windows Implementation Library / WIL (MIT) 15. Windows App SDK,含 WinUI 3 (Microsoft Software License Terms) 16. Microsoft Edge WebView2 SDK (Microsoft terms; 存在但未使用) D. 在线服务 17. TMDB API 署名 E. 完整许可证文本 MIT, BSD-2-Clause, Apache-2.0, GNU GPL v2, GNU LGPL v2.1 =============================================================================== A. 捆绑的媒体栈(GPL / LGPL) Reelm 将 mpv 媒体栈捆绑于应用程序软件包(MSIX)内部,并将 mpv 作为一个独立进程调用(命令行 + JSON IPC)。mpv 二进制文件 未链接到 Reelm 应用程序代码中:它们仅是在同一软件包中聚合, 并作为独立程序运行。根据 GNU GPL 常见问题解答,这属于“纯粹的 聚合”,且不会使 Reelm 应用程序本身受 GPL 约束。 这些组件已捆绑于软件包中 - 它们不会在首次 启动时下载。(此前任何关于“mpv 在首次运行时下载”的表述均已过时, 不适用于此 Store 构建版本。) 相应源代码(GPL/LGPL)。捆绑的 mpv 构建版本的完整、精确的相应源代码 - mpv、静态包含的 FFmpeg、构建配方以及 uosc, 各自附带其 SHA-256 校验和,外加一份构建清单和一份自述文件 - 发布于: https://mediaboxmc.com/oss/mpv/20260610-304426c/ 书面要约(GNU GPL v2,第 3b 节)。对于此构建版本中任何未在上方 直接镜像的 GPL/LGPL 组件,完整的相应源代码可应请求提供, 费用不超过分发成本,自分发之日起至少提供三 (3) 年。 联系方式:[email protected] 专利(独立于版权许可证)。某些编解码器(例如 H.264、HEVC)可能 受第三方专利的保护;开源许可证不授予任何专利权。本 应用在可用情况下优先采用操作系统/硬件解码器以及免版税编解码器(AV1、VP9)。 =============================================================================== 1. MPV https://mpv.io https://github.com/mpv-player/mpv mpv 是 Reelm 使用的媒体播放器。它捆绑于应用程序软件包中, 并作为一个独立进程启动,该进程通过 JSON IPC 通道与 Reelm 通信。mpv 未静态或动态链接到 Reelm 二进制文件中。 捆绑的构建版本:mpv-x86_64-20260610-git-304426c(mpv git 304426c,shinchiro 构建 配方标签 20260610)。所附文件包括 mpv.exe、mpv.com、d3dcompiler_43.dll 以及 mpv 配置。 版权所有 (C) mpv 项目贡献者。 许可证:GNU 通用公共许可证第 2 版或更高版本 (GPL-2.0-or-later)。 完整的 GPL v2 文本载于 E 节。 相应源代码:https://mediaboxmc.com/oss/mpv/20260610-304426c/ =============================================================================== 2. FFMPEG https://ffmpeg.org FFmpeg 提供 mpv 使用的音频/视频解码和解复用库。它 在捆绑的 mpv 构建版本中以静态方式编译于内部;不附带任何独立的 ffmpeg、ffprobe 或 ffplay 可执行文件。 版权所有 (C) FFmpeg 开发者。 FFmpeg 核心库依据 GNU 宽通用公共许可证第 2.1 版或更高版本 (LGPL-2.1-or-later) 授权。此处捆绑的 mpv 构建版本 在启用 GPL 许可组件的情况下编译,因此所附的 FFmpeg 构建版本实际上为 GNU GPL v2 或更高版本 (GPL-2.0-or-later)。它并非以 --enable-nonfree 构建。 完整的 GPL v2 和 LGPL v2.1 文本载于 E 节。 相应源代码:https://mediaboxmc.com/oss/mpv/20260610-304426c/ =============================================================================== 3. UOSC - MPV 的现代 OSC https://github.com/tomasklaen/uosc 版权所有 (C) tomasklaen 及贡献者。 许可证:GNU 宽通用公共许可证第 2.1 版 (LGPL-2.1)。 uosc 是 mpv 的屏幕用户界面,以 mpv Lua 脚本编写。它 未经修改即捆绑提供,在首次启动时解压至可写入的每用户 mpv 配置目录, 并作为脚本在独立的 mpv 进程内部运行。它不是 Reelm 二进制文件的一部分。 完整的 LGPL v2.1 文本载于 E 节。 相应源代码:https://mediaboxmc.com/oss/mpv/20260610-304426c/ =============================================================================== B. 原生库(vcpkg - 静态链接) 以下原生库通过 vcpkg 从源代码编译,并静态 链接到软件包内部所附的 Reelm 应用程序二进制文件中。 =============================================================================== 4. SQLITE(含 FTS5) https://www.sqlite.org 版本 3.53.1,以 FTS5 全文搜索扩展构建。 SQLite 属于公有领域。作者放弃对源代码的版权。 参见 https://www.sqlite.org/copyright.html。FTS5 全文扩展是 SQLite 的一部分,并共享相同的公有领域奉献。 =============================================================================== 5. BLAKE3 https://github.com/BLAKE3-team/BLAKE3 版本 1.8.5。 BLAKE3 (C) BLAKE3 团队。由您选择,双重许可,依据知识共享 CC0 1.0 通用公有领域奉献 (CC0-1.0) 或 Apache 许可证 第 2.0 版 (Apache-2.0)。完整的 Apache 2.0 文本载于 E 节。 =============================================================================== 6. NLOHMANN/JSON(面向现代 C++ 的 JSON) https://github.com/nlohmann/json 版本 3.12.0。 面向现代 C++ 的 JSON (C) 2013-2025 Niels Lohmann。 依据 MIT 许可证授权。完整的 MIT 文本载于 E 节。 =============================================================================== 7. LIBARCHIVE https://www.libarchive.org 版本 3.8.7。 libarchive (C) Tim Kientzle 及贡献者。 依据 2 条款 BSD 许可证 (BSD-2-Clause) 授权。少数文件依据 3 条款 UC Regents 许可证或属于公有领域;以各文件的声明 为准。完整的 BSD-2-Clause 文本载于 E 节。 =============================================================================== 8. BZIP2(libarchive 编解码器) https://sourceware.org/bzip2/ 版本 1.0.8。 bzip2 (C) 1996-2019 Julian R Seward。依据 BSD 风格的 “bzip2-1.0.6” 许可证授权。在 libarchive 内作为压缩编解码器使用。 =============================================================================== 9. XZ UTILS / LIBLZMA(libarchive 编解码器) https://tukaani.org/xz/ 版本 5.8.3。 liblzma (XZ Utils)。liblzma 核心依据 BSD 零条款许可证 (0BSD)(一种等同于公有领域的许可证)授权。在 libarchive 内作为 xz/lzma 编解码器使用。 =============================================================================== 10. LZ4(libarchive 编解码器) https://github.com/lz4/lz4 版本 1.10.0。 LZ4 (C) Yann Collet。依据 2 条款 BSD 许可证 (BSD-2-Clause) 授权。 在 libarchive 内作为压缩编解码器使用。完整的 BSD-2-Clause 文本 载于 E 节。 =============================================================================== 11. ZSTANDARD / ZSTD(libarchive 编解码器) https://facebook.github.io/zstd/ 版本 1.5.7。 Zstandard (C) Meta Platforms, Inc. 及其关联公司。双重许可,依据 3 条款 BSD 许可证 (BSD-3-Clause) 或 GNU GPL v2 (GPL-2.0-only); 选用 BSD-3-Clause 选项。在 libarchive 内作为压缩编解码器使用。 =============================================================================== 12. ZLIB https://www.zlib.net/ 版本 1.3.2。 zlib (C) 1995-2024 Jean-loup Gailly 和 Mark Adler。依据 zlib 许可证授权。经传递依赖引入(libarchive / SQLite)并随附提供。 =============================================================================== C. MICROSOFT 组件(NuGet) =============================================================================== 13. C++/WINRT (Microsoft.Windows.CppWinRT) https://github.com/microsoft/cppwinrt 版本 3.0.260520.1。 C++/WinRT (C) Microsoft Corporation。 依据 MIT 许可证授权。完整的 MIT 文本载于 E 节。 =============================================================================== 14. WINDOWS IMPLEMENTATION LIBRARY (WIL) (Microsoft.Windows.ImplementationLibrary) https://github.com/microsoft/wil 版本 1.0.260126.7。 Windows Implementation Libraries (WIL) (C) Microsoft Corporation。 依据 MIT 许可证授权。完整的 MIT 文本载于 E 节。 =============================================================================== 15. WINDOWS APP SDK(含 WinUI 3)(Microsoft.WindowsAppSDK) https://github.com/microsoft/WindowsAppSDK 版本 2.1.3(元包;子包 2.0.x-2.1.x)。 Windows App SDK,含 WinUI 3,(C) Microsoft Corporation。 依据 Windows App SDK 的 Microsoft 软件许可条款(一种 专有可再分发许可证,而非开源许可证)使用。适用的 许可条款由 Microsoft 随 SDK 可再分发组件一同提供。 =============================================================================== 16. MICROSOFT EDGE WEBVIEW2 SDK (Microsoft.Web.WebView2) https://developer.microsoft.com/microsoft-edge/webview2/ 版本 1.0.3719.77。 Microsoft Edge WebView2 (C) Microsoft Corporation,依据 Microsoft 的 专有再分发条款使用。WebView2 SDK 存在于所附的 SDK 表层中,但应用程序在运行时并不使用它;此处列出仅为 署名的完整性。 =============================================================================== D. 在线服务 =============================================================================== 17. TMDB API 署名 https://www.themoviedb.org Reelm 使用电影数据库 (TMDB) API 来检索电影和电视 元数据。所需署名(逐字): This product uses the TMDB API but is not endorsed or certified by TMDB. =============================================================================== E. 完整许可证文本 =============================================================================== MIT LICENSE Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. =============================================================================== BSD 2-CLAUSE LICENSE Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. =============================================================================== APACHE LICENSE, VERSION 2.0 Licensed under the Apache License, Version 2.0 (the "License"); you may not use the covered files except in compliance with the License. You may obtain a copy of the License at: http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. The complete Apache License 2.0, including its definitions, grant of copyright and patent licenses, redistribution conditions and the appendix, is available verbatim at the URL above. =============================================================================== GNU GENERAL PUBLIC LICENSE, VERSION 2, JUNE 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. The complete terms and conditions of the GNU GPL v2 are available verbatim at: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html =============================================================================== GNU LESSER GENERAL PUBLIC LICENSE, VERSION 2.1, FEBRUARY 1999 Copyright (C) 1991, 1999 Free Software Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. [This is the first released version of the Lesser GPL. It also counts as the successor of the GNU Library Public License, version 2, hence the version number 2.1.] This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. The complete terms and conditions of the GNU LGPL v2.1 are available verbatim at: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html =============================================================================== 第三方声明结束