disable audacious because libaudclient is missing since 3.5.0 [release 1.9.0-2mamba;Tue Sep 23 2014]

This commit is contained in:
Silvan Calarco 2024-01-05 21:29:40 +01:00
parent 48f9dad8fa
commit 93c0a5bb2e

View File

@ -1,18 +1,16 @@
Name: conky Name: conky
Version: 1.9.0 Version: 1.9.0
Release: 1mamba Release: 2mamba
Summary: A light-weight system monitor Summary: A light-weight system monitor
Group: System/X11 Group: System/X11
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Automatic Build System <autodist@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://sourceforge.net/projects/conky/ URL: http://sourceforge.net/projects/conky/
Source: http://downloads.sourceforge.net/conky/conky-%{version}.tar.bz2 Source: http://downloads.sourceforge.net/conky/conky-%{version}.tar.bz2
Patch0: conky-1.6.0-rdtsc.patch Patch0: conky-1.6.0-rdtsc.patch
Patch1: conky-1.6.1-ifaddrs.patch Patch1: conky-1.6.1-ifaddrs.patch
License: GPL License: GPL
BuildRequires: autoconf
BuildRequires: automake
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: audacious-devel BuildRequires: audacious-devel
BuildRequires: glibc-devel BuildRequires: glibc-devel
@ -58,6 +56,8 @@ BuildRequires: libxml2-devel
BuildRequires: libXrender-devel BuildRequires: libXrender-devel
BuildRequires: libz-devel BuildRequires: libz-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: autoconf
BuildRequires: automake
BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRoot: %{_tmppath}/%{name}-%{version}-root
# * X11: # * X11:
# X11 support: yes # X11 support: yes
@ -113,19 +113,19 @@ syntax coloring of your $HOME/.conkyrc file.
#%patch1 -p1 -b .ifaddrs #%patch1 -p1 -b .ifaddrs
%build %build
%configure --prefix=%{_prefix} \ %configure \
--enable-wlan \ --enable-wlan \
--enable-xft \ --enable-xft \
--enable-mpd \ --enable-mpd \
--enable-audacious=yes \ --enable-audacious=no \
--enable-seti \ --enable-seti \
--enable-rss \ --enable-rss \
--enable-double-buffer \ --enable-double-buffer \
--enable-own-window \ --enable-own-window \
--enable-debug \ --enable-debug \
--enable-proc-uptime \ --enable-proc-uptime \
--enable-smapi \ --enable-smapi \
--enable-eve \ --enable-eve \
--with-x --with-x
## --enable-bmpx \ --enable-nvidia \ ## --enable-bmpx \ --enable-nvidia \
## --enable-xmms2 \ ## --enable-xmms2 \
@ -145,10 +145,14 @@ syntax coloring of your $HOME/.conkyrc file.
%config(noreplace) %{_sysconfdir}/conky/conky.conf %config(noreplace) %{_sysconfdir}/conky/conky.conf
%config(noreplace) %{_sysconfdir}/conky/conky_no_x11.conf %config(noreplace) %{_sysconfdir}/conky/conky_no_x11.conf
%{_bindir}/conky %{_bindir}/conky
%{_mandir}/man1/conky.1.gz %{_mandir}/man1/conky.1*
%doc AUTHORS COPYING ChangeLog NEWS README TODO extras/* %doc AUTHORS COPYING
#ChangeLog NEWS README TODO extras/*
%changelog %changelog
* Tue Sep 23 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 1.9.0-2mamba
- disable audacious because libaudclient is missing since 3.5.0
* Sun Jul 08 2012 Automatic Build System <autodist@mambasoft.it> 1.9.0-1mamba * Sun Jul 08 2012 Automatic Build System <autodist@mambasoft.it> 1.9.0-1mamba
- update to 1.9.0 - update to 1.9.0