summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2022-11-22 15:51:23 +0100
committerJens Georg <mail@jensge.org>2022-11-22 15:13:13 +0000
commit762d356c9ba9711e6ecd99637ef9740a9ed95750 (patch)
tree435bcf88e38539d7a2406b28e3e60bb0cf6578c6
parentfa8dfd6b2879cc3ae7d9ab2bcb2bc8f6b7107c77 (diff)
downloadrygel-762d356c9ba9711e6ecd99637ef9740a9ed95750.tar.gz
Some follow up fixes for the 2.8 API switch
-rw-r--r--doc/reference/librygel-db/gtkdoc/overview.xml4
-rw-r--r--rygel-core-2.8.pc.in6
-rw-r--r--rygel-renderer-2.8.pc.in8
-rw-r--r--rygel-renderer-gst-2.8.pc.in8
-rw-r--r--rygel-ruih-2.8.pc.in8
-rw-r--r--rygel-server-2.8.pc.in8
6 files changed, 21 insertions, 21 deletions
diff --git a/doc/reference/librygel-db/gtkdoc/overview.xml b/doc/reference/librygel-db/gtkdoc/overview.xml
index 0a826355..fe0d39a9 100644
--- a/doc/reference/librygel-db/gtkdoc/overview.xml
+++ b/doc/reference/librygel-db/gtkdoc/overview.xml
@@ -34,7 +34,7 @@ If your source file is program.c, you can compile it with:
</para>
<para>
<command>
-gcc program.cc -o program `pkg-config --cflags --libs rygel-db-2.6`
+gcc program.cc -o program `pkg-config --cflags --libs rygel-db-2.8`
</command>
</para>
@@ -43,7 +43,7 @@ Alternatively, if using autoconf, use the following in configure.ac:
</para>
<para>
<programlisting>
-PKG_CHECK_MODULES([DEPS], [rygel-db-2.6])
+PKG_CHECK_MODULES([DEPS], [rygel-db-2.8])
</programlisting>
</para>
diff --git a/rygel-core-2.8.pc.in b/rygel-core-2.8.pc.in
index d02fccf5..efa5ec28 100644
--- a/rygel-core-2.8.pc.in
+++ b/rygel-core-2.8.pc.in
@@ -6,10 +6,10 @@ includedir=@includedir@
plugindir=@RYGEL_PLUGIN_DIR@
plugin_ldflags=@RYGEL_PLUGIN_LINKER_FLAGS@
-Name: rygel-core-2.6
+Name: rygel-core-2.8
Description: GNOME (Mobile) UPnP/DLNA Media Server
Version: @VERSION@
-Libs: -L${libdir} -lrygel-core-2.6
-Cflags: -I${includedir}/rygel-2.6
+Libs: -L${libdir} -lrygel-core-2.8
+Cflags: -I${includedir}/rygel-2.8
Requires: gupnp-av-1.0 gee-0.8
Requires.Private: gmodule-2.0
diff --git a/rygel-renderer-2.8.pc.in b/rygel-renderer-2.8.pc.in
index d5a27007..15afee88 100644
--- a/rygel-renderer-2.8.pc.in
+++ b/rygel-renderer-2.8.pc.in
@@ -3,10 +3,10 @@ exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
-Name: rygel-renderer-2.6
+Name: rygel-renderer-2.8
Description: GNOME (Mobile) UPnP/DLNA Media Renderer library
Version: @VERSION@
-Libs: -L${libdir} -lrygel-renderer-2.6
-Cflags: -I${includedir}/rygel-2.6
-Requires: gupnp-av-1.0 gee-0.8 rygel-core-2.6
+Libs: -L${libdir} -lrygel-renderer-2.8
+Cflags: -I${includedir}/rygel-2.8
+Requires: gupnp-av-1.0 gee-0.8 rygel-core-2.8
Requires.Private: gmodule-2.0
diff --git a/rygel-renderer-gst-2.8.pc.in b/rygel-renderer-gst-2.8.pc.in
index 89d5ea85..fdf52f84 100644
--- a/rygel-renderer-gst-2.8.pc.in
+++ b/rygel-renderer-gst-2.8.pc.in
@@ -3,10 +3,10 @@ exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
-Name: rygel-renderer-gst-2.6
+Name: rygel-renderer-gst-2.8
Description: GNOME (Mobile) UPnP/DLNA Media Renderer library
Version: @VERSION@
-Libs: -L${libdir} -lrygel-renderer-gst-2.6
-Cflags: -I${includedir}/rygel-2.6
-Requires: gupnp-av-1.0 gee-0.8 gstreamer-1.0 rygel-core-2.6
+Libs: -L${libdir} -lrygel-renderer-gst-2.8
+Cflags: -I${includedir}/rygel-2.8
+Requires: gupnp-av-1.0 gee-0.8 gstreamer-1.0 rygel-core-2.8
Requires.Private: gmodule-2.0
diff --git a/rygel-ruih-2.8.pc.in b/rygel-ruih-2.8.pc.in
index 39c0ba0c..4a335b4c 100644
--- a/rygel-ruih-2.8.pc.in
+++ b/rygel-ruih-2.8.pc.in
@@ -3,10 +3,10 @@ exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
-Name: rygel-ruih-2.0
+Name: rygel-ruih-2.8
Description: GNOME (Mobile) UPnP/DLNA RUIH server library
Version: @VERSION@
-Libs: -L${libdir} -lrygel-ruih-2.0
-Cflags: -I${includedir}/rygel-2.2
-Requires: gupnp-av-1.0 gee-0.8 rygel-core-2.6
+Libs: -L${libdir} -lrygel-ruih-2.8
+Cflags: -I${includedir}/rygel-2.8
+Requires: gupnp-av-1.0 gee-0.8 rygel-core-2.8
Requires.Private: gmodule-2.0
diff --git a/rygel-server-2.8.pc.in b/rygel-server-2.8.pc.in
index 1772ef78..4537467c 100644
--- a/rygel-server-2.8.pc.in
+++ b/rygel-server-2.8.pc.in
@@ -6,10 +6,10 @@ includedir=@includedir@
enginedir=@RYGEL_MEDIA_ENGINE_DIR@
engine_ldflags=@RYGEL_ENGINE_LINKER_FLAGS@
-Name: rygel-server-2.6
+Name: rygel-server-2.8
Description: GNOME (Mobile) UPnP/DLNA Media server library
Version: @VERSION@
-Libs: -L${libdir} -lrygel-server-2.6
-Cflags: -I${includedir}/rygel-2.6
-Requires: gupnp-av-1.0 gee-0.8 rygel-core-2.6
+Libs: -L${libdir} -lrygel-server-2.8
+Cflags: -I${includedir}/rygel-2.8
+Requires: gupnp-av-1.0 gee-0.8 rygel-core-2.8
Requires.Private: gmodule-2.0