Revision: 5775 Author: pebender Date: Mon Nov 2 14:45:55 2009 Log: - Updated package system/zoneinfo.
http://code.google.com/p/minimyth/source/detail?r=5775 Added: /trunk/gar-minimyth/script/system/zoneinfo/files/zoneinfo-2009q.patch Deleted: /trunk/gar-minimyth/script/system/zoneinfo/files/zoneinfo-2009p.patch Modified: /trunk/gar-minimyth/html/minimyth/document-changelog-2009.txt /trunk/gar-minimyth/html/minimyth/document-changelog.txt /trunk/gar-minimyth/script/system/zoneinfo/Makefile /trunk/gar-minimyth/script/system/zoneinfo/checksums ======================================= --- /dev/null +++ /trunk/gar-minimyth/script/system/zoneinfo/files/zoneinfo-2009q.patch Mon Nov 2 14:45:55 2009 @@ -0,0 +1,15 @@ +diff -Naur zoneinfo-2009q-old/Makefile zoneinfo-2009q-new/Makefile +--- zoneinfo-2009q-old/Makefile 2009-07-20 06:45:45.000000000 -0700 ++++ zoneinfo-2009q-new/Makefile 2009-11-02 14:43:24.000000000 -0800 +@@ -347,9 +347,8 @@ + + $(TZLIB): $(LIBOBJS) + -mkdir $(TOPDIR) $(LIBDIR) +- ar ru $@ $(LIBOBJS) +- if [ -x /usr/ucb/ranlib -o -x /usr/bin/ranlib ] ; \ +- then ranlib $@ ; fi ++ $(AR) ru $@ $(LIBOBJS) ++ $(RANLIB) $@ + + date: $(DATEOBJS) + $(CC) $(CFLAGS) date.o localtime.o asctime.o strftime.o \ ======================================= --- /trunk/gar-minimyth/script/system/zoneinfo/files/zoneinfo-2009p.patch Mon Oct 26 09:37:01 2009 +++ /dev/null @@ -1,15 +0,0 @@ -diff -Naur zoneinfo-2009p-old/Makefile zoneinfo-2009p-new/Makefile ---- zoneinfo-2009p-old/Makefile 2009-07-20 06:45:45.000000000 -0700 -+++ zoneinfo-2009p-new/Makefile 2009-10-26 09:30:53.000000000 -0700 -@@ -347,9 +347,8 @@ - - $(TZLIB): $(LIBOBJS) - -mkdir $(TOPDIR) $(LIBDIR) -- ar ru $@ $(LIBOBJS) -- if [ -x /usr/ucb/ranlib -o -x /usr/bin/ranlib ] ; \ -- then ranlib $@ ; fi -+ $(AR) ru $@ $(LIBOBJS) -+ $(RANLIB) $@ - - date: $(DATEOBJS) - $(CC) $(CFLAGS) date.o localtime.o asctime.o strftime.o \ ======================================= --- /trunk/gar-minimyth/html/minimyth/document-changelog-2009.txt Sat Oct 17 09:45:57 2009 +++ /trunk/gar-minimyth/html/minimyth/document-changelog-2009.txt Mon Nov 2 14:45:55 2009 @@ -1,5 +1,101 @@ MiniMyth Changelog 2009 +-------------------------------------------------------------------------------- +Changes since 70 (2009-11-01): + +Current MythTV versions + MythTV 0.20-softpad: version 0.20.2.softpad, release-0-20-fixes branch svn 16082 and + softpad branch svn 11261 (updated). + MythTV 0.20: version 0.20.2, release-0-20-fixes branch svn 16082 + MythTV 0.21: version 0.21.0, release-0-21-fixes branch svn 21625 and + LATM AAC (ticket 5487) and + VDPAU (patch glvdpau20744). + MythTV 0.22: version 0.22.0, release-0-22-fixes branch svn 22659. + MythTV trunk: version trunk.22658 trunk svn 22658. + +Modified MythTV + - Added MythTV configuration option for enabling/disabling DRM vsync. + +Modified mediaplayers + - Updated Xine VDPAU patch. + - Updated FFMpeg and MPlayer multi-threading patches. + +Modified Xorg + - Removed libXxf86dga as it is used only in xdpyinfo it which it is optional + (and apparently not needed by MiniMyth) and it is not included X11R7.5 + (but is still available). + - Removed libXxf86misc as it is used only in xdpyinfo, xscreensaver and xset + in which it is optional (and apparently not needed by MiniMyth) and it is + not included in X11R7.5 (but is still available). + - Removed xf86miscproto as it is only used by libXxf86misc by applications + linked to libXff86misc and it is not included in X11R7.5 (but is still + available). + +Modified kernel + - Added Hauppauge WinTV-HVR2200 and WinTV-HVR2250 related kernel drivers + (e.g. saa7164). + - Added squashfs lzma compression support. + +Fixed bugs + - Fixed bug that caused boot to fail when huludesktop.data is not present + in the MiniMyth read-write configuration directory. + - Fixed bug in MythTV 0.21 and trunk patches that caused the "Watch Hulu" + menu to be labeled "Play Online Streams". + +Modified build system + - Added $(DESTDIR)$(datadir)/pkgconfig to PKG_CONFIG_LIBDIR. + - Changed glibc's minimum kernel version to 2.6.31. + - Swiched squashfs from gzip to lzma compression. + +Removed packages + Removed kernel-2.6.30/*. + Removed kernel-headers/linux-headers-2.6.30. + Removed nvidia/nvidia-190.36. + Removed xorg-7.4/libXxf86dga. + Removed xorg-7.4/libXxf86misc. + Removed xorg-7.4/xf86miscproto. + +Added packages + Added myth-0.22/myththemes-blue-abstract-wide. + Added myth-0.trunk/myththemes-blue-abstract-wide. + Added nvidia/nvidia-190.42. + +Updated packages + Updated db/mysql. + Updated devel/fakeroot + Updated devel/strace. + Updated emulators/sdlmame. + Updated gtk/gtk+. + Updated kernel-2.6.31/linux. + Updated kernel-headers/linux-headers-2.6.31. + Updated lib/bluez. + Updated lib/ffmpeg. + Updated lib/libcdio. + Updated lib/libcdio-mini. + Updated lib/libdaemon. + Updated lib/nspr. + Updated lib/pcre. + Updated lib/SDL. + Updated lib/taglib. + Updated mediaplayers/mplayer-svn. + Updated mediaplayers/vlc. + Updated net/lighttpd. + Updated net/mount.cifs. + Updated perl/perl-HTML-Parser. + Updated perl/perl-Image-Size. + Updated python/python. + Updated system/zoneinfo. + Updated utils/module-init-tools. + Updated utils/squashfs. + Updated utils/transcode. + Updated X11/libva. + Updated xorg-7.4/xdpyinfo. + Updated xorg-7.4/xf86-input-evdev. + Updated xorg-7.4/xf86-video-intel. + Updated xorg-7.4/xlsclients. + Updated xorg-7.4/xsetroot. + Updated xorg-7.4/xtrans. + -------------------------------------------------------------------------------- Changes since 69 (2009-10-16): ======================================= --- /trunk/gar-minimyth/html/minimyth/document-changelog.txt Sun Nov 1 09:38:57 2009 +++ /trunk/gar-minimyth/html/minimyth/document-changelog.txt Mon Nov 2 14:45:55 2009 @@ -5,7 +5,7 @@ MiniMyth release. For earlier changes see the yearly changelog files. -------------------------------------------------------------------------------- -Changes since 70 (2009-11-01): +Changes since 71 (2009-11-02): Current MythTV versions MythTV 0.20-softpad: version 0.20.2.softpad, release-0-20-fixes branch svn 16082 and @@ -17,85 +17,5 @@ MythTV 0.22: version 0.22.0, release-0-22-fixes branch svn 22659. MythTV trunk: version trunk.22658 trunk svn 22658. -Modified MythTV - - Added MythTV configuration option for enabling/disabling DRM vsync. - -Modified mediaplayers - - Updated Xine VDPAU patch. - - Updated FFMpeg and MPlayer multi-threading patches. - -Modified Xorg - - Removed libXxf86dga as it is used only in xdpyinfo it which it is optional - (and apparently not needed by MiniMyth) and it is not included X11R7.5 - (but is still available). - - Removed libXxf86misc as it is used only in xdpyinfo, xscreensaver and xset - in which it is optional (and apparently not needed by MiniMyth) and it is - not included in X11R7.5 (but is still available). - - Removed xf86miscproto as it is only used by libXxf86misc by applications - linked to libXff86misc and it is not included in X11R7.5 (but is still - available). - -Modified kernel - - Added Hauppauge WinTV-HVR2200 and WinTV-HVR2250 related kernel drivers - (e.g. saa7164). - - Added squashfs lzma compression support. - -Fixed bugs - - Fixed bug that caused boot to fail when huludesktop.data is not present - in the MiniMyth read-write configuration directory. - - Fixed bug in MythTV 0.21 and trunk patches that caused the "Watch Hulu" - menu to be labeled "Play Online Streams". - -Modified build system - - Added $(DESTDIR)$(datadir)/pkgconfig to PKG_CONFIG_LIBDIR. - - Changed glibc's minimum kernel version to 2.6.31. - - Swiched squashfs from gzip to lzma compression. - -Removed packages - Removed kernel-2.6.30/*. - Removed kernel-headers/linux-headers-2.6.30. - Removed nvidia/nvidia-190.36. - Removed xorg-7.4/libXxf86dga. - Removed xorg-7.4/libXxf86misc. - Removed xorg-7.4/xf86miscproto. - -Added packages - Added myth-0.22/myththemes-blue-abstract-wide. - Added myth-0.trunk/myththemes-blue-abstract-wide. - Added nvidia/nvidia-190.42. - Updated packages - Updated db/mysql. - Updated devel/fakeroot - Updated devel/strace. - Updated emulators/sdlmame. - Updated gtk/gtk+. - Updated kernel-2.6.31/linux. - Updated kernel-headers/linux-headers-2.6.31. - Updated lib/bluez. - Updated lib/ffmpeg. - Updated lib/libcdio. - Updated lib/libcdio-mini. - Updated lib/libdaemon. - Updated lib/nspr. - Updated lib/pcre. - Updated lib/SDL. - Updated lib/taglib. - Updated mediaplayers/mplayer-svn. - Updated mediaplayers/vlc. - Updated net/lighttpd. - Updated net/mount.cifs. - Updated perl/perl-HTML-Parser. - Updated perl/perl-Image-Size. - Updated python/python. Updated system/zoneinfo. - Updated utils/module-init-tools. - Updated utils/squashfs. - Updated utils/transcode. - Updated X11/libva. - Updated xorg-7.4/xdpyinfo. - Updated xorg-7.4/xf86-input-evdev. - Updated xorg-7.4/xf86-video-intel. - Updated xorg-7.4/xlsclients. - Updated xorg-7.4/xsetroot. - Updated xorg-7.4/xtrans. ======================================= --- /trunk/gar-minimyth/script/system/zoneinfo/Makefile Mon Oct 26 09:37:01 2009 +++ /trunk/gar-minimyth/script/system/zoneinfo/Makefile Mon Nov 2 14:45:55 2009 @@ -1,5 +1,5 @@ GARNAME = zoneinfo -GARVERSION = 2009p +GARVERSION = 2009q CATEGORIES = system MASTER_SITES = ftp://elsie.nci.nih.gov/pub/ DISTFILES = tzcode2009k.tar.gz tzdata$(GARVERSION).tar.gz ======================================= --- /trunk/gar-minimyth/script/system/zoneinfo/checksums Mon Oct 26 09:37:01 2009 +++ /trunk/gar-minimyth/script/system/zoneinfo/checksums Mon Nov 2 14:45:55 2009 @@ -1,3 +1,3 @@ d181116286661375966a350e3e358cfa download/tzcode2009k.tar.gz -e401e284512be17f5cf63ee52e4f3284 download/tzdata2009p.tar.gz -fdd4de024b22afd6d74e04e552b2c3cf download/zoneinfo-2009p.patch +0eab5db205ef58d921fee18c17bfa491 download/tzdata2009q.tar.gz +59e2771079f139fd99d69f2e61c48aa3 download/zoneinfo-2009q.patch --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
