Summary: Raw VBI, Teletext and Closed Caption decoding library Summary(pl): Biblioteka dekodująca VBI Name: zvbi Version: 0.2.5 Release: 1 License: GPL v2+ Group: Libraries Source0: http://dl.sourceforge.net/zapping/%{name}-%{version}.tar.bz2 # Source0-md5: 06b370565246758813f6580797369518 URL: http://zapping.sourceforge.net/ BuildRequires: autoconf BuildRequires: automake BuildRequires: doxygen BuildRequires: gettext-devel BuildRequires: libpng-devel BuildRequires: libtool BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description VBI stands for Vertical Blanking Interval, a gap between the image data transmitted in an analog video signal. This gap is used to transmit AM modulated data for various data services like Teletext and Closed Caption. The zvbi library provides routines to read from raw VBI sampling devices, to demodulate raw to sliced VBI data, and to interpret the data of several popular services. It has been written for the Zapping TV viewer . %description -l pl VBI jest skrótem od Vertical Blanking Interval, czyli interwał wygaszania pionowego, który jest odstępem pomiędzy danymi obrazu transmitowanymi w analogowym sygnale wideo. Ten odstęp jest używany do transmisji danych rozmaitych usług takich, jak teletekst i Closed Caption, modulowanych w AM. Biblioteka zvbi udostępnia funkcje do odczytu z surowych urządzeń próbkujących VBI, do demodulacji surowych danych VBI i do interpretacji tych danych dla kilku popularnych usług. Została ona napisana dla programu TV Zapping . %package devel Summary: zvbi heades files Summary(pl): Pliki nagłówkowe do zvbi Group: Development/Libraries Requires: %{name} = %{version} Requires: libpng-devel %description devel Header files and documentation for the support library for the zvbi library. %description devel -l pl Pliki nagłówkowe i dokumentacja do zvbi. %package static Summary: Static zvbi library Summary(pl): Biblioteka statyczna do zvbi Group: Development/Libraries Requires: %{name}-devel = %{version} %description static Static zvbi library. %description static -l pl Statyczna biblioteka zvbi. %prep %setup -q %build %{__libtoolize} %{__gettextize} %{__aclocal} -I m4 %{__autoconf} %{__automake} %configure %{__make} %install rm -rf $RPM_BUILD_ROOT %{__make} install \ DESTDIR=$RPM_BUILD_ROOT %find_lang %{name} %clean rm -rf $RPM_BUILD_ROOT %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files -f %{name}.lang %defattr(644,root,root,755) %doc AUTHORS BUGS NEWS README TODO %attr(755,root,root) %{_libdir}/lib*.so.*.* %files devel %defattr(644,root,root,755) %doc ChangeLog doc/html %attr(755,root,root) %{_libdir}/lib*.so %{_libdir}/lib*.la %{_includedir}/* %files static %defattr(644,root,root,755) %{_libdir}/lib*.a