Skip to content

Commit 7ba4adf

Browse files
Kakueeendeepin-bot[bot]
authored andcommitted
feat: Image format extension support
Added support for HEIC, HEIF, and AVIF formats. Log: Image format extension support Task: https://pms.uniontech.com/task-view-378959.html
1 parent a4b97f9 commit 7ba4adf

File tree

7 files changed

+2162
-1803
lines changed

7 files changed

+2162
-1803
lines changed

arm64/linglong.yaml

Lines changed: 713 additions & 599 deletions
Large diffs are not rendered by default.

debian/changelog

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
deepin-album (6.0.37) unstable; urgency=medium
2+
3+
* feat: Image format extension support
4+
5+
-- Liu Zhangjian <liuzhangjian@uniontech.com> Wed, 23 Jul 2025 15:12:27 +0800
6+
17
deepin-album (6.0.36) unstable; urgency=medium
28

39
* chore: Update deepin-manual resources (#354)
@@ -60,13 +66,13 @@ deepin-album (6.0.27) unstable; urgency=medium
6066

6167
deepin-album (6.0.26) unstable; urgency=medium
6268

63-
* Update version to 6.0.26
69+
* Update version to 6.0.26
6470

6571
-- dengzhongyuan <dengzhongyuan@uniontech.com> Thu, 22 May 2025 16:10:43 +0800
6672

6773
deepin-album (6.0.25) unstable; urgency=medium
6874

69-
* Update version to 6.0.25
75+
* Update version to 6.0.25
7076

7177
-- dengzhongyuan <dengzhongyuan@uniontech.com> Fri, 16 May 2025 17:51:07 +0800
7278

@@ -147,9 +153,9 @@ deepin-album (6.0.14) unstable; urgency=medium
147153
* chore: New version 6.0.14.
148154

149155
-- xiepengfei <xiepengfei@uniontech.com> Fri, 20 Dec 2024 11:51:44 +0800
150-
156+
151157
deepin-album (6.0.13) unstable; urgency=medium
152-
158+
153159
* update version to 6.0.13
154160

155161
-- renbin <renbin@uniontech.com> Sat, 14 Dec 2024 11:56:30 +0800

debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
4545
qml6-module-qt5compat-graphicaleffects,
4646
libqt6sql6-sqlite,
4747
qt6-image-formats-plugins
48-
Recommends: qt6-gtk-platformtheme, deepin-ocr
48+
Recommends: qt6-gtk-platformtheme, deepin-ocr, kimageformat6-plugins
4949
Description: Simple description
5050
A detailed description.
5151

deploy_dep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ for LDFILE in "$@"; do
4040
# 添加依赖库到 install 文件
4141
for SOFILE in "${PREFIX}/lib/${TRIPLET}"/${LDFILE}*; do
4242
if [[ -f "$SOFILE" ]]; then
43-
echo "$SOFILE" >> "${ID_VALUE}.install"
43+
echo `realpath -s $SOFILE` >> "${ID_VALUE}.install"
4444
fi
4545
done
4646
else

install_dep

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,8 @@ while IFS= read -r deb_file; do
120120
# 复制/lib,/bin,/usr目录
121121
cp -rP "$data_list_dir/lib" "$target" 2>/dev/null || true
122122
cp -rP "$data_list_dir/bin" "$target" 2>/dev/null || true
123+
rm -r "${data_list_dir:?}/usr/share/systemd" 2>/dev/null || true
124+
rm -r "${data_list_dir:?}/usr/lib/systemd" 2>/dev/null || true
123125
cp -rP "$data_list_dir"/usr/* "$target" || true
124126
rm -r "$data_list_dir"
125127
done <"$deb_list_file"

linglong.yaml

Lines changed: 716 additions & 602 deletions
Large diffs are not rendered by default.

loong64/linglong.yaml

Lines changed: 719 additions & 596 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)