Author: glen Date: Sat Oct 1 21:36:33 2011 GMT Module: packages Tag: HEAD ---- Log message: - audiofile bcond, disabled (audiofile missing currently in th)
---- Files affected: packages/mpd: mpd.spec (1.71 -> 1.72) ---- Diffs: ================================================================ Index: packages/mpd/mpd.spec diff -u packages/mpd/mpd.spec:1.71 packages/mpd/mpd.spec:1.72 --- packages/mpd/mpd.spec:1.71 Fri Sep 2 17:32:39 2011 +++ packages/mpd/mpd.spec Sat Oct 1 23:36:28 2011 @@ -5,13 +5,14 @@ # Conditional build: %bcond_without mod # enable MOD support %bcond_without pulseaudio # disable PulseAudio support +%bcond_with audiofile # Audiofile support (WAV and others) Summary: Music Player Daemon Summary(hu.UTF-8): Music Player Daemon Summary(pl.UTF-8): Music Player Daemon - demon odtwarzajÄ…cy muzykÄ™ Name: mpd Version: 0.16.3 -Release: 6 +Release: 7 License: GPL v2+ Group: Applications/Multimedia Source0: http://downloads.sourceforge.net/musicpd/%{name}-%{version}.tar.bz2 @@ -23,7 +24,7 @@ Patch0: %{name}-ffmpeg_sigsegv.patch BuildRequires: OpenAL-devel BuildRequires: alsa-lib-devel >= 0.9.0 -BuildRequires: audiofile-devel >= 0.1.7 +%{?with_audiofile:BuildRequires: audiofile-devel >= 0.1.7} BuildRequires: avahi-glib-devel BuildRequires: bzip2-devel BuildRequires: curl-devel @@ -132,7 +133,7 @@ --disable-sidplay \ --enable-alsa \ --enable-ao \ - --enable-audiofile \ + %{?with_audiofile:--enable-audiofile} \ --enable-bzip2 \ --enable-cue \ --enable-curl \ @@ -245,6 +246,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.72 2011/10/01 21:36:28 glen +- audiofile bcond, disabled (audiofile missing currently in th) + Revision 1.71 2011/09/02 15:32:39 wiget - rel. 6 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/mpd/mpd.spec?r1=1.71&r2=1.72&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
