Skip to content

Commit 5a69490

Browse files
committed
chore: remove qt6-multimedia-dev build dependency
Removed qt6-multimedia-dev | libdtkmultimedia-dev from Build-Depends list as it's no longer needed for the build process. Also fixed a trailing whitespace issue with libunwind-dev entry for cleaner formatting. The multimedia library dependency appears to have been made redundant by recent code changes, simplifying the build requirements without affecting core functionality. Influence: 1. Verify that the application still builds successfully without the multimedia dependency 2. Test core application functionality to ensure no regression from dependency removal 3. Check that multimedia-related features (if any) still work as expected 4. Validate build process on clean environments without qtmultimedia packages chore: 移除 qt6-multimedia-dev 构建依赖 从 Build-Depends 列表中移除了 qt6-multimedia-dev | libdtkmultimedia- dev,因为构建过程不再需要此依赖。同时修复了 libunwind-dev 条目的尾部空格 问题,使格式更整洁。 多媒体库依赖似乎因最近的代码更改而变得冗余,简化了构建要求而不影响核心 功能。 Influence: 1. 验证应用程序在没有多媒体依赖的情况下仍能成功构建 2. 测试核心应用程序功能,确保依赖移除不会导致回归问题 3. 检查多媒体相关功能(如果有)是否仍按预期工作 4. 在没有 qtmultimedia 包的干净环境中验证构建过程
1 parent 3a5b68a commit 5a69490

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

debian/control

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ Build-Depends:
1010
qt6-tools-dev-tools | qttools5-dev-tools,
1111
qt6-tools-dev | qttools5-dev,
1212
qt6-webengine-dev | qtwebengine5-dev,
13-
qt6-multimedia-dev | libdtkmultimedia-dev,
1413
libdtk6widget-dev | libdtkwidget-dev,
1514
libdtk6gui-dev | libdtkgui-dev,
1615
libdtk6core-dev | libdtkcore-dev,
@@ -34,7 +33,7 @@ Build-Depends:
3433
libjson-c-dev,
3534
libelf-dev,
3635
libcapstone-dev,
37-
libunwind-dev,
36+
libunwind-dev,
3837
libelfin-dev,
3938
libdbus-1-dev,
4039
libxi-dev,

0 commit comments

Comments
 (0)