Mercurial > hg > sonic-visualiser
changeset 441:bb6e04d07921
Update of the URL for the Oggz and fishsound libraries which was obsolete in the INSTALL.txt file
author | mathieub <mathieu.barthet@eecs.qmul.ac.uk> |
---|---|
date | Wed, 22 Jun 2011 15:16:01 +0100 |
parents | 868f73825b37 |
children | 12a116e113ab |
files | INSTALL.txt sonic-visualiser.pro |
diffstat | 2 files changed, 1 insertions(+), 46 deletions(-) [+] |
line wrap: on
line diff
--- a/INSTALL.txt Tue Jun 14 15:27:30 2011 +0100 +++ b/INSTALL.txt Wed Jun 22 15:16:01 2011 +0100 @@ -19,7 +19,7 @@ REQUIRED Redland RDF libraries http://librdf.org/ Optional MAD mp3 decoder http://www.underbit.com/products/mad/ -Optional Oggz and fishsound http://www.annodex.net/software/libraries.html +Optional Oggz and fishsound http://xiph.org/oggz/ Optional liblo OSC library http://www.plugin.org.uk/liblo/ The Redland RDF libraries include the Raptor RDF parser library,
--- a/sonic-visualiser.pro Tue Jun 14 15:27:30 2011 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,45 +0,0 @@ - -TEMPLATE = app - -include(config.pri) - -CONFIG += qt thread warn_on stl rtti exceptions -QT += network xml gui - -TARGET = "Sonic Visualiser" -linux*:TARGET = sonic-visualiser -solaris*:TARGET = sonic-visualiser - -DEPENDPATH += . ../svcore ../svgui ../svapp -INCLUDEPATH += . ../svcore ../svgui ../svapp - -TRANSLATIONS += i18n/sonic-visualiser_ru.ts i18n/sonic-visualiser_en_GB.ts i18n/sonic-visualiser_en_US.ts i18n/sonic-visualiser_cs_CZ.ts - -OBJECTS_DIR = o -MOC_DIR = o - -ICON = icons/sv-macicon.icns -RC_FILE = icons/sv.rc - -contains(DEFINES, BUILD_STATIC):LIBS -= -ljack - -LIBS = -L../svapp -L../svgui -L../svcore -lsvapp -lsvgui -lsvcore $$LIBS - -PRE_TARGETDEPS += ../svapp/libsvapp.a \ - ../svgui/libsvgui.a \ - ../svcore/libsvcore.a - -RESOURCES += sonic-visualiser.qrc - -HEADERS += main/MainWindow.h \ - main/PreferencesDialog.h \ - main/Surveyer.h -SOURCES += main/main.cpp \ - main/OSCHandler.cpp \ - main/MainWindow.cpp \ - main/PreferencesDialog.cpp \ - main/Surveyer.cpp - -# for mac integration -QMAKE_INFO_PLIST = deploy/osx/Info.plist -