Gentoo Archives: gentoo-commits

From: "Remi Cardona (remi)" <remi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/libdrm: libdrm-2.4.9.ebuild ChangeLog
Date: Thu, 30 Apr 2009 11:53:49
Message-Id: E1LzUpn-0001Ax-0B@stork.gentoo.org
1 remi 09/04/30 11:53:46
2
3 Modified: ChangeLog
4 Added: libdrm-2.4.9.ebuild
5 Log:
6 x11-libs/libdrm: bump to 2.4.9 with patches from master
7 (Portage version: 2.2_rc31/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.74 x11-libs/libdrm/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libdrm/ChangeLog?rev=1.74&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libdrm/ChangeLog?rev=1.74&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libdrm/ChangeLog?r1=1.73&r2=1.74
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libdrm/ChangeLog,v
19 retrieving revision 1.73
20 retrieving revision 1.74
21 diff -u -r1.73 -r1.74
22 --- ChangeLog 16 Apr 2009 02:03:06 -0000 1.73
23 +++ ChangeLog 30 Apr 2009 11:53:46 -0000 1.74
24 @@ -1,6 +1,17 @@
25 # ChangeLog for x11-libs/libdrm
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libdrm/ChangeLog,v 1.73 2009/04/16 02:03:06 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libdrm/ChangeLog,v 1.74 2009/04/30 11:53:46 remi Exp $
29 +
30 +*libdrm-2.4.9 (30 Apr 2009)
31 +
32 + 30 Apr 2009; RĂ©mi Cardona <remi@g.o>
33 + +files/2.4.9-0001-nouveau-store-bo-handle-in-public-struct-in-bo_ref_.patc
34 + h,
35 + +files/2.4.9-0002-nouveau-write-posting-got-lost-somewhere-bring-it.patch,
36 + +files/2.4.9-0003-libdrm-mode-align-subpixel-results.patch,
37 + +files/2.4.9-0004-intel-NULL-fake-bo-block-when-freeing-in-evict_all.patch
38 + , +libdrm-2.4.9.ebuild:
39 + bump to 2.4.9 with patches from master
40
41 16 Apr 2009; Jeroen Roovers <jer@g.o> libdrm-2.4.5.ebuild:
42 Stable for HPPA (bug #251832).
43
44
45
46 1.1 x11-libs/libdrm/libdrm-2.4.9.ebuild
47
48 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libdrm/libdrm-2.4.9.ebuild?rev=1.1&view=markup
49 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libdrm/libdrm-2.4.9.ebuild?rev=1.1&content-type=text/plain
50
51 Index: libdrm-2.4.9.ebuild
52 ===================================================================
53 # Copyright 1999-2009 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 # $Header: /var/cvsroot/gentoo-x86/x11-libs/libdrm/libdrm-2.4.9.ebuild,v 1.1 2009/04/30 11:53:46 remi Exp $
56
57 # Must be before x-modular eclass is inherited
58 #SNAPSHOT="yes"
59
60 inherit x-modular
61
62 DESCRIPTION="X.Org libdrm library"
63 HOMEPAGE="http://dri.freedesktop.org/"
64 SRC_URI="http://dri.freedesktop.org/libdrm/${P}.tar.gz"
65
66 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
67 IUSE=""
68 RESTRICT="test" # see bug #236845
69
70 RDEPEND="dev-libs/libpthread-stubs"
71 DEPEND="${RDEPEND}"
72
73 PATCHES=(
74 "${FILESDIR}"/${PV}-0001-nouveau-store-bo-handle-in-public-struct-in-bo_ref_.patch
75 "${FILESDIR}"/${PV}-0002-nouveau-write-posting-got-lost-somewhere-bring-it.patch
76 "${FILESDIR}"/${PV}-0003-libdrm-mode-align-subpixel-results.patch
77 "${FILESDIR}"/${PV}-0004-intel-NULL-fake-bo-block-when-freeing-in-evict_all.patch
78 )
79
80 # FIXME, we should try to see how we can fit the --enable-udev configure flag
81
82 pkg_postinst() {
83 x-modular_pkg_postinst
84
85 ewarn "libdrm's ABI may have changed without change in library name"
86 ewarn "Please rebuild media-libs/mesa, x11-base/xorg-server and"
87 ewarn "your video drivers in x11-drivers/*."
88 }