From 3ace0a728ef60751b17a971e08aa1d7843b55965 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Mon, 19 Nov 2012 13:38:13 +0100 Subject: [PATCH] - temporarily disabled ffmpeg support --- audacity.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/audacity.spec b/audacity.spec index 107db51..c0dbcbd 100644 --- a/audacity.spec +++ b/audacity.spec @@ -7,6 +7,7 @@ # # Conditional build: %bcond_with libresample # using libresample (default libsamplerate) +%bcond_with ffmpeg # build with ffmpeg support (currently audacity does not support ffmpeg 1.0) # Summary: Audacity - manipulate digital audio waveforms Summary(pl.UTF-8): Audacity - narzędzie do obróbki plików dźwiękowych @@ -33,7 +34,7 @@ URL: http://audacity.sourceforge.net/ BuildRequires: autoconf >= 2.59 BuildRequires: automake BuildRequires: expat-devel >= 1.95 -BuildRequires: ffmpeg-devel >= 0.8.0 +%{?with_ffmpeg:BuildRequires: ffmpeg-devel >= 0.8.0} BuildRequires: flac-c++-devel >= 1.2.0 BuildRequires: gettext-devel BuildRequires: hpklinux-devel >= 4.06 @@ -117,6 +118,7 @@ export WX_CONFIG=$(which wx-gtk2-unicode-config) --with-libresample=no \ --with-libsamplerate=system \ %endif + --with%{!?with_ffmpeg:out}-ffmpeg \ --with-help \ --with-id3tag=system \ --with-libmad=system \ -- 2.43.0