[arch-commits] Commit in xf86-video-rendition/repos (6 files)

2015-11-12 Thread Andreas Radke
Date: Thursday, November 12, 2015 @ 12:51:09
  Author: andyrtr
Revision: 250812

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  xf86-video-rendition/repos/staging-i686/PKGBUILD
(from rev 250811, xf86-video-rendition/trunk/PKGBUILD)
  xf86-video-rendition/repos/staging-x86_64/PKGBUILD
(from rev 250811, xf86-video-rendition/trunk/PKGBUILD)
Deleted:
  xf86-video-rendition/repos/staging-i686/PKGBUILD
  xf86-video-rendition/repos/staging-i686/git-fixes.patch
  xf86-video-rendition/repos/staging-x86_64/PKGBUILD
  xf86-video-rendition/repos/staging-x86_64/git-fixes.patch

+
 /PKGBUILD  |   60 ++
 staging-i686/PKGBUILD  |   37 ---
 staging-i686/git-fixes.patch   |  125 ---
 staging-x86_64/PKGBUILD|   37 ---
 staging-x86_64/git-fixes.patch |  125 ---
 5 files changed, 60 insertions(+), 324 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2015-11-12 11:50:53 UTC (rev 250811)
+++ staging-i686/PKGBUILD   2015-11-12 11:51:09 UTC (rev 250812)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=xf86-video-rendition
-pkgver=4.2.5
-pkgrel=7
-pkgdesc="X.org Rendition video driver"
-arch=(i686 x86_64)
-url="http://xorg.freedesktop.org/;
-license=('custom')
-depends=('glibc')
-makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=20')
-conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<20' 
'X-ABI-VIDEODRV_VERSION>=21')
-options=('!strip')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 
git-fixes.patch)
-sha256sums=('39b5569338237de6e17b2a2c6be73ac6c405ee596079c41a7028cfd6e54134cb'
-'43301ab296b6a928ed880ea56fc476c7c2d80803c9a63b71e0391fca10457f55')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -Np1 -i ${srcdir}/git-fixes.patch
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-
-  strip --strip-unneeded 
"${pkgdir}/usr/lib/xorg/modules/drivers/rendition_drv.so"
-}

Copied: xf86-video-rendition/repos/staging-i686/PKGBUILD (from rev 250811, 
xf86-video-rendition/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-11-12 11:51:09 UTC (rev 250812)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-rendition
+pkgver=4.2.6
+pkgrel=1
+pkgdesc="X.org Rendition video driver"
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=20')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<20' 
'X-ABI-VIDEODRV_VERSION>=21')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
+sha256sums=('660ecf21f65a4d6002c1b603d62c314f8e9624d208db5b346850b0df9dc2f9a8'
+'SKIP')
+validpgpkeys=('DD38563A8A8224537D1F90E45B8A2D50A0ECD0D3') # Adam Jackson 

+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Deleted: staging-i686/git-fixes.patch
===
--- staging-i686/git-fixes.patch2015-11-12 11:50:53 UTC (rev 250811)
+++ staging-i686/git-fixes.patch2015-11-12 11:51:09 UTC (rev 250812)
@@ -1,125 +0,0 @@
-From 3a3ee1c45e54a808947cc26ca11f0a5299571053 Mon Sep 17 00:00:00 2001
-From: Adam Jackson 
-Date: Tue, 25 Sep 2012 12:54:50 +
-Subject: Remove mibstore.h
-
-Signed-off-by: Adam Jackson 

-diff --git a/src/rendition.c b/src/rendition.c
-index 7c74f76..888bb4a 100644
 a/src/rendition.c
-+++ b/src/rendition.c
-@@ -1173,7 +1173,6 @@ renditionScreenInit(SCREEN_INIT_ARGS_DECL)
- fbPictureInit (pScreen, 0, 0);
- 
- xf86SetBlackWhitePixels(pScreen);
--miInitializeBackingStore(pScreen);
-
- /*/
- /* The actual setup of the driver-specific code  */
-diff --git a/src/rendition.h b/src/rendition.h
-index f7f13d4..297117e 100644
 a/src/rendition.h
-+++ b/src/rendition.h
-@@ -28,9 +28,6 @@
- /* All drivers initialising the SW cursor need this */
- #include "mipointer.h"
- 
--/* All drivers implementing backing store need this */
--#include "mibstore.h"
--
- /* All drivers using the 

[arch-commits] Commit in xf86-video-rendition/repos (6 files)

2015-11-11 Thread Andreas Radke
Date: Wednesday, November 11, 2015 @ 10:32:26
  Author: andyrtr
Revision: 250710

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  xf86-video-rendition/repos/staging-i686/
  xf86-video-rendition/repos/staging-i686/PKGBUILD
(from rev 250709, xf86-video-rendition/trunk/PKGBUILD)
  xf86-video-rendition/repos/staging-i686/git-fixes.patch
(from rev 250709, xf86-video-rendition/trunk/git-fixes.patch)
  xf86-video-rendition/repos/staging-x86_64/
  xf86-video-rendition/repos/staging-x86_64/PKGBUILD
(from rev 250709, xf86-video-rendition/trunk/PKGBUILD)
  xf86-video-rendition/repos/staging-x86_64/git-fixes.patch
(from rev 250709, xf86-video-rendition/trunk/git-fixes.patch)

+
 staging-i686/PKGBUILD  |   37 +++
 staging-i686/git-fixes.patch   |  125 +++
 staging-x86_64/PKGBUILD|   37 +++
 staging-x86_64/git-fixes.patch |  125 +++
 4 files changed, 324 insertions(+)

Copied: xf86-video-rendition/repos/staging-i686/PKGBUILD (from rev 250709, 
xf86-video-rendition/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-11-11 09:32:26 UTC (rev 250710)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-rendition
+pkgver=4.2.5
+pkgrel=7
+pkgdesc="X.org Rendition video driver"
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=20')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<20' 
'X-ABI-VIDEODRV_VERSION>=21')
+options=('!strip')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 
git-fixes.patch)
+sha256sums=('39b5569338237de6e17b2a2c6be73ac6c405ee596079c41a7028cfd6e54134cb'
+'43301ab296b6a928ed880ea56fc476c7c2d80803c9a63b71e0391fca10457f55')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/git-fixes.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+
+  strip --strip-unneeded 
"${pkgdir}/usr/lib/xorg/modules/drivers/rendition_drv.so"
+}

Copied: xf86-video-rendition/repos/staging-i686/git-fixes.patch (from rev 
250709, xf86-video-rendition/trunk/git-fixes.patch)
===
--- staging-i686/git-fixes.patch(rev 0)
+++ staging-i686/git-fixes.patch2015-11-11 09:32:26 UTC (rev 250710)
@@ -0,0 +1,125 @@
+From 3a3ee1c45e54a808947cc26ca11f0a5299571053 Mon Sep 17 00:00:00 2001
+From: Adam Jackson 
+Date: Tue, 25 Sep 2012 12:54:50 +
+Subject: Remove mibstore.h
+
+Signed-off-by: Adam Jackson 
+---
+diff --git a/src/rendition.c b/src/rendition.c
+index 7c74f76..888bb4a 100644
+--- a/src/rendition.c
 b/src/rendition.c
+@@ -1173,7 +1173,6 @@ renditionScreenInit(SCREEN_INIT_ARGS_DECL)
+ fbPictureInit (pScreen, 0, 0);
+ 
+ xf86SetBlackWhitePixels(pScreen);
+-miInitializeBackingStore(pScreen);
+
+ /*/
+ /* The actual setup of the driver-specific code  */
+diff --git a/src/rendition.h b/src/rendition.h
+index f7f13d4..297117e 100644
+--- a/src/rendition.h
 b/src/rendition.h
+@@ -28,9 +28,6 @@
+ /* All drivers initialising the SW cursor need this */
+ #include "mipointer.h"
+ 
+-/* All drivers implementing backing store need this */
+-#include "mibstore.h"
+-
+ /* All drivers using the mi colormap manipulation need this */
+ #include "micmap.h"
+ 
+--
+cgit v0.9.0.2-2-gbebe
+From 30a4b73644ee22904824d4847e44ca69369fad02 Mon Sep 17 00:00:00 2001
+From: Adam Jackson 
+Date: Tue, 30 Sep 2014 10:21:58 -0400
+Subject: Fix build against xserver 1.17
+
+Also port from pci_device_map_region to pci_device_map_range.  Somewhat
+alarming that the previous code was using map_region but unmap_range...
+
+Signed-off-by: Adam Jackson 
+
+diff --git a/src/rendition.c b/src/rendition.c
+index 888bb4a..9677850 100644
+--- a/src/rendition.c
 b/src/rendition.c
+@@ -1371,6 +1371,18 @@ renditionMapMem(ScrnInfoPtr pScreenInfo)
+/* Override on users request */
+ WriteCombine
+   = xf86ReturnOptValBool(pRendition->Options, OPTION_FBWC, WriteCombine);
++#ifdef XSERVER_LIBPCIACCESS
++mapOption = PCI_DEV_MAP_FLAG_WRITABLE;
++if (WriteCombine)
++  mapOption |= PCI_DEV_MAP_FLAG_WRITE_COMBINE;
++
++err = pci_device_map_range(pRendition->PciInfo,
++ pRendition->PciInfo->regions[0].base_addr,
++  

[arch-commits] Commit in xf86-video-rendition/repos (6 files)

2015-02-05 Thread Laurent Carlier
Date: Thursday, February 5, 2015 @ 23:06:30
  Author: lcarlier
Revision: 230875

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  xf86-video-rendition/repos/staging-i686/
  xf86-video-rendition/repos/staging-i686/PKGBUILD
(from rev 230874, xf86-video-rendition/trunk/PKGBUILD)
  xf86-video-rendition/repos/staging-i686/git-fixes.patch
(from rev 230874, xf86-video-rendition/trunk/git-fixes.patch)
  xf86-video-rendition/repos/staging-x86_64/
  xf86-video-rendition/repos/staging-x86_64/PKGBUILD
(from rev 230874, xf86-video-rendition/trunk/PKGBUILD)
  xf86-video-rendition/repos/staging-x86_64/git-fixes.patch
(from rev 230874, xf86-video-rendition/trunk/git-fixes.patch)

+
 staging-i686/PKGBUILD  |   37 +++
 staging-i686/git-fixes.patch   |  125 +++
 staging-x86_64/PKGBUILD|   37 +++
 staging-x86_64/git-fixes.patch |  125 +++
 4 files changed, 324 insertions(+)

Copied: xf86-video-rendition/repos/staging-i686/PKGBUILD (from rev 230874, 
xf86-video-rendition/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-02-05 22:06:30 UTC (rev 230875)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-rendition
+pkgver=4.2.5
+pkgrel=6
+pkgdesc=X.org Rendition video driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=19')
+conflicts=('xorg-server1.16' 'X-ABI-VIDEODRV_VERSION19' 
'X-ABI-VIDEODRV_VERSION=20')
+options=('!strip')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 
git-fixes.patch)
+sha256sums=('39b5569338237de6e17b2a2c6be73ac6c405ee596079c41a7028cfd6e54134cb'
+'43301ab296b6a928ed880ea56fc476c7c2d80803c9a63b71e0391fca10457f55')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/git-fixes.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+
+  strip --strip-unneeded 
${pkgdir}/usr/lib/xorg/modules/drivers/rendition_drv.so
+}

Copied: xf86-video-rendition/repos/staging-i686/git-fixes.patch (from rev 
230874, xf86-video-rendition/trunk/git-fixes.patch)
===
--- staging-i686/git-fixes.patch(rev 0)
+++ staging-i686/git-fixes.patch2015-02-05 22:06:30 UTC (rev 230875)
@@ -0,0 +1,125 @@
+From 3a3ee1c45e54a808947cc26ca11f0a5299571053 Mon Sep 17 00:00:00 2001
+From: Adam Jackson a...@redhat.com
+Date: Tue, 25 Sep 2012 12:54:50 +
+Subject: Remove mibstore.h
+
+Signed-off-by: Adam Jackson a...@redhat.com
+---
+diff --git a/src/rendition.c b/src/rendition.c
+index 7c74f76..888bb4a 100644
+--- a/src/rendition.c
 b/src/rendition.c
+@@ -1173,7 +1173,6 @@ renditionScreenInit(SCREEN_INIT_ARGS_DECL)
+ fbPictureInit (pScreen, 0, 0);
+ 
+ xf86SetBlackWhitePixels(pScreen);
+-miInitializeBackingStore(pScreen);
+
+ /*/
+ /* The actual setup of the driver-specific code  */
+diff --git a/src/rendition.h b/src/rendition.h
+index f7f13d4..297117e 100644
+--- a/src/rendition.h
 b/src/rendition.h
+@@ -28,9 +28,6 @@
+ /* All drivers initialising the SW cursor need this */
+ #include mipointer.h
+ 
+-/* All drivers implementing backing store need this */
+-#include mibstore.h
+-
+ /* All drivers using the mi colormap manipulation need this */
+ #include micmap.h
+ 
+--
+cgit v0.9.0.2-2-gbebe
+From 30a4b73644ee22904824d4847e44ca69369fad02 Mon Sep 17 00:00:00 2001
+From: Adam Jackson a...@redhat.com
+Date: Tue, 30 Sep 2014 10:21:58 -0400
+Subject: Fix build against xserver 1.17
+
+Also port from pci_device_map_region to pci_device_map_range.  Somewhat
+alarming that the previous code was using map_region but unmap_range...
+
+Signed-off-by: Adam Jackson a...@redhat.com
+
+diff --git a/src/rendition.c b/src/rendition.c
+index 888bb4a..9677850 100644
+--- a/src/rendition.c
 b/src/rendition.c
+@@ -1371,6 +1371,18 @@ renditionMapMem(ScrnInfoPtr pScreenInfo)
+/* Override on users request */
+ WriteCombine
+   = xf86ReturnOptValBool(pRendition-Options, OPTION_FBWC, WriteCombine);
++#ifdef XSERVER_LIBPCIACCESS
++mapOption = PCI_DEV_MAP_FLAG_WRITABLE;
++if (WriteCombine)
++  mapOption |= PCI_DEV_MAP_FLAG_WRITE_COMBINE;
++
++err = pci_device_map_range(pRendition-PciInfo,
++ pRendition-PciInfo-regions[0].base_addr,
++ 

[arch-commits] Commit in xf86-video-rendition/repos (6 files)

2014-07-18 Thread Laurent Carlier
Date: Friday, July 18, 2014 @ 13:30:00
  Author: lcarlier
Revision: 217106

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  xf86-video-rendition/repos/staging-i686/
  xf86-video-rendition/repos/staging-i686/PKGBUILD
(from rev 217103, xf86-video-rendition/trunk/PKGBUILD)
  xf86-video-rendition/repos/staging-i686/git-fixes.patch
(from rev 217103, xf86-video-rendition/trunk/git-fixes.patch)
  xf86-video-rendition/repos/staging-x86_64/
  xf86-video-rendition/repos/staging-x86_64/PKGBUILD
(from rev 217104, xf86-video-rendition/trunk/PKGBUILD)
  xf86-video-rendition/repos/staging-x86_64/git-fixes.patch
(from rev 217104, xf86-video-rendition/trunk/git-fixes.patch)

+
 staging-i686/PKGBUILD  |   37 +
 staging-i686/git-fixes.patch   |   35 +++
 staging-x86_64/PKGBUILD|   37 +
 staging-x86_64/git-fixes.patch |   35 +++
 4 files changed, 144 insertions(+)

Copied: xf86-video-rendition/repos/staging-i686/PKGBUILD (from rev 217103, 
xf86-video-rendition/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-07-18 11:30:00 UTC (rev 217106)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-rendition
+pkgver=4.2.5
+pkgrel=5
+pkgdesc=X.org Rendition video driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=18')
+conflicts=('xorg-server1.16' 'X-ABI-VIDEODRV_VERSION18' 
'X-ABI-VIDEODRV_VERSION=19')
+options=('!strip')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 
git-fixes.patch)
+sha256sums=('39b5569338237de6e17b2a2c6be73ac6c405ee596079c41a7028cfd6e54134cb'
+'93a59e9deed98af201c8bb231fdf3214fcd02dae8ef2f880b044b4fd100cdb4c')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/git-fixes.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+
+  strip --strip-unneeded 
${pkgdir}/usr/lib/xorg/modules/drivers/rendition_drv.so
+}

Copied: xf86-video-rendition/repos/staging-i686/git-fixes.patch (from rev 
217103, xf86-video-rendition/trunk/git-fixes.patch)
===
--- staging-i686/git-fixes.patch(rev 0)
+++ staging-i686/git-fixes.patch2014-07-18 11:30:00 UTC (rev 217106)
@@ -0,0 +1,35 @@
+From 3a3ee1c45e54a808947cc26ca11f0a5299571053 Mon Sep 17 00:00:00 2001
+From: Adam Jackson a...@redhat.com
+Date: Tue, 25 Sep 2012 12:54:50 +
+Subject: Remove mibstore.h
+
+Signed-off-by: Adam Jackson a...@redhat.com
+---
+diff --git a/src/rendition.c b/src/rendition.c
+index 7c74f76..888bb4a 100644
+--- a/src/rendition.c
 b/src/rendition.c
+@@ -1173,7 +1173,6 @@ renditionScreenInit(SCREEN_INIT_ARGS_DECL)
+ fbPictureInit (pScreen, 0, 0);
+ 
+ xf86SetBlackWhitePixels(pScreen);
+-miInitializeBackingStore(pScreen);
+
+ /*/
+ /* The actual setup of the driver-specific code  */
+diff --git a/src/rendition.h b/src/rendition.h
+index f7f13d4..297117e 100644
+--- a/src/rendition.h
 b/src/rendition.h
+@@ -28,9 +28,6 @@
+ /* All drivers initialising the SW cursor need this */
+ #include mipointer.h
+ 
+-/* All drivers implementing backing store need this */
+-#include mibstore.h
+-
+ /* All drivers using the mi colormap manipulation need this */
+ #include micmap.h
+ 
+--
+cgit v0.9.0.2-2-gbebe

Copied: xf86-video-rendition/repos/staging-x86_64/PKGBUILD (from rev 217104, 
xf86-video-rendition/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-07-18 11:30:00 UTC (rev 217106)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-rendition
+pkgver=4.2.5
+pkgrel=5
+pkgdesc=X.org Rendition video driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=18')
+conflicts=('xorg-server1.16' 'X-ABI-VIDEODRV_VERSION18' 
'X-ABI-VIDEODRV_VERSION=19')
+options=('!strip')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 
git-fixes.patch)
+sha256sums=('39b5569338237de6e17b2a2c6be73ac6c405ee596079c41a7028cfd6e54134cb'
+'93a59e9deed98af201c8bb231fdf3214fcd02dae8ef2f880b044b4fd100cdb4c')
+

[arch-commits] Commit in xf86-video-rendition/repos (6 files)

2013-12-28 Thread Andreas Radke
Date: Saturday, December 28, 2013 @ 19:28:15
  Author: andyrtr
Revision: 202863

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  xf86-video-rendition/repos/staging-i686/
  xf86-video-rendition/repos/staging-i686/PKGBUILD
(from rev 202862, xf86-video-rendition/trunk/PKGBUILD)
  xf86-video-rendition/repos/staging-i686/git-fixes.patch
(from rev 202862, xf86-video-rendition/trunk/git-fixes.patch)
  xf86-video-rendition/repos/staging-x86_64/
  xf86-video-rendition/repos/staging-x86_64/PKGBUILD
(from rev 202862, xf86-video-rendition/trunk/PKGBUILD)
  xf86-video-rendition/repos/staging-x86_64/git-fixes.patch
(from rev 202862, xf86-video-rendition/trunk/git-fixes.patch)

+
 staging-i686/PKGBUILD  |   33 +
 staging-i686/git-fixes.patch   |   35 +++
 staging-x86_64/PKGBUILD|   33 +
 staging-x86_64/git-fixes.patch |   35 +++
 4 files changed, 136 insertions(+)

Copied: xf86-video-rendition/repos/staging-i686/PKGBUILD (from rev 202862, 
xf86-video-rendition/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-12-28 18:28:15 UTC (rev 202863)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-rendition
+pkgver=4.2.5
+pkgrel=4
+pkgdesc=X.org Rendition video driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=15')
+conflicts=('xorg-server1.15.0' 'X-ABI-VIDEODRV_VERSION15' 
'X-ABI-VIDEODRV_VERSION=16')
+options=('!strip')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 
git-fixes.patch)
+sha256sums=('39b5569338237de6e17b2a2c6be73ac6c405ee596079c41a7028cfd6e54134cb'
+'93a59e9deed98af201c8bb231fdf3214fcd02dae8ef2f880b044b4fd100cdb4c')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/git-fixes.patch
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+
+  strip --strip-unneeded 
${pkgdir}/usr/lib/xorg/modules/drivers/rendition_drv.so
+}

Copied: xf86-video-rendition/repos/staging-i686/git-fixes.patch (from rev 
202862, xf86-video-rendition/trunk/git-fixes.patch)
===
--- staging-i686/git-fixes.patch(rev 0)
+++ staging-i686/git-fixes.patch2013-12-28 18:28:15 UTC (rev 202863)
@@ -0,0 +1,35 @@
+From 3a3ee1c45e54a808947cc26ca11f0a5299571053 Mon Sep 17 00:00:00 2001
+From: Adam Jackson a...@redhat.com
+Date: Tue, 25 Sep 2012 12:54:50 +
+Subject: Remove mibstore.h
+
+Signed-off-by: Adam Jackson a...@redhat.com
+---
+diff --git a/src/rendition.c b/src/rendition.c
+index 7c74f76..888bb4a 100644
+--- a/src/rendition.c
 b/src/rendition.c
+@@ -1173,7 +1173,6 @@ renditionScreenInit(SCREEN_INIT_ARGS_DECL)
+ fbPictureInit (pScreen, 0, 0);
+ 
+ xf86SetBlackWhitePixels(pScreen);
+-miInitializeBackingStore(pScreen);
+
+ /*/
+ /* The actual setup of the driver-specific code  */
+diff --git a/src/rendition.h b/src/rendition.h
+index f7f13d4..297117e 100644
+--- a/src/rendition.h
 b/src/rendition.h
+@@ -28,9 +28,6 @@
+ /* All drivers initialising the SW cursor need this */
+ #include mipointer.h
+ 
+-/* All drivers implementing backing store need this */
+-#include mibstore.h
+-
+ /* All drivers using the mi colormap manipulation need this */
+ #include micmap.h
+ 
+--
+cgit v0.9.0.2-2-gbebe

Copied: xf86-video-rendition/repos/staging-x86_64/PKGBUILD (from rev 202862, 
xf86-video-rendition/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-12-28 18:28:15 UTC (rev 202863)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-rendition
+pkgver=4.2.5
+pkgrel=4
+pkgdesc=X.org Rendition video driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=15')
+conflicts=('xorg-server1.15.0' 'X-ABI-VIDEODRV_VERSION15' 
'X-ABI-VIDEODRV_VERSION=16')
+options=('!strip')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 
git-fixes.patch)
+sha256sums=('39b5569338237de6e17b2a2c6be73ac6c405ee596079c41a7028cfd6e54134cb'
+'93a59e9deed98af201c8bb231fdf3214fcd02dae8ef2f880b044b4fd100cdb4c')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  patch 

[arch-commits] Commit in xf86-video-rendition/repos (6 files)

2013-03-09 Thread Andreas Radke
Date: Saturday, March 9, 2013 @ 16:55:24
  Author: andyrtr
Revision: 179741

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  xf86-video-rendition/repos/staging-i686/
  xf86-video-rendition/repos/staging-i686/PKGBUILD
(from rev 179740, xf86-video-rendition/trunk/PKGBUILD)
  xf86-video-rendition/repos/staging-i686/git-fixes.patch
(from rev 179740, xf86-video-rendition/trunk/git-fixes.patch)
  xf86-video-rendition/repos/staging-x86_64/
  xf86-video-rendition/repos/staging-x86_64/PKGBUILD
(from rev 179740, xf86-video-rendition/trunk/PKGBUILD)
  xf86-video-rendition/repos/staging-x86_64/git-fixes.patch
(from rev 179740, xf86-video-rendition/trunk/git-fixes.patch)

+
 staging-i686/PKGBUILD  |   33 +
 staging-i686/git-fixes.patch   |   35 +++
 staging-x86_64/PKGBUILD|   33 +
 staging-x86_64/git-fixes.patch |   35 +++
 4 files changed, 136 insertions(+)

Copied: xf86-video-rendition/repos/staging-i686/PKGBUILD (from rev 179740, 
xf86-video-rendition/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-03-09 15:55:24 UTC (rev 179741)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-rendition
+pkgver=4.2.5
+pkgrel=3
+pkgdesc=X.org Rendition video driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=14' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server1.14.0' 'X-ABI-VIDEODRV_VERSION14' 
'X-ABI-VIDEODRV_VERSION=15')
+options=('!libtool' '!strip')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 
git-fixes.patch)
+sha256sums=('39b5569338237de6e17b2a2c6be73ac6c405ee596079c41a7028cfd6e54134cb'
+'93a59e9deed98af201c8bb231fdf3214fcd02dae8ef2f880b044b4fd100cdb4c')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/git-fixes.patch
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+
+  strip --strip-unneeded 
${pkgdir}/usr/lib/xorg/modules/drivers/rendition_drv.so
+}

Copied: xf86-video-rendition/repos/staging-i686/git-fixes.patch (from rev 
179740, xf86-video-rendition/trunk/git-fixes.patch)
===
--- staging-i686/git-fixes.patch(rev 0)
+++ staging-i686/git-fixes.patch2013-03-09 15:55:24 UTC (rev 179741)
@@ -0,0 +1,35 @@
+From 3a3ee1c45e54a808947cc26ca11f0a5299571053 Mon Sep 17 00:00:00 2001
+From: Adam Jackson a...@redhat.com
+Date: Tue, 25 Sep 2012 12:54:50 +
+Subject: Remove mibstore.h
+
+Signed-off-by: Adam Jackson a...@redhat.com
+---
+diff --git a/src/rendition.c b/src/rendition.c
+index 7c74f76..888bb4a 100644
+--- a/src/rendition.c
 b/src/rendition.c
+@@ -1173,7 +1173,6 @@ renditionScreenInit(SCREEN_INIT_ARGS_DECL)
+ fbPictureInit (pScreen, 0, 0);
+ 
+ xf86SetBlackWhitePixels(pScreen);
+-miInitializeBackingStore(pScreen);
+
+ /*/
+ /* The actual setup of the driver-specific code  */
+diff --git a/src/rendition.h b/src/rendition.h
+index f7f13d4..297117e 100644
+--- a/src/rendition.h
 b/src/rendition.h
+@@ -28,9 +28,6 @@
+ /* All drivers initialising the SW cursor need this */
+ #include mipointer.h
+ 
+-/* All drivers implementing backing store need this */
+-#include mibstore.h
+-
+ /* All drivers using the mi colormap manipulation need this */
+ #include micmap.h
+ 
+--
+cgit v0.9.0.2-2-gbebe

Copied: xf86-video-rendition/repos/staging-x86_64/PKGBUILD (from rev 179740, 
xf86-video-rendition/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-03-09 15:55:24 UTC (rev 179741)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-rendition
+pkgver=4.2.5
+pkgrel=3
+pkgdesc=X.org Rendition video driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=14' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server1.14.0' 'X-ABI-VIDEODRV_VERSION14' 
'X-ABI-VIDEODRV_VERSION=15')
+options=('!libtool' '!strip')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 
git-fixes.patch)
+sha256sums=('39b5569338237de6e17b2a2c6be73ac6c405ee596079c41a7028cfd6e54134cb'
+

[arch-commits] Commit in xf86-video-rendition/repos (6 files)

2012-10-13 Thread andyrtr
Date: Saturday, October 13, 2012 @ 07:45:31
  Author: andyrtr
Revision: 168583

db-move: moved xf86-video-rendition from [testing] to [extra] (i686, x86_64)

Added:
  xf86-video-rendition/repos/extra-i686/PKGBUILD
(from rev 168549, xf86-video-rendition/repos/testing-i686/PKGBUILD)
  xf86-video-rendition/repos/extra-x86_64/PKGBUILD
(from rev 168549, xf86-video-rendition/repos/testing-x86_64/PKGBUILD)
Deleted:
  xf86-video-rendition/repos/extra-i686/PKGBUILD
  xf86-video-rendition/repos/extra-x86_64/PKGBUILD
  xf86-video-rendition/repos/testing-i686/
  xf86-video-rendition/repos/testing-x86_64/

---+
 extra-i686/PKGBUILD   |   63 +++-
 extra-x86_64/PKGBUILD |   63 +++-
 2 files changed, 62 insertions(+), 64 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-10-13 11:45:27 UTC (rev 168582)
+++ extra-i686/PKGBUILD 2012-10-13 11:45:31 UTC (rev 168583)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xf86-video-rendition
-pkgver=4.2.5
-pkgrel=1
-pkgdesc=X.org Rendition video driver
-arch=(i686 x86_64)
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('glibc')
-makedepends=('xorg-server-devel=1.11.99.903')
-conflicts=('xorg-server1.11.99.903')
-options=('!libtool' '!strip')
-groups=('xorg-drivers' 'xorg')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('930e99e4d44418b1e55f11a2a8525b42b0e2d3b5')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-
-  strip --strip-unneeded 
${pkgdir}/usr/lib/xorg/modules/drivers/rendition_drv.so
-}

Copied: xf86-video-rendition/repos/extra-i686/PKGBUILD (from rev 168549, 
xf86-video-rendition/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-10-13 11:45:31 UTC (rev 168583)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-rendition
+pkgver=4.2.5
+pkgrel=2
+pkgdesc=X.org Rendition video driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=13' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server1.13.0' 'X-ABI-VIDEODRV_VERSION13' 
'X-ABI-VIDEODRV_VERSION=14')
+options=('!libtool' '!strip')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('930e99e4d44418b1e55f11a2a8525b42b0e2d3b5')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+
+  strip --strip-unneeded 
${pkgdir}/usr/lib/xorg/modules/drivers/rendition_drv.so
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-10-13 11:45:27 UTC (rev 168582)
+++ extra-x86_64/PKGBUILD   2012-10-13 11:45:31 UTC (rev 168583)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xf86-video-rendition
-pkgver=4.2.5
-pkgrel=1
-pkgdesc=X.org Rendition video driver
-arch=(i686 x86_64)
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('glibc')
-makedepends=('xorg-server-devel=1.11.99.903')
-conflicts=('xorg-server1.11.99.903')
-options=('!libtool' '!strip')
-groups=('xorg-drivers' 'xorg')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('930e99e4d44418b1e55f11a2a8525b42b0e2d3b5')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-
-  strip --strip-unneeded 
${pkgdir}/usr/lib/xorg/modules/drivers/rendition_drv.so
-}

Copied: xf86-video-rendition/repos/extra-x86_64/PKGBUILD (from rev 168549, 
xf86-video-rendition/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-10-13 11:45:31 UTC (rev 168583)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-rendition
+pkgver=4.2.5
+pkgrel=2
+pkgdesc=X.org Rendition video driver
+arch=(i686 x86_64)

[arch-commits] Commit in xf86-video-rendition/repos (6 files)

2012-10-06 Thread andyrtr
Date: Saturday, October 6, 2012 @ 16:07:58
  Author: andyrtr
Revision: 168235

db-move: moved xf86-video-rendition from [staging] to [testing] (i686, x86_64)

Added:
  xf86-video-rendition/repos/testing-i686/
  xf86-video-rendition/repos/testing-i686/PKGBUILD
(from rev 168199, xf86-video-rendition/repos/staging-i686/PKGBUILD)
  xf86-video-rendition/repos/testing-x86_64/
  xf86-video-rendition/repos/testing-x86_64/PKGBUILD
(from rev 168199, xf86-video-rendition/repos/staging-x86_64/PKGBUILD)
Deleted:
  xf86-video-rendition/repos/staging-i686/
  xf86-video-rendition/repos/staging-x86_64/

-+
 testing-i686/PKGBUILD   |   31 +++
 testing-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: xf86-video-rendition/repos/testing-i686/PKGBUILD (from rev 168199, 
xf86-video-rendition/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-10-06 20:07:58 UTC (rev 168235)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-rendition
+pkgver=4.2.5
+pkgrel=2
+pkgdesc=X.org Rendition video driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=13' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server1.13.0' 'X-ABI-VIDEODRV_VERSION13' 
'X-ABI-VIDEODRV_VERSION=14')
+options=('!libtool' '!strip')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('930e99e4d44418b1e55f11a2a8525b42b0e2d3b5')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+
+  strip --strip-unneeded 
${pkgdir}/usr/lib/xorg/modules/drivers/rendition_drv.so
+}

Copied: xf86-video-rendition/repos/testing-x86_64/PKGBUILD (from rev 168199, 
xf86-video-rendition/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-10-06 20:07:58 UTC (rev 168235)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-rendition
+pkgver=4.2.5
+pkgrel=2
+pkgdesc=X.org Rendition video driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=13' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server1.13.0' 'X-ABI-VIDEODRV_VERSION13' 
'X-ABI-VIDEODRV_VERSION=14')
+options=('!libtool' '!strip')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('930e99e4d44418b1e55f11a2a8525b42b0e2d3b5')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+
+  strip --strip-unneeded 
${pkgdir}/usr/lib/xorg/modules/drivers/rendition_drv.so
+}



[arch-commits] Commit in xf86-video-rendition/repos (6 files)

2012-09-18 Thread andyrtr
Date: Tuesday, September 18, 2012 @ 14:43:37
  Author: andyrtr
Revision: 166766

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  xf86-video-rendition/repos/extra-i686/PKGBUILD
(from rev 166765, xf86-video-rendition/trunk/PKGBUILD)
  xf86-video-rendition/repos/extra-x86_64/PKGBUILD
(from rev 166765, xf86-video-rendition/trunk/PKGBUILD)
Deleted:
  xf86-video-rendition/repos/extra-i686/PKGBUILD
  xf86-video-rendition/repos/extra-i686/rendition-4.2.4-git.patch
  xf86-video-rendition/repos/extra-x86_64/PKGBUILD
  xf86-video-rendition/repos/extra-x86_64/rendition-4.2.4-git.patch

+
 extra-i686/PKGBUILD|   67 +-
 extra-i686/rendition-4.2.4-git.patch   |  809 ---
 extra-x86_64/PKGBUILD  |   67 +-
 extra-x86_64/rendition-4.2.4-git.patch |  809 ---
 4 files changed, 64 insertions(+), 1688 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 166765:166766 to see the changes.


[arch-commits] Commit in xf86-video-rendition/repos (6 files)

2012-02-11 Thread andyrtr
Date: Saturday, February 11, 2012 @ 06:08:44
  Author: andyrtr
Revision: 149868

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  xf86-video-rendition/repos/staging-i686/
  xf86-video-rendition/repos/staging-i686/PKGBUILD
(from rev 149867, xf86-video-rendition/trunk/PKGBUILD)
  xf86-video-rendition/repos/staging-i686/rendition-4.2.4-git.patch
(from rev 149867, xf86-video-rendition/trunk/rendition-4.2.4-git.patch)
  xf86-video-rendition/repos/staging-x86_64/
  xf86-video-rendition/repos/staging-x86_64/PKGBUILD
(from rev 149867, xf86-video-rendition/trunk/PKGBUILD)
  xf86-video-rendition/repos/staging-x86_64/rendition-4.2.4-git.patch
(from rev 149867, xf86-video-rendition/trunk/rendition-4.2.4-git.patch)

--+
 staging-i686/PKGBUILD|   35 +
 staging-i686/rendition-4.2.4-git.patch   |  809 +
 staging-x86_64/PKGBUILD  |   35 +
 staging-x86_64/rendition-4.2.4-git.patch |  809 +
 4 files changed, 1688 insertions(+)

The diff is longer than the limit of 200KB.
Use svn diff -r 149867:149868 to see the changes.