annotate audacious.pc.in @ 4537:9fb29ee322d3

Added a note about problems with certain URIs.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 10 May 2008 22:45:04 +0300
parents 5aa0045e787a
children fc1c82dd2e74
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
1 prefix=@prefix@
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
2 exec_prefix=@exec_prefix@
749
3787176f9875 [svn] more fixing
nenolod
parents: 0
diff changeset
3 data_dir=@datadir@/@PACKAGE_NAME@
0
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
4
749
3787176f9875 [svn] more fixing
nenolod
parents: 0
diff changeset
5 version=@PACKAGE_VERSION@
0
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
6 include_dir=@includedir@
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
7 audacious_include_dir=@includedir@
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
8 lib_dir=@libdir@
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
9
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
10 plugin_dir=@plugindir@
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
11 input_plugin_dir=@plugindir@/@INPUT_PLUGIN_DIR@
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
12 output_plugin_dir=@plugindir@/@OUTPUT_PLUGIN_DIR@
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
13 general_plugin_dir=@plugindir@/@GENERAL_PLUGIN_DIR@
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
14 visualization_plugin_dir=@plugindir@/@VISUALIZATION_PLUGIN_DIR@
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
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
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
18
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
19 Name: Audacious
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
20 Description: Audacious is a versatile and handy multi platform media player
749
3787176f9875 [svn] more fixing
nenolod
parents: 0
diff changeset
21 Version: @PACKAGE_VERSION@
0
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
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
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
24 Cflags: -I${audacious_include_dir}