Revision: 5631
Author: pebender
Date: Thu Oct  8 18:25:39 2009
Log: - Updated package xorg-7.4/xf86-video-openchrome.


http://code.google.com/p/minimyth/source/detail?r=5631

Added:
   
/trunk/gar-minimyth/script/xorg-7.4/xf86-video-openchrome/files/xf86-video-openchrome-0.2.904-composite.patch
   
/trunk/gar-minimyth/script/xorg-7.4/xf86-video-openchrome/files/xf86-video-openchrome-0.2.904-pkg_config.patch
Deleted:
   
/trunk/gar-minimyth/script/xorg-7.4/xf86-video-openchrome/files/xf86-video-openchrome-0.2.903-composite.patch
   
/trunk/gar-minimyth/script/xorg-7.4/xf86-video-openchrome/files/xf86-video-openchrome-0.2.903-ioctl.patch
   
/trunk/gar-minimyth/script/xorg-7.4/xf86-video-openchrome/files/xf86-video-openchrome-0.2.903-pkg_config.patch
Modified:
  /trunk/gar-minimyth/html/minimyth/document-changelog.txt
  /trunk/gar-minimyth/html/minimyth/index.html
  /trunk/gar-minimyth/script/xorg-7.4/xf86-video-openchrome/Makefile
  /trunk/gar-minimyth/script/xorg-7.4/xf86-video-openchrome/checksums

=======================================
--- /dev/null
+++  
/trunk/gar-minimyth/script/xorg-7.4/xf86-video-openchrome/files/xf86-video-openchrome-0.2.904-composite.patch
    
Thu Oct  8 18:25:39 2009
@@ -0,0 +1,17 @@
+diff -Naur xf86-video-openchrome-0.2.904-old/src/via_video.c  
xf86-video-openchrome-0.2.904-new/src/via_video.c
+--- xf86-video-openchrome-0.2.904-old/src/via_video.c  2009-10-07  
16:39:13.000000000 -0700
++++ xf86-video-openchrome-0.2.904-new/src/via_video.c  2009-10-08  
18:01:21.000000000 -0700
+@@ -735,8 +735,13 @@
+         BoxPtr pBox;
+         int nBox;
+
++#ifdef COMPOSITE
+         REGION_TRANSLATE(pScrn->pScreen, clipBoxes, - pPix->screen_x,
+             - pPix->screen_y);
++#else
++        REGION_TRANSLATE(pScrn->pScreen, clipBoxes, 0,
++            0);
++#endif
+
+         nBox = REGION_NUM_RECTS(clipBoxes);
+         pBox = REGION_RECTS(clipBoxes);
=======================================
--- /dev/null
+++  
/trunk/gar-minimyth/script/xorg-7.4/xf86-video-openchrome/files/xf86-video-openchrome-0.2.904-pkg_config.patch
   
Thu Oct  8 18:25:39 2009
@@ -0,0 +1,21 @@
+diff -Naur xf86-video-openchrome-0.2.904-old/configure.ac  
xf86-video-openchrome-0.2.904-new/configure.ac
+--- xf86-video-openchrome-0.2.904-old/configure.ac     2009-10-08  
18:01:06.000000000 -0700
++++ xf86-video-openchrome-0.2.904-new/configure.ac     2009-10-08  
18:02:36.000000000 -0700
+@@ -38,6 +38,7 @@
+ AC_DISABLE_STATIC
+ AC_PROG_LIBTOOL
+ AC_PROG_CC
++PKG_PROG_PKG_CONFIG
+
+ AH_TOP([#include "xorg-server.h"])
+
+@@ -75,7 +76,8 @@
+  HAVE_XEXTPROTO_71="yes"; AC_DEFINE(HAVE_XEXTPROTO_71, 1, [xextproto 7.1  
available]),
+  HAVE_XEXTPROTO_71="no")
+ AM_CONDITIONAL(HAVE_XEXTPROTO_71, [ test "$HAVE_XEXTPROTO_71" = "yes" ])
+-sdkdir=$(pkg-config --variable=sdkdir xorg-server)
++m4_pattern_allow([^PKG_CONFIG_SYSROOT_DIR$])
++sdkdir="$PKG_CONFIG_SYSROOT_DIR$($PKG_CONFIG --variable=sdkdir  
xorg-server)"
+
+ # Checks for libraries.
+
=======================================
---  
/trunk/gar-minimyth/script/xorg-7.4/xf86-video-openchrome/files/xf86-video-openchrome-0.2.903-composite.patch
    
Fri Mar 27 17:42:58 2009
+++ /dev/null
@@ -1,17 +0,0 @@
-diff -Naur xf86-video-openchrome-0.2.903-old/src/via_video.c  
xf86-video-openchrome-0.2.903-new/src/via_video.c
---- xf86-video-openchrome-0.2.903-old/src/via_video.c  2008-08-10  
04:06:37.000000000 -0700
-+++ xf86-video-openchrome-0.2.903-new/src/via_video.c  2008-08-30  
12:17:20.000000000 -0700
-@@ -723,8 +723,13 @@
-         BoxPtr pBox;
-         int nBox;
-
-+#ifdef COMPOSITE
-         REGION_TRANSLATE(pScrn->pScreen, clipBoxes, - pPix->screen_x,
-             - pPix->screen_y);
-+#else
-+        REGION_TRANSLATE(pScrn->pScreen, clipBoxes, 0,
-+            0);
-+#endif
-
-         nBox = REGION_NUM_RECTS(clipBoxes);
-         pBox = REGION_RECTS(clipBoxes);
=======================================
---  
/trunk/gar-minimyth/script/xorg-7.4/xf86-video-openchrome/files/xf86-video-openchrome-0.2.903-ioctl.patch
        
Fri Mar 27 17:42:58 2009
+++ /dev/null
@@ -1,28 +0,0 @@
-diff -Naur xf86-video-openchrome-0.2.903-old/libxvmc/viaLowLevelPro.c  
xf86-video-openchrome-0.2.903-new/libxvmc/viaLowLevelPro.c
---- xf86-video-openchrome-0.2.903-old/libxvmc/viaLowLevelPro.c 2008-06-07  
10:28:37.000000000 -0700
-+++ xf86-video-openchrome-0.2.903-new/libxvmc/viaLowLevelPro.c 2008-11-28  
22:56:55.000000000 -0800
-@@ -1460,13 +1460,13 @@
-
-     if (size != mem->size) {
-       if (mem->size)
--          drmCommandWrite(xl->fd, DRM_VIA_FREEMEM, mem, sizeof(mem));
-+          drmCommandWrite(xl->fd, DRM_VIA_FREEMEM, mem, sizeof(*mem));
-       mem->context = *(xl->drmcontext);
-       mem->size = size;
-       mem->type = VIA_MEM_VIDEO;
-
-       if (((ret = drmCommandWriteRead(xl->fd, DRM_VIA_ALLOCMEM, mem,
--                      sizeof(mem))) < 0) || mem->size != size) {
-+                      sizeof(*mem))) < 0) || mem->size != size) {
-           mem->size = 0;
-           return -1;
-       }
-@@ -1484,7 +1484,7 @@
-     drm_via_mem_t *mem = &buf->mem;
-
-     if (mem->size)
--      drmCommandWrite(xl->fd, DRM_VIA_FREEMEM, mem, sizeof(mem));
-+      drmCommandWrite(xl->fd, DRM_VIA_FREEMEM, mem, sizeof(*mem));
-     mem->size = 0;
- }
-
=======================================
---  
/trunk/gar-minimyth/script/xorg-7.4/xf86-video-openchrome/files/xf86-video-openchrome-0.2.903-pkg_config.patch
   
Fri Mar 27 17:42:58 2009
+++ /dev/null
@@ -1,21 +0,0 @@
-diff -Naur xf86-video-openchrome-0.2.903-old/configure.ac  
xf86-video-openchrome-0.2.903-new/configure.ac
---- xf86-video-openchrome-0.2.903-old/configure.ac     2008-08-30  
12:17:06.000000000 -0700
-+++ xf86-video-openchrome-0.2.903-new/configure.ac     2008-08-30  
12:18:02.000000000 -0700
-@@ -38,6 +38,7 @@
- AC_DISABLE_STATIC
- AC_PROG_LIBTOOL
- AC_PROG_CC
-+PKG_PROG_PKG_CONFIG
-
- AH_TOP([#include "xorg-server.h"])
-
-@@ -71,7 +72,8 @@
-
- # Checks for pkg-config packages
- PKG_CHECK_MODULES(XORG, [xorg-server xproto xvmc fontsproto libdrm  
$REQUIRED_MODULES])
--sdkdir=$(pkg-config --variable=sdkdir xorg-server)
-+m4_pattern_allow([^PKG_CONFIG_SYSROOT_DIR$])
-+sdkdir="$PKG_CONFIG_SYSROOT_DIR$($PKG_CONFIG --variable=sdkdir  
xorg-server)"
-
- # Checks for libraries.
-
=======================================
--- /trunk/gar-minimyth/html/minimyth/document-changelog.txt    Thu Oct  8  
09:12:09 2009
+++ /trunk/gar-minimyth/html/minimyth/document-changelog.txt    Thu Oct  8  
18:25:39 2009
@@ -232,6 +232,7 @@
      Updated xorg-7.4/xf86-video-ati.
      Updated xorg-7.4/xf86-video-intel.
      Updated xorg-7.4/xf86-video-nv.
+    Updated xorg-7.4/xf86-video-openchrome.
      Updated xorg-7.4/xf86-video-vmware.
      Updated xorg-7.4/xf86vidmodeproto.
      Updated xorg-7.4/xkbcomp.
=======================================
--- /trunk/gar-minimyth/html/minimyth/index.html        Thu Oct  8 09:13:33 2009
+++ /trunk/gar-minimyth/html/minimyth/index.html        Thu Oct  8 18:25:39 2009
@@ -102,7 +102,7 @@
                for Super Nintendo Entertainment System emulation
              </li>
              <li><a href="http://xorg.freedesktop.org/wiki/";>Xorg</a>  
<strong>7.4+</strong></li>
-            <li><a href="http://www.openchrome.org/";>openChrome Xorg  
graphics driver</a> <strong>0.2.903</strong></li>
+            <li><a href="http://www.openchrome.org/";>openChrome Xorg  
graphics driver</a> <strong>0.2.904</strong></li>
              <li><a href="http://www.nvidia.com/";>NVIDIA Xorg graphics  
driver</a> <strong>185.18.36</strong></li>
              <li><a href="http://www.lirc.org/";>LIRC</a>  
<strong>0.8.6</strong></li>
              <li><a href="http://www.lcdproc.org/";>LCDproc</a>  
<strong>0.5.3</strong></li>
@@ -197,7 +197,7 @@
                alt="Valid CSS!"      height="31" width="88" /></a>
          </div>
          <div class="version">
-          Last Updated on 2009-10-07
+          Last Updated on 2009-10-08
            <br />
             
&lt;&nbsp;mailto&nbsp;:&nbsp;webmaster&nbsp;at&nbsp;minimyth&nbsp;dot&nbsp;org&nbsp;&gt;
          </div>
=======================================
--- /trunk/gar-minimyth/script/xorg-7.4/xf86-video-openchrome/Makefile  Sat  
Apr 25 18:15:28 2009
+++ /trunk/gar-minimyth/script/xorg-7.4/xf86-video-openchrome/Makefile  Thu  
Oct  8 18:25:39 2009
@@ -1,10 +1,10 @@
  GARNAME = xf86-video-openchrome
-GARVERSION = 0.2.903
+GARVERSION = 0.2.904
  CATEGORIES = $(CATEGORY)
  MASTER_SITES  = http://www.openchrome.org/releases/
  MASTER_SITES += svn://svn.openchrome.org/svn/trunk/
  DISTFILES = $(DISTNAME).tar.bz2
-PATCHFILES = $(DISTNAME)-ioctl.patch $(DISTNAME)-composite.patch  
$(DISTNAME)-pkg_config.patch
+PATCHFILES = $(DISTNAME)-composite.patch $(DISTNAME)-pkg_config.patch
  LICENSE = MIT

  DESCRIPTION =
@@ -13,10 +13,10 @@

  DEPENDS = lang/c \
        $(CATEGORY)/fontsproto \
-       $(CATEGORY)/glproto \
        $(CATEGORY)/libdrm \
        $(CATEGORY)/libpciaccess \
        $(CATEGORY)/libX11 \
+       $(CATEGORY)/libXext \
        $(CATEGORY)/libXvMC \
        $(CATEGORY)/randrproto \
        $(CATEGORY)/renderproto \
@@ -38,7 +38,11 @@

  CONFIGURE_ARGS = $(DIRPATHS) --build=$(GARBUILD) --host=$(GARHOST) \
        --cache-file=config.cache \
+       --disable-static \
+       --enable-shared \
        --enable-dri \
+       --disable-debug \
+       --disable-xv-debug \
        --with-gnu-ld

  include ../../gar.mk
@@ -58,7 +62,6 @@
        @echo "`echo ac_cv_file_$(DESTDIR)$(includedir)/xorg/dri.h | sed  
-e 's%[^a-zA-Z0-9]%_%g'`=yes"        >> $(WORKSRC)/config.cache
        @echo "`echo ac_cv_file_$(DESTDIR)$(includedir)/xorg/dristruct.h | sed  
-e 's%[^a-zA-Z0-9]%_%g'`=yes"  >> $(WORKSRC)/config.cache
        @echo "`echo ac_cv_file_$(DESTDIR)$(includedir)/xorg/sarea.h | sed  
-e 's%[^a-zA-Z0-9]%_%g'`=yes"      >> $(WORKSRC)/config.cache
-       @echo "`echo ac_cv_file_$(DESTDIR)$(includedir)/xorg/xf86Module.h | sed 
 
-e 's%[^a-zA-Z0-9]%_%g'`=yes" >> $(WORKSRC)/config.cache
        @$(MAKECOOKIE)

  post-install:
=======================================
--- /trunk/gar-minimyth/script/xorg-7.4/xf86-video-openchrome/checksums Fri  
Mar 27 17:42:58 2009
+++ /trunk/gar-minimyth/script/xorg-7.4/xf86-video-openchrome/checksums Thu  
Oct  8 18:25:39 2009
@@ -1,4 +1,3 @@
-c0820787e89958c9114d359b6a3cd464   
download/xf86-video-openchrome-0.2.903.tar.bz2
-c47a95452576655c3e4d789790a1f50e   
download/xf86-video-openchrome-0.2.903-ioctl.patch
-93deac7c44bb2ca5acf0ab7ff0856533   
download/xf86-video-openchrome-0.2.903-composite.patch
-43779c5f36525e1bba88ca3c13668261   
download/xf86-video-openchrome-0.2.903-pkg_config.patch
+f2481d98ef54febf5bffbb88a2a2426d   
download/xf86-video-openchrome-0.2.904.tar.bz2
+d80a25c3523ecba97339b2bb997ba81d   
download/xf86-video-openchrome-0.2.904-composite.patch
+7be1eac6cbf6b390a4dcb085d5fafad6   
download/xf86-video-openchrome-0.2.904-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
-~----------~----~----~----~------~----~------~--~---

Reply via email to