!7 sync by openEuler-22.03-LTS-SP3
From: @ut-layne-yang Reviewed-by: @xzyangha Signed-off-by: @xzyangha
This commit is contained in:
commit
d706059946
36
README.en.md
36
README.en.md
@ -1,36 +0,0 @@
|
|||||||
# deepin-image-editor
|
|
||||||
|
|
||||||
#### Description
|
|
||||||
Libraries of Deepin Image editor
|
|
||||||
|
|
||||||
#### Software Architecture
|
|
||||||
Software architecture description
|
|
||||||
|
|
||||||
#### Installation
|
|
||||||
|
|
||||||
1. xxxx
|
|
||||||
2. xxxx
|
|
||||||
3. xxxx
|
|
||||||
|
|
||||||
#### Instructions
|
|
||||||
|
|
||||||
1. xxxx
|
|
||||||
2. xxxx
|
|
||||||
3. xxxx
|
|
||||||
|
|
||||||
#### Contribution
|
|
||||||
|
|
||||||
1. Fork the repository
|
|
||||||
2. Create Feat_xxx branch
|
|
||||||
3. Commit your code
|
|
||||||
4. Create Pull Request
|
|
||||||
|
|
||||||
|
|
||||||
#### Gitee Feature
|
|
||||||
|
|
||||||
1. You can use Readme\_XXX.md to support different languages, such as Readme\_en.md, Readme\_zh.md
|
|
||||||
2. Gitee blog [blog.gitee.com](https://blog.gitee.com)
|
|
||||||
3. Explore open source project [https://gitee.com/explore](https://gitee.com/explore)
|
|
||||||
4. The most valuable open source project [GVP](https://gitee.com/gvp)
|
|
||||||
5. The manual of Gitee [https://gitee.com/help](https://gitee.com/help)
|
|
||||||
6. The most popular members [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)
|
|
||||||
37
README.md
37
README.md
@ -1,37 +0,0 @@
|
|||||||
# deepin-image-editor
|
|
||||||
|
|
||||||
#### 介绍
|
|
||||||
Libraries of Deepin Image editor
|
|
||||||
|
|
||||||
#### 软件架构
|
|
||||||
软件架构说明
|
|
||||||
|
|
||||||
|
|
||||||
#### 安装教程
|
|
||||||
|
|
||||||
1. xxxx
|
|
||||||
2. xxxx
|
|
||||||
3. xxxx
|
|
||||||
|
|
||||||
#### 使用说明
|
|
||||||
|
|
||||||
1. xxxx
|
|
||||||
2. xxxx
|
|
||||||
3. xxxx
|
|
||||||
|
|
||||||
#### 参与贡献
|
|
||||||
|
|
||||||
1. Fork 本仓库
|
|
||||||
2. 新建 Feat_xxx 分支
|
|
||||||
3. 提交代码
|
|
||||||
4. 新建 Pull Request
|
|
||||||
|
|
||||||
|
|
||||||
#### 特技
|
|
||||||
|
|
||||||
1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md
|
|
||||||
2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com)
|
|
||||||
3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目
|
|
||||||
4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目
|
|
||||||
5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help)
|
|
||||||
6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)
|
|
||||||
@ -1,23 +1,20 @@
|
|||||||
%define _name image-editor
|
%define _name image-editor
|
||||||
|
|
||||||
Name: deepin-image-editor
|
Name: deepin-image-editor
|
||||||
Version: 1.0.21
|
Version: 1.0.23
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Libraries of Deepin Image editor
|
Summary: Libraries of Deepin Image editor
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
URL: https://github.com/linuxdeepin/image-editor
|
URL: https://github.com/linuxdeepin/image-editor
|
||||||
Source0: https://github.com/linuxdeepin/%{_name}/archive/%{version}/%{_name}-%{version}.tar.gz
|
Source0: %{url}/archive/%{version}/%{_name}-%{version}.tar.gz
|
||||||
|
|
||||||
BuildRequires: cmake
|
|
||||||
BuildRequires: glib2-devel
|
|
||||||
BuildRequires: deepin-gettext-tools
|
BuildRequires: deepin-gettext-tools
|
||||||
BuildRequires: dtkwidget-devel
|
BuildRequires: dtkcore >= 5.0.0
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: freeimage-devel
|
BuildRequires: freeimage-devel
|
||||||
BuildRequires: qt5-qttools
|
BuildRequires: hicolor-icon-theme
|
||||||
BuildRequires: opencv
|
BuildRequires: qt5-linguist
|
||||||
BuildRequires: libmediainfo-devel
|
|
||||||
BuildRequires: cmake(Qt5LinguistTools)
|
BuildRequires: cmake(Qt5LinguistTools)
|
||||||
BuildRequires: pkgconfig(Qt5Core)
|
BuildRequires: pkgconfig(Qt5Core)
|
||||||
BuildRequires: pkgconfig(Qt5Gui)
|
BuildRequires: pkgconfig(Qt5Gui)
|
||||||
@ -26,51 +23,57 @@ BuildRequires: pkgconfig(Qt5Svg)
|
|||||||
BuildRequires: pkgconfig(Qt5DBus)
|
BuildRequires: pkgconfig(Qt5DBus)
|
||||||
BuildRequires: pkgconfig(Qt5Concurrent)
|
BuildRequires: pkgconfig(Qt5Concurrent)
|
||||||
BuildRequires: pkgconfig(Qt5PrintSupport)
|
BuildRequires: pkgconfig(Qt5PrintSupport)
|
||||||
|
BuildRequires: opencv
|
||||||
|
BuildRequires: dtkcore-devel
|
||||||
|
BuildRequires: dtkwidget-devel
|
||||||
|
BuildRequires: dtkgui-devel
|
||||||
|
BuildRequires: pkgconfig(gobject-2.0)
|
||||||
|
BuildRequires: pkgconfig(libmediainfo)
|
||||||
|
BuildRequires: libtiff-devel
|
||||||
|
BuildRequires: desktop-file-utils
|
||||||
BuildRequires: ffmpegthumbnailer-devel
|
BuildRequires: ffmpegthumbnailer-devel
|
||||||
# libmediainfo
|
BuildRequires: cmake
|
||||||
BuildRequires: tinyxml2
|
BuildRequires: make
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Libraries of Deepin Image editor
|
Libraries of Deepin Image editor
|
||||||
|
|
||||||
%package -n libimagevisualresult-data
|
|
||||||
Summary: Data files for libimagevisualresult
|
|
||||||
Group: System/Libraries
|
|
||||||
|
|
||||||
%description -n libimagevisualresult-data
|
|
||||||
The package provides date for Deepin Image editor.
|
|
||||||
|
|
||||||
%package -n libimageviewer
|
%package -n libimageviewer
|
||||||
Summary: The library of Deepin Image editor
|
Summary: The library of Deepin Image editor
|
||||||
Group: System/Libraries
|
Requires: %{name}
|
||||||
Recommends: %{name}-lang
|
Obsoletes: deepin-image-viewer
|
||||||
|
|
||||||
%description -n libimageviewer
|
%description -n libimageviewer
|
||||||
This package contains the libraries for Deepin Image editor.
|
This package contains the libraries for Deepin Image editor.
|
||||||
|
|
||||||
|
|
||||||
%package -n libimagevisualresult
|
%package -n libimagevisualresult
|
||||||
Summary: The library of Deepin Image editor
|
Summary: The library of Deepin Image editor
|
||||||
Group: System/Libraries
|
Requires: %{name}
|
||||||
Requires: libimagevisualresult-data = %{version}
|
Obsoletes: deepin-image-viewer
|
||||||
|
|
||||||
%description -n libimagevisualresult
|
%description -n libimagevisualresult
|
||||||
This package contains the libraries for Deepin Image editor.
|
This package contains the libraries for Deepin Image editor.
|
||||||
|
|
||||||
|
|
||||||
%package -n libimageviewer-devel
|
%package -n libimageviewer-devel
|
||||||
Summary: The library of Deepin Image editor
|
Summary: The library of Deepin Image editor
|
||||||
Group: Development/Libraries/X11
|
|
||||||
Requires: libimageviewer
|
Requires: libimageviewer
|
||||||
Provides: pkgconfig(libimageviewer) = 0.1.0
|
Requires: %{name}
|
||||||
AutoReqProv: Off
|
Provides: pkgconfig(libimageviewer)
|
||||||
|
Obsoletes: deepin-image-viewer
|
||||||
|
|
||||||
%description -n libimageviewer-devel
|
%description -n libimageviewer-devel
|
||||||
The libimageviewer-devel package contains the header files and developer docs
|
The libimageviewer-devel package contains the header files and developer docs
|
||||||
for Deepin Image editor.
|
for Deepin Image editor.
|
||||||
|
|
||||||
|
|
||||||
%package -n libimagevisualresult-devel
|
%package -n libimagevisualresult-devel
|
||||||
Summary: The library of Deepin Image editor
|
Summary: The library of Deepin Image editor
|
||||||
Group: Development/Libraries/X11
|
|
||||||
Requires: libimagevisualresult
|
Requires: libimagevisualresult
|
||||||
|
Requires: %{name}
|
||||||
|
Obsoletes: deepin-image-viewer
|
||||||
|
|
||||||
%description -n libimagevisualresult-devel
|
%description -n libimagevisualresult-devel
|
||||||
The libimagevisualresult-devel package contains the header files and developer
|
The libimagevisualresult-devel package contains the header files and developer
|
||||||
@ -81,8 +84,7 @@ docs for Deepin Image editor.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake -DCMAKE_BUILD_TYPE=Release
|
%cmake -DCMAKE_BUILD_TYPE=Release
|
||||||
mkdir Build && cd Build
|
%make_build
|
||||||
%cmake ../
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
@ -100,19 +102,14 @@ mkdir Build && cd Build
|
|||||||
%doc README.md
|
%doc README.md
|
||||||
%license LICENSE.txt
|
%license LICENSE.txt
|
||||||
|
|
||||||
%files -n libimagevisualresult-data
|
|
||||||
%doc README.md
|
|
||||||
%license LICENSE.txt
|
|
||||||
%dir %{_datadir}/libimagevisualresult
|
|
||||||
%dir %{_datadir}/libimagevisualresult/filter_cube
|
|
||||||
%{_datadir}/libimagevisualresult/filter_cube/*.CUBE
|
|
||||||
%{_datadir}/libimagevisualresult/filter_cube/*.dat
|
|
||||||
|
|
||||||
%files -n libimageviewer
|
%files -n libimageviewer
|
||||||
|
%{_datadir}/libimageviewer/translations
|
||||||
%{_libdir}/libimageviewer.so.*
|
%{_libdir}/libimageviewer.so.*
|
||||||
|
|
||||||
%files -n libimagevisualresult
|
%files -n libimagevisualresult
|
||||||
%{_libdir}/libimagevisualresult.so.*
|
%{_libdir}/libimagevisualresult.so.*
|
||||||
|
%{_datadir}/libimagevisualresult/filter_cube/*.CUBE
|
||||||
|
%{_datadir}/libimagevisualresult/filter_cube/*.dat
|
||||||
|
|
||||||
%files -n libimageviewer-devel
|
%files -n libimageviewer-devel
|
||||||
%doc README.md
|
%doc README.md
|
||||||
@ -128,11 +125,10 @@ mkdir Build && cd Build
|
|||||||
%{_libdir}/libimagevisualresult.so
|
%{_libdir}/libimagevisualresult.so
|
||||||
%{_libdir}/pkgconfig/libimagevisualresult.pc
|
%{_libdir}/pkgconfig/libimagevisualresult.pc
|
||||||
|
|
||||||
%files -f libimageviewer.lang
|
|
||||||
%dir %{_datadir}/libimageviewer
|
|
||||||
%dir %{_datadir}/libimageviewer/translations
|
|
||||||
%{_datadir}/libimageviewer/translations/libimageviewer.qm
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 02 2023 leeffo <liweiganga@uniontech.com> - 1.0.23-1
|
||||||
|
- upgrade to version 1.0.23
|
||||||
|
|
||||||
* Fri Nov 18 2022 liweiganga <liweiganga@uniontech.com> - 1.0.21-1
|
* Fri Nov 18 2022 liweiganga <liweiganga@uniontech.com> - 1.0.21-1
|
||||||
- init package
|
- init package
|
||||||
|
|||||||
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user