summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-02-05 23:07:00 +0000
committerDavid Robillard <d@drobilla.net>2007-02-05 23:07:00 +0000
commit4820d18b56a80acd9edbf4b994acf0a83e592f5e (patch)
tree8d66f582013f62ff48c9cb8d8d24cdec4c147286
parent1988a63b41a0e81f348d5df3394d41d3248d442b (diff)
downloadlilv-4820d18b56a80acd9edbf4b994acf0a83e592f5e.tar.gz
lilv-4820d18b56a80acd9edbf4b994acf0a83e592f5e.tar.bz2
lilv-4820d18b56a80acd9edbf4b994acf0a83e592f5e.zip
Copyright/Documentation/etc cleanups.
git-svn-id: http://svn.drobilla.net/lad/slv2@280 a436a847-0d15-0410-975c-d299462d15a1
-rw-r--r--configure.ac14
-rw-r--r--doc/mainpage.dox5
-rw-r--r--doc/reference.doxygen.in4
-rw-r--r--hosts/lv2_simple_jack_host.c2
-rw-r--r--slv2/plugin.h4
-rw-r--r--slv2/plugininstance.h4
-rw-r--r--slv2/pluginlist.h6
-rw-r--r--slv2/port.h4
-rw-r--r--slv2/private_types.h4
-rw-r--r--slv2/query.h4
-rw-r--r--slv2/slv2.h4
-rw-r--r--slv2/types.h4
-rw-r--r--src/plugin.c4
-rw-r--r--src/plugininstance.c4
-rw-r--r--src/pluginlist.c4
-rw-r--r--src/port.c4
-rw-r--r--src/query.c4
-rw-r--r--src/util.c4
-rw-r--r--src/util.h4
19 files changed, 43 insertions, 44 deletions
diff --git a/configure.ac b/configure.ac
index cde28b8..02b47ac 100644
--- a/configure.ac
+++ b/configure.ac
@@ -62,13 +62,13 @@ fi
AM_CONDITIONAL(WITH_JACK, [test "$build_jack" = "yes"])
# Check plugin install directory
-AC_MSG_CHECKING([where to install LV2 plugins])
-AC_ARG_WITH(lv2-dir,
- AS_HELP_STRING([--with-lv2-dir=DIR],
- [directory that LV2 plugins should be installed in ($libdir/lv2)]),
- [lv2dir=$withval], [lv2dir=$libdir/lv2])
-AC_MSG_RESULT($lv2dir)
-AC_SUBST(lv2dir)
+#AC_MSG_CHECKING([where to install LV2 plugins])
+#AC_ARG_WITH(lv2-dir,
+# AS_HELP_STRING([--with-lv2-dir=DIR],
+# [directory that LV2 plugins should be installed in ($libdir/lv2)]),
+# [lv2dir=$withval], [lv2dir=$libdir/lv2])
+#AC_MSG_RESULT($lv2dir)
+#AC_SUBST(lv2dir)
# Build ladspa converter?
build_ladspa2lv2="no"
diff --git a/doc/mainpage.dox b/doc/mainpage.dox
index 545a92e..6c1fa4a 100644
--- a/doc/mainpage.dox
+++ b/doc/mainpage.dox
@@ -2,9 +2,8 @@
@section Overview
-LibSLV2 is a host library to simply the use of LV2 plugins.
+SLV2 is a host library to simply the discovery, loading, and use of LV2
+plugins.
-It will have a lovely wordey description here once I get around to it.
-For now click on the "Modules" tab above to get at the beef.
*/
diff --git a/doc/reference.doxygen.in b/doc/reference.doxygen.in
index 9aca619..e797565 100644
--- a/doc/reference.doxygen.in
+++ b/doc/reference.doxygen.in
@@ -19,7 +19,7 @@
# The PROJECT_NAME tag is a single word (or a sequence of words surrounded
# by quotes) that should identify the project.
-PROJECT_NAME = "LibSLV2"
+PROJECT_NAME = "SLV2"
# The PROJECT_NUMBER tag can be used to enter a project or revision number.
# This could be handy for archiving the generated documentation or
@@ -466,7 +466,7 @@ EXCLUDE_PATTERNS =
# directories that contain example code fragments that are included (see
# the \include command).
-EXAMPLE_PATH = @top_srcdir@/examples/hosts
+EXAMPLE_PATH =
# If the value of the EXAMPLE_PATH tag contains directories, you can use the
# EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
diff --git a/hosts/lv2_simple_jack_host.c b/hosts/lv2_simple_jack_host.c
index f0a266d..4b7493f 100644
--- a/hosts/lv2_simple_jack_host.c
+++ b/hosts/lv2_simple_jack_host.c
@@ -1,5 +1,5 @@
/* SLV2 Simple Jack Host Example
- * Copyright (C) 2007 Dave Robillard <drobilla.net>
+ * Copyright (C) 2007 Dave Robillard <http://drobilla.net>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free
diff --git a/slv2/plugin.h b/slv2/plugin.h
index 95d933e..056c72f 100644
--- a/slv2/plugin.h
+++ b/slv2/plugin.h
@@ -1,5 +1,5 @@
-/* LibSLV2
- * Copyright (C) 2006 Dave Robillard <drobilla@connect.carleton.ca>
+/* SLV2
+ * Copyright (C) 2007 Dave Robillard <http://drobilla.net>
*
* This library is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free
diff --git a/slv2/plugininstance.h b/slv2/plugininstance.h
index cb35c02..cfa6788 100644
--- a/slv2/plugininstance.h
+++ b/slv2/plugininstance.h
@@ -1,5 +1,5 @@
-/* LibSLV2
- * Copyright (C) 2006 Dave Robillard <drobilla@connect.carleton.ca>
+/* SLV2
+ * Copyright (C) 2007 Dave Robillard <http://drobilla.net>
*
* This library is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free
diff --git a/slv2/pluginlist.h b/slv2/pluginlist.h
index 7a0f967..aca3bb7 100644
--- a/slv2/pluginlist.h
+++ b/slv2/pluginlist.h
@@ -1,5 +1,5 @@
-/* LibSLV2
- * Copyright (C) 2006 Dave Robillard <drobilla@connect.carleton.ca>
+/* SLV2
+ * Copyright (C) 2007 Dave Robillard <http://drobilla.net>
*
* This library is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free
@@ -27,7 +27,7 @@ extern "C" {
typedef struct _PluginList* SLV2List;
-/** \defgroup lists Plugin lists
+/** \defgroup lists Plugin discovery
*
* These functions are for locating plugins installed on the system.
*
diff --git a/slv2/port.h b/slv2/port.h
index 52a8a84..4e352a8 100644
--- a/slv2/port.h
+++ b/slv2/port.h
@@ -1,5 +1,5 @@
-/* LibSLV2
- * Copyright (C) 2006 Dave Robillard <drobilla@connect.carleton.ca>
+/* SLV2
+ * Copyright (C) 2007 Dave Robillard <http://drobilla.net>
*
* This library is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free
diff --git a/slv2/private_types.h b/slv2/private_types.h
index d0f6fa4..590ecae 100644
--- a/slv2/private_types.h
+++ b/slv2/private_types.h
@@ -1,5 +1,5 @@
-/* LibSLV2
- * Copyright (C) 2006 Dave Robillard <drobilla@connect.carleton.ca>
+/* SLV2
+ * Copyright (C) 2007 Dave Robillard <http://drobilla.net>
*
* This library is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free
diff --git a/slv2/query.h b/slv2/query.h
index a23df0e..28df4a6 100644
--- a/slv2/query.h
+++ b/slv2/query.h
@@ -1,5 +1,5 @@
-/* LibSLV2
- * Copyright (C) 2006 Dave Robillard <drobilla@connect.carleton.ca>
+/* SLV2
+ * Copyright (C) 2007 Dave Robillard <http://drobilla.net>
*
* This library is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free
diff --git a/slv2/slv2.h b/slv2/slv2.h
index 6305f23..b3c9f63 100644
--- a/slv2/slv2.h
+++ b/slv2/slv2.h
@@ -1,5 +1,5 @@
-/* LibSLV2
- * Copyright (C) 2006 Dave Robillard <drobilla@connect.carleton.ca>
+/* SLV2
+ * Copyright (C) 2007 Dave Robillard <http://drobilla.net>
*
* This library is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free
diff --git a/slv2/types.h b/slv2/types.h
index 6bce16b..ca695b4 100644
--- a/slv2/types.h
+++ b/slv2/types.h
@@ -1,5 +1,5 @@
-/* LibSLV2
- * Copyright (C) 2006 Dave Robillard <drobilla@connect.carleton.ca>
+/* SLV2
+ * Copyright (C) 2007 Dave Robillard <http://drobilla.net>
*
* This library is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free
diff --git a/src/plugin.c b/src/plugin.c
index 7746488..0d9b26b 100644
--- a/src/plugin.c
+++ b/src/plugin.c
@@ -1,5 +1,5 @@
-/* LibSLV2
- * Copyright (C) 2006 Dave Robillard <drobilla@connect.carleton.ca>
+/* SLV2
+ * Copyright (C) 2007 Dave Robillard <http://drobilla.net>
*
* This library is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free
diff --git a/src/plugininstance.c b/src/plugininstance.c
index 9c6bf15..2c178a8 100644
--- a/src/plugininstance.c
+++ b/src/plugininstance.c
@@ -1,5 +1,5 @@
-/* LibSLV2
- * Copyright (C) 2006 Dave Robillard <drobilla@connect.carleton.ca>
+/* SLV2
+ * Copyright (C) 2007 Dave Robillard <http://drobilla.net>
*
* This library is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free
diff --git a/src/pluginlist.c b/src/pluginlist.c
index 18bb44f..75b506a 100644
--- a/src/pluginlist.c
+++ b/src/pluginlist.c
@@ -1,5 +1,5 @@
-/* LibSLV2
- * Copyright (C) 2006 Dave Robillard <drobilla@connect.carleton.ca>
+/* SLV2
+ * Copyright (C) 2007 Dave Robillard <http://drobilla.net>
*
* This library is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free
diff --git a/src/port.c b/src/port.c
index 1ca149d..d014f60 100644
--- a/src/port.c
+++ b/src/port.c
@@ -1,5 +1,5 @@
-/* LibSLV2
- * Copyright (C) 2006 Dave Robillard <drobilla@connect.carleton.ca>
+/* SLV2
+ * Copyright (C) 2007 Dave Robillard <http://drobilla.net>
*
* This library is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free
diff --git a/src/query.c b/src/query.c
index 177d06e..a6eda89 100644
--- a/src/query.c
+++ b/src/query.c
@@ -1,5 +1,5 @@
-/* LibSLV2
- * Copyright (C) 2006 Dave Robillard <drobilla@connect.carleton.ca>
+/* SLV2
+ * Copyright (C) 2007 Dave Robillard <http://drobilla.net>
*
* This library is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free
diff --git a/src/util.c b/src/util.c
index 4f08e20..135c256 100644
--- a/src/util.c
+++ b/src/util.c
@@ -1,5 +1,5 @@
-/* LibSLV2
- * Copyright (C) 2006 Dave Robillard <drobilla@connect.carleton.ca>
+/* SLV2
+ * Copyright (C) 2007 Dave Robillard <http://drobilla.net>
*
* This library is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free
diff --git a/src/util.h b/src/util.h
index f3331b6..caa025e 100644
--- a/src/util.h
+++ b/src/util.h
@@ -1,5 +1,5 @@
-/* LibSLV2
- * Copyright (C) 2006 Dave Robillard <drobilla@connect.carleton.ca>
+/* SLV2
+ * Copyright (C) 2007 Dave Robillard <http://drobilla.net>
*
* This library is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free