Search
j0ke.net Open Build Service
>
Projects
>
multimedia
:
EL6
:
ffmpeg-0.11.x
>
xosd
> xosd.speclibxosd2.specxosd-devel.specxmms-xosd.specxosd-debuginfo.spec
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File xosd.speclibxosd2.specxosd-devel.specxmms-xosd.specxosd-debuginfo.spec of Package xosd
%define rtpname libxosd2 Summary: Transparent On Screen Display. Name: xosd Version: 2.2.14 Release: 4%{?dist} License: GPL Group: System Environment/Libraries Source0: http://ftp.debian.org/debian/pool/main/x/xosd/%{name}_%{version}.orig.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: gcc-c++ BuildRequires: gtk+-devel BuildRequires: xmms-devel, gdk-pixbuf-devel >= 0.22.0 Requires: %{rtpname} = %{eversion} %description XOSD displays text on your screen, sounds simple right? The difference is it is unmanaged and shaped, so it appears transparent. This gives the effect of an On Screen Display, like your TV/VCR etc.. The package also includes an xmms plugin, which automatically displays various interesting things as they change (song name, volume etc...) %package -n %{rtpname} Summary: Transparent On Screen Display. Group: System Environment/Libraries %description -n %{rtpname} XOSD displays text on your screen, sounds simple right? The difference is it is unmanaged and shaped, so it appears transparent. This gives the effect of an On Screen Display, like your TV/VCR etc.. The package also includes an xmms plugin, which automatically displays various interesting things as they change (song name, volume etc...) %package devel Summary: Static libraries and header files from xosd. Group: Development/Libraries Requires: %{rtpname} = %{evr} %description devel This package contains files for developing against xosd. %package -n xmms-xosd Summary: xosd plugin for xmms. Group: Applications/Multimedia Requires: %{name} >= %{eversion}, xmms %description -n xmms-xosd A plugin for xmms which automatically displays various interesting things as they change (song name, volume etc...) %prep %setup -q %build %configure make %install rm -rf %{buildroot} make install DESTDIR=%{buildroot} %clean rm -rf %{buildroot} %post -n %{rtpname} -p /sbin/ldconfig %postun -n %{rtpname} -p /sbin/ldconfig %files %defattr(-,root,root,-) %doc %{_bindir}/osd_cat %{_mandir}/man1/osd_cat.1* %{_mandir}/man3/xosd.3* %{_mandir}/man3/xosd_*.3* %{_datadir}/xosd %files -n %{rtpname} %defattr(-,root,root,-) %{_libdir}/libxosd.so.* %files devel %defattr(-,root,root,-) %{_includedir}/* %{_libdir}/libxosd.a %{_libdir}/libxosd.la %{_libdir}/libxosd.so %{_datadir}/aclocal/libxosd.m4 %{_bindir}/xosd-config %{_mandir}/man1/xosd-config.1* %files -n xmms-xosd %defattr(-,root,root,-) %{_libdir}/xmms/General/* %changelog