[SCM] MediaTomb packaging branch, master, updated. debian/0.12.0.svn2018-3-3-g910239e

ceros-guest at users.alioth.debian.org ceros-guest at users.alioth.debian.org
Thu Aug 6 01:08:15 UTC 2009


The following commit has been merged in the master branch:
commit 910239e2d25624fb9e13f5f8b8e06f42f660ad9f
Author: Andres Mejia <mcitadel at gmail.com>
Date:   Wed Aug 5 21:03:39 2009 -0400

    Fix wrong namespace used for service-id attribute. (Closes: #535255)

diff --git a/debian/patches/series b/debian/patches/series
index f6fed85..61d551b 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 debug-mode-fix.patch
 config_xml_comment.patch
+service-id_fix.patch
diff --git a/debian/patches/service-id_fix.patch b/debian/patches/service-id_fix.patch
new file mode 100644
index 0000000..a2003fa
--- /dev/null
+++ b/debian/patches/service-id_fix.patch
@@ -0,0 +1,21 @@
+Fix wrong namespace in service-id attribute.
+==========================================================================
+--- a/src/common.h
++++ b/src/common.h
+@@ -146,14 +146,14 @@
+ //services
+ // connection manager
+ #define DESC_CM_SERVICE_TYPE            "urn:schemas-upnp-org:service:ConnectionManager:1"
+-#define DESC_CM_SERVICE_ID              "urn:schemas-upnp-org:serviceId:ConnectionManager"
++#define DESC_CM_SERVICE_ID              "urn:upnp-org:serviceId:ConnectionManager"
+ #define DESC_CM_SCPD_URL                "cm.xml"
+ #define DESC_CM_CONTROL_URL             "/upnp/control/cm"
+ #define DESC_CM_EVENT_URL               "/upnp/event/cm"
+ 
+ // content directory
+ #define DESC_CDS_SERVICE_TYPE           "urn:schemas-upnp-org:service:ContentDirectory:1"
+-#define DESC_CDS_SERVICE_ID             "urn:schemas-upnp-org:serviceId:ContentDirectory"
++#define DESC_CDS_SERVICE_ID             "urn:upnp-org:serviceId:ContentDirectory"
+ #define DESC_CDS_SCPD_URL               "cds.xml"
+ #define DESC_CDS_CONTROL_URL            "/upnp/control/cds"
+ #define DESC_CDS_EVENT_URL              "/upnp/event/cds"

-- 
MediaTomb packaging



More information about the pkg-multimedia-commits mailing list