|
|
@ -5,7 +5,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
Name: xosd
|
|
|
|
Name: xosd
|
|
|
|
Version: 2.2.14
|
|
|
|
Version: 2.2.14
|
|
|
|
Release: 5%{?dist}
|
|
|
|
Release: 6%{?dist}
|
|
|
|
Summary: On-screen display library for X
|
|
|
|
Summary: On-screen display library for X
|
|
|
|
|
|
|
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
Group: System Environment/Libraries
|
|
|
@ -16,15 +16,11 @@ Patch0: %{name}-aclocal18.patch
|
|
|
|
Patch1: %{name}-defaults.patch
|
|
|
|
Patch1: %{name}-defaults.patch
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
|
|
|
|
|
|
|
# Needed for main xosd:
|
|
|
|
|
|
|
|
BuildRequires: libX11-devel
|
|
|
|
BuildRequires: libX11-devel
|
|
|
|
BuildRequires: libXext-devel
|
|
|
|
BuildRequires: libXext-devel
|
|
|
|
BuildRequires: libXinerama-devel
|
|
|
|
BuildRequires: libXinerama-devel
|
|
|
|
# ...and for the bmp and xmms plugins:
|
|
|
|
# As of 2.2.14, the default font *must* be found, even if not used (#183971)
|
|
|
|
BuildRequires: gtk+-devel >= 1:1.2.2
|
|
|
|
Requires: xorg-x11-fonts-base
|
|
|
|
BuildRequires: gdk-pixbuf-devel >= 1:0.22.0
|
|
|
|
|
|
|
|
BuildRequires: xmms-devel
|
|
|
|
|
|
|
|
BuildRequires: bmp-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
|
|
|
@ -49,6 +45,9 @@ display.
|
|
|
|
%package -n xmms-%{name}
|
|
|
|
%package -n xmms-%{name}
|
|
|
|
Summary: XMMS plugin for on-screen display using the XOSD library
|
|
|
|
Summary: XMMS plugin for on-screen display using the XOSD library
|
|
|
|
Group: Applications/Multimedia
|
|
|
|
Group: Applications/Multimedia
|
|
|
|
|
|
|
|
BuildRequires: gtk+-devel >= 1:1.2.2
|
|
|
|
|
|
|
|
BuildRequires: gdk-pixbuf-devel >= 1:0.22.0
|
|
|
|
|
|
|
|
BuildRequires: xmms-devel
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
Requires: xmms
|
|
|
|
Requires: xmms
|
|
|
|
Obsoletes: %{name}-xmms <= 2.2.12
|
|
|
|
Obsoletes: %{name}-xmms <= 2.2.12
|
|
|
@ -60,6 +59,7 @@ the XOSD library, similarly to TV OSD.
|
|
|
|
%package -n bmp-%{name}
|
|
|
|
%package -n bmp-%{name}
|
|
|
|
Summary: BMP plugin for on-screen display using the XOSD library
|
|
|
|
Summary: BMP plugin for on-screen display using the XOSD library
|
|
|
|
Group: Applications/Multimedia
|
|
|
|
Group: Applications/Multimedia
|
|
|
|
|
|
|
|
BuildRequires: bmp-devel
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
Requires: bmp
|
|
|
|
Requires: bmp
|
|
|
|
|
|
|
|
|
|
|
@ -128,6 +128,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Wed Apr 12 2006 Ville Skyttä <ville.skytta at iki.fi> - 2.2.14-6
|
|
|
|
|
|
|
|
- Revert to upstream default font, require xorg-x11-fonts-base (#183971).
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Mar 12 2006 Ville Skyttä <ville.skytta at iki.fi> - 2.2.14-5
|
|
|
|
* Sun Mar 12 2006 Ville Skyttä <ville.skytta at iki.fi> - 2.2.14-5
|
|
|
|
- Convert docs to UTF-8.
|
|
|
|
- Convert docs to UTF-8.
|
|
|
|
|
|
|
|
|
|
|
|