-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvideomorph.spec
105 lines (75 loc) · 3.47 KB
/
videomorph.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
Name: videomorph
Version: 1.4.1
Release: 16%{?dist}
Summary: Small GUI wrapper for FFMPEG based on PyQt5
License: ASL 2.0
URL: https://github.com/videomorph-dev/videomorph
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
BuildArch: noarch
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: desktop-file-utils
BuildRequires: python3-rpm-macros
BuildRequires: ffmpeg
Requires: ffmpeg
Requires: python3-setuptools
Requires: python3-qt5
%description
VideoMorph is a video converter based on ffmpeg, and written with Python 3,
and PyQt5. With VideoMorph you can convert your favorite videos to the
currently more popular video formats, like MPG, MP4, AVI, WEBM, DVD, VCD,
FLV, MOV, OGV, and also extract the audio to a file with MP3 format.
%prep
%autosetup
%py3_shebang_fix setup.py bin/videomorph tests/*
%build
%{py3_build}
%install
%{py3_install}
rm -rf %{buildroot}%{_datadir}/doc/
rm -f share/doc/videomorph/manual/*.pdfE
desktop-file-validate %{buildroot}%{_datadir}/applications/videomorph.desktop
%files
%doc README.md share/doc/videomorph/manual changelog.gz
%license LICENSE
%{_bindir}/videomorph
%{_datadir}/applications/videomorph.desktop
%{_datadir}/icons/videomorph.png
%{_datadir}/videomorph/
%{_mandir}/man1/videomorph.*
%{python3_sitelib}/videomorph-*-py%{python3_version}.egg-info
%{python3_sitelib}/videomorph/
%changelog
* Wed Jan 29 2025 RPM Fusion Release Engineering <[email protected]> - 1.4.1-16
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
* Fri Aug 02 2024 RPM Fusion Release Engineering <[email protected]> - 1.4.1-15
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Thu Jun 13 2024 Leigh Scott <[email protected]> - 1.4.1-14
- Rebuilt for Python 3.13
* Sun Feb 04 2024 RPM Fusion Release Engineering <[email protected]> - 1.4.1-13
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Wed Aug 02 2023 RPM Fusion Release Engineering <[email protected]> - 1.4.1-12
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Sat Jul 08 2023 Leigh Scott <[email protected]> - 1.4.1-11
- Rebuilt for Python 3.12
* Mon Aug 08 2022 RPM Fusion Release Engineering <[email protected]> - 1.4.1-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild and ffmpeg
5.1
* Sat Jun 25 2022 Robert-André Mauchin <[email protected]> - 1.4.1-9
- Rebuilt for Python 3.11
* Wed Feb 09 2022 RPM Fusion Release Engineering <[email protected]> - 1.4.1-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Tue Aug 03 2021 RPM Fusion Release Engineering <[email protected]> - 1.4.1-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Tue Jun 15 2021 Leigh Scott <[email protected]> - 1.4.1-6
- Rebuild for python-3.10
* Thu Feb 04 2021 RPM Fusion Release Engineering <[email protected]> - 1.4.1-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Tue Aug 18 2020 RPM Fusion Release Engineering <[email protected]> - 1.4.1-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Sat May 30 2020 Leigh Scott <[email protected]> - 1.4.1-3
- Rebuild for python-3.9
* Wed Feb 05 2020 RPM Fusion Release Engineering <[email protected]> - 1.4.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Sun Dec 01 2019 Leigh Scott <[email protected]> - 1.4.1-1
- Initial build