Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to devel-xorg-modular grimoire by Eric Sandall (b4a1717c347bcdc1bc64998e5a8112ee0b64d504)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to devel-xorg-modular grimoire by Eric Sandall (b4a1717c347bcdc1bc64998e5a8112ee0b64d504)
  • Date: Thu, 3 Jan 2013 19:47:37 -0600

GIT changes to devel-xorg-modular grimoire by Eric Sandall
<sandalle AT sourcemage.org>:

xorg-driver/xf86-video-ati/DEPENDS | 13
++++--------
xorg-driver/xf86-video-ati/DETAILS | 6 ++---
xorg-driver/xf86-video-ati/HISTORY | 5 ++++
xorg-driver/xf86-video-ati/xf86-video-ati-7.0.0.tar.bz2.sig |binary
4 files changed, 13 insertions(+), 11 deletions(-)

New commits:
commit b4a1717c347bcdc1bc64998e5a8112ee0b64d504
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

xf86-video-ati: Updated to 7.0.0 for xorg-server 1.13+
Optionally depends on udev
Requires mesalib (DRI is no longer optional)

diff --git a/xorg-driver/xf86-video-ati/DEPENDS
b/xorg-driver/xf86-video-ati/DEPENDS
index 136be16..fbcbdf5 100755
--- a/xorg-driver/xf86-video-ati/DEPENDS
+++ b/xorg-driver/xf86-video-ati/DEPENDS
@@ -3,16 +3,13 @@ depends util-macros &&
depends xineramaproto &&
depends xproto &&
depends xorg-server &&
-optional_depends mesalib \
- "--enable-dri" \
- "--disable-dri" \
- "Do you want dri support" &&
+depends -sub DRI mesalib &&

if [[ "$ATI_SCM" = y ]]; then
depends git
fi &&

-if is_depends_enabled $SPELL mesalib ; then
-sub_depends mesalib DRI
-fi
-
+optional_depends udev \
+ '--enable-udev' \
+ '--disable-udev' \
+ 'for libudev hardware detection'
diff --git a/xorg-driver/xf86-video-ati/DETAILS
b/xorg-driver/xf86-video-ati/DETAILS
index 2d10913..379bddf 100755
--- a/xorg-driver/xf86-video-ati/DETAILS
+++ b/xorg-driver/xf86-video-ati/DETAILS
@@ -11,10 +11,10 @@ if [[ $ATI_SCM == y ]]; then
SOURCE_IGNORE=volatile
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-scm
else
- VERSION=6.14.6
-
SOURCE_HASH=sha512:7ed64bb3596703f7c575aec37a6918bac251819fe638acc66a29aab7648d8a81dedd8d416f970faa1f757fa8e9e3ccdc43e4499d06271cc2751288040d1d957e
+ VERSION=7.0.0
SOURCE=${SPELL}-${VERSION}.tar.bz2
-# SOURCE_GPG="gurus.gpg:$SOURCE.sig:UPSTREAM_HASH"
+#
SOURCE_HASH=sha512:7ed64bb3596703f7c575aec37a6918bac251819fe638acc66a29aab7648d8a81dedd8d416f970faa1f757fa8e9e3ccdc43e4499d06271cc2751288040d1d957e
+ SOURCE_GPG="gurus.gpg:$SOURCE.sig:UPSTREAM_HASH"

SOURCE_URL[0]=http://xorg.freedesktop.org/releases/individual/driver/${SOURCE}
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
fi
diff --git a/xorg-driver/xf86-video-ati/HISTORY
b/xorg-driver/xf86-video-ati/HISTORY
index 894eab2..ecf0e7e 100644
--- a/xorg-driver/xf86-video-ati/HISTORY
+++ b/xorg-driver/xf86-video-ati/HISTORY
@@ -1,3 +1,8 @@
+2013-01-03 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 7.0.0 for xorg-server 1.13+
+ * DEPENDS: Optionally depends on udev
+ Requires mesalib (DRI is no longer optional)
+
2012-06-30 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS version 6.14.6

diff --git a/xorg-driver/xf86-video-ati/xf86-video-ati-7.0.0.tar.bz2.sig
b/xorg-driver/xf86-video-ati/xf86-video-ati-7.0.0.tar.bz2.sig
new file mode 100644
index 0000000..851f087
Binary files /dev/null and
b/xorg-driver/xf86-video-ati/xf86-video-ati-7.0.0.tar.bz2.sig differ



  • [SM-Commit] GIT changes to devel-xorg-modular grimoire by Eric Sandall (b4a1717c347bcdc1bc64998e5a8112ee0b64d504), Eric Sandall, 01/03/2013

Archive powered by MHonArc 2.6.24.

Top of Page