|
|
|
@ -1,15 +1,15 @@
|
|
|
|
|
%define plugdir %(xmms-config --general-plugin-dir)
|
|
|
|
|
%define plugdir %(xmms-config --general-plugin-dir 2>/dev/null)
|
|
|
|
|
|
|
|
|
|
Name: xosd
|
|
|
|
|
Version: 2.2.5
|
|
|
|
|
Release: 0.fdr.1.rh80
|
|
|
|
|
Version: 2.2.8
|
|
|
|
|
Release: 0.fdr.1.rh90
|
|
|
|
|
Epoch: 0
|
|
|
|
|
Summary: On-screen display library for X
|
|
|
|
|
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
|
License: GPL
|
|
|
|
|
URL: http://www.ignavus.net/software.html
|
|
|
|
|
Source: http://www.ignavus.net/xosd-2.2.5.tar.gz
|
|
|
|
|
Source: http://www.ignavus.net/xosd-2.2.8.tar.bz2
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
|
|
|
|
|
BuildRequires: gtk+-devel >= 1:1.2.2, gdk-pixbuf-devel, xmms-devel
|
|
|
|
@ -51,6 +51,7 @@ the XOSD library, similarly to TV OSD.
|
|
|
|
|
# fine with older (0.18.0) versions. This is needed for the XMMS plugin.
|
|
|
|
|
%configure --disable-gdk_pixbuftest
|
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
%{__perl} -pi -e "s|$RPM_OPT_FLAGS\\s*|| ; s|\\s*-Wall||" script/xosd-config
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
@ -91,6 +92,15 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Jul 5 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:2.2.8-0.fdr.1
|
|
|
|
|
- Update to 2.2.8.
|
|
|
|
|
|
|
|
|
|
* Tue May 25 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:2.2.7-0.fdr.1
|
|
|
|
|
- Update to 2.2.7.
|
|
|
|
|
|
|
|
|
|
* Wed May 19 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:2.2.5-0.fdr.2
|
|
|
|
|
- Clean up "xosd-config --cflags".
|
|
|
|
|
|
|
|
|
|
* Sat Sep 27 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:2.2.5-0.fdr.1
|
|
|
|
|
- Update to 2.2.5.
|
|
|
|
|
|
|
|
|
|