2005-11-18 16:24:56 +00:00
|
|
|
prefix=@prefix@
|
|
|
|
exec_prefix=@exec_prefix@
|
|
|
|
libdir=@libdir@
|
2012-04-04 11:13:52 +00:00
|
|
|
includedir=@includedir@/gstreamer-@GST_API_VERSION@
|
2010-03-30 14:56:39 +00:00
|
|
|
datarootdir=${prefix}/share
|
|
|
|
datadir=${datarootdir}
|
|
|
|
girdir=${datadir}/gir-1.0
|
|
|
|
typelibdir=${libdir}/girepository-1.0
|
2005-11-18 16:24:56 +00:00
|
|
|
|
|
|
|
Name: GStreamer networking library
|
|
|
|
Description: Network-enabled GStreamer plug-ins and clocking
|
2012-04-04 11:13:52 +00:00
|
|
|
Requires: gstreamer-@GST_API_VERSION@ gio-2.0
|
2005-11-18 16:24:56 +00:00
|
|
|
Version: @VERSION@
|
2012-04-04 11:13:52 +00:00
|
|
|
Libs: -L${libdir} -lgstnet-@GST_API_VERSION@
|
2005-11-18 16:24:56 +00:00
|
|
|
Cflags: -I${includedir}
|