blob: 8bb1e596353096c8651d92063e269dd132e6a896 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
gconf_serverdir=@libexecdir@
Name: totem-plparser
Description: Totem Playlist Parser library
Version: @VERSION@
Requires: gtk+-2.0
Requires.private: libxml-2.0 gnome-vfs-2.0 gnome-vfs-module-2.0
Libs: -L${libdir} -ltotem-plparser
Cflags: -I${includedir}/totem/1/plparser
|