/[packages]/cauldron/transmageddon/current/SPECS/transmageddon.spec
ViewVC logotype

Contents of /cauldron/transmageddon/current/SPECS/transmageddon.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1587015 - (show annotations) (download)
Sat May 23 12:03:27 2020 UTC (3 years, 10 months ago) by wally
File size: 1539 byte(s)
- drop python2 BR
- clean requires
1 Name: transmageddon
2 Version: 1.5
3 Release: %mkrel 8
4 License: LGPLv2+
5 Summary: A Video Transcoder
6 Group: Video/Editors and Converters
7 Url: http://www.linuxrising.org
8 Source: http://www.linuxrising.org/files/%{name}-%{version}.tar.xz
9 Patch1: transmageddon-configure.patch
10 BuildArch: noarch
11 BuildRequires: fdupes
12 BuildRequires: intltool
13 BuildRequires: python3
14 BuildRequires: gnome-common
15 BuildRequires: appdata-tools
16 BuildRequires: pkgconfig(appstream-glib)
17 Requires: gstreamer1.0-plugins-base
18 Requires: python3-gobject3
19 Recommends: gstreamer1.0-plugins-good
20 Recommends: gstreamer1.0-plugins-bad
21 Recommends: gstreamer1.0-plugins-ugly
22 Recommends: lsdvd
23
24 %description
25 Transmageddon is a video transcoder for Linux and Unix systems
26 built using GStreamer. It supports almost any format as its input
27 and can generate a very large host of output files. The goal of the
28 application was to help people to create the files they need to be
29 able to play on their mobile devices and for people not hugely
30 experienced with multimedia to generate a multimedia file without
31 having to resort to command line tools with ungainly syntaxes.
32
33 %prep
34 %setup -q
35 %autopatch -p1
36
37 %build
38 rm -f common/m4/glib-gettext.m4
39 NOCONFIGURE=1 gnome-autogen.sh
40 %configure
41 %make_build
42
43 %install
44 %make_install
45 %fdupes %{buildroot}%{_datadir}
46 %find_lang %{name} %{?no_lang_C}
47
48 %files -f %{name}.lang
49 %{_bindir}/%{name}
50 %{_datadir}/applications/%{name}.desktop
51 %{_datadir}/%{name}/
52 %{_mandir}/man1/%{name}*
53 %{_iconsdir}/*/*/*/%{name}.*
54 %{_datadir}/metainfo/%{name}.appdata.xml

  ViewVC Help
Powered by ViewVC 1.1.30