]> git.pld-linux.org Git - packages/zvbi.git/blame - zvbi.spec
- updated gettext BR
[packages/zvbi.git] / zvbi.spec
CommitLineData
3b7feb04 1Summary: Raw VBI, Teletext and Closed Caption decoding library
1efb0476 2Summary(pl.UTF-8): Biblioteka dekodująca VBI
69976c22 3Name: zvbi
bf29fb02
ŁK
4Version: 0.2.35
5Release: 1
e06af95a 6License: GPL v2+
69976c22 7Group: Libraries
36dc68d4 8Source0: http://downloads.sourceforge.net/zapping/%{name}-%{version}.tar.bz2
bf29fb02 9# Source0-md5: 95e53eb208c65ba6667fd4341455fa27
9724b9ec 10Patch0: %{name}-include.patch
bf29fb02 11Patch1: %{name}-link.patch
69976c22 12URL: http://zapping.sourceforge.net/
9724b9ec
JB
13BuildRequires: autoconf >= 2.59
14BuildRequires: automake >= 1:1.9
3da227c1 15BuildRequires: doxygen
729d5e5d 16BuildRequires: gettext-tools >= 0.16.1
3da227c1 17BuildRequires: libpng-devel
3b7feb04 18BuildRequires: libtool
69976c22 19BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
69976c22 21%description
2d93314d 22VBI stands for Vertical Blanking Interval, a gap between the image
23data transmitted in an analog video signal. This gap is used to
24transmit AM modulated data for various data services like Teletext and
25Closed Caption.
26
27The zvbi library provides routines to read from raw VBI sampling
28devices, to demodulate raw to sliced VBI data, and to interpret the
29data of several popular services. It has been written for the Zapping
30TV viewer <http://zapping.sourceforge.net/>.
31
2b961201
JR
32%description -l pl.UTF-8
33VBI jest skrótem od Vertical Blanking Interval, czyli interwał
34wygaszania pionowego, który jest odstępem pomiędzy danymi obrazu
35transmitowanymi w analogowym sygnale wideo. Ten odstęp jest używany do
36transmisji danych rozmaitych usług takich, jak teletekst i Closed
2d93314d 37Caption, modulowanych w AM.
38
2b961201
JR
39Biblioteka zvbi udostępnia funkcje do odczytu z surowych urządzeń
40próbkujących VBI, do demodulacji surowych danych VBI i do
41interpretacji tych danych dla kilku popularnych usług. Została ona
2d93314d 42napisana dla programu TV Zapping <http://zapping.sourceforge.net/>.
69976c22 43
44%package devel
45Summary: zvbi heades files
1efb0476 46Summary(pl.UTF-8): Pliki nagłówkowe do zvbi
69976c22 47Group: Development/Libraries
72f2b552 48Requires: %{name} = %{version}-%{release}
3da227c1 49Requires: libpng-devel
69976c22 50
51%description devel
2d93314d 52Header files and documentation for the support library for the zvbi
53library.
54
2b961201
JR
55%description devel -l pl.UTF-8
56Pliki nagłówkowe i dokumentacja do zvbi.
69976c22 57
58%package static
2d93314d 59Summary: Static zvbi library
1efb0476 60Summary(pl.UTF-8): Biblioteka statyczna zvbi
69976c22 61Group: Development/Libraries
72f2b552 62Requires: %{name}-devel = %{version}-%{release}
69976c22 63
64%description static
2d93314d 65Static zvbi library.
66
2b961201 67%description static -l pl.UTF-8
2d93314d 68Statyczna biblioteka zvbi.
69976c22 69
70%prep
71%setup -q
9724b9ec 72%patch0 -p1
36dc68d4 73%patch1 -p1
69976c22 74
75%build
eb96b334 76%{__libtoolize}
acf8576e 77%{__gettextize}
3da227c1 78%{__aclocal} -I m4
eb96b334 79%{__autoconf}
80%{__automake}
69976c22 81%configure
82%{__make}
83
84%install
85rm -rf $RPM_BUILD_ROOT
3b7feb04 86
69976c22 87%{__make} install \
88 DESTDIR=$RPM_BUILD_ROOT
89
69976c22 90%find_lang %{name}
91
69976c22 92%clean
93rm -rf $RPM_BUILD_ROOT
94
3da227c1
JB
95%post -p /sbin/ldconfig
96%postun -p /sbin/ldconfig
97
69976c22 98%files -f %{name}.lang
99%defattr(644,root,root,755)
19830716 100%doc AUTHORS ChangeLog BUGS NEWS README TODO
8eed02e0 101%attr(755,root,root) %{_bindir}/zvbi-*
78674184 102%attr(755,root,root) %{_sbindir}/zvbid
17593849
JB
103%attr(755,root,root) %{_libdir}/libzvbi.so.*.*.*
104%attr(755,root,root) %ghost %{_libdir}/libzvbi.so.0
105%attr(755,root,root) %{_libdir}/libzvbi-chains.so.*.*.*
106%attr(755,root,root) %ghost %{_libdir}/libzvbi-chains.so.0
107%{_mandir}/man1/zvbi-*.1*
108%{_mandir}/man1/zvbid.1*
69976c22 109
110%files devel
111%defattr(644,root,root,755)
17593849
JB
112%doc doc/html
113%attr(755,root,root) %{_libdir}/libzvbi.so
114%attr(755,root,root) %{_libdir}/libzvbi-chains.so
115%{_libdir}/libzvbi.la
116%{_libdir}/libzvbi-chains.la
117%{_includedir}/libzvbi.h
118%{_pkgconfigdir}/zvbi-0.2.pc
69976c22 119
120%files static
121%defattr(644,root,root,755)
17593849
JB
122%{_libdir}/libzvbi.a
123%{_libdir}/libzvbi-chains.a
This page took 0.396013 seconds and 4 git commands to generate.