[next] telepathy-farstream: Fix .pc files

Xavier Claessens xclaesse at kemper.freedesktop.org
Wed Oct 2 12:25:05 PDT 2013


Module: telepathy-farstream
Branch: next
Commit: 1b409fc1e2d39a3f7a99840a8ad5235e6116d588
URL:    http://cgit.freedesktop.org/telepathy/telepathy-farstream/commit/?id=1b409fc1e2d39a3f7a99840a8ad5235e6116d588

Author: Xavier Claessens <xavier.claessens at collabora.co.uk>
Date:   Wed Oct  2 15:17:44 2013 -0400

Fix .pc files

pkg-config does not support line breaks in Requires, also add a few
missing -1.

---

 telepathy-farstream/telepathy-farstream-1.pc.in    |    7 +++----
 .../telepathy-farstream-uninstalled-1.pc.in        |    2 +-
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/telepathy-farstream/telepathy-farstream-1.pc.in b/telepathy-farstream/telepathy-farstream-1.pc.in
index e66bdf2..ed500a6 100644
--- a/telepathy-farstream/telepathy-farstream-1.pc.in
+++ b/telepathy-farstream/telepathy-farstream-1.pc.in
@@ -3,10 +3,9 @@ exec_prefix=@exec_prefix@
 libdir=@libdir@
 includedir=@includedir@
 
-Name: Telepathy-Farstream
+Name: Telepathy-Farstream-1
 Description: Library implementing the Telepathy Call API using Farstream
 Version: @VERSION@
-Requires.private: dbus-glib-1 >= 0.73, glib-2.0 >= 2.10, gobject-2.0 >= 2.10,
-farstream-0.2, telepathy-glib-1 >= 0.99.1, telepathy-glib-1-dbus >= 0.99.1, gstreamer-1.0
-Libs: -L${libdir} -ltelepathy-farstream
+Requires.private: dbus-glib-1 >= 0.73, glib-2.0 >= 2.10, gobject-2.0 >= 2.10, farstream-0.2, telepathy-glib-1 >= 0.99.1, telepathy-glib-1-dbus >= 0.99.1, gstreamer-1.0
+Libs: -L${libdir} -ltelepathy-farstream-1
 Cflags: -I${includedir}/telepathy-farstream-1
diff --git a/telepathy-farstream/telepathy-farstream-uninstalled-1.pc.in b/telepathy-farstream/telepathy-farstream-uninstalled-1.pc.in
index 8e4d230..b6290e4 100644
--- a/telepathy-farstream/telepathy-farstream-uninstalled-1.pc.in
+++ b/telepathy-farstream/telepathy-farstream-uninstalled-1.pc.in
@@ -3,7 +3,7 @@ exec_prefix=
 abs_top_srcdir=@abs_top_srcdir@
 abs_top_builddir=@abs_top_builddir@
 
-Name: Telepathy-Farstream
+Name: Telepathy-Farstream-1
 Description: Library implementing the Telepathy Call API using Farstream
 Version: @VERSION@
 Requires.private: dbus-glib-1 >= 0.73, glib-2.0 >= 2.10, gobject-2.0 >= 2.10, farstream-0.2



More information about the telepathy-commits mailing list