view audacious.pc.in @ 4070:040243a50bd3

- modified playlist_load_ins_file() and playlist_load_ins_file_tuple(). path builder and ext_hash checker have been extracted from playlist_load_ins_file_tuple() and are provided as individual functions. - path builder is available to plugins as aud_construct_uri() and it allows container plugins to construct valid uri. - replaced __playlist_ins_with_info_tuple() with the superset __playlist_ins_file(). it can accept both tuple and title/length pair. - changed call dependency among playlist_load_ins_file(), playlist_load_ins_file_tuple() and __playlist_ins_file(). playlist_load_ins_file() no longer calls playlist_load_ins_file_tuple() nor builds any tuple. - made some cleanups.
author Yoshiki Yazawa <yaz@cc.rim.or.jp>
date Fri, 07 Dec 2007 01:11:25 +0900
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}