From fa1fb15f87d219a58c36b5ea65a179e15e4d1745 Mon Sep 17 00:00:00 2001 From: renbin Date: Thu, 17 Apr 2025 13:22:20 +0800 Subject: [PATCH 1/2] fix: Update build configuration and dependencies 1. Updated comment from Qt5 to Qt6 support 2. Fixed libimageeditor6-dev dependency name Log: Fix package build and installation --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 24227806..dbe17f63 100644 --- a/debian/control +++ b/debian/control @@ -51,7 +51,7 @@ Build-Depends: Standards-Version: 3.9.8 Homepage: http://www.deepin.org -# Support Qt5 +# Support Qt6 Package: libimageeditor6 Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} @@ -65,7 +65,7 @@ Description: Image Viewer library. Package: libimageeditor6-dev Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, libimageeditor(=${binary:Version}) +Depends: ${shlibs:Depends}, ${misc:Depends}, libimageeditor6(=${binary:Version}) Conflicts: libimage-viewer-dev Replaces: From 29751a1b0f0359cebc53d52c9ea8373a7a9fb568 Mon Sep 17 00:00:00 2001 From: renbin Date: Thu, 17 Apr 2025 13:23:11 +0800 Subject: [PATCH 2/2] chore: Bump version to 6.5.1 Bump version to 6.5.1 Log: Bump version to 6.5.1 --- debian/changelog | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/debian/changelog b/debian/changelog index 4523f1b1..16b9dc8e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +image-editor (6.5.1) unstable; urgency=medium + + * fix: support multi frame image load(Influence: quickprint) + * test: Add initFFmpegVideoThumbnailer unit test. + (Bug: 213565, 221557)(Influence: VideoThumbnailer) + * test: update test image path + * feat: [translation]add transifex config(Task: 361363) + * fix: Update build configuration and dependencies + + -- renbin Thu, 17 Apr 2025 13:23:01 +0800 + image-editor (6.5.0) unstable; urgency=medium * fix: Use common method to check the version of dtkwidget