SPECS: bmpx.spec - enabled some extensions - added TODO - rel. 1.1
aflinta
aflinta at pld-linux.org
Sun Oct 8 14:30:02 CEST 2006
Author: aflinta Date: Sun Oct 8 12:30:02 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- enabled some extensions
- added TODO
- rel. 1.1
---- Files affected:
SPECS:
bmpx.spec (1.56 -> 1.57)
---- Diffs:
================================================================
Index: SPECS/bmpx.spec
diff -u SPECS/bmpx.spec:1.56 SPECS/bmpx.spec:1.57
--- SPECS/bmpx.spec:1.56 Sat Oct 7 00:02:27 2006
+++ SPECS/bmpx.spec Sun Oct 8 14:29:56 2006
@@ -1,9 +1,16 @@
# $Revision$, $Date$
+#
+# TODO: add subpackage with bmpx.xpi (lastm:// URIs support in firefox)
+
+%bcond_without gaim # build without D-BUS gaim support
+%bcond_without sid # build without sid support
+%bcond_without ofa # build without MusicIP support
+
Summary: Sound player with the WinAmp GUI, for Unix-based systems for GTK+
Summary(pl): Odtwarzacz dźwięku z interfejsem WinAmpa dla GTK+
Name: bmpx
Version: 0.32.0
-Release: 1
+Release: 1.1
License: GPL v2
Group: X11/Applications/Sound
Source0: http://files.beep-media-player.org/releases/0.30/%{name}-%{version}.tar.bz2
@@ -23,15 +30,19 @@
BuildRequires: esound-devel >= 0.2.8
BuildRequires: fam-devel
BuildRequires: flex
+%{?with_gaim:BuildRequires: gaim-devel}
BuildRequires: gstreamer-plugins-base-devel >= 0.10.9
BuildRequires: gtkmm-devel >= 2.9.8
BuildRequires: hal-devel >= 0.5.7
BuildRequires: libglademm-devel >= 2.6.2
BuildRequires: libnotify-devel >= 0.4.2
BuildRequires: libmusicbrainz-devel >= 2.1.1
+%{?with_ofa:BuildRequires: libofa-devel >= 0.9.3}
+%{?with_sid:BuildRequires: libsidplay-devel}
BuildRequires: libtool
BuildRequires: libvorbis-devel >= 1:1.0
BuildRequires: libxml2-devel >= 1:2.6.26
+BuildRequires: mpeg4ip-devel
BuildRequires: neon-devel >= 0.25.5
BuildRequires: rpmbuild(macros) >= 1.311
BuildRequires: rpm-pythonprov
@@ -93,8 +104,14 @@
%{__automake}
%configure \
--enable-hal \
+ --enable-gamin \
+ --enable-libnotify \
+ --enable-mp4v2 \
+ %{?with_ofa:--enable-ofa} \
+ %{?with_sid:--enable-sid} \
--enable-shared \
--enable-static \
+ %{?with_gaim:--enable-gaim} \
--with-dbus-services-dir=%{_datadir}/dbus-1/services
%{__make}
@@ -171,6 +188,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.57 2006/10/08 12:29:56 aflinta
+ - enabled some extensions
+ - added TODO
+ - rel. 1.1
+
Revision 1.56 2006/10/06 22:02:27 megabajt
- up to 0.32.0
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/bmpx.spec?r1=1.56&r2=1.57&f=u
More information about the pld-cvs-commit
mailing list