-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support Qt6.8 - Update debian/control remove obsolete depends; - Compile both Qt5 and Qt6 based packages; - Updated CMake configuration to include Qt6 support; - Updated method calls for Qt6 compatibility; - Removed obsolete files related to Qt5; - Update README.md. Log: Support Qt6.8
- Loading branch information
Showing
62 changed files
with
812 additions
and
932 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,45 +5,76 @@ Maintainer: Deepin Packages Builder <[email protected]> | |
Build-Depends: | ||
debhelper (>= 11), | ||
cmake, | ||
qtbase5-dev, | ||
pkg-config, | ||
# Qt5 | ||
qtbase5-dev, | ||
qtbase5-private-dev, | ||
qttools5-dev, | ||
qttools5-dev-tools, | ||
qtmultimedia5-dev, | ||
libqt5svg5-dev, | ||
libqt5x11extras5-dev, | ||
# Qt6 | ||
qt6-base-dev, | ||
qt6-base-private-dev, | ||
qt6-tools-dev, | ||
qt6-tools-dev-tools, | ||
qt6-multimedia-dev, | ||
libqt6svg6-dev, | ||
libqt6opengl6-dev, | ||
libexif-dev, | ||
libqt5svg5-dev, | ||
libqt5x11extras5-dev, | ||
libsqlite3-dev, | ||
qttools5-dev-tools, | ||
qttools5-dev, | ||
libxcb-util0-dev, | ||
libstartup-notification0-dev, | ||
libraw-dev, | ||
libqt5opengl5-dev, | ||
qtbase5-private-dev, | ||
qtmultimedia5-dev, | ||
x11proto-xext-dev, | ||
libmtdev-dev, | ||
libegl1-mesa-dev, | ||
libudev-dev, | ||
libfontconfig1-dev, | ||
libfreetype6-dev, | ||
libxrender-dev, | ||
libdtkwidget-dev, | ||
libdtkwidget5-bin, | ||
# DTK | ||
libdtkwidget-dev, | ||
libdtkcore5-bin, | ||
libgio-qt-dev, | ||
libudisks2-qt5-dev, | ||
# Disable opencv, not used now. | ||
# libopencv-dev, | ||
libdtk6widget-dev, | ||
libdtk6core-bin, | ||
libmediainfo-dev, | ||
libffmpegthumbnailer-dev, | ||
libtiff-dev, | ||
# Enable use dfm io to copy MTP mount file, Use `|`(or) relationship to | ||
# compatible different environments, qttools5-private-dev will not be used. | ||
# WARNING: control file changes may cause qttools5-private-dev to be installed | ||
# compatible different environments, hello will not be used. | ||
# WARNING: control file changes may cause hello to be installed | ||
# instead of libdfm-io-dev. | ||
libdfm-io-dev | qttools5-private-dev | ||
libdfm6-io-dev | hello, | ||
libdfm-io-dev | hello | ||
Standards-Version: 3.9.8 | ||
Homepage: http://www.deepin.org | ||
|
||
# Support Qt5 | ||
Package: libimageeditor6 | ||
Architecture: any | ||
Depends: ${shlibs:Depends}, ${misc:Depends} | ||
Conflicts: | ||
libimage-viewer | ||
Replaces: | ||
libimage-viewer | ||
Recommends: libqt6libqgtk2, kimageformat6-plugins, deepin-ocr, ffmpegthumbnailer, ffmpeg | ||
Description: Image Viewer library. | ||
Deepin Image Viewer library. | ||
|
||
Package: libimageeditor6-dev | ||
Architecture: any | ||
Depends: ${shlibs:Depends}, ${misc:Depends}, libimageeditor(=${binary:Version}) | ||
Conflicts: | ||
libimage-viewer-dev | ||
Replaces: | ||
libimage-viewer-dev | ||
Recommends: libqt6libgtk2, kimageformat6-plugins, deepin-ocr | ||
Description: Image Viewer library development headers. | ||
Deepin Image Viewer library development headers. | ||
|
||
# Support Qt5 | ||
Package: libimageeditor | ||
Architecture: any | ||
Depends: ${shlibs:Depends}, ${misc:Depends} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
.\" This file is processed to generate manpages in the | ||
.\" build diretory. | ||
.TH image-editor6 1 "2020-11-17" "Deepin" | ||
|
||
.SH NAME | ||
imageeditor6 \- the picture manager from UOS, based on Qt6. | ||
|
||
.SH SYNOPSIS | ||
.B image-editor6 | ||
[\fIPATH\fR] | ||
|
||
.SH DESCRIPTION | ||
Deepin Image Viewer is a fashion photo manager for viewing and organizing pictures. | ||
|
||
.PP | ||
This program does not accept any command line options. | ||
|
||
If the \fIPATH\fR is specified, open that picture with Image Viewer. | ||
If the \fIPATH\fR is omitted, open Image Viewer and show all pictures in it. | ||
If Image Viewer has been launched, open the picture with Image Viewer. | ||
Otherwise, launch Image Viewer and open the picture with it. | ||
|
||
.SH SEE ALSO | ||
https://www.deepin.org/en/original/image-editor/ | ||
|
||
.SH AUTHOR | ||
.PP | ||
.B imageeditor | ||
is written by Deepin Technology Co., Ltd. | ||
.PP | ||
This manual page was written by | ||
.MT liuminghang@\:uniontech.com | ||
Liu Ming Hang | ||
.ME | ||
for the Debian Project (but may be used by others). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
debian/image-editor.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
usr/include/libimageviewer6/*.h | ||
usr/lib/*/pkgconfig/libimageviewer6.pc | ||
usr/include/libimagevisualresult6/*.h | ||
usr/lib/*/libimagevisualresult6.so | ||
usr/lib/*/pkgconfig/libimagevisualresult6.pc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
usr/lib/*/libimageviewer6.so.* | ||
usr/lib/*/libimageviewer6.so | ||
usr/share/libimageviewer6/translations/*.qm | ||
usr/lib/*/libimagevisualresult6.so.* | ||
usr/share/libimagevisualresult6/filter_cube/*.CUBE | ||
usr/share/libimagevisualresult6/filter_cube/*.dat |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
debian/image-editor6.1 |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.