Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <renbin@uniontech.com> 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
Expand Down
4 changes: 2 additions & 2 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand All @@ -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:
Expand Down
Loading