disable xmms plugin [release 2.2.14-5mamba;Sun Jan 31 2016]

This commit is contained in:
Silvan Calarco 2024-01-05 19:49:36 +01:00
parent 2626bbe430
commit 8e99965840

View File

@ -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 Name: xosd
Version: 2.2.14 Version: 2.2.14
Release: 4mamba Release: 5mamba
Summary: Displays transparent text on your screen like the OSD of TVs Summary: Displays transparent text on your screen like the OSD of TVs
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
@ -15,20 +15,18 @@ Patch: xosd-2.2.14-libxosdm4.patch
License: GPL License: GPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: libgdk-pixbuf-devel
BuildRequires: libglib1-devel
BuildRequires: libgtk1-devel
BuildRequires: libX11-devel BuildRequires: libX11-devel
BuildRequires: libXau-devel BuildRequires: libXau-devel
BuildRequires: libxcb-devel
BuildRequires: libXdmcp-devel BuildRequires: libXdmcp-devel
BuildRequires: libXext-devel BuildRequires: libXext-devel
BuildRequires: libXinerama-devel BuildRequires: libXinerama-devel
BuildRequires: libbsd-devel
BuildRequires: libxcb-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: gcc-c++ BuildRequires: gcc-c++
%ifnarch arm #%ifnarch arm
BuildRequires: xmms-devel >= 1.2.10 #BuildRequires: xmms-devel >= 1.2.10
%endif #%endif
BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
@ -57,9 +55,11 @@ An X MultiMedia System plugin to display information on-screen through the XOSD
%build %build
%configure \ %configure \
--disable-dependency-tracking \ --disable-dependency-tracking
--enable-old-plugin \
--with-plugindir="%{xmms_generaldir}" # --enable-old-plugin
# --with-plugindir="%{xmms_generaldir}"
%make %make
%install %install
@ -92,14 +92,17 @@ An X MultiMedia System plugin to display information on-screen through the XOSD
%{_mandir}/man3/* %{_mandir}/man3/*
%doc ChangeLog README %doc ChangeLog README
%ifnarch arm #%ifnarch arm
%files -n xmms-xosd #%files -n xmms-xosd
%defattr(-, root, root, 0755) #%defattr(-, root, root, 0755)
%{xmms_generaldir}/*.so #%{xmms_generaldir}/*.so
%{xmms_generaldir}/*.la #%{xmms_generaldir}/*.la
%endif #%endif
%changelog %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 * Mon Oct 04 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 2.2.14-4mamba
- rebuilt with libgdk-pixbuf 2.22.0 - rebuilt with libgdk-pixbuf 2.22.0