view audclient.pc.in @ 3344:c03055ef8822 trunk

-Implemented /Player GetStatus, GetMetadata, GetCaps, PositionGet, PositionSet, VolumeGet, and VolumeSet -Implemented /TrackList Loop and GetMetadata -Fixed /TrackList Random so that it toggles shuffle mode based on the passed argument instead of the current state -Modified /TrackList AddTrack so that it will not start playing if the add failed (pending mods to playlist.c by yaz)
author Ben Tucker <ben.tucker@gmail.com>
date Sun, 12 Aug 2007 13:26:02 -0700
parents 774cc92d936e
children
line wrap: on
line source

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

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

Name: Audacious Client Library
Description: Remote control library for Audacious
Version: @PACKAGE_VERSION@
Requires: @PC_REQUIRES@
Libs: -L${lib_dir} @LIBAUDCLIENT_LDFLAGS@
Cflags: -I${audacious_include_dir}