Author: uzsolt Date: Tue Jun 22 05:37:09 2010 GMT Module: packages Tag: HEAD ---- Log message: - 2.3.3 - arts bcond
---- Files affected: packages/cmus: cmus.spec (1.7 -> 1.8) ---- Diffs: ================================================================ Index: packages/cmus/cmus.spec diff -u packages/cmus/cmus.spec:1.7 packages/cmus/cmus.spec:1.8 --- packages/cmus/cmus.spec:1.7 Wed May 12 21:13:08 2010 +++ packages/cmus/cmus.spec Tue Jun 22 07:37:04 2010 @@ -1,16 +1,19 @@ # $Revision$, $Date$ +%bcond_with arts Summary: cmus is a small and fast text mode music player Summary(hu.UTF-8): cmus egy kicsi és gyors szöveges zenelejátszó Name: cmus -Version: 2.3.2 +Version: 2.3.3 Release: 0.1 License: GPL Group: Applications/Sound Source0: http://downloads.sourceforge.net/project/cmus/%{name}-v%{version}.tar.bz2 -# Source0-md5: 47698e355cff2e7b985a22475099c100 +# Source0-md5: 220e875e4210a6b54882114ef7094a79 URL: http://cmus.sourceforge.net/ BuildRequires: alsa-lib-devel -#BuildRequires: arts-devel +%if %{with arts} +BuildRequires: arts-devel +%endif BuildRequires: faad2-devel BuildRequires: ffmpeg-devel BuildRequires: libao-devel @@ -243,7 +246,11 @@ %build -./configure prefix=%{_prefix} \ +./configure \ +%if %{without arts} + CONFIG_ARTS=n \ +%endif + prefix=%{_prefix} \ libdir=%{_libdir} \ mandir=%{_mandir} \ bindir=%{_bindir} \ @@ -325,7 +332,7 @@ %defattr(644,root,root,755) %{_libdir}/cmus/op/ao.so -%if 0 +%if %{with arts} %files output-arts %defattr(644,root,root,755) %{_libdir}/cmus/op/arts.so @@ -345,6 +352,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.8 2010/06/22 05:37:04 uzsolt +- 2.3.3 +- arts bcond + Revision 1.7 2010/05/12 19:13:08 sparky - BR: pulseaudio-devel - dropped arts support - if you want it make a bcond ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/cmus/cmus.spec?r1=1.7&r2=1.8&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
