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