blob: 7d77ee82df57cbe8db1c5d98ac375c765dc54ce8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# the standard variables don't make sense for an uninstalled copy
prefix=
exec_prefix=
libdir=${pcfiledir}/../gst-libs/gst/play
includedir=${pcfiledir}/../gst-libs
Name: GStreamer Play Library, uninstalled
Description: Streaming-media framework, play libraries, not installed
Requires: gstreamer-@GST_MAJORMINOR@ >= @VERSION@ \
gstreamer-control-@GST_MAJORMINOR@ >= @VERSION@
Version: @VERSION@
Libs: ${libdir}/libgstplay-@GST_MAJORMINOR@.la
Cflags: -I${includedir}
|