diff options
author | Stéphane Loeuillet <gstreamer@leroutier.net> | 2004-06-27 14:59:34 +0000 |
---|---|---|
committer | Stéphane Loeuillet <gstreamer@leroutier.net> | 2004-06-27 14:59:34 +0000 |
commit | cb11781c5be3df6e01891d6c73932e1772737c58 (patch) | |
tree | a3b406a8c466db760cd6909547985216572d0797 | |
parent | 41fcd3233be54286d8fe9b1171a196efc98a1c30 (diff) | |
download | gst-plugins-bad-cb11781c5be3df6e01891d6c73932e1772737c58.tar.gz gst-plugins-bad-cb11781c5be3df6e01891d6c73932e1772737c58.tar.bz2 gst-plugins-bad-cb11781c5be3df6e01891d6c73932e1772737c58.zip |
make description look like in other .pc files (cosmetic change)
Original commit message from CVS:
make description look like in other .pc files (cosmetic change)
-rw-r--r-- | pkgconfig/gstreamer-gconf-uninstalled.pc.in | 2 | ||||
-rw-r--r-- | pkgconfig/gstreamer-gconf.pc.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/pkgconfig/gstreamer-gconf-uninstalled.pc.in b/pkgconfig/gstreamer-gconf-uninstalled.pc.in index a7b8e7af..752cf123 100644 --- a/pkgconfig/gstreamer-gconf-uninstalled.pc.in +++ b/pkgconfig/gstreamer-gconf-uninstalled.pc.in @@ -5,7 +5,7 @@ libdir=${pcfiledir}/../gst-libs/gst/gconf includedir=${pcfiledir}/../gst-libs Name: GStreamer GConf Library, uninstalled -Description: Streaming media framework, GConf support library, not installed +Description: Streaming-media framework, GConf support library, not installed Requires: gstreamer-@GST_MAJORMINOR@ gconf-2.0 Version: @VERSION@ diff --git a/pkgconfig/gstreamer-gconf.pc.in b/pkgconfig/gstreamer-gconf.pc.in index e1801c51..54754f6b 100644 --- a/pkgconfig/gstreamer-gconf.pc.in +++ b/pkgconfig/gstreamer-gconf.pc.in @@ -4,7 +4,7 @@ libdir=@libdir@ includedir=@includedir@/gstreamer-@GST_MAJORMINOR@ Name: GStreamer GConf Library -Description: Streaming media framework, GConf support library +Description: Streaming-media framework, GConf support library Requires: gstreamer-@GST_MAJORMINOR@ gconf-2.0 Version: @VERSION@ |