Skip to content

feat: PKGBUILD 打包 - #15

Open
JohnChiao75 wants to merge 3 commits into
ILoveScratch2:mainfrom
JohnChiao75:aur
Open

feat: PKGBUILD 打包#15
JohnChiao75 wants to merge 3 commits into
ILoveScratch2:mainfrom
JohnChiao75:aur

Conversation

@JohnChiao75

Copy link
Copy Markdown
Contributor
  • fix: 将 mediakit 依赖编译到程序中
  • fix: CI 系统库污染产物 → 删除后 media_kit_libs_linux 自动接管捆绑
  • feat: 打包 AUR 包

Checklist / 检查清单

  • I have read and understood the contribution guidelines. / 我已阅读并理解贡献指南。

  • I have signed the CLA. / 我已签署 CLA。

Description / 描述

  • This is a breaking change. / 这是一个重大更改。

  • This change requires a server-side update. / 此更改需要服务器端更新。

  • This change is compatible with the current version of TouchFish Client. / 此更改与当前版本的 TouchFish Client 兼容。

  • This change causes a behavior change that may affect existing users. / 此更改会导致行为更改,可能会影响现有用户。

@ILoveScratch2

Copy link
Copy Markdown
Owner

删除依赖并不能迫使 Flutter 静态打包:

Run flutter build linux --release
Building Linux application...                                   
CMake Error at flutter/ephemeral/.plugin_symlinks/media_kit_video/linux/CMakeLists.txt:53 (target_link_libraries):
  Target "media_kit_video_plugin" links to:

    PkgConfig::mpv

  but the target was not found.  Possible reasons include:

    * There is a typo in the target name.
    * A find_package call is missing for an IMPORTED target.
    * An ALIAS target is missing.



CMake Generate step failed.  Build files cannot be regenerated correctly.
Unable to generate build files
Error: Process completed with exit code 1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants