Mercurial > audlegacy
annotate audacious.pc.in @ 3887:698e76cd10a5
Automated merge with ssh://hg.atheme.org//hg/audacious
| author | William Pitcock <nenolod@atheme.org> |
|---|---|
| date | Thu, 01 Nov 2007 19:28:40 -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} |
