Browse Source

xf86-video-ati: Updated (6.13.2 -> 6.14.1) (see note)

Note:

Version 0.13.2 failed to compile against recent udev API.
stable/0.2
Christian Wiese 14 years ago
parent
commit
5d5b45b0ea
  1. 39
      xorg/xf86-video-ati/udev.patch
  2. 6
      xorg/xf86-video-ati/xf86-video-ati.desc

39
xorg/xf86-video-ati/udev.patch

@ -1,39 +0,0 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../xf86-video-ati/udev.patch
# Copyright (C) 2010 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
# This patch file is dual-licensed. It is available under the license the
# patched project is licensed under, as long as it is an OpenSource license
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
# of the GNU General Public License as published by the Free Software
# Foundation; either version 2 of the License, or (at your option) any later
# version.
# --- SDE-COPYRIGHT-NOTE-END ---
diff -Nur xf86-video-ati-6.13.1-orig/src/drmmode_display.c xf86-video-ati-6.13.1/src/drmmode_display.c
--- xf86-video-ati-6.13.1-orig/src/drmmode_display.c 2010-09-16 20:14:25.000000000 +0200
+++ xf86-video-ati-6.13.1/src/drmmode_display.c 2010-09-16 20:18:12.000000000 +0200
@@ -1430,7 +1430,7 @@
u = udev_new();
if (!u)
return;
- mon = udev_monitor_new_from_netlink(u, "udev");
+ mon = udev_monitor_new_from_netlink(u);
if (!mon) {
udev_unref(u);
return;
diff -Nur xf86-video-ati-6.13.1-orig/src/drmmode_display.h xf86-video-ati-6.13.1/src/drmmode_display.h
--- xf86-video-ati-6.13.1-orig/src/drmmode_display.h 2010-09-16 20:14:25.000000000 +0200
+++ xf86-video-ati-6.13.1/src/drmmode_display.h 2010-09-16 20:18:26.000000000 +0200
@@ -31,6 +31,7 @@
#include "xf86drmMode.h"
#ifdef HAVE_LIBUDEV
+#define LIBUDEV_I_KNOW_THE_API_IS_SUBJECT_TO_CHANGE
#include "libudev.h"
#endif

6
xorg/xf86-video-ati/xf86-video-ati.desc

@ -2,7 +2,7 @@
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY]
[COPY] Filename: package/.../xf86-video-ati/xf86-video-ati.desc
[COPY] Copyright (C) 2006 - 2010 The OpenSDE Project
[COPY] Copyright (C) 2006 - 2011 The OpenSDE Project
[COPY] Copyright (C) 2004 - 2006 The T2 SDE Project
[COPY]
[COPY] More information can be found in the files COPYING and README.
@ -27,9 +27,9 @@
[L] OpenSource
[S] Stable
[V] 6.13.2
[V] 6.14.1
[P] X -----5---9 112.600
[O] . package/*/*/modular-x-conf.in
[D] 582617572 xf86-video-ati-6.13.2.tar.bz2 http://xorg.freedesktop.org/releases/individual/driver/
[D] 661269101 xf86-video-ati-6.14.1.tar.bz2 http://xorg.freedesktop.org/releases/individual/driver/

Loading…
Cancel
Save