Search
j0ke.net Open Build Service
>
Projects
>
multimedia
:
EL6
>
zvbi
> zvbi.spec
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File zvbi.spec of Package zvbi
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