Revision: 5724 Author: pebender Date: Tue Oct 20 04:54:53 2009 Log: - Updated package lib/SDL.
http://code.google.com/p/minimyth/source/detail?r=5724 Added: /trunk/gar-minimyth/script/lib/SDL/files/SDL-1.2.14.patch.gar Deleted: /trunk/gar-minimyth/script/lib/SDL/files/SDL-1.2.13.patch.gar Modified: /trunk/gar-minimyth/html/minimyth/document-changelog.txt /trunk/gar-minimyth/script/lib/SDL/Makefile /trunk/gar-minimyth/script/lib/SDL/checksums ======================================= --- /dev/null +++ /trunk/gar-minimyth/script/lib/SDL/files/SDL-1.2.14.patch.gar Tue Oct 20 04:54:53 2009 @@ -0,0 +1,28 @@ +diff -Naur SDL-1.2.14-old/sdl-config.in SDL-1.2.14-new/sdl-config.in +--- SDL-1.2.14-old/sdl-config.in 2009-10-12 16:07:20.000000000 -0700 ++++ SDL-1.2.14-new/sdl-config.in 2009-10-19 21:25:30.000000000 -0700 +@@ -1,5 +1,6 @@ + #!/bin/sh + ++destd...@gar_destdir@ + pref...@prefix@ + exec_pref...@exec_prefix@ + exec_prefix_set=no +@@ -42,14 +43,14 @@ + echo @SDL_VERSION@ + ;; + --cflags) +- echo -...@includedir@/SDL @SDL_CFLAGS@ ++ echo -i$dest...@includedir@/SDL @SDL_CFLAGS@ + ;; + @ENABLE_SHARED_TRUE@ --libs) +...@enable_shared_true@ echo -...@libdir@ @SDL_RLD_FLAGS@ @SDL_LIBS@ +...@enable_shared_true@ echo -l$dest...@libdir@ @SDL_RLD_FLAGS@ @SDL_LIBS@ + @ENABLE_SHARED_TRUE@ ;; + @ENABLE_STATIC_TRUE@@ENABLE_SHARED_TRUE@ --static-libs) + @ENABLE_STATIC_TRUE@@ENABLE_SHARED_FALSE@ --libs|--static-libs) +...@enable_static_true@ echo -...@libdir@ @SDL_RLD_FLAGS@ @SDL_STATIC_LIBS@ +...@enable_static_true@ echo -l$dest...@libdir@ @SDL_RLD_FLAGS@ @SDL_STATIC_LIBS@ + @ENABLE_STATIC_TRUE@ ;; + *) + echo "${usage}" 1>&2 ======================================= --- /trunk/gar-minimyth/script/lib/SDL/files/SDL-1.2.13.patch.gar Mon Dec 31 19:50:03 2007 +++ /dev/null @@ -1,28 +0,0 @@ -diff -Naur SDL-1.2.13-old/sdl-config.in SDL-1.2.13-new/sdl-config.in ---- SDL-1.2.13-old/sdl-config.in 2007-12-30 20:48:39.000000000 -0800 -+++ SDL-1.2.13-new/sdl-config.in 2007-12-31 19:46:02.000000000 -0800 -@@ -1,5 +1,6 @@ - #!/bin/sh - -+destd...@gar_destdir@ - pref...@prefix@ - exec_pref...@exec_prefix@ - exec_prefix_set=no -@@ -42,14 +43,14 @@ - echo @SDL_VERSION@ - ;; - --cflags) -- echo -...@includedir@/SDL @SDL_CFLAGS@ -+ echo -i$dest...@includedir@/SDL @SDL_CFLAGS@ - ;; - @ENABLE_SHARED_TRUE@ --libs) -...@enable_shared_true@ echo -...@libdir@ @SDL_RLD_FLAGS@ @SDL_LIBS@ -...@enable_shared_true@ echo -l$dest...@libdir@ @SDL_RLD_FLAGS@ @SDL_LIBS@ - @ENABLE_SHARED_TRUE@ ;; - @ENABLE_STATIC_TRUE@@ENABLE_SHARED_TRUE@ --static-libs) - @ENABLE_STATIC_TRUE@@ENABLE_SHARED_FALSE@ --libs|--static-libs) -...@enable_static_true@ echo -...@libdir@ @SDL_RLD_FLAGS@ @SDL_STATIC_LIBS@ -...@enable_static_true@ echo -l$dest...@libdir@ @SDL_RLD_FLAGS@ @SDL_STATIC_LIBS@ - @ENABLE_STATIC_TRUE@ ;; - *) - echo "${usage}" 1>&2 ======================================= --- /trunk/gar-minimyth/html/minimyth/document-changelog.txt Tue Oct 20 04:54:03 2009 +++ /trunk/gar-minimyth/html/minimyth/document-changelog.txt Tue Oct 20 04:54:53 2009 @@ -5,7 +5,7 @@ MiniMyth release. For earlier changes see the yearly changelog files. -------------------------------------------------------------------------------- -Changes since 70 (2009-10-19): +Changes since 70 (2009-10-20): Current MythTV versions MythTV 0.20-softpad: version 0.20.2.softpad, release-0-20-fixes branch svn 16082 and @@ -46,6 +46,7 @@ Updated lib/ffmpeg. Updated lib/libdaemon. Updated lib/pcre. + Updated lib/SDL. Updated mediaplayers/mplayer-svn. Updated system/zoneinfo. Updated xorg-7.4/xdpyinfo. ======================================= --- /trunk/gar-minimyth/script/lib/SDL/Makefile Thu Sep 17 20:02:23 2009 +++ /trunk/gar-minimyth/script/lib/SDL/Makefile Tue Oct 20 04:54:53 2009 @@ -1,5 +1,5 @@ GARNAME = SDL -GARVERSION = 1.2.13 +GARVERSION = 1.2.14 CATEGORIES = lib MASTER_SITES = http://www.libsdl.org/release/ DISTFILES = $(DISTNAME).tar.gz @@ -41,6 +41,8 @@ --disable-esd \ --disable-esdtest \ --disable-esd-shared \ + --disable-pulseaudio \ + --disable-pulseaudio-shared \ --disable-arts \ --disable-arts-shared \ --disable-nas \ @@ -64,18 +66,19 @@ --enable-video-x11-xinerama \ --disable-video-x11-xme \ --enable-video-x11-xrandr \ - --disable-video-dpms \ --disable-video-photon \ --disable-video-carbon \ --disable-video-cocoa \ --disable-video-fbcon \ --disable-video-directfb \ --disable-video-ps2gs \ + --disable-video-ps3 \ --disable-video-ggi \ --disable-video-svga \ --disable-video-vgl \ --enable-video-wscons \ --disable-video-aalib \ + --disable-video-caca \ --disable-video-qtopia \ --disable-video-picogui \ --disable-video-xbios \ @@ -83,6 +86,7 @@ --disable-video-dummy \ --enable-video-opengl \ --enable-osmesa-shared \ + --enable-screensaver \ --enable-input-events \ --disable-input-tslib \ --enable-pth \ ======================================= --- /trunk/gar-minimyth/script/lib/SDL/checksums Mon Dec 31 19:50:03 2007 +++ /trunk/gar-minimyth/script/lib/SDL/checksums Tue Oct 20 04:54:53 2009 @@ -1,2 +1,2 @@ -c6660feea2a6834de10bc71b2f8e4d88 download/SDL-1.2.13.tar.gz -000fc20b90cc9b33d5db26eeb3f513d9 download/SDL-1.2.13.patch.gar +e52086d1b508fa0b76c52ee30b55bec4 download/SDL-1.2.14.tar.gz +01abc900a605ba400b75ef812712d278 download/SDL-1.2.14.patch.gar --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
