diff --git a/README.en.md b/README.en.md deleted file mode 100644 index 42ee0afaa694e775226f9efce5016031cbcab047..0000000000000000000000000000000000000000 --- a/README.en.md +++ /dev/null @@ -1,36 +0,0 @@ -# deepin-screen-recorder - -#### Description -Deepin Screen Recorder - -#### 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/) diff --git a/README.md b/README.md deleted file mode 100644 index dd7c1a19889b15e44f284eeddc892fa09b0fa4ba..0000000000000000000000000000000000000000 --- a/README.md +++ /dev/null @@ -1,37 +0,0 @@ -# deepin-screen-recorder - -#### 介绍 -Deepin Screen Recorder - -#### 软件架构 -软件架构说明 - - -#### 安装教程 - -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/) diff --git a/deepin-screen-recorder.spec b/deepin-screen-recorder.spec index 0ef26fbc48725ff9fa7d6d54049b10fd4ca3133c..2fd9a36dbe43c79f2eb1c59e7be6292de8d86789 100644 --- a/deepin-screen-recorder.spec +++ b/deepin-screen-recorder.spec @@ -1,7 +1,7 @@ %global soname screen_shot_recorder Name: deepin-screen-recorder -Version: 5.9.25 -Release: 2 +Version: 5.8.0 +Release: 1 Summary: Deepin Screen Recorder License: GPLv3+ URL: https://github.com/linuxdeepin/deepin-screen-recorder @@ -29,14 +29,12 @@ BuildRequires: pkgconfig(xcursor) BuildRequires: desktop-file-utils BuildRequires: libappstream-glib BuildRequires: gcc-c++ -BuildRequires: gcc -BuildRequires: dde-dock-devel +BuildRequires: gcc Requires: byzanz Requires: ffmpeg Requires: hicolor-icon-theme Requires: dbus -Requires: gstreamer1-plugins-good -Recommends: gstreamer1-plugins-ugly-free +Requires: deepin-turbo %description %{summary}. @@ -44,8 +42,6 @@ Recommends: gstreamer1-plugins-ugly-free %prep %setup -q -sed -i 's|/lib|/%{_lib}|' src/dde-dock-plugins/recordtime/recordtime.pro - %build export PATH=%{_qt5_bindir}:$PATH %qmake_qt5 PREFIX=%{_prefix} @@ -60,37 +56,59 @@ export PATH=%{_qt5_bindir}:$PATH %license LICENSE %{_bindir}/%{name} %{_datadir}/%{name}/ -%{_datadir}/deepin-manual/manual-assets/application/%{name}/ +%{_datadir}/dman/%{name}/ %{_datadir}/applications/%{name}.desktop %{_datadir}/icons/hicolor/*/apps/%{name}.svg -%{_datadir}/icons/hicolor/scalable/apps/deepin-screenshot.svg %{_datadir}/dbus-1/services/com.deepin.ScreenRecorder.service -%{_libdir}/dde-dock/plugins/libdeepin-screen-recorder-plugin.so -%{_sysconfdir}/due-shell/json/screenRecorder.json -%{_datadir}/dbus-1/services/com.deepin.Screenshot.service + +%{_sysconfdir}/modprobe.d/deepin-screen-recorder.conf +%{_sysconfdir}/modules-load.d/deepin-screen-recorder.conf +#%{_datarootdir}/appdata/deepin-screen-recorder.appdata.xml +%{_datarootdir}/dbus-1/services/com.deepin.Screenshot.service %changelog -* Mon Nov 27 2023 hanshuang - 5.9.25-2 -- update package +* Mon Aug 26 2019 Zamir SUN - 5.0.0-1 +- Update to 5.0.0 + +* Fri Aug 09 2019 RPM Fusion Release Engineering - 2.7.6-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Mon Mar 04 2019 RPM Fusion Release Engineering - 2.7.6-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Thu Nov 15 2018 Zamir SUN - 2.7.6-1 +- Update to 2.7.6 + +* Fri Jul 27 2018 mosquito - 2.7.5-1 +- Update to 2.7.5 + +* Fri Feb 16 2018 mosquito - 2.7.3-1 +- Update to 2.7.3 + +* Mon Nov 27 2017 mosquito - 2.6.5.1-1 +- Update to 2.6.5.1 + +* Mon Oct 23 2017 mosquito - 2.6.3-1 +- Update to 2.6.3 -* Tue Jul 25 2023 leeffo - 5.11.15-1 -- upgrade to version 5.11.15 +* Tue Oct 17 2017 mosquito - 2.6.1-1 +- Update to 2.6.1 -* Wed Nov 16 2022 liweiganga - 5.11.12-1 -- update to 5.11.12 +* Mon Aug 21 2017 mosquito - 2.6-1 +- Update to 2.6 -* Wed Aug 03 2022 liweiganga - 5.9.13-2 -- modify installation dependency type +* Thu Jul 20 2017 mosquito - 2.4-1.gitbacac81 +- Update to 2.4 -* Tue Jul 19 2022 loong_C - 5.9.13-1 -- update to 5.9.13 +* Fri Jul 14 2017 mosquito - 2.3-1.git6184619 +- Update to 2.3 -* Tue Feb 08 2022 liweigang - 5.8.0.52-3 -- fix build error +* Fri May 19 2017 mosquito - 1.8-1.gitc4040d0 +- Update to 1.8 -* Wed Aug 11 2021 weidong - 5.8.0.52-2 -- Fix build failure with gcc-10. +* Tue Mar 7 2017 mosquito - 1.3-1.git8e0a4b3 +- Update to 1.3 -* Sat May 08 2021 weidong - 5.8.0.52-1 -- Initial package. +* Sun Feb 26 2017 mosquito - 0.8-1.git9eda269 +- Initial build diff --git a/deepin-screen-recorder.yaml b/deepin-screen-recorder.yaml deleted file mode 100644 index 6942106a41f7d1d44ca38ed1012501c577baab1b..0000000000000000000000000000000000000000 --- a/deepin-screen-recorder.yaml +++ /dev/null @@ -1,4 +0,0 @@ -version_control: github -src_repo: linuxdeepin/deepin-screen-recorder -tag_prefix: ^v -seperator: . diff --git a/deepin-screen-recorder_5.9.25.orig.tar.xz b/deepin-screen-recorder_5.8.0.orig.tar.xz similarity index 32% rename from deepin-screen-recorder_5.9.25.orig.tar.xz rename to deepin-screen-recorder_5.8.0.orig.tar.xz index 5d145391141b46d1ecb5308989f2625e32fd6be2..682bd7feefca0fc67d0118f05a9ea637bd4be5ca 100644 Binary files a/deepin-screen-recorder_5.9.25.orig.tar.xz and b/deepin-screen-recorder_5.8.0.orig.tar.xz differ