SPECS: ardour.spec - BR cairomm-devel, needs /proc/cpuinfo

glen glen at pld-linux.org
Sat Oct 6 12:59:41 CEST 2007


Author: glen                         Date: Sat Oct  6 10:59:40 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- BR cairomm-devel, needs /proc/cpuinfo

---- Files affected:
SPECS:
   ardour.spec (1.32 -> 1.33) 

---- Diffs:

================================================================
Index: SPECS/ardour.spec
diff -u SPECS/ardour.spec:1.32 SPECS/ardour.spec:1.33
--- SPECS/ardour.spec:1.32	Sun Jul 15 02:57:51 2007
+++ SPECS/ardour.spec	Sat Oct  6 12:59:35 2007
@@ -1,4 +1,6 @@
 # $Revision$, $Date$
+# 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
@@ -17,8 +19,9 @@
 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
@@ -26,8 +29,8 @@
 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
@@ -38,8 +41,8 @@
 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)
@@ -63,6 +66,11 @@
 #%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}
@@ -117,6 +125,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.33  2007/10/06 10:59:35  glen
+- BR cairomm-devel, needs /proc/cpuinfo
+
 Revision 1.32  2007/07/15 00:57:51  qboosh
 - opt patch is still needed
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/ardour.spec?r1=1.32&r2=1.33&f=u



More information about the pld-cvs-commit mailing list