Author: pebender
Date: Tue Jul  7 16:46:37 2009
New Revision: 5130

Added:
     
trunk/gar-minimyth/script/myth-0.20-softpad/mythstream/files/mythstream-v0.18_1-apple_parser_fix.patch
     
trunk/gar-minimyth/script/myth-0.20/mythstream/files/mythstream-v0.18_1-apple_parser_fix.patch
     
trunk/gar-minimyth/script/myth-0.21/mythstream/files/mythstream-v0.18_1-apple_parser_fix.patch
     
trunk/gar-minimyth/script/myth-trunk/mythstream/files/mythstream-0.18_qt4-apple_parser_fix.patch
Modified:
    trunk/gar-minimyth/html/minimyth/document-changelog.txt
    trunk/gar-minimyth/script/myth-0.20-softpad/mythstream/Makefile
    trunk/gar-minimyth/script/myth-0.20-softpad/mythstream/checksums
    trunk/gar-minimyth/script/myth-0.20/mythstream/Makefile
    trunk/gar-minimyth/script/myth-0.20/mythstream/checksums
    trunk/gar-minimyth/script/myth-0.21/mythstream/Makefile
    trunk/gar-minimyth/script/myth-0.21/mythstream/checksums
    trunk/gar-minimyth/script/myth-trunk/mythstream/Makefile
    trunk/gar-minimyth/script/myth-trunk/mythstream/checksums

Log:
- Fixed MythStream's the parser for apple trailers.



Modified: trunk/gar-minimyth/html/minimyth/document-changelog.txt
==============================================================================
--- trunk/gar-minimyth/html/minimyth/document-changelog.txt     (original)
+++ trunk/gar-minimyth/html/minimyth/document-changelog.txt     Tue Jul  7  
16:46:37 2009
@@ -105,6 +105,7 @@
      - Fixed lircrc configuration file errors that caused
        KEY_\(RED|GREEN|YELLOW|BLUE\) to be ignored by some remotes because  
the
        KEY_ prefix was missing.
+    - Fixed MythStream's the parser for apple trailers.

  Modified build system
      - Updated devel/glibc* packages so that kernel version 2.6.30 is the

Modified: trunk/gar-minimyth/script/myth-0.20-softpad/mythstream/Makefile
==============================================================================
--- trunk/gar-minimyth/script/myth-0.20-softpad/mythstream/Makefile      
(original)
+++ trunk/gar-minimyth/script/myth-0.20-softpad/mythstream/Makefile     Tue  
Jul  7 16:46:37 2009
@@ -5,6 +5,7 @@
  DISTFILES = $(DISTNAME).tar.gz $(patsubst %,%.tar.gz,$(subst  
-,,$(PARSERS)))
  PATCHFILES  =
  PATCHFILES += \
+       $(DISTNAME)-apple_parser_fix.patch \
        $(DISTNAME)-gcc_4.3.patch \
        $(DISTNAME)-harvester_cpp.patch \
        $(DISTNAME)-streams_res.patch \

Modified: trunk/gar-minimyth/script/myth-0.20-softpad/mythstream/checksums
==============================================================================
--- trunk/gar-minimyth/script/myth-0.20-softpad/mythstream/checksums     
(original)
+++ trunk/gar-minimyth/script/myth-0.20-softpad/mythstream/checksums    Tue  
Jul  7 16:46:37 2009
@@ -1,4 +1,5 @@
  ab79816ed1616189b9e11a54c198e26b  download/mythstream-v0.18_1.tar.gz
+a2c9fab7ae7ecd8dc5f89fee79d6adb1   
download/mythstream-v0.18_1-apple_parser_fix.patch
  71a3ddc79f12691b03a71c4928f7dcca  download/mythstream-v0.18_1-gcc_4.3.patch
  e516256786ead0ac1f7164a0b71c136f   
download/mythstream-v0.18_1-harvester_cpp.patch
  27bb806f4c49584e72b3242ae498ab83   
download/mythstream-v0.18_1-streams_res.patch

Added:  
trunk/gar-minimyth/script/myth-0.20-softpad/mythstream/files/mythstream-v0.18_1-apple_parser_fix.patch
==============================================================================
--- (empty file)
+++  
trunk/gar-minimyth/script/myth-0.20-softpad/mythstream/files/mythstream-v0.18_1-apple_parser_fix.patch
   
Tue Jul  7 16:46:37 2009
@@ -0,0 +1,12 @@
+diff -Naur mythstream-0.18_1-old/parsers/apple.pl  
mythstream-0.18_1-new/parsers/apple.pl
+--- mythstream-0.18_1-old/parsers/apple.pl     2007-09-25 14:21:02.000000000  
-0700
++++ mythstream-0.18_1-new/parsers/apple.pl     2009-07-07 14:29:29.000000000  
-0700
+@@ -108,7 +108,7 @@
+ {
+    # en met bot geweld...
+       ($url) = $response->content =~  
/<key>previewURL<\/key><string>(.*?)<\/string>/;
+-      ($name) = $response->content =~  
/<key>podcastName<\/key><string>(.*?)<\/string>/;
++      ($name) = $response->content =~  
/<key>playlistName<\/key><string>(.*?)<\/string>/;
+
+    newItem(   name => $name,
+                               url => $url,

Modified: trunk/gar-minimyth/script/myth-0.20/mythstream/Makefile
==============================================================================
--- trunk/gar-minimyth/script/myth-0.20/mythstream/Makefile     (original)
+++ trunk/gar-minimyth/script/myth-0.20/mythstream/Makefile     Tue Jul  7  
16:46:37 2009
@@ -5,6 +5,7 @@
  DISTFILES = $(DISTNAME).tar.gz $(patsubst %,%.tar.gz,$(subst  
-,,$(PARSERS)))
  PATCHFILES  =
  PATCHFILES += \
+       $(DISTNAME)-apple_parser_fix.patch \
        $(DISTNAME)-gcc_4.3.patch \
        $(DISTNAME)-harvester_cpp.patch \
        $(DISTNAME)-streams_res.patch \

Modified: trunk/gar-minimyth/script/myth-0.20/mythstream/checksums
==============================================================================
--- trunk/gar-minimyth/script/myth-0.20/mythstream/checksums    (original)
+++ trunk/gar-minimyth/script/myth-0.20/mythstream/checksums    Tue Jul  7  
16:46:37 2009
@@ -1,4 +1,5 @@
  ab79816ed1616189b9e11a54c198e26b  download/mythstream-v0.18_1.tar.gz
+a2c9fab7ae7ecd8dc5f89fee79d6adb1   
download/mythstream-v0.18_1-apple_parser_fix.patch
  71a3ddc79f12691b03a71c4928f7dcca  download/mythstream-v0.18_1-gcc_4.3.patch
  e516256786ead0ac1f7164a0b71c136f   
download/mythstream-v0.18_1-harvester_cpp.patch
  27bb806f4c49584e72b3242ae498ab83   
download/mythstream-v0.18_1-streams_res.patch

Added:  
trunk/gar-minimyth/script/myth-0.20/mythstream/files/mythstream-v0.18_1-apple_parser_fix.patch
==============================================================================
--- (empty file)
+++  
trunk/gar-minimyth/script/myth-0.20/mythstream/files/mythstream-v0.18_1-apple_parser_fix.patch
   
Tue Jul  7 16:46:37 2009
@@ -0,0 +1,12 @@
+diff -Naur mythstream-0.18_1-old/parsers/apple.pl  
mythstream-0.18_1-new/parsers/apple.pl
+--- mythstream-0.18_1-old/parsers/apple.pl     2007-09-25 14:21:02.000000000  
-0700
++++ mythstream-0.18_1-new/parsers/apple.pl     2009-07-07 14:29:29.000000000  
-0700
+@@ -108,7 +108,7 @@
+ {
+    # en met bot geweld...
+       ($url) = $response->content =~  
/<key>previewURL<\/key><string>(.*?)<\/string>/;
+-      ($name) = $response->content =~  
/<key>podcastName<\/key><string>(.*?)<\/string>/;
++      ($name) = $response->content =~  
/<key>playlistName<\/key><string>(.*?)<\/string>/;
+
+    newItem(   name => $name,
+                               url => $url,

Modified: trunk/gar-minimyth/script/myth-0.21/mythstream/Makefile
==============================================================================
--- trunk/gar-minimyth/script/myth-0.21/mythstream/Makefile     (original)
+++ trunk/gar-minimyth/script/myth-0.21/mythstream/Makefile     Tue Jul  7  
16:46:37 2009
@@ -5,6 +5,7 @@
  DISTFILES = $(DISTNAME).tar.gz $(patsubst %,%.tar.gz,$(subst  
-,,$(PARSERS)))
  PATCHFILES  =
  PATCHFILES += \
+       $(DISTNAME)-apple_parser_fix.patch \
        $(DISTNAME)-gcc_4.3.patch \
        $(DISTNAME)-mythpopupbox_delete.patch \
        $(DISTNAME)-harvester_cpp.patch \

Modified: trunk/gar-minimyth/script/myth-0.21/mythstream/checksums
==============================================================================
--- trunk/gar-minimyth/script/myth-0.21/mythstream/checksums    (original)
+++ trunk/gar-minimyth/script/myth-0.21/mythstream/checksums    Tue Jul  7  
16:46:37 2009
@@ -1,4 +1,5 @@
  ab79816ed1616189b9e11a54c198e26b  download/mythstream-v0.18_1.tar.gz
+a2c9fab7ae7ecd8dc5f89fee79d6adb1   
download/mythstream-v0.18_1-apple_parser_fix.patch
  71a3ddc79f12691b03a71c4928f7dcca  download/mythstream-v0.18_1-gcc_4.3.patch
  0b13209eff76d40eeb9595b084aa8e5a   
download/mythstream-v0.18_1-mythpopupbox_delete.patch
  e516256786ead0ac1f7164a0b71c136f   
download/mythstream-v0.18_1-harvester_cpp.patch

Added:  
trunk/gar-minimyth/script/myth-0.21/mythstream/files/mythstream-v0.18_1-apple_parser_fix.patch
==============================================================================
--- (empty file)
+++  
trunk/gar-minimyth/script/myth-0.21/mythstream/files/mythstream-v0.18_1-apple_parser_fix.patch
   
Tue Jul  7 16:46:37 2009
@@ -0,0 +1,12 @@
+diff -Naur mythstream-0.18_1-old/parsers/apple.pl  
mythstream-0.18_1-new/parsers/apple.pl
+--- mythstream-0.18_1-old/parsers/apple.pl     2007-09-25 14:21:02.000000000  
-0700
++++ mythstream-0.18_1-new/parsers/apple.pl     2009-07-07 14:29:29.000000000  
-0700
+@@ -108,7 +108,7 @@
+ {
+    # en met bot geweld...
+       ($url) = $response->content =~  
/<key>previewURL<\/key><string>(.*?)<\/string>/;
+-      ($name) = $response->content =~  
/<key>podcastName<\/key><string>(.*?)<\/string>/;
++      ($name) = $response->content =~  
/<key>playlistName<\/key><string>(.*?)<\/string>/;
+
+    newItem(   name => $name,
+                               url => $url,

Modified: trunk/gar-minimyth/script/myth-trunk/mythstream/Makefile
==============================================================================
--- trunk/gar-minimyth/script/myth-trunk/mythstream/Makefile    (original)
+++ trunk/gar-minimyth/script/myth-trunk/mythstream/Makefile    Tue Jul  7  
16:46:37 2009
@@ -5,6 +5,7 @@
  DISTFILES = $(DISTNAME).tar.gz $(patsubst %,%.tar.gz,$(subst  
-,,$(PARSERS)))
  PATCHFILES  =
  PATCHFILES += \
+       $(DISTNAME)-apple_parser_fix.patch \
        $(DISTNAME)-mythtv_0_22.patch \
        $(DISTNAME)-streams_res.patch \
        $(DISTNAME)-fftw3f.patch \

Modified: trunk/gar-minimyth/script/myth-trunk/mythstream/checksums
==============================================================================
--- trunk/gar-minimyth/script/myth-trunk/mythstream/checksums   (original)
+++ trunk/gar-minimyth/script/myth-trunk/mythstream/checksums   Tue Jul  7  
16:46:37 2009
@@ -1,4 +1,5 @@
  818f65c2592975b3433ebaa6623aa310  download/mythstream-0.18_qt4.tar.gz
+998926ebaed46c84423d4baeb451182e   
download/mythstream-0.18_qt4-apple_parser_fix.patch
  98a180fd4ad884f3af65273ed130fa00   
download/mythstream-0.18_qt4-mythtv_0_22.patch
  0974415f6eef253a72cec3f0400661e7   
download/mythstream-0.18_qt4-streams_res.patch
  b7b59b661edc6fb3c24dcfb051c52dc0  download/mythstream-0.18_qt4-fftw3f.patch

Added:  
trunk/gar-minimyth/script/myth-trunk/mythstream/files/mythstream-0.18_qt4-apple_parser_fix.patch
==============================================================================
--- (empty file)
+++  
trunk/gar-minimyth/script/myth-trunk/mythstream/files/mythstream-0.18_qt4-apple_parser_fix.patch
         
Tue Jul  7 16:46:37 2009
@@ -0,0 +1,12 @@
+diff -Naur mythstream-0.18_qt4-old/parsers/apple.pl  
mythstream-0.18_qt4-new/parsers/apple.pl
+--- mythstream-0.18_qt4-old/parsers/apple.pl   2008-04-07 15:25:46.000000000  
-0700
++++ mythstream-0.18_qt4-new/parsers/apple.pl   2009-07-07 16:43:02.000000000  
-0700
+@@ -108,7 +108,7 @@
+ {
+    # en met bot geweld...
+       ($url) = $response->content =~  
/<key>previewURL<\/key><string>(.*?)<\/string>/;
+-      ($name) = $response->content =~  
/<key>podcastName<\/key><string>(.*?)<\/string>/;
++      ($name) = $response->content =~  
/<key>playlistName<\/key><string>(.*?)<\/string>/;
+
+    newItem(   name => $name,
+                               url => $url,

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"minimyth-commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/minimyth-commits?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to