Mercurial > audlegacy
annotate audlegacy.pc.in @ 4887:0ddbd0025174 default tip
added libaudtag. (not used yet.)
author | Yoshiki Yazawa <yaz@honeyplanet.jp> |
---|---|
date | Wed, 05 May 2010 18:26:06 +0900 |
parents | 06fb50c7f40a |
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@ | |
4814
06fb50c7f40a
we should use modified libdir insted of plugindir.
Yoshiki Yazawa <yaz@honeyplanet.jp>
parents:
4800
diff
changeset
|
8 lib_dir=@plugindir@ |
0 | 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 |
4814
06fb50c7f40a
we should use modified libdir insted of plugindir.
Yoshiki Yazawa <yaz@honeyplanet.jp>
parents:
4800
diff
changeset
|
20 Name: Audlegacy |
0 | 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} |