Summary: Raw VBI, Teletext and Closed Caption decoding library Name: zvbi Version: 0.2.22 Release: 5%{?dist} License: GPL Group: Applications/Multimedia Source: http://prdownloads.sourceforge.net/zapping/zvbi-%{version}.tar.bz2 URL: http://zapping.sourceforge.net/ Buildroot: %{_tmppath}/%{name}-root BuildRequires: gcc-c++ BuildRequires: gettext >= 0.10.36, doxygen %description This library provides routines to access raw vbi sampling devices (currently the V4L and V4L2 API are supported), a versatile raw vbi bit slicer, decoders for various data services and basic search, render and export functions for text pages. The library is the vbi decoding backbone of the Zapping Gnome TV viewer and Zapzilla Teletext browser. Documentation included. %package devel Summary: Static libraries and header files for zvbi development Group: Development/Libraries Requires: %{name} = %{eversion} %description devel The static libraries and header files needed for building programs that use the zvbi library. %prep %setup -q %build %configure --disable-gtk-doc make %install rm -rf %{buildroot} make install DESTDIR=%{buildroot} %find_lang %{name} %clean rm -rf %{buildroot} %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files -f %{name}.lang %defattr (-,root,root,-) %doc AUTHORS BUGS COPYING ChangeLog NEWS README TODO doc/html %{_libdir}/*.so.* %{_bindir}/zvbi-chains %{_bindir}/zvbi-ntsc-cc %{_sbindir}/zvbid %{_mandir}/man1/zvbi-chains.1* %{_mandir}/man1/zvbi-ntsc-cc.1* %{_mandir}/man1/zvbid.1* %files devel %defattr (-,root,root,-) %{_includedir}/* %{_libdir}/*.a %{_libdir}/*.la %{_libdir}/*.so %{_libdir}/pkgconfig/zvbi-0.2.pc %changelog * Sun Oct 22 2006 Axel Thimm - 0.2.22-5 - Update to 0.2.22. * Wed Oct 12 2005 Axel Thimm - Update to 0.2.17. * Fri Oct 1 2004 Axel Thimm - Update to 0.2.8. * Mon Mar 31 2003 Matthias Saou - Rebuilt for Red Hat Linux 9. * Thu Mar 20 2003 Matthias Saou - Update to 0.2.4. - Exclude .la file. * Wed Oct 9 2002 Michael H. Schimek - Update to 0.2.2. * Tue Aug 6 2002 Michael H. Schimek - Added %%find_lang for locale support. - Split with a devel package. - Disabled gtk-doc since detection works but not build if not in /usr/local. * Tue Jun 4 2002 Michael H. Schimek - Removed libunicode requirement - Made package relocatable * Sat Jan 26 2002 Michael H. Schimek - Created