Revision: 5642 Author: pebender Date: Sat Oct 10 04:40:26 2009 Log: - Added hulu to the build system's software list.
http://code.google.com/p/minimyth/source/detail?r=5642 Added: /trunk/gar-minimyth/script/meta/minimyth/files/source/lists/software/minimyth-lib-list.hulu Modified: /trunk/gar-minimyth/html/minimyth/document-changelog.txt /trunk/gar-minimyth/script/meta/minimyth/files/check.mk /trunk/gar-minimyth/script/minimyth.conf.mk ======================================= --- /dev/null +++ /trunk/gar-minimyth/script/meta/minimyth/files/source/lists/software/minimyth-lib-list.hulu Sat Oct 10 04:40:26 2009 @@ -0,0 +1,10 @@ +libc.so.6 +libdl.so.2 +libgdk_pixbuf-2.0.so.0 +libgdk-x11-2.0.so.0 +libglib-2.0.so.0 +libgobject-2.0.so.0 +libgthread-2.0.so.0 +libgtk-x11-2.0.so.0 +librt.so.1 +libz.so.1 ======================================= --- /trunk/gar-minimyth/html/minimyth/document-changelog.txt Fri Oct 9 17:58:28 2009 +++ /trunk/gar-minimyth/html/minimyth/document-changelog.txt Sat Oct 10 04:40:26 2009 @@ -5,7 +5,7 @@ MiniMyth release. For earlier changes see the yearly changelog files. -------------------------------------------------------------------------------- -Changes since 69 (2009-10-09): +Changes since 69 (2009-10-10): Current MythTV versions MythTV 0.20-softpad: version 0.20.2.softpad, release-0-20-fixes branch svn 16082 and @@ -106,6 +106,7 @@ - Patched myth-*/mythstream packages to removed gcc warnings. - Added python for packages that need it to build, including xorg's xcb. - Added tcl for packages that need it to build, including sqlite. + - Added hulu to the software list. - Made flash the default as Hulu Desktop requires it. Fixed build system ======================================= --- /trunk/gar-minimyth/script/meta/minimyth/files/check.mk Thu Sep 24 19:14:26 2009 +++ /trunk/gar-minimyth/script/meta/minimyth/files/check.mk Sat Oct 10 04:40:26 2009 @@ -143,6 +143,7 @@ [ ! "$${software}" = "mythzoneminder" ] && \ [ ! "$${software}" = "flash" ] && \ [ ! "$${software}" = "gnash" ] && \ + [ ! "$${software}" = "hulu" ] && \ [ ! "$${software}" = "mplayer-svn" ] && \ [ ! "$${software}" = "mplayer-vld" ] && \ [ ! "$${software}" = "vlc" ] && \ ======================================= --- /trunk/gar-minimyth/script/minimyth.conf.mk Fri Oct 9 13:44:36 2009 +++ /trunk/gar-minimyth/script/minimyth.conf.mk Sat Oct 10 04:40:26 2009 @@ -46,7 +46,7 @@ # Lists the software to be supported. # Valid values for MM_SOFTWARE are zero or more of 'mythbrowser', 'mythgallery', # 'mythgame', 'mythmusic', 'mythnews', 'mythphone', 'mythstream', 'mythvideo', -# 'mythweather', 'mythzoneminder', 'flash', 'gnash', 'mplayer-svn', +# 'mythweather', 'mythzoneminder', 'flash', 'gnash', 'hulu', 'mplayer-svn', # 'mplayer-vld', 'vlc' (experimental and may be removed in the future without # warning), 'xine', 'perl', 'transcode', 'mame', 'wiimote', 'backend', 'debug'. mm_SOFTWARE ?= mythbrowser \ @@ -61,6 +61,7 @@ mythweather \ $(if $(filter $(mm_MYTH_VERSION),0.21 0.22 trunk),mythzoneminder) \ flash \ + hulu \ mplayer-svn \ mplayer-vld \ vlc \ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
