[Lunar-commits] CVS: moonbase/audio/ardour BUILD, 1.1.1.1,
1.2 DEPENDS, 1.4, 1.5 DETAILS, 1.1.1.1, 1.2 PRE_BUILD, 1.1.1.1, NONE
Jan Eidtmann
cmak at lunar-linux.org
Fri Jan 2 20:44:50 GMT 2004
Update of /var/cvs/lunar/moonbase/audio/ardour
In directory dbguin.lunar-linux.org:/tmp/cvs-serv27192
Modified Files:
BUILD DEPENDS DETAILS
Removed Files:
PRE_BUILD
Log Message:
i accidently committed parts from this...this updates the rest. needs testing immediatly! please test! sorry! cmak
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/audio/ardour/BUILD,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- BUILD 21 Aug 2002 00:55:09 -0000 1.1.1.1
+++ BUILD 2 Jan 2004 20:44:47 -0000 1.2
@@ -1,13 +1,11 @@
(
- echo CFLAGS:= $CFLAGS
- echo OPTS:= $OPTS
- set -x && #Let's show the logs what we've used for debug
- ./autogen.sh &&
- ./configure --prefix=/usr \
- --sysconfdir=/etc \
- --localstatedir=/var \
+ ./configure --build=$BUILD \
+ --prefix=/usr \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ --infodir=/usr/share/info \
+ --mandir=/usr/share/man \
$OPTS &&
- set +x && ##turn it off so that the logs stay readable
make &&
prepare_install &&
make install
Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/audio/ardour/DEPENDS,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- DEPENDS 2 Jan 2004 20:13:50 -0000 1.4
+++ DEPENDS 2 Jan 2004 20:44:47 -0000 1.5
@@ -3,7 +3,10 @@
depends gdbm &&
depends ladspa_sdk &&
depends libsndfile &&
+depends libsamplerate &&
depends libart_lgpl &&
depends libxml &&
+depends raptor &&
+depends liblrdf &&
optional_depends "alsa-utils" "" "" "for ALSA sound drivers and utils"
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/audio/ardour/DETAILS,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- DETAILS 21 Aug 2002 00:55:09 -0000 1.1.1.1
+++ DETAILS 2 Jan 2004 20:44:47 -0000 1.2
@@ -1,14 +1,11 @@
MODULE=ardour
- VERSION=20020407
+ VERSION=0.9beta8
SOURCE=$MODULE-$VERSION.tar.bz2
- SOURCE2=$MODULE-pixmaps-2.5.0.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
- SOURCE_URL[0]=http://lunar-linux.org/lunar/mirrors/$SOURCE
- SOURCE2_URL[0]=http://lunar-linux.org/lunar/mirrors/$SOURCE2
+ SOURCE_URL[0]=${SFORGE_URL}/${MODULE}/$SOURCE
WEB_SITE=http://ardour.sourceforge.net/
- MAINTAINER=scarecrow.143 at attbi.com
ENTERED=20020408
- UPDATED=20020408
+ UPDATED=20040102
SHORT="Ardour is a multichannel hard disk recorder."
cat << EOF
Ardour is a multichannel hard disk recorder (HDR) and digital audio
--- PRE_BUILD DELETED ---
More information about the Lunar-commits
mailing list