Mercurial > audlegacy
annotate audacious.pc.in @ 3437:3092a8b3fe34 trunk
Big plugin system changes (part 1 of who knows, it's still a big mess):
- remove plugin_matrix, replacing it with a mowgli.dictionary of all loaded plugins pointing back to their handles
- input_is_enabled() craq -> gboolean plugin::enabled (this craq was pointed out by ccr)
- consolidate a lot of crap in ui_preferences.c (a LOT more to come)
- introduce probably countless loads of bugs and SIGSEGVs.
- you WILL need to recompile plugins after this, and some which do not use C99-style struct initialisers will likely fail to build.
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Fri, 07 Sep 2007 03:20:28 -0500 |
parents | 5aa0045e787a |
children | fc1c82dd2e74 |
rev | line source |
---|---|
0 | 1 prefix=@prefix@ |
2 exec_prefix=@exec_prefix@ | |
749 | 3 data_dir=@datadir@/@PACKAGE_NAME@ |
0 | 4 |
749 | 5 version=@PACKAGE_VERSION@ |
0 | 6 include_dir=@includedir@ |
7 audacious_include_dir=@includedir@ | |
8 lib_dir=@libdir@ | |
9 | |
10 plugin_dir=@plugindir@ | |
11 input_plugin_dir=@plugindir@/@INPUT_PLUGIN_DIR@ | |
12 output_plugin_dir=@plugindir@/@OUTPUT_PLUGIN_DIR@ | |
13 general_plugin_dir=@plugindir@/@GENERAL_PLUGIN_DIR@ | |
14 visualization_plugin_dir=@plugindir@/@VISUALIZATION_PLUGIN_DIR@ | |
15 effect_plugin_dir=@plugindir@/@EFFECT_PLUGIN_DIR@ | |
2830
5aa0045e787a
[svn] - load transport plugins from Transport subdirectory.
yaz
parents:
2770
diff
changeset
|
16 container_plugin_dir=@plugindir@/@CONTAINER_PLUGIN_DIR@ |
5aa0045e787a
[svn] - load transport plugins from Transport subdirectory.
yaz
parents:
2770
diff
changeset
|
17 transport_plugin_dir=@plugindir@/@TRANSPORT_PLUGIN_DIR@ |
0 | 18 |
19 Name: Audacious | |
20 Description: Audacious is a versatile and handy multi platform media player | |
749 | 21 Version: @PACKAGE_VERSION@ |
0 | 22 Requires: @PC_REQUIRES@ |
2770
e21a9128e683
[svn] - remove -laudacious from audacious.pc.in. -laudclient will be put into audacious.pc if --enable-dbus is specified.
yaz
parents:
749
diff
changeset
|
23 Libs: -L${lib_dir} @LIBAUDCLIENT_LDFLAGS@ |
0 | 24 Cflags: -I${audacious_include_dir} |