disable xmms plugin [release 2.2.14-5mamba;Sun Jan 31 2016]
This commit is contained in:
parent
2626bbe430
commit
8e99965840
39
xosd.spec
39
xosd.spec
@ -1,8 +1,8 @@
|
||||
%define xmms_generaldir %(xmms-config --general-plugin-dir 2>/dev/null || echo %{_libdir}/xmms/General)
|
||||
#% define xmms_generaldir %(xmms-config --general-plugin-dir 2>/dev/null || echo %{_libdir}/xmms/General)
|
||||
|
||||
Name: xosd
|
||||
Version: 2.2.14
|
||||
Release: 4mamba
|
||||
Release: 5mamba
|
||||
Summary: Displays transparent text on your screen like the OSD of TVs
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
@ -15,20 +15,18 @@ Patch: xosd-2.2.14-libxosdm4.patch
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libgdk-pixbuf-devel
|
||||
BuildRequires: libglib1-devel
|
||||
BuildRequires: libgtk1-devel
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: libXau-devel
|
||||
BuildRequires: libxcb-devel
|
||||
BuildRequires: libXdmcp-devel
|
||||
BuildRequires: libXext-devel
|
||||
BuildRequires: libXinerama-devel
|
||||
BuildRequires: libbsd-devel
|
||||
BuildRequires: libxcb-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: gcc-c++
|
||||
%ifnarch arm
|
||||
BuildRequires: xmms-devel >= 1.2.10
|
||||
%endif
|
||||
#%ifnarch arm
|
||||
#BuildRequires: xmms-devel >= 1.2.10
|
||||
#%endif
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
@ -57,9 +55,11 @@ An X MultiMedia System plugin to display information on-screen through the XOSD
|
||||
|
||||
%build
|
||||
%configure \
|
||||
--disable-dependency-tracking \
|
||||
--enable-old-plugin \
|
||||
--with-plugindir="%{xmms_generaldir}"
|
||||
--disable-dependency-tracking
|
||||
|
||||
# --enable-old-plugin
|
||||
# --with-plugindir="%{xmms_generaldir}"
|
||||
|
||||
%make
|
||||
|
||||
%install
|
||||
@ -92,14 +92,17 @@ An X MultiMedia System plugin to display information on-screen through the XOSD
|
||||
%{_mandir}/man3/*
|
||||
%doc ChangeLog README
|
||||
|
||||
%ifnarch arm
|
||||
%files -n xmms-xosd
|
||||
%defattr(-, root, root, 0755)
|
||||
%{xmms_generaldir}/*.so
|
||||
%{xmms_generaldir}/*.la
|
||||
%endif
|
||||
#%ifnarch arm
|
||||
#%files -n xmms-xosd
|
||||
#%defattr(-, root, root, 0755)
|
||||
#%{xmms_generaldir}/*.so
|
||||
#%{xmms_generaldir}/*.la
|
||||
#%endif
|
||||
|
||||
%changelog
|
||||
* Sun Jan 31 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 2.2.14-5mamba
|
||||
- disable xmms plugin
|
||||
|
||||
* Mon Oct 04 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 2.2.14-4mamba
|
||||
- rebuilt with libgdk-pixbuf 2.22.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user