Name: bmp-mp3
Summary: MP3 playback plugin for the Beep Media Player
Version: 0.9.7.1
Release: 3
License: GPL
Group: Applications/Multimedia
URL: http://www.beep-media-player.org/
Description: This package contains an MP3 playback plugin for BMP (Beep Media Player),
a media player that uses a skinned user interface based on Winamp 2.x skins,
and is based on ("forked off") XMMS.
The build could not start because of the following missing build requirements:
The build could not start because of the following missing build requirements:
The spec file used by the build system currently has the following contents:
# $Id$
# Authority: matthias
%{?fedora: %{expand: %%define fc%{fedora} 1}}
%{?el4:%define _without_modxorg 1}
%{?el3:%define _without_modxorg 1}
Summary: MP3 playback plugin for the Beep Media Player
Name: bmp-mp3
Version: 0.9.7.1
Release: 3%{?dist}
License: GPL
Group: Applications/Multimedia
URL: http://www.beep-media-player.org/
Source: http://dl.sf.net/beepmp/bmp-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
Requires: bmp >= %{version}
BuildRequires: bmp-devel, libglade2-devel, libvorbis-devel
BuildRequires: id3lib-devel, gcc-c++
%{!?_without_modxorg:BuildRequires: libXt-devel}
%description
This package contains an MP3 playback plugin for BMP (Beep Media Player),
a media player that uses a skinned user interface based on Winamp 2.x skins,
and is based on ("forked off") XMMS.
%prep
%setup -n bmp-%{version}
%build
%configure
%{__make} %{?_smp_mflags}
%install
%{__rm} -rf %{buildroot}
%{__install} -D -m 0755 Input/mpg123/.libs/libmpg123.so \
%{buildroot}%{_libdir}/bmp/Input/libmpg123.so
%clean
%{__rm} -rf %{buildroot}
%files
%defattr(-, root, root, 0755)
%doc COPYING
%{_libdir}/bmp/Input/libmpg123.so
%changelog
* Fri Mar 17 2006 Matthias Saou <http://freshrpms.net/> 0.9.7.1-2
- Update URL.
* Thu Jan 12 2006 Matthias Saou <http://freshrpms.net/> 0.9.7.1-1
- Update to 0.9.7.1.
- Simplify some build requirements to "bmp-devel", which does look like a
strange loop, but isn't :-)
- Enable modular xorg conditional.
* Wed Apr 13 2005 Matthias Saou <http://freshrpms.net/> 0.9.7-1
- Initial RPM release, rebuild the whole application and take only mpg123
plugin. Pure packager laziness in action.