pkgconfig: fix dependencies and slightly improve description.
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>
Fri, 7 Sep 2012 13:31:09 +0000 (15:31 +0200)
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>
Fri, 7 Sep 2012 13:31:09 +0000 (15:31 +0200)
Drop @LIBVA_EXTRA_{CFLAGS,LIBS}@ substitutions and slightly improve
descriptions with clearer renderer names.

pkgconfig/gstreamer-vaapi-glx.pc.in
pkgconfig/gstreamer-vaapi-x11.pc.in
pkgconfig/gstreamer-vaapi.pc.in

index 73b4c1b..86dad31 100644 (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}
index 1f258de..fc52ffc 100644 (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}
index 281dee0..004affa 100644 (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}