view 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
line wrap: on
line source

prefix=@prefix@
exec_prefix=@exec_prefix@
data_dir=@datadir@/@PACKAGE_NAME@

version=@PACKAGE_VERSION@
include_dir=@includedir@
audacious_include_dir=@includedir@
lib_dir=@libdir@

plugin_dir=@plugindir@
input_plugin_dir=@plugindir@/@INPUT_PLUGIN_DIR@
output_plugin_dir=@plugindir@/@OUTPUT_PLUGIN_DIR@
general_plugin_dir=@plugindir@/@GENERAL_PLUGIN_DIR@
visualization_plugin_dir=@plugindir@/@VISUALIZATION_PLUGIN_DIR@
effect_plugin_dir=@plugindir@/@EFFECT_PLUGIN_DIR@
container_plugin_dir=@plugindir@/@CONTAINER_PLUGIN_DIR@
transport_plugin_dir=@plugindir@/@TRANSPORT_PLUGIN_DIR@

Name: Audacious
Description: Audacious is a versatile and handy multi platform media player
Version: @PACKAGE_VERSION@
Requires: @PC_REQUIRES@
Libs: -L${lib_dir} @LIBAUDCLIENT_LDFLAGS@
Cflags: -I${audacious_include_dir}