Rename 'media-server' dir to 'rygel'.
authorZeeshan Ali (Khattak) <zeeshanak@src.gnome.org>
Tue, 25 Nov 2008 14:43:59 +0000 (14:43 +0000)
committerZeeshan Ali (Khattak) <zeeshanak@src.gnome.org>
Tue, 25 Nov 2008 14:43:59 +0000 (14:43 +0000)
svn path=/trunk/; revision=302

20 files changed:
configure.ac
src/Makefile.am
src/plugins/tracker/Makefile.am
src/rygel/Makefile.am [moved from src/media-server/Makefile.am with 100% similarity]
src/rygel/cstuff.c [moved from src/media-server/cstuff.c with 100% similarity]
src/rygel/cstuff.h [moved from src/media-server/cstuff.h with 100% similarity]
src/rygel/cstuff.vapi [moved from src/media-server/cstuff.vapi with 100% similarity]
src/rygel/rygel-connection-manager.vala [moved from src/media-server/rygel-connection-manager.vala with 100% similarity]
src/rygel/rygel-content-directory.vala [moved from src/media-server/rygel-content-directory.vala with 100% similarity]
src/rygel/rygel-main.vala [moved from src/media-server/rygel-main.vala with 100% similarity]
src/rygel/rygel-media-container.vala [moved from src/media-server/rygel-media-container.vala with 100% similarity]
src/rygel/rygel-media-item.vala [moved from src/media-server/rygel-media-item.vala with 100% similarity]
src/rygel/rygel-media-object.vala [moved from src/media-server/rygel-media-object.vala with 100% similarity]
src/rygel/rygel-media-receiver-registrar.vala [moved from src/media-server/rygel-media-receiver-registrar.vala with 100% similarity]
src/rygel/rygel-media-server-factory.vala [moved from src/media-server/rygel-media-server-factory.vala with 100% similarity]
src/rygel/rygel-media-server.vala [moved from src/media-server/rygel-media-server.vala with 100% similarity]
src/rygel/rygel-metadata-extractor.vala [moved from src/media-server/rygel-metadata-extractor.vala with 100% similarity]
src/rygel/rygel-plugin-loader.vala [moved from src/media-server/rygel-plugin-loader.vala with 100% similarity]
src/rygel/rygel-plugin.vala [moved from src/media-server/rygel-plugin.vala with 100% similarity]
src/rygel/rygel-resource-info.vala [moved from src/media-server/rygel-resource-info.vala with 100% similarity]

index ce14091..3beaada 100644 (file)
@@ -1,7 +1,7 @@
 AC_PREREQ(2.53)
 AC_INIT(rygel, 0.1, http://live.gnome.org/Rygel)
 AM_INIT_AUTOMAKE()
-AC_CONFIG_SRCDIR(src/media-server/rygel-media-server.vala)
+AC_CONFIG_SRCDIR(src/rygel/rygel-media-server.vala)
 AM_CONFIG_HEADER(config.h)
 AM_MAINTAINER_MODE
 
@@ -117,7 +117,7 @@ AM_GLIB_DEFINE_LOCALEDIR([LOCALEDIR])
 AC_OUTPUT([
 Makefile
 src/Makefile
-src/media-server/Makefile
+src/rygel/Makefile
 src/plugins/Makefile
 src/plugins/tracker/Makefile
 data/Makefile
index 8bc1044..22a603c 100644 (file)
@@ -1,3 +1,3 @@
-SUBDIRS = media-server plugins
+SUBDIRS = rygel plugins
 
 MAINTAINERCLEANFILES = Makefile.in
index b39e7bf..d039c64 100644 (file)
@@ -6,7 +6,7 @@ AM_CFLAGS = $(LIBGUPNP_CFLAGS) \
            $(LIBGUPNP_AV_CFLAGS) \
            $(LIBDBUS_GLIB_CFLAGS) \
            $(GEE_CFLAGS) \
-           -I$(top_srcdir)/src/media-server
+           -I$(top_srcdir)/src/rygel
 
 BUILT_SOURCES = rygel-media-tracker.stamp \
                rygel-media-tracker.h \
@@ -47,7 +47,7 @@ librygel_media_tracker_la_SOURCES = rygel-media-tracker.h \
                                    rygel-tracker-plugin.vala
 
 rygel-media-tracker.stamp: $(filter %.vala,$(librygel_media_tracker_la_SOURCES))
-       $(VALAC) -C --vapidir=$(top_srcdir)/src/media-server \
+       $(VALAC) -C --vapidir=$(top_srcdir)/src/rygel \
        --pkg rygel-1.0 \
        --pkg gupnp-1.0 --pkg gupnp-av-1.0 --pkg dbus-glib-1 --pkg gee-1.0 $^
        touch $@
similarity index 100%
rename from src/media-server/cstuff.c
rename to src/rygel/cstuff.c
similarity index 100%
rename from src/media-server/cstuff.h
rename to src/rygel/cstuff.h