Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37904631
en ru br
ALT Linux repos
S:4.3.1-alt1
5.0: 1.5.1-alt2
4.1: 1.4.6-alt1
4.0: 1.3.2-alt2

Other repositories
Upstream:1.5.0

Group :: Sound
RPM: audacious

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: audacious
Version: 1.3.2
Release: alt2

Summary: Media player which uses a skinned interface

License: GPL
Group: Sound
Url: http://audacious-media-player.org/

Packager: Vitaly Lipatov <lav at altlinux.ru>

#Source: http://audacious-media-player.org/release/%name-%version.tar.bz2

Source: http://static.audacious-media-player.org/release/%name-%version.tar.bz2
Patch: audacious-0.1.2-default-alsa.patch
Patch1: %name-as-needed.patch

%add_findprov_lib_path %_libdir/%name

# Typical environment for GNOME program

Requires(post,postun): desktop-file-utils
BuildPreReq: desktop-file-utils
BuildPreReq: menu-devel

%{?_with_gconf:BuildRequires: GConf2-devel}
%{?_with_vfs:BuildRequires: gnome-vfs2-devel}

# manually removed: subversion audacious

# Automatically added by buildreq on Wed Mar 07 2007
BuildRequires: gcc-c++ libglade-devel libmcs-devel

BuildRequires: libgtk+2-devel >= 2.6

Requires: %name-plugins

%description
Audacious is a media player forked from BMP (Beep Media Player) which uses a
skinned interface based on Winamp 2.x skins, and in turn based on XMMS.

%package -n lib%name
Summary: Library files for the audacious media player
Group: Development/Other

%description -n lib%name
Audacious is a media player forked from BMP (Beep Media Player) which uses a
skinned interface based on Winamp 2.x skins, and in turn based on XMMS.

Library file required to run audacious.


%package -n lib%name-devel
Summary: Development files for the audacious media player
Group: Development/Other
Requires: lib%name = %version
Provides: %name-devel
Obsoletes: %name-devel

%description -n lib%name-devel
Audacious is a media player forked from BMP (Beep Media Player) which uses a
skinned interface based on Winamp 2.x skins, and in turn based on XMMS.

Development files required to develop plugins for audacious.


%prep
%setup -q
#%patch -p1 -b .default-alsa
#%patch1

%build
#__autoreconf
%configure \
   --disable-rpath \
   %{?_with_gconf:--enable-gconf} \
   %{?_with_vfs:--enable-gnome-vfs} \
   --disable-dependency-tracking \
   --with-xmms-eq \
--enable-chardet

# compile with midi support without see in /proc

%make_build

%install
%make_install install DESTDIR=%buildroot
%find_lang %name

%post
%update_desktopdb

%postun
%clean_desktopdb

%post -n lib%name
%post_ldconfig

%postun -n lib%name
%postun_ldconfig

%files -f %name.lang
%doc AUTHORS ChangeLog NEWS README
%_bindir/%name
%_bindir/audtool
%_desktopdir/%name.desktop
%_datadir/%name/
%_pixmapsdir/%name.png
%_man1dir/*
#%dir %_libdir/amidi-plug/
#%dir %_libdir/amidi-plug/backends/
#%_libdir/amidi-plug/backends/*.so

%files -n lib%name
%_libdir/lib%name.so.*
%dir %_libdir/%name/
%_libdir/%name/libaudid3tag.so

%files -n lib%name-devel
%_includedir/%name/
%_pkgconfigdir/%name.pc
%_libdir/lib%name.so

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin