SPECS: madplay.spec - --without esd bcond added
jajcus
jajcus at pld-linux.org
Thu Jul 20 10:08:25 CEST 2006
Author: jajcus Date: Thu Jul 20 08:08:25 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- --without esd bcond added
---- Files affected:
SPECS:
madplay.spec (1.9 -> 1.10)
---- Diffs:
================================================================
Index: SPECS/madplay.spec
diff -u SPECS/madplay.spec:1.9 SPECS/madplay.spec:1.10
--- SPECS/madplay.spec:1.9 Thu Oct 28 12:49:16 2004
+++ SPECS/madplay.spec Thu Jul 20 10:08:20 2006
@@ -2,12 +2,13 @@
#
# Conditional build:
%bcond_without alsa # without ALSA support
+%bcond_without esd # without esd support
#
Summary: MPEG audio decoder and player
Summary(pl): Dekoder i odtwarzacz audio w formacie MPEG
Name: madplay
Version: 0.15.2b
-Release: 2
+Release: 3
License: GPL
Group: Applications/Sound
Source0: ftp://ftp.mars.org/pub/mpeg/%{name}-%{version}.tar.gz
@@ -16,7 +17,7 @@
URL: http://www.underbit.com/products/mad/
%{?with_alsa:BuildRequires: alsa-lib-devel >= 0.9.0}
BuildRequires: automake
-BuildRequires: esound-devel
+%{?with_esd:BuildRequires: esound-devel}
BuildRequires: libmad-devel
BuildRequires: libid3tag-devel
Obsoletes: mad
@@ -41,7 +42,8 @@
%build
cp -f /usr/share/automake/config.* .
%configure \
- %{?with_alsa:--with-alsa}
+ %{?with_alsa:--with-alsa} \
+ %{!?with_esd:--without-esd}
%{__make}
@@ -68,6 +70,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.10 2006/07/20 08:08:20 jajcus
+- --without esd bcond added
+
Revision 1.9 2004/10/28 10:49:16 paladine
- "MP3" unification
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/madplay.spec?r1=1.9&r2=1.10&f=u
More information about the pld-cvs-commit
mailing list