pkgconfig: fix dependencies and slightly improve description.

Drop @LIBVA_EXTRA_{CFLAGS,LIBS}@ substitutions and slightly improve
descriptions with clearer renderer names.
This commit is contained in:
Gwenole Beauchesne 2012-09-07 15:31:09 +02:00
parent 8bcfeb5a1c
commit 6b70bf3139
3 changed files with 10 additions and 10 deletions

View file

@ -4,9 +4,9 @@ libdir=@libdir@
includedir=@includedir@/gstreamer-@GST_MAJORMINOR@
pluginsdir=@libdir@/gstreamer-@GST_MAJORMINOR@
Name: GStreamer VA-API (glx) Plugins Libraries
Description: Streaming media framework, VA-API (glx) plugins libraries
Name: GStreamer VA-API (GLX) Plugins Libraries
Description: Streaming media framework, VA-API (GLX) plugins libraries
Requires: gstreamer-vaapi-@GST_MAJORMINOR@ @LIBVA_GLX_PKGNAME@
Version: @VERSION@
Libs: -L${libdir} -lgstvaapi-glx-@GST_MAJORMINOR@ @LIBVA_EXTRA_LIBS@
Cflags: -I${includedir} @LIBVA_EXTRA_CFLAGS@
Libs: -L${libdir} -lgstvaapi-glx-@GST_MAJORMINOR@
Cflags: -I${includedir}

View file

@ -4,9 +4,9 @@ libdir=@libdir@
includedir=@includedir@/gstreamer-@GST_MAJORMINOR@
pluginsdir=@libdir@/gstreamer-@GST_MAJORMINOR@
Name: GStreamer VA-API (x11) Plugins Libraries
Description: Streaming media framework, VA-API (x11) plugins libraries
Name: GStreamer VA-API (X11) Plugins Libraries
Description: Streaming media framework, VA-API (X11) plugins libraries
Requires: gstreamer-vaapi-@GST_MAJORMINOR@ @LIBVA_X11_PKGNAME@
Version: @VERSION@
Libs: -L${libdir} -lgstvaapi-x11-@GST_MAJORMINOR@ @LIBVA_EXTRA_LIBS@
Cflags: -I${includedir} @LIBVA_EXTRA_CFLAGS@
Libs: -L${libdir} -lgstvaapi-x11-@GST_MAJORMINOR@
Cflags: -I${includedir}

View file

@ -8,5 +8,5 @@ Name: GStreamer VA-API Plugins Libraries
Description: Streaming media framework, VA-API plugins libraries
Requires: gstreamer-@GST_MAJORMINOR@ gstreamer-base-@GST_MAJORMINOR@ @LIBVA_PKGNAME@
Version: @VERSION@
Libs: -L${libdir} -lgstvaapi-@GST_MAJORMINOR@ @LIBVA_EXTRA_LIBS@
Cflags: -I${includedir} @LIBVA_EXTRA_CFLAGS@
Libs: -L${libdir} -lgstvaapi-@GST_MAJORMINOR@
Cflags: -I${includedir}