SPECS: ardour.spec - updated BRs, added some scons options
qboosh
qboosh at pld-linux.org
Sat Jul 14 23:16:47 CEST 2007
Author: qboosh Date: Sat Jul 14 21:16:47 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- updated BRs, added some scons options
---- Files affected:
SPECS:
ardour.spec (1.29 -> 1.30)
---- Diffs:
================================================================
Index: SPECS/ardour.spec
diff -u SPECS/ardour.spec:1.29 SPECS/ardour.spec:1.30
--- SPECS/ardour.spec:1.29 Tue Jul 10 03:53:26 2007
+++ SPECS/ardour.spec Sat Jul 14 23:16:42 2007
@@ -14,23 +14,33 @@
BuildRequires: alsa-lib-devel >= 0.9.0
BuildRequires: boost-devel
BuildRequires: gettext-devel
-BuildRequires: gtk+-devel >= 2.8.0
+# 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: fftw3-single-devel >= 3
+BuildRequires: glib2-devel >= 1:2.10.1
+BuildRequires: gtk+2-devel >= 2:2.8.1
BuildRequires: gtkmm-devel >= 2.8.0
-BuildRequires: jack-audio-connection-kit-devel >= 0.98.0
+BuildRequires: jack-audio-connection-kit-devel >= 0.101.1
BuildRequires: libart_lgpl >= 2.3.16
BuildRequires: libgnomecanvas-devel >= 2.0
-BuildRequires: liblrdf-devel >= 0.3
+BuildRequires: libgnomecanvasmm-devel >= 2.12.0
+BuildRequires: liblrdf-devel >= 0.4.0
BuildRequires: liblo-devel
-BuildRequires: libpng-devel
+BuildRequires: libraptor-devel >= 1.4.2
BuildRequires: libsamplerate-devel >= 0.1.2
-BuildRequires: libsigc++1-devel >= 0.8.8
-BuildRequires: libsndfile-devel >= 1.0.0
+BuildRequires: libsigc++-devel >= 2.0
+# internal one used
+#BuildRequires: libsndfile-devel >= 1.0.0
BuildRequires: libstdc++-devel
BuildRequires: libtool
-BuildRequires: libxml2-devel >= 2.5.0
+BuildRequires: libusb-devel
+BuildRequires: libxml2-devel >= 1:2.6.0
+BuildRequires: libxslt-devel
BuildRequires: python >= 2.3.4
-BuildRequires: pkgconfig >= 0.20
+BuildRequires: pkgconfig >= 1:0.20
BuildRequires: scons >= 0.96
+BuildRequires: soundtouch-devel >= 1.3.1
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
@@ -50,13 +60,23 @@
%patch3 -p1
%build
-%{scons}
+%scons \
+ SYSLIBS=1 \
+%ifarch %{x8664}
+ DIST_TARGET=x86_64
+%else
+%ifarch %{ix86}
+ DIST_TARGET=i386
+%else
+ DIST_TARGET=none
+%endif
+%endif
%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT%{_desktopdir}
-%{scons} install \
+%scons install \
DESTDIR=$RPM_BUILD_ROOT \
GTK=yes
# KSI=yes
@@ -94,6 +114,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.30 2007/07/14 21:16:42 qboosh
+- updated BRs, added some scons options
+
Revision 1.29 2007/07/10 01:53:26 wolvverine
- up to 2.0.3, NFY
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/ardour.spec?r1=1.29&r2=1.30&f=u
More information about the pld-cvs-commit
mailing list