Author: qboosh Date: Mon Nov 22 20:25:56 2010 GMT Module: packages Tag: HEAD ---- Log message: - updated to 1.7 - esd disabled by default
---- Files affected: packages/adplay: adplay.spec (1.4 -> 1.5) ---- Diffs: ================================================================ Index: packages/adplay/adplay.spec diff -u packages/adplay/adplay.spec:1.4 packages/adplay/adplay.spec:1.5 --- packages/adplay/adplay.spec:1.4 Wed Apr 18 10:54:54 2007 +++ packages/adplay/adplay.spec Mon Nov 22 21:25:50 2010 @@ -1,20 +1,24 @@ # $Revision$, $Date$ +# +# Conditional build: +%bcond_with esd # EsounD output support +# Summary: AdLib music player for the command line Summary(pl.UTF-8): Odtwarzacz muzyki AdLib działający z linii poleceń Name: adplay -Version: 1.6 +Version: 1.7 Release: 1 -License: GPL +License: GPL v2+ Group: Applications/Sound -Source0: http://dl.sourceforge.net/adplug/%{name}-%{version}.tar.bz2 -# Source0-md5: df4792a7ab3761dad7a1f86ae39871ad +Source0: http://downloads.sourceforge.net/adplug/%{name}-%{version}.tar.bz2 +# Source0-md5: 651b301b21f08a7519ce8ed3742a0081 URL: http://adplug.sourceforge.net/ -BuildRequires: adplug-devel >= 2.0 +BuildRequires: adplug-devel >= 2.2 BuildRequires: alsa-lib-devel >= 0.9.1 -BuildRequires: esound-devel >= 0.2.8 +%{?with_esd:BuildRequires: esound-devel >= 0.2.8} BuildRequires: libao-devel BuildRequires: pkgconfig -Requires: adplug >= 2.0 +Requires: adplug >= 2.2 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -37,6 +41,7 @@ %build %configure \ + %{!?with_esd:--disable-output-esound} \ --disable-output-sdl \ --disable-output-qsa %{__make} @@ -62,6 +67,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.5 2010/11/22 20:25:50 qboosh +- updated to 1.7 +- esd disabled by default + Revision 1.4 2007/04/18 08:54:54 qboosh - updated to 1.6 - BR: libao-devel (new output driver) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/adplay/adplay.spec?r1=1.4&r2=1.5&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
