From: kos Date: Thu, 22 Aug 2013 04:43:20 +0000 (+0900) Subject: remove openwebif patch. X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_openvuplus_3.0;a=commitdiff_plain;h=666ea7a51352f4ef5c1ba3f6fc24132f023297fb remove openwebif patch. --- diff --git a/meta-openvuplus/recipes-vuplus/e2openplugins/enigma2-plugin-extensions-openwebif.bb b/meta-openvuplus/recipes-vuplus/e2openplugins/enigma2-plugin-extensions-openwebif.bb index f6d4880..8441747 100644 --- a/meta-openvuplus/recipes-vuplus/e2openplugins/enigma2-plugin-extensions-openwebif.bb +++ b/meta-openvuplus/recipes-vuplus/e2openplugins/enigma2-plugin-extensions-openwebif.bb @@ -9,12 +9,10 @@ RDEPENDS_${PN} = "python-cheetah python-json python-unixadmin python-misc python inherit gitpkgv PV = "0.1+git${SRCPV}" PKGV = "0.1+git${GITPKGV}" -PR = "r0.76" +PR = "r0.77" require openplugins.inc -SRC_URI += "file://openwebif_8001_8002.patch;patch=1;pnum=1" - # Just a quick hack to "compile" it do_compile() { cheetah-compile -R --nobackup ${S}/plugin diff --git a/meta-openvuplus/recipes-vuplus/e2openplugins/enigma2-plugin-extensions-openwebif/openwebif_8001_8002.patch b/meta-openvuplus/recipes-vuplus/e2openplugins/enigma2-plugin-extensions-openwebif/openwebif_8001_8002.patch deleted file mode 100644 index 3806e97..0000000 --- a/meta-openvuplus/recipes-vuplus/e2openplugins/enigma2-plugin-extensions-openwebif/openwebif_8001_8002.patch +++ /dev/null @@ -1,126 +0,0 @@ -diff --git a/plugin/controllers/models/stream.py b/plugin/controllers/models/stream.py -index c42ba76..4380052 100644 ---- a/plugin/controllers/models/stream.py -+++ b/plugin/controllers/models/stream.py -@@ -38,11 +38,16 @@ def getStream(session, request, m3ufile): - if "name" in request.args: - name = request.args["name"][0] - # #EXTINF:-1,%s\n remove not compatiple with old api -+ portNumber = 8001 -+ if "device" in request.args : -+ if request.args["device"][0] == "phone" : -+ portNumber = 8002; - if sRef != '': - progopt="#EXTVLCOPT:program=%d\n" % (int(sRef.split(':')[3],16)) - else: - progopt="" -- response = "#EXTM3U \n#EXTVLCOPT--http-reconnect=true \n%shttp://%s:8001/%s\n" % (progopt,request.getRequestHostname(), sRef) -+ #response = "#EXTM3U \n#EXTVLCOPT--http-reconnect=true \n%shttp://%s:8001/%s\n" % (progopt,request.getRequestHostname(), sRef) -+ response = "#EXTM3U \n#EXTVLCOPT--http-reconnect=true \n%shttp://%s:%s/%s\n" % (progopt,request.getRequestHostname(), portNumber, sRef) - request.setHeader('Content-Type', 'application/text') - return response - -diff --git a/plugin/controllers/views/ajax/channels.tmpl b/plugin/controllers/views/ajax/channels.tmpl -index 9bad685..a8253d2 100755 ---- a/plugin/controllers/views/ajax/channels.tmpl -+++ b/plugin/controllers/views/ajax/channels.tmpl -@@ -15,9 +15,12 @@ - - - -- -+ - - -+ -+ -+ - #else - - -diff --git a/plugin/controllers/views/main.tmpl b/plugin/controllers/views/main.tmpl -index 12b9941..3d0debc 100755 ---- a/plugin/controllers/views/main.tmpl -+++ b/plugin/controllers/views/main.tmpl -@@ -9,6 +9,69 @@ - - - -+ -+ - Open Webif - - -@@ -196,5 +259,11 @@ - - - -+ -+
-+ -+ -+ -+
- -