GARNAME = ardour2 GARVERSION = 2.2 CATEGORIES = media MASTER_SITES = http://ardour.org/files/releases/ UPSTREAMNAME = ardour DISTFILES = $(DISTNAME).tar.bz2 LIBDEPS = \ media/alsa-lib media/jack \ media/liblo media/libsndfile media/libsamplerate \ sys/glib gnome/gtk gnome/libgnomecanvas gnome/libart \ devel/boost \ text/raptor media/liblrdf sys/libxml2 sys/libxslt \ sys/libusb \ math/fftw3 BUILDDEPS = devel/scons DESCRIPTION = A fully-featured digital audio workstation HOME_URL = http://ardour.org/ BUILD_SCRIPTS = $(WORKSRC)/SConstruct INSTALL_SCRIPTS = $(WORKSRC)/SConstruct include ../../gar.mk # Fix the config path (there's no way of overriding this properly). # Force FLAC support in sndfile to be disabled, because the included # sndfile is too old for modern FLAC to work. pre-configure: @sed -i 's,\(final_config_prefix = \).*,\1"$(sysconfdir)",' $(WORKSRC)/SConstruct @sed -i 's,FLAC/all.h,FLAC/thisdoesnotexist.h,g' $(WORKSRC)/libs/libsndfile/configure $(MAKECOOKIE)