Revision: 5915 Author: pebender Date: Wed Dec 9 19:27:31 2009 Log: - Reverted xorg-7.4/xf86-input-evdev (2.3.0 and 2.3.1 cause stability problems).
http://code.google.com/p/minimyth/source/detail?r=5915 Added: /trunk/gar-minimyth/script/xorg-7.4/xf86-input-evdev/files/xf86-input-evdev-2.2.6-pkg_config.patch Deleted: /trunk/gar-minimyth/script/xorg-7.4/xf86-input-evdev/files/xf86-input-evdev-2.3.1-pkg_config.patch Modified: /trunk/gar-minimyth/html/minimyth/document-changelog.txt /trunk/gar-minimyth/script/xorg-7.4/xf86-input-evdev/Makefile /trunk/gar-minimyth/script/xorg-7.4/xf86-input-evdev/checksums ======================================= --- /dev/null +++ /trunk/gar-minimyth/script/xorg-7.4/xf86-input-evdev/files/xf86-input-evdev-2.2.6-pkg_config.patch Wed Dec 9 19:27:31 2009 @@ -0,0 +1,15 @@ +diff -Naur xf86-input-evdev-2.2.6-old/configure.ac xf86-input-evdev-2.2.6-new/configure.ac +--- xf86-input-evdev-2.2.6-old/configure.ac 2009-10-18 20:45:52.000000000 -0700 ++++ xf86-input-evdev-2.2.6-new/configure.ac 2009-12-09 19:13:54.000000000 -0800 +@@ -72,9 +72,10 @@ + # to satisfy silly distcheck requirements. + PKG_CHECK_MODULES(XORG, xorg-server xproto $REQUIRED_MODULES) + XORG_CFLAGS="$CWARNFLAGS $XORG_CFLAGS" ++m4_pattern_allow([^PKG_CONFIG_SYSROOT_DIR$]) + AC_ARG_WITH([sdkdir], [], + [sdkdir="$withval"], +- [sdkdir=`$PKG_CONFIG --variable=sdkdir xorg-server`]) ++ [sdkdir="$PKG_CONFIG_SYSROOT_DIR$($PKG_CONFIG --variable=sdkdir xorg-server)"]) + AC_SUBST([sdkdir]) + + # Checks for libraries. ======================================= --- /trunk/gar-minimyth/script/xorg-7.4/xf86-input-evdev/files/xf86-input-evdev-2.3.1-pkg_config.patch Thu Nov 19 20:55:40 2009 +++ /dev/null @@ -1,15 +0,0 @@ -diff -Naur xf86-input-evdev-2.3.1-old/configure.ac xf86-input-evdev-2.3.1-new/configure.ac ---- xf86-input-evdev-2.3.1-old/configure.ac 2009-11-19 17:17:53.000000000 -0800 -+++ xf86-input-evdev-2.3.1-new/configure.ac 2009-11-19 20:50:30.000000000 -0800 -@@ -57,9 +57,10 @@ - # to satisfy silly distcheck requirements. - PKG_CHECK_MODULES(XORG, xorg-server xproto $REQUIRED_MODULES) - XORG_CFLAGS="$CWARNFLAGS $XORG_CFLAGS" -+m4_pattern_allow([^PKG_CONFIG_SYSROOT_DIR$]) - AC_ARG_WITH([sdkdir], [], - [sdkdir="$withval"], -- [sdkdir=`$PKG_CONFIG --variable=sdkdir xorg-server`]) -+ [sdkdir="$PKG_CONFIG_SYSROOT_DIR$($PKG_CONFIG --variable=sdkdir xorg-server)"]) - AC_SUBST([sdkdir]) - - # Checks for libraries. ======================================= --- /trunk/gar-minimyth/html/minimyth/document-changelog.txt Sat Dec 5 05:56:14 2009 +++ /trunk/gar-minimyth/html/minimyth/document-changelog.txt Wed Dec 9 19:27:31 2009 @@ -5,7 +5,7 @@ MiniMyth release. For earlier changes see the yearly changelog files. -------------------------------------------------------------------------------- -Changes since 72 (2009-12-05): +Changes since 72 (2009-12-09): Current MythTV versions MythTV 0.20-softpad: version 0.20.2.softpad, release-0-20-fixes branch svn 16082 and @@ -134,5 +134,5 @@ Updated xorg-7.4/libxcb. Updated xorg-7.4/pixman. Updated xorg-7.4/xcb-proto. - Updated xorg-7.4/xf86-input-evdev. + Reverted xorg-7.4/xf86-input-evdev (2.3.0 and 2.3.1 cause stability problems). Updated xorg-7.4/xinit. ======================================= --- /trunk/gar-minimyth/script/xorg-7.4/xf86-input-evdev/Makefile Thu Nov 19 20:55:40 2009 +++ /trunk/gar-minimyth/script/xorg-7.4/xf86-input-evdev/Makefile Wed Dec 9 19:27:31 2009 @@ -1,5 +1,5 @@ GARNAME = xf86-input-evdev -GARVERSION = 2.3.1 +GARVERSION = 2.2.6 CATEGORIES = $(CATEGORY) MASTER_SITES = $(XORG_MASTER_SITES) DISTFILES = $(DISTNAME).tar.bz2 ======================================= --- /trunk/gar-minimyth/script/xorg-7.4/xf86-input-evdev/checksums Thu Nov 19 20:55:40 2009 +++ /trunk/gar-minimyth/script/xorg-7.4/xf86-input-evdev/checksums Wed Dec 9 19:27:31 2009 @@ -1,2 +1,2 @@ -e56ce4424b89b2409c6e73e007a85da7 download/xf86-input-evdev-2.3.1.tar.bz2 -38ceb10f3222b2111db36e598c2c22f3 download/xf86-input-evdev-2.3.1-pkg_config.patch +bc4b2356e1dbf2d21e1e95249b18f5f8 download/xf86-input-evdev-2.2.6.tar.bz2 +21059e97eab5ca1b17d3054205416406 download/xf86-input-evdev-2.2.6-pkg_config.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.
