Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to devel-xorg-modular grimoire by Pol Vinogradov (7da4f4b8bff680a910ea85b378800a2d836c42b2)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to devel-xorg-modular grimoire by Pol Vinogradov (7da4f4b8bff680a910ea85b378800a2d836c42b2)
  • Date: Fri, 27 Jun 2008 18:32:09 -0500

GIT changes to devel-xorg-modular grimoire by Pol Vinogradov
<vin.public AT gmail.com>:

ChangeLog | 4 ++++
xorg-driver/xf86-video-ati/BUILD | 3 ---
xorg-driver/xf86-video-ati/DETAILS | 14 ++++++--------
xorg-driver/xf86-video-ati/HISTORY | 5 +++++
xorg-driver/xf86-video-mach64/CONFLICTS | 6 ++++++
xorg-driver/xf86-video-mach64/DEPENDS | 12 ++++++++++++
xorg-driver/xf86-video-mach64/DETAILS | 21 +++++++++++++++++++++
xorg-driver/xf86-video-mach64/HISTORY | 3 +++
xorg-driver/xf86-video-r128/CONFLICTS | 6 ++++++
xorg-driver/xf86-video-r128/DEPENDS | 12 ++++++++++++
xorg-driver/xf86-video-r128/DETAILS | 24 ++++++++++++++++++++++++
xorg-driver/xf86-video-r128/HISTORY | 3 +++
12 files changed, 102 insertions(+), 11 deletions(-)

New commits:
commit 7da4f4b8bff680a910ea85b378800a2d836c42b2
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

xorg-driver/xf86-video-r128: new spell, driver for ATI Rage 128 video
cards

commit aaa72a181bb3ef35408a0a7346492a575f51948c
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

xorg-driver/xf86-video-mach64: new spell, Mach64 driver for modular Xorg

commit 4f81319e1d6ca8b9c12f494296236efd7476c3cf
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

xorg-driver/xf86-video-ati: updated to 6.9.0, fixed long description and
removed useless BUILD

diff --git a/ChangeLog b/ChangeLog
index 27bfc62..d414e3f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-06-28 Pol Vinogradov <vin.public AT gmail.com>
+ * xorg-driver/xf86-video-mach64: new spell, Mach64 driver for modular
Xorg
+ * xorg-driver/xf86-video-r128: new spell, driver for ATI Rage 128
video cards
+
2008-04-24 Eric Sandall <sandalle AT sourcemage.org>
* compiz-fusion/compiz-fusion: Renamed to compiz-fusion-profile to
avoid conflicting name with a section
diff --git a/xorg-driver/xf86-video-ati/BUILD
b/xorg-driver/xf86-video-ati/BUILD
deleted file mode 100755
index 1ef6c13..0000000
--- a/xorg-driver/xf86-video-ati/BUILD
+++ /dev/null
@@ -1,3 +0,0 @@
-OPTS="$XF86_VIDEO_ATI_OPTS $OPTS" &&
-
-default_build
diff --git a/xorg-driver/xf86-video-ati/DETAILS
b/xorg-driver/xf86-video-ati/DETAILS
index 4722f66..43b2fae 100755
--- a/xorg-driver/xf86-video-ati/DETAILS
+++ b/xorg-driver/xf86-video-ati/DETAILS
@@ -1,10 +1,10 @@
SPELL=xf86-video-ati
PKG=xf86-video-ati
- VERSION=6.8.0
+ VERSION=6.9.0
XORG_VER=X11R7.1
SOURCE=${PKG}-${VERSION}.tar.bz2

SOURCE_URL[0]=http://xorg.freedesktop.org/releases/individual/driver/${SOURCE}
-
SOURCE_HASH=sha512:66087eec66f68d3e872f1a6c4e0e22d1b13d13f98dbe3b0fbf26082af0fd21f8baae83ffc63dd630bceffbca0190e12249a5d9879016336c697e8f37c2db097f
+
SOURCE_HASH=sha512:b2dce148b181d60d56f17e176b4ad8c7c14d0cc8bd68de8a1ee7b2eb4259647f178c39c9be6ae20fcc1ac6b8f2c44c6e1c5981009864a0da672acce0a6f1e473
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${PKG}-${VERSION}
WEB_SITE=http://xorg.freedesktop.org
ENTERED=20051125
@@ -12,12 +12,10 @@ SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${PKG}-${VERSION}
SHORT="ati is an Xorg wrapper driver for ATI video cards."
cat << EOF
ati is an Xorg wrapper driver for ATI video cards. It autodetects
-whether your hardware has a Radeon, Rage 128, or Mach64 or earlier
-class of chipset, and loads the radeon(4), r128(4), or atimisc(4)
-driver as appropriate.
+whether your hardware has a Radeon or earlier class of chipset, and
+loads the radeon(4), r128(4), or atimisc(4) driver as appropriate.

SUPPORTED HARDWARE
-The ati driver supports Radeon, Rage 128, and Mach64 and earlier
-chipsets by loading those drivers. See those manpages for specific
-cards supported.
+The ati driver supports Radeon and earlier chipsets by loading those
+drivers. See those manpages for specific cards supported.
EOF
diff --git a/xorg-driver/xf86-video-ati/HISTORY
b/xorg-driver/xf86-video-ati/HISTORY
index f7eea46..967822c 100644
--- a/xorg-driver/xf86-video-ati/HISTORY
+++ b/xorg-driver/xf86-video-ati/HISTORY
@@ -1,3 +1,8 @@
+2008-06-28 Pol Vinogradov <vin.public AT gmail.com>
+ * DETAILS: updated to 6.9.0, fixed long description as it no longer
+ supports Mach64 and R128 chips
+ * BUILD: removed, it's useless
+
2008-03-17 Eric Sandall <sandalle AT sourcemage.org>
* CONFLICTS: Auto-conflicts with xorg as well

diff --git a/xorg-driver/xf86-video-mach64/CONFLICTS
b/xorg-driver/xf86-video-mach64/CONFLICTS
new file mode 100755
index 0000000..8007c92
--- /dev/null
+++ b/xorg-driver/xf86-video-mach64/CONFLICTS
@@ -0,0 +1,6 @@
+conflicts xdirectfb y
+conflicts xfree86-devel y
+conflicts xfree86-libs y
+conflicts xfree86-4.3 y
+conflicts xfree86 y
+conflicts xorg y
diff --git a/xorg-driver/xf86-video-mach64/DEPENDS
b/xorg-driver/xf86-video-mach64/DEPENDS
new file mode 100755
index 0000000..0482b7b
--- /dev/null
+++ b/xorg-driver/xf86-video-mach64/DEPENDS
@@ -0,0 +1,12 @@
+depends util-macros &&
+depends xproto &&
+depends xorg-server &&
+optional_depends mesalib \
+ "--enable-dri" \
+ "--disable-dri" \
+ "Do you want dri support" &&
+. $GRIMOIRE/is_depends_enabled.function
+if is_depends_enabled $SPELL mesalib ; then
+sub_depends mesalib DRI
+fi
+
diff --git a/xorg-driver/xf86-video-mach64/DETAILS
b/xorg-driver/xf86-video-mach64/DETAILS
new file mode 100755
index 0000000..0ec0203
--- /dev/null
+++ b/xorg-driver/xf86-video-mach64/DETAILS
@@ -0,0 +1,21 @@
+ SPELL=xf86-video-mach64
+ PKG=xf86-video-mach64
+ VERSION=6.8.0
+ XORG_VER=X11R7.1
+ SOURCE=${PKG}-${VERSION}.tar.bz2
+
SOURCE_URL[0]=http://xorg.freedesktop.org/releases/individual/driver/${SOURCE}
+
SOURCE_HASH=sha512:c1823280d4de9a6005be6db44e3769f2aa2f956eb1eeb6d86fd673f5816c978c1ca23275691f181046e85feda939c19d7c9f46aeaa72c4ad493a2dbd57a816c6
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${PKG}-${VERSION}
+ WEB_SITE=http://xorg.freedesktop.org
+ ENTERED=20080628
+ LICENSE[0]=XCL
+ SHORT="mach64 is driver for ATI video cards based on Mach64
chipsets"
+cat << EOF
+This is an Xorg wrapper driver is intended for all ATI video adapters
+based on the Mach64 series or older chipsets, providing maximum video
function
+within hardware limitations.
+
+SUPPORTED HARDWARE
+The driver supports Mach64 and earlier chipsets by loading those
+drivers. See manpage for specific cards supported.
+EOF
diff --git a/xorg-driver/xf86-video-mach64/HISTORY
b/xorg-driver/xf86-video-mach64/HISTORY
new file mode 100644
index 0000000..3bb09df
--- /dev/null
+++ b/xorg-driver/xf86-video-mach64/HISTORY
@@ -0,0 +1,3 @@
+2008-06-28 Pol Vinogradov <vin.public AT gmail.com>
+ * CONFLICTS, DEPENDS, DETAILS: created spell
+
diff --git a/xorg-driver/xf86-video-r128/CONFLICTS
b/xorg-driver/xf86-video-r128/CONFLICTS
new file mode 100755
index 0000000..8007c92
--- /dev/null
+++ b/xorg-driver/xf86-video-r128/CONFLICTS
@@ -0,0 +1,6 @@
+conflicts xdirectfb y
+conflicts xfree86-devel y
+conflicts xfree86-libs y
+conflicts xfree86-4.3 y
+conflicts xfree86 y
+conflicts xorg y
diff --git a/xorg-driver/xf86-video-r128/DEPENDS
b/xorg-driver/xf86-video-r128/DEPENDS
new file mode 100755
index 0000000..0482b7b
--- /dev/null
+++ b/xorg-driver/xf86-video-r128/DEPENDS
@@ -0,0 +1,12 @@
+depends util-macros &&
+depends xproto &&
+depends xorg-server &&
+optional_depends mesalib \
+ "--enable-dri" \
+ "--disable-dri" \
+ "Do you want dri support" &&
+. $GRIMOIRE/is_depends_enabled.function
+if is_depends_enabled $SPELL mesalib ; then
+sub_depends mesalib DRI
+fi
+
diff --git a/xorg-driver/xf86-video-r128/DETAILS
b/xorg-driver/xf86-video-r128/DETAILS
new file mode 100755
index 0000000..d137094
--- /dev/null
+++ b/xorg-driver/xf86-video-r128/DETAILS
@@ -0,0 +1,24 @@
+ SPELL=xf86-video-r128
+ PKG=xf86-video-r128
+ VERSION=6.8.0
+ XORG_VER=X11R7.1
+ SOURCE=${PKG}-${VERSION}.tar.bz2
+
SOURCE_URL[0]=http://xorg.freedesktop.org/releases/individual/driver/${SOURCE}
+
SOURCE_HASH=sha512:e334dfd3caa2bc6955ab4b5df711fef6955af11caa1926e41674b911314d4a45e4a1f262bdc7f0686b38d52b836764e682ad2c1f0ab3a8699e0032cc6881bb85
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${PKG}-${VERSION}
+ WEB_SITE=http://xorg.freedesktop.org
+ ENTERED=20080628
+ LICENSE[0]=XCL
+ SHORT="r128 is driver for ATI Rage 128 video cards"
+cat << EOF
+r128 is an Xorg driver for ATI Rage 128 based video cards. It contains
full
+support for 8, 15, 16 and 24 bit pixel depths, hardware acceleration of
drawing
+primitives, hardware cursor, video modes up to 1800x1440 @ 70Hz,
doublescan
+modes (e.g., 320x200 and 320x240), gamma correction at all pixel depths, a
fully
+programming dot clock and robust text mode restoration for VT switching.
+Dualhead is supported on M3/M4 mobile chips.
+
+SUPPORTED HARDWARE
+The r128 driver supports all ATI Rage 128 based video cards including the
Rage
+Fury AGP 32MB, the XPERT 128 AGP 16MB and the XPERT 99 AGP 8MB.
+EOF
diff --git a/xorg-driver/xf86-video-r128/HISTORY
b/xorg-driver/xf86-video-r128/HISTORY
new file mode 100644
index 0000000..3bb09df
--- /dev/null
+++ b/xorg-driver/xf86-video-r128/HISTORY
@@ -0,0 +1,3 @@
+2008-06-28 Pol Vinogradov <vin.public AT gmail.com>
+ * CONFLICTS, DEPENDS, DETAILS: created spell
+




Archive powered by MHonArc 2.6.24.

Top of Page