Compare commits

...

13 Commits

Author SHA1 Message Date
openeuler-ci-bot
fcfea5bd61
!12 Update to 4.18.0
From: @misaka00251 
Reviewed-by: @dillon_chen 
Signed-off-by: @dillon_chen
2023-01-05 01:50:52 +00:00
misaka00251
80c73d716e
Update to 4.18.0 2023-01-04 19:29:50 +08:00
openeuler-ci-bot
404d152896
!11 update to 4.16.0
From: @dillon_chen 
Reviewed-by: @zhang__3125 
Signed-off-by: @zhang__3125
2022-06-23 06:54:13 +00:00
dillon_chen
2668bbd273 update to 4.16.0 2022-06-23 14:39:14 +08:00
openeuler-ci-bot
334f92a386 !4 upgrade to 0.3.1 for xfce 4.16
From: @zhang__3125
Reviewed-by: @dwl301
Signed-off-by: @dwl301
2021-06-16 02:27:26 +00:00
linz
3273ec98a5 upgrade to 0.3.1 for xfce 4.16 2021-06-15 20:08:19 +08:00
openeuler-ci-bot
62691b7110 !3 20201201 add yaml file
From: @zhang__3125
Reviewed-by: @dwl301
Signed-off-by: @dwl301
2020-12-03 15:39:16 +08:00
张琳
c1d34179e1 update tumbler.spec. 2020-12-03 15:30:50 +08:00
张琳
e298ba1404 update tumbler.spec. 2020-12-03 15:21:13 +08:00
openeuler-ci-bot
7bc0e7c659 !2 20201127 add yaml file
From: @zhang__3125
Reviewed-by: @dwl301
Signed-off-by: @dwl301
2020-12-02 11:36:45 +08:00
张琳
a3903e9867 update tumbler.spec. 2020-12-02 11:25:36 +08:00
张琳
8844f9dce6 update tumbler.yaml. 2020-11-30 17:23:27 +08:00
zhang__3125
bca3f03b32 20201127 add yaml file 2020-11-27 13:43:08 +08:00
7 changed files with 31 additions and 108 deletions

View File

@ -1,21 +0,0 @@
From: Yves-Alexis Perez <corsac@debian.org>
Date: Fri, 23 Mar 2018 14:56:32 +0100
Subject: multithread using the number of processors on the system
---
tumblerd/tumbler-group-scheduler.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tumblerd/tumbler-group-scheduler.c b/tumblerd/tumbler-group-scheduler.c
index c1a78c4..809577e 100644
--- a/tumblerd/tumbler-group-scheduler.c
+++ b/tumblerd/tumbler-group-scheduler.c
@@ -164,7 +164,7 @@ tumbler_group_scheduler_init (TumblerGroupScheduler *scheduler)
/* allocate a pool with one thread for all requests */
scheduler->pool = g_thread_pool_new (tumbler_group_scheduler_thread,
- scheduler, 1, TRUE, NULL);
+ scheduler, g_get_num_processors(), TRUE, NULL);
}

View File

@ -1,36 +0,0 @@
# tumbler
#### Description
D-Bus service for applications to request thumbnails
#### 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/)

View File

@ -1,37 +0,0 @@
# tumbler
#### 介绍
D-Bus service for applications to request thumbnails
#### 软件架构
软件架构说明
#### 安装教程
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. 码云官方博客 [blog.gitee.com](https://blog.gitee.com)
3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解码云上的优秀开源项目
4. [GVP](https://gitee.com/gvp) 全称是码云最有价值开源项目,是码云综合评定出的优秀开源项目
5. 码云官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help)
6. 码云封面人物是一档用来展示码云会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)

Binary file not shown.

BIN
tumbler-4.18.0.tar.bz2 Normal file

Binary file not shown.

View File

@ -1,14 +1,15 @@
%global xfceversion 4.18
Name: tumbler
Version: 0.2.8
Release: 1%{?dist}
Version: 4.18.0
Release: 1
Summary: D-Bus service for applications to request thumbnails
#Group: Development/Libraries
License: GPLv2+ and LGPLv2+
URL: http://git.xfce.org/xfce/tumbler/
Source0: https://archive.xfce.org/src/xfce/tumbler/0.2/%{name}-%{version}.tar.bz2
Patch1: 0001-multithread-using-the-number-of-processors-on-the-sy.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
#BuildArch: noarch
#VCS git:git://git.xfce.org/xfce/tumbler
Source0: https://archive.xfce.org/src/xfce/%{name}/4.16/%{name}-%{version}.tar.bz2
BuildRequires: make
BuildRequires: gcc
BuildRequires: freetype-devel
BuildRequires: gettext
@ -17,8 +18,13 @@ BuildRequires: intltool
BuildRequires: libpng-devel
BuildRequires: libjpeg-devel
BuildRequires: poppler-glib-devel
BuildRequires: libxfce4util-devel
# extra thumbnailers
BuildRequires: gstreamer1-plugins-base-devel
BuildRequires: libgsf-devel
BuildRequires: libopenraw-gnome-devel
%description
Tumbler is a D-Bus service for applications to request thumbnails for various
@ -49,7 +55,6 @@ that use %{name}.
%prep
%setup -q
%patch1 -p1
%build
%configure --disable-static
@ -77,19 +82,19 @@ find %{buildroot} -type f -name "*.la" -delete
%files -f %{name}.lang
%license COPYING
%doc AUTHORS ChangeLog NEWS README TODO
%doc AUTHORS ChangeLog NEWS
%config(noreplace) %{_sysconfdir}/xdg/tumbler/
%{_datadir}/dbus-1/services/org.xfce.Tumbler.*.service
%{_libdir}/libtumbler-*.so.*
%{_libdir}/tumbler-*/
%{_datadir}/icons/hicolor/*/*/org.xfce*%{name}*
%exclude %{_libdir}/tumbler-*/plugins/tumbler-gst-thumbnailer.so
%exclude %{?fedora: %{_libdir}/tumbler-*/plugins/tumbler-raw-thumbnailer.so}
%exclude %{_libdir}/tumbler-*/plugins/tumbler-raw-thumbnailer.so
%{_prefix}/lib/systemd/user/tumblerd.service
%files extras
%{_libdir}/tumbler-*/plugins/tumbler-gst-thumbnailer.so
%{?fedora:%{_libdir}/tumbler-*/plugins/tumbler-raw-thumbnailer.so}
%{_libdir}/tumbler-*/plugins/tumbler-raw-thumbnailer.so
%files devel
%{_libdir}/libtumbler-*.so
@ -100,7 +105,15 @@ find %{buildroot} -type f -name "*.la" -delete
%dir %{_includedir}/%{name}-1
%{_includedir}/%{name}-1/tumbler
%changelog
* Wed Jan 04 2023 misaka00251 <liuxin@iscas.ac.cn> - 4.18.0-1
- Update to 4.18.0
* Thu Jun 23 2022 Dillon Chen <dillon.chen@gmail.com> - 4.16.0-1
- Update to 4.16.0
* Fri Jun 18 2021 zhanglin <lin.zhang@turbolinux.com.cn> - 0.3.1-1
- Update to 0.3.1
* Thu Jul 9 2020 Dillon Chen <dillon.chen@turbolinux.com.cn> - 0.2.8-1
- Init package

4
tumbler.yaml Normal file
View File

@ -0,0 +1,4 @@
version_control: git
src_repo: https://gitlab.xfce.org/xfce/tumbler.git
tag_prefix: "tumbler-"
seperator: "."