[rygel-gst-0-10-plugins] Add plugin file for newer Rygel



commit 9db6dddec603f4231e8b074c299908b0cda69c34
Author: Jens Georg <mail jensge org>
Date:   Wed May 1 10:47:38 2013 +0200

    Add plugin file for newer Rygel

 configure.ac                                     |    4 ++++
 src/media-export/Makefile.am                     |    3 +++
 src/media-export/media-export-gst-0-10.plugin.in |    7 +++++++
 3 files changed, 14 insertions(+), 0 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 3c170bd..c2ed13a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -86,6 +86,9 @@ PKG_PROG_PKG_CONFIG
 RYGEL_PLUGIN_LINKER_FLAGS="`$PKG_CONFIG --variable=plugin_ldflags rygel-core-2.0`"
 AC_SUBST(RYGEL_PLUGIN_LINKER_FLAGS)
 
+RYGEL_VERSION="`$PKG_CONFIG --modversion rygel-core-2.0`"
+AC_SUBST(RYGEL_VERSION)
+
 if test "x$RYGEL_PLUGIN_LINKER_FLAGS" = 'x'
 then
        AC_MSG_ERROR([Could not get Rygel plugin linker flags])
@@ -104,6 +107,7 @@ Makefile
 data/Makefile
 src/Makefile
 src/media-export/Makefile
+src/media-export/media-export-gst-0-10.plugin
 tests/Makefile
 po/Makefile.in
 ])
diff --git a/src/media-export/Makefile.am b/src/media-export/Makefile.am
index 1208e0d..d5784ff 100644
--- a/src/media-export/Makefile.am
+++ b/src/media-export/Makefile.am
@@ -1,5 +1,6 @@
 plugindir = $(RYGEL_PLUGIN_DIR)
 plugin_LTLIBRARIES = librygel-media-export-gst-0-10.la
+plugin_DATA = media-export-gst-0-10.plugin
 
 librygel_media_export_gst_0_10_la_SOURCES = \
        rygel-media-export-collate.c \
@@ -81,3 +82,5 @@ librygel_media_export_gst_0_10_la_LIBADD = \
        $(COLLATION_LIBS)
 
 librygel_media_export_gst_0_10_la_LDFLAGS = $(RYGEL_PLUGIN_LINKER_FLAGS)
+
+EXTRA_DIST = media-export-gst-0-10.plugin.in
diff --git a/src/media-export/media-export-gst-0-10.plugin.in 
b/src/media-export/media-export-gst-0-10.plugin.in
new file mode 100644
index 0000000..39648c5
--- /dev/null
+++ b/src/media-export/media-export-gst-0-10.plugin.in
@@ -0,0 +1,7 @@
+[Plugin]
+Version = @VERSION@
+Module = media-export-gst-0-10
+Name = MediaExportGst-0.10
+License = LGPL
+Description = SQLite-based locate file sharing
+Copyright = Copyright © Intel Corporation


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]