2003-04-07 21:28:57 +00:00
|
|
|
# the standard variables don't make sense for an uninstalled copy
|
|
|
|
prefix=
|
|
|
|
exec_prefix=
|
|
|
|
libdir=${pcfiledir}/..
|
|
|
|
includedir=${pcfiledir}/..
|
|
|
|
toolsdir=${pcfiledir}/../tools
|
2005-08-24 16:46:10 +00:00
|
|
|
pluginsdir=${pcfiledir}/..
|
|
|
|
|
2003-04-07 21:28:57 +00:00
|
|
|
Name: GStreamer Uninstalled
|
2005-10-15 13:24:54 +00:00
|
|
|
Description: Streaming media framework, Not Installed
|
2003-04-07 21:28:57 +00:00
|
|
|
Version: @VERSION@
|
|
|
|
Requires: @GST_PKG_DEPS@@LIBXML_PKG@
|
|
|
|
Libs: ${libdir}/gst/libgstreamer-@GST_MAJORMINOR@.la
|
2009-02-23 18:52:14 +00:00
|
|
|
Cflags: -I${includedir} -I@srcdir@/.. -I${includedir}/libs -I@srcdir@/../libs
|