]> git.pld-linux.org Git - packages/ardour.git/commitdiff
- BR cairomm-devel, needs /proc/cpuinfo
authorElan Ruusamäe <glen@pld-linux.org>
Sat, 6 Oct 2007 10:59:35 +0000 (10:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ardour.spec -> 1.33

ardour.spec

index 915f0a33dd0016428bc40c8d33ca4798a1348049..37a678adcb7c6a753cab2c00bb98bbc75b1ecb33 100644 (file)
@@ -1,3 +1,5 @@
+# TODO
+# - make it not to parse /proc/cpuinfo
 Summary:       Multitrack hard disk recorder
 Summary(pl.UTF-8):     Wielościeżkowy magnetofon nagrywający na twardym dysku
 Name:          ardour
@@ -16,8 +18,9 @@ BuildRequires:        boost-devel
 BuildRequires: gettext-devel
 # included libsndfile needs patch (wants FLAC__seekable_stream_decoder_set_read_callback)
 # (in ardour itself only one UI option depends on HAVE_FLAC)
-BuildRequires: flac-devel
+BuildRequires: cairomm-devel
 BuildRequires: fftw3-single-devel >= 3
+BuildRequires: flac-devel
 BuildRequires: glib2-devel >= 1:2.10.1
 BuildRequires: gtk+2-devel >= 2:2.8.1
 BuildRequires: gtkmm-devel >= 2.8.0
@@ -25,8 +28,8 @@ BuildRequires:        jack-audio-connection-kit-devel >= 0.101.1
 BuildRequires: libart_lgpl >= 2.3.16
 BuildRequires: libgnomecanvas-devel >= 2.0
 BuildRequires: libgnomecanvasmm-devel >= 2.12.0
+BuildRequires: liblo-devel
 BuildRequires: liblrdf-devel >= 0.4.0
-BuildRequires: liblo-devel 
 BuildRequires: libraptor-devel >= 1.4.2
 BuildRequires: libsamplerate-devel >= 0.1.2
 BuildRequires: libsigc++-devel >= 2.0
@@ -37,8 +40,8 @@ BuildRequires:        libtool
 BuildRequires: libusb-devel
 BuildRequires: libxml2-devel >= 1:2.6.0
 BuildRequires: libxslt-devel
-BuildRequires: python >= 2.3.4
 BuildRequires: pkgconfig >= 1:0.20
+BuildRequires: python >= 2.3.4
 BuildRequires: scons >= 0.96
 BuildRequires: soundtouch-devel >= 1.3.1
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -62,6 +65,11 @@ MMC, niedestruktywny, nieliniowy edytor oraz wtyczki LADSPA.
 #%patch1 -p1
 
 %build
+# Make sure we have /proc mounted - it searches for flags from there
+if [ ! -f /proc/cpuinfo ]; then
+       echo "You need to have /proc mounted in order to build this package!"
+       exit 1
+fi
 %scons \
        SYSLIBS=1 \
 %ifarch %{x8664}
This page took 0.107496 seconds and 4 git commands to generate.