]> git.pld-linux.org Git - packages/tvtime.git/blame - tvtime.spec
- updated gettext BR
[packages/tvtime.git] / tvtime.spec
CommitLineData
5fab0e5e 1Summary: A high quality TV viewer
faeea068 2Summary(pl.UTF-8): Program do oglądania TV w wysokiej jakości
0b346a23 3Name: tvtime
014f0a20 4Version: 1.0.2
4a4801a8 5Release: 11
0b346a23
AM
6License: GPL
7Group: Applications/Multimedia
3f44c488 8Source0: http://downloads.sourceforge.net/tvtime/%{name}-%{version}.tar.gz
014f0a20 9# Source0-md5: 4b3d03afe61be239b08b5e522cd8afed
08355bce 10Patch0: %{name}-desktop.patch
908ad6f5 11Patch1: %{name}-gcc.patch
46d91c8d 12Patch2: %{name}-def_user.patch
e0a262f8 13Patch3: %{name}-autodetect_textured_overlay.patch
3f44c488 14Patch4: %{name}-libpng-1.5.patch
4a4801a8 15Patch5: %{name}-format.patch
5fab0e5e 16URL: http://tvtime.sourceforge.net/
93106816 17BuildRequires: automake
0b346a23 18BuildRequires: freetype-devel
fa807f6c 19BuildRequires: gettext-tools
0b346a23 20BuildRequires: libpng-devel
08355bce 21BuildRequires: libstdc++-devel
0b346a23 22BuildRequires: libxml2-devel
775cb995 23BuildRequires: rpmbuild(macros) >= 1.213
7cd0df69
KK
24BuildRequires: xorg-lib-libXinerama-devel
25BuildRequires: xorg-lib-libXt-devel
26BuildRequires: xorg-lib-libXtst-devel
27BuildRequires: xorg-lib-libXv-devel
28BuildRequires: xorg-lib-libXxf86vm-devel
5fab0e5e 29BuildRequires: zlib-devel
7c5c5d49 30ExclusiveArch: %{ix86} %{x8664}
405c6437 31BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
0b346a23 32
5fab0e5e
JB
33%define specflags -fomit-frame-pointer
34
0b346a23
AM
35%description
36tvtime is a high quality television application for use with video
37capture cards. tvtime processes the input from a capture card and
38displays it on a computer monitor or projector. Unlike other
39television applications, tvtime focuses on high visual quality making
40it ideal for videophiles.
41
f8e49bcd
JR
42%description -l pl.UTF-8
43tvtime to aplikacja do wysokiej jakości telewizji przeznaczona do
3f44c488
AM
44używania z kartami przechwytującymi obraz. tvtime przetwarza wejście z
45karty i wyświetla je na monitorze lub projektorze komputerowym. W
46przeciwieństwie do innych aplikacji telewizyjnych tvtime skupia się na
47wysokiej jakości obrazu, co czyni go idealnym dla wideofili.
5fab0e5e 48
0b346a23
AM
49%prep
50%setup -q
4067bfd0 51%patch0 -p1
908ad6f5 52%patch1 -p1
46d91c8d 53%patch2 -p0
e0a262f8 54%patch3 -p1
3f44c488 55%patch4 -p1
4a4801a8 56%patch5 -p1
0b346a23
AM
57
58%build
1ab2562e 59cp -f /usr/share/automake/config.sub .
0b346a23
AM
60%configure \
61 --disable-dependency-tracking
5fab0e5e
JB
62%{__make} \
63 CFLAGS="%{rpmcflags}"
0b346a23
AM
64
65%install
66rm -rf $RPM_BUILD_ROOT
67
68%{__make} install \
69 DESTDIR=$RPM_BUILD_ROOT
70
bd21885c 71%find_lang %{name}
0b346a23
AM
72
73%clean
74rm -rf $RPM_BUILD_ROOT
75
bd21885c 76%files -f %{name}.lang
0b346a23 77%defattr(644,root,root,755)
5fab0e5e
JB
78%doc AUTHORS ChangeLog NEWS README* data/COPYING.* docs/html
79%attr(755,root,root) %{_bindir}/tvtime
0b346a23
AM
80%attr(755,root,root) %{_bindir}/tvtime-command
81%attr(755,root,root) %{_bindir}/tvtime-configure
82%attr(755,root,root) %{_bindir}/tvtime-scanner
5fab0e5e 83%dir %{_sysconfdir}/tvtime
eea2f226 84%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/tvtime/*.xml
5fab0e5e
JB
85%{_desktopdir}/*.desktop
86%{_iconsdir}/hicolor/*/apps/tvtime.png
87%{_pixmapsdir}/*
88%{_datadir}/tvtime
89%{_mandir}/man?/*
9bf7198a 90%lang(de) %{_mandir}/de/man?/*
08355bce 91%lang(es) %{_mandir}/es/man?/*
This page took 0.066683 seconds and 4 git commands to generate.