!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
|
||||
|
||||
Name: deepin-image-editor
|
||||
Version: 1.0.21
|
||||
Version: 1.0.23
|
||||
Release: 1
|
||||
Summary: Libraries of Deepin Image editor
|
||||
License: GPL-3.0-or-later
|
||||
Group: System/Libraries
|
||||
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: dtkwidget-devel
|
||||
BuildRequires: dtkcore >= 5.0.0
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: freeimage-devel
|
||||
BuildRequires: qt5-qttools
|
||||
BuildRequires: opencv
|
||||
BuildRequires: libmediainfo-devel
|
||||
BuildRequires: hicolor-icon-theme
|
||||
BuildRequires: qt5-linguist
|
||||
BuildRequires: cmake(Qt5LinguistTools)
|
||||
BuildRequires: pkgconfig(Qt5Core)
|
||||
BuildRequires: pkgconfig(Qt5Gui)
|
||||
@ -26,51 +23,57 @@ BuildRequires: pkgconfig(Qt5Svg)
|
||||
BuildRequires: pkgconfig(Qt5DBus)
|
||||
BuildRequires: pkgconfig(Qt5Concurrent)
|
||||
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
|
||||
# libmediainfo
|
||||
BuildRequires: tinyxml2
|
||||
BuildRequires: cmake
|
||||
BuildRequires: make
|
||||
|
||||
%description
|
||||
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
|
||||
Summary: The library of Deepin Image editor
|
||||
Group: System/Libraries
|
||||
Recommends: %{name}-lang
|
||||
Requires: %{name}
|
||||
Obsoletes: deepin-image-viewer
|
||||
|
||||
%description -n libimageviewer
|
||||
This package contains the libraries for Deepin Image editor.
|
||||
|
||||
|
||||
%package -n libimagevisualresult
|
||||
Summary: The library of Deepin Image editor
|
||||
Group: System/Libraries
|
||||
Requires: libimagevisualresult-data = %{version}
|
||||
Requires: %{name}
|
||||
Obsoletes: deepin-image-viewer
|
||||
|
||||
%description -n libimagevisualresult
|
||||
This package contains the libraries for Deepin Image editor.
|
||||
|
||||
|
||||
%package -n libimageviewer-devel
|
||||
Summary: The library of Deepin Image editor
|
||||
Group: Development/Libraries/X11
|
||||
Requires: libimageviewer
|
||||
Provides: pkgconfig(libimageviewer) = 0.1.0
|
||||
AutoReqProv: Off
|
||||
Requires: %{name}
|
||||
Provides: pkgconfig(libimageviewer)
|
||||
Obsoletes: deepin-image-viewer
|
||||
|
||||
%description -n libimageviewer-devel
|
||||
The libimageviewer-devel package contains the header files and developer docs
|
||||
for Deepin Image editor.
|
||||
|
||||
|
||||
%package -n libimagevisualresult-devel
|
||||
Summary: The library of Deepin Image editor
|
||||
Group: Development/Libraries/X11
|
||||
Requires: libimagevisualresult
|
||||
Requires: %{name}
|
||||
Obsoletes: deepin-image-viewer
|
||||
|
||||
%description -n libimagevisualresult-devel
|
||||
The libimagevisualresult-devel package contains the header files and developer
|
||||
@ -81,8 +84,7 @@ docs for Deepin Image editor.
|
||||
|
||||
%build
|
||||
%cmake -DCMAKE_BUILD_TYPE=Release
|
||||
mkdir Build && cd Build
|
||||
%cmake ../
|
||||
%make_build
|
||||
|
||||
%install
|
||||
%make_install
|
||||
@ -100,19 +102,14 @@ mkdir Build && cd Build
|
||||
%doc README.md
|
||||
%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
|
||||
%{_datadir}/libimageviewer/translations
|
||||
%{_libdir}/libimageviewer.so.*
|
||||
|
||||
%files -n libimagevisualresult
|
||||
%{_libdir}/libimagevisualresult.so.*
|
||||
%{_datadir}/libimagevisualresult/filter_cube/*.CUBE
|
||||
%{_datadir}/libimagevisualresult/filter_cube/*.dat
|
||||
|
||||
%files -n libimageviewer-devel
|
||||
%doc README.md
|
||||
@ -128,11 +125,10 @@ mkdir Build && cd Build
|
||||
%{_libdir}/libimagevisualresult.so
|
||||
%{_libdir}/pkgconfig/libimagevisualresult.pc
|
||||
|
||||
%files -f libimageviewer.lang
|
||||
%dir %{_datadir}/libimageviewer
|
||||
%dir %{_datadir}/libimageviewer/translations
|
||||
%{_datadir}/libimageviewer/translations/libimageviewer.qm
|
||||
|
||||
%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
|
||||
- init package
|
||||
|
||||
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user