|
|
@ -1,18 +1,18 @@
|
|
|
|
%define plugdir %(xmms-config --general-plugin-dir 2>/dev/null)
|
|
|
|
%define plugdir %(xmms-config --general-plugin-dir 2>/dev/null)
|
|
|
|
|
|
|
|
|
|
|
|
Name: xosd
|
|
|
|
Name: xosd
|
|
|
|
Version: 2.2.12
|
|
|
|
Version: 2.2.14
|
|
|
|
Release: 2
|
|
|
|
Release: 1
|
|
|
|
Summary: On-screen display library for X
|
|
|
|
Summary: On-screen display library for X
|
|
|
|
|
|
|
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
License: GPL
|
|
|
|
License: GPL
|
|
|
|
URL: http://www.ignavus.net/software.html
|
|
|
|
URL: http://www.ignavus.net/software.html
|
|
|
|
Source: http://www.ignavus.net/xosd-%{version}.tar.bz2
|
|
|
|
Source: http://ftp.debian.org/debian/pool/main/x/xosd/xosd_2.2.14.orig.tar.gz
|
|
|
|
Patch0: %{name}-aclocal18.patch
|
|
|
|
Patch0: %{name}-aclocal18.patch
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: gtk+-devel >= 1:1.2.2, gdk-pixbuf-devel, xmms-devel
|
|
|
|
BuildRequires: gtk+-devel >= 1:1.2.2, gdk-pixbuf-devel >= 1:0.22.0, xmms-devel
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
XOSD displays text on your screen, sounds simple right? The difference
|
|
|
|
XOSD displays text on your screen, sounds simple right? The difference
|
|
|
@ -45,13 +45,10 @@ the XOSD library, similarly to TV OSD.
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
%setup -q
|
|
|
|
%patch0 -p0
|
|
|
|
%patch0 -p0
|
|
|
|
chmod -x AUTHORS ChangeLog COPYING README TODO `find src -type f`
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
# XOSD 2.2.1+ says it requires gdk-pixbuf >= 0.22.0, but it seems to work
|
|
|
|
%configure --disable-dependency-tracking
|
|
|
|
# fine with older (0.18.0) versions. This is needed for the XMMS plugin.
|
|
|
|
|
|
|
|
%configure --disable-gdk_pixbuftest --disable-dependency-tracking
|
|
|
|
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
%{__perl} -pi -e "s|$RPM_OPT_FLAGS\\s*|| ; s|\\s*-Wall||" script/xosd-config
|
|
|
|
%{__perl} -pi -e "s|$RPM_OPT_FLAGS\\s*|| ; s|\\s*-Wall||" script/xosd-config
|
|
|
|
|
|
|
|
|
|
|
@ -94,6 +91,10 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Mon Nov 29 2004 Ville Skyttä <ville.skytta at iki.fi> - 2.2.14-1
|
|
|
|
|
|
|
|
- Update to 2.2.14 (from Debian).
|
|
|
|
|
|
|
|
- Drop pre-FC1 gdk-pixbuf compatibility kludges.
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Nov 10 2004 Matthias Saou <http://freshrpms.net/> 2.2.12-2
|
|
|
|
* Wed Nov 10 2004 Matthias Saou <http://freshrpms.net/> 2.2.12-2
|
|
|
|
- Bump release to provide Extras upgrade path.
|
|
|
|
- Bump release to provide Extras upgrade path.
|
|
|
|
- Remove zero epochs.
|
|
|
|
- Remove zero epochs.
|
|
|
|