Mercurial > audlegacy
annotate audacious.pc.in @ 4621:fb56923e8206
Updated pkg.m4.
author | Matti Hamalainen <ccr@tnsp.org> |
---|---|
date | Thu, 05 Jun 2008 16:04:18 +0300 |
parents | fc1c82dd2e74 |
children |
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@ |
4619
fc1c82dd2e74
Added discovery plugin directory.
Matti Hamalainen <ccr@tnsp.org>
parents:
2830
diff
changeset
|
18 discovery_plugin_dir=@plugindir@/@DISCOVERY_PLUGIN_DIR@ |
0 | 19 |
20 Name: Audacious | |
21 Description: Audacious is a versatile and handy multi platform media player | |
749 | 22 Version: @PACKAGE_VERSION@ |
0 | 23 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
|
24 Libs: -L${lib_dir} @LIBAUDCLIENT_LDFLAGS@ |
0 | 25 Cflags: -I${audacious_include_dir} |