]> git.pld-linux.org Git - SPECS.git/blob - tvtime.spec
SPECS updated Sun 1 Aug 20:28:02 CEST 2021
[SPECS.git] / tvtime.spec
1 Summary:        A high quality TV viewer
2 Summary(pl.UTF-8):      Program do oglądania TV w wysokiej jakości
3 Name:           tvtime
4 Version:        1.0.11
5 Release:        1
6 License:        GPL v2+
7 Group:          Applications/Multimedia
8 Source0:        https://linuxtv.org/downloads/tvtime/%{name}-%{version}.tar.gz
9 # Source0-md5:  f4adba831376a8baad92dbda49056138
10 Patch0:         %{name}-opt.patch
11 Patch1:         %{name}-autodetect_textured_overlay.patch
12 Patch2:         %{name}-x32.patch
13 URL:            http://tvtime.sourceforge.net/
14 BuildRequires:  alsa-lib-devel >= 1.0.9
15 BuildRequires:  autoconf >= 2.52
16 BuildRequires:  automake >= 1.6
17 BuildRequires:  freetype-devel >= 2
18 BuildRequires:  gcc >= 5:3.2
19 BuildRequires:  gettext-tools
20 BuildRequires:  libpng-devel
21 BuildRequires:  libstdc++-devel
22 BuildRequires:  libtool >= 2:1.5
23 BuildRequires:  libxml2-devel >= 2.0
24 BuildRequires:  rpmbuild(macros) >= 1.213
25 BuildRequires:  xorg-lib-libX11-devel
26 BuildRequires:  xorg-lib-libXScrnSaver-devel
27 BuildRequires:  xorg-lib-libXext-devel
28 BuildRequires:  xorg-lib-libXinerama-devel
29 BuildRequires:  xorg-lib-libXv-devel
30 BuildRequires:  xorg-lib-libXxf86vm-devel
31 BuildRequires:  zlib-devel
32 Requires:       alsa-lib >= 1.0.9
33 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
34
35 %define         specflags       -fomit-frame-pointer
36
37 %description
38 tvtime is a high quality television application for use with video
39 capture cards. tvtime processes the input from a capture card and
40 displays it on a computer monitor or projector. Unlike other
41 television applications, tvtime focuses on high visual quality making
42 it ideal for videophiles.
43
44 %description -l pl.UTF-8
45 tvtime to aplikacja do wysokiej jakości telewizji przeznaczona do
46 używania z kartami przechwytującymi obraz. tvtime przetwarza wejście z
47 karty i wyświetla je na monitorze lub projektorze komputerowym. W
48 przeciwieństwie do innych aplikacji telewizyjnych tvtime skupia się na
49 wysokiej jakości obrazu, co czyni go idealnym dla wideofili.
50
51 %prep
52 %setup -q
53 %patch0 -p1
54 %patch1 -p1
55 %patch2 -p1
56
57 %build
58 %{__gettextize}
59 %{__libtoolize}
60 %{__aclocal} -I m4
61 %{__autoconf}
62 %{__autoheader}
63 %{__automake}
64 %configure \
65         --disable-silent-rules
66 %{__make}
67
68 %install
69 rm -rf $RPM_BUILD_ROOT
70
71 %{__make} install \
72         DESTDIR=$RPM_BUILD_ROOT
73
74 %find_lang %{name}
75
76 %clean
77 rm -rf $RPM_BUILD_ROOT
78
79 %files -f %{name}.lang
80 %defattr(644,root,root,755)
81 %doc AUTHORS ChangeLog NEWS README data/COPYING.* docs/html
82 %attr(755,root,root) %{_bindir}/tvtime
83 %attr(755,root,root) %{_bindir}/tvtime-command
84 %attr(755,root,root) %{_bindir}/tvtime-configure
85 %attr(755,root,root) %{_bindir}/tvtime-scanner
86 %dir %{_sysconfdir}/tvtime
87 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/tvtime/tvtime.xml
88 %{_datadir}/appdata/tvtime.appdata.xml
89 %{_desktopdir}/tvtime.desktop
90 %{_iconsdir}/hicolor/*x*/apps/tvtime.png
91 %{_datadir}/tvtime
92 %{_mandir}/man1/tvtime.1*
93 %{_mandir}/man1/tvtime-command.1*
94 %{_mandir}/man1/tvtime-configure.1*
95 %{_mandir}/man1/tvtime-scanner.1*
96 %{_mandir}/man5/stationlist.xml.5*
97 %{_mandir}/man5/tvtime.xml.5*
98 %lang(de) %{_mandir}/de/man1/tvtime.1*
99 %lang(de) %{_mandir}/de/man1/tvtime-command.1*
100 %lang(de) %{_mandir}/de/man1/tvtime-configure.1*
101 %lang(de) %{_mandir}/de/man1/tvtime-scanner.1*
102 %lang(de) %{_mandir}/de/man5/stationlist.xml.5*
103 %lang(de) %{_mandir}/de/man5/tvtime.xml.5*
104 %lang(es) %{_mandir}/es/man1/tvtime.1*
105 %lang(es) %{_mandir}/es/man1/tvtime-command.1*
106 %lang(es) %{_mandir}/es/man1/tvtime-configure.1*
107 %lang(es) %{_mandir}/es/man1/tvtime-scanner.1*
108 %lang(es) %{_mandir}/es/man5/stationlist.xml.5*
109 %lang(es) %{_mandir}/es/man5/tvtime.xml.5*
This page took 0.218044 seconds and 3 git commands to generate.