This repository has been archived by the owner on Aug 3, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 118
/
green-recorder.spec
145 lines (118 loc) · 4.84 KB
/
green-recorder.spec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
%global owner foss-project
%define _unpackaged_files_terminate_build 0
Name: green-recorder
Summary: A simple yet functional desktop recorder for Linux systems. Supports both Xorg server and Wayland (GNOME).
URL: https://github.com/foss-project/green-recorder/
Version: 3.2.3
Release: 1%{?dist}
Source: https://github.com/%{owner}/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
License: GPLv3
BuildArch: noarch
BuildRequires: python2
BuildRequires: python
BuildRequires: python2-devel
Requires: python2
Requires: python2-pydbus
Requires: ffmpeg
Requires: gawk
Requires: libappindicator-gtk3
Requires: python2-urllib3
Requires: python-configparser
Requires: pulseaudio
Requires: ImageMagick
Requires: xdg-utils
%description
A simple desktop recorder for Linux systems. Supports both Xorg server and Wayland (GNOME).
%prep
%autosetup -n %{name}-%{version}
%build
python setup.py build
%install
python setup.py install -O1 --root=$RPM_BUILD_ROOT
%files
%{_bindir}/%{name}
%{python2_sitelib}/*
%{_datadir}/%{name}/*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png
%changelog
* Sun May 26 2019 M.Hanny Sabbagh <[email protected]> 3.2.3
- Removed notifications being sent on recording/stopping.
- Fixed wrong version number.
* Sun Feb 17 2019 M.Hanny Sabbagh <[email protected]> 3.2.2
- Various bug fixes.
* Sun Feb 10 2019 M.Hanny Sabbagh <[email protected]> 3.2.1
- Fixed the stop button not working.
- Fixed the options list missing icon.
* Mon Feb 04 2019 M.Hanny Sabbagh <[email protected]> 3.2
- Enhanced the UI.
- Restored system tray icon.
- Removed preferences window. Now the program will use the same options just when you closed it last time.
- Now the program auto-hides its window on recording, and auto-shows when it's stopped.
- Added a stop notification when recording stops.
- Added various translations.
- Various bug fixes.
* Sun Oct 29 2017 M.Hanny Sabbagh <[email protected]> 3.1
- Removed system tray icon and added close button.
- Fixed #68, #70 and #77.
* Fri Oct 20 2017 M.Hanny Sabbagh <[email protected]> 3.0.6
- Fixed #73.
* Thu Oct 12 2017 M.Hanny Sabbagh <[email protected]> 3.0.5
- Fixed small issues evreywhere.
- Restructured UI.
* Tue Aug 08 2017 M.Hanny Sabbagh <[email protected]> 3.0.4
- Fixed small issues evreywhere.
- Removed Wayland pipeline editing option.
- Reworked UI.
- Updated translation template.
- Fixed applet on MATE.
* Mon Aug 07 2017 M.Hanny Sabbagh <[email protected]> 3.0.3
- Fixed small issues.
* Sun Aug 06 2017 M.Hanny Sabbagh <[email protected]> 3.0.2
- Fixed #46.
* Sun Aug 06 2017 M.Hanny Sabbagh <[email protected]> 3.0.1.1
- A small fix for UI warning.
* Sun Aug 06 2017 M.Hanny Sabbagh <[email protected]> 3.0.1
- A small fix for UI warning.
* Mon Aug 06 2017 M.Hanny Sabbagh <[email protected]> 3.0
- GIF format support is now available!
- Added ability to choose the audio input source.
- Preferences window was added to allow setting default values. You can now also edit the default Wayland pipeline.
- Reorganized the code and made it much clearer and simpler.
- Reorganized the graphical user interface.
- Added play button to easily enable playing the recorded video.
- Fixed a bug in recording video only or audio only on Wayland.
- Created a better ffmpeg detection on Xorg.
- Introduced a better detection method for the running display server, adding possibility to support other servers in the future with no problem.
- Various fixes and edits everywhere.
* Tue Jun 06 2017 M.Hanny Sabbagh <[email protected]> 2.2
- Added localization support.
- Added Arabic language.
- Changed window opacity to 1.00
* Thu Apr 27 2017 M.Hanny Sabbagh <[email protected]> 2.1.5
- Fix bug #25.
* Thu Apr 27 2017 M.Hanny Sabbagh <[email protected]> 2.1.4
- Some various fixes.
* Sun Mar 05 2017 M.Hanny Sabbagh <[email protected]> 2.1-1
- Fix Spec file ([email protected])
- Version 2.0 ([email protected])
* Sun Mar 05 2017 M.Hanny Sabbagh <[email protected]>
- Fix Spec file ([email protected])
- Version 2.0 ([email protected])
* Sun Mar 05 2017 M.Hanny Sabbagh <[email protected]> 2.0-1
- Added Wayland Support (GNOME Session).
- Added ability to select a specific window.
- Added ability to select a specific area.
- Added ability to show/hide mouse cursor.
- Added ability to follow mouse cursor.
- Added ability run a command after finishing recording.
- Indicator now checking for ffmpeg before running.
- Fixed some issues about multi-recordings.
- Update green-recorder ([email protected])
- Update finding the video folder ([email protected])
- Update green-recorder ([email protected])
- Fix hidden icon from status bar in Wayland session ([email protected])
* Tue Feb 14 2017 M.Hanny Sabbagh <[email protected]> 1.1.2-1
- new package built with tito
* Tue Feb 14 2017 M.Hanny Sabbagh <[email protected]> 1.1.2
- Version 1.1.2.