diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2010-01-23 21:01:17 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2010-01-23 21:01:17 +0000 |
commit | b4a290791b54a23c1d7a844cd6d8c7fed7767331 (patch) | |
tree | 026c57e869f6e264aca67c7edd4c3bee506d2b37 /x11-libs | |
parent | Keyword ~amd64-linux/~x86-linux (diff) | |
download | gentoo-2-b4a290791b54a23c1d7a844cd6d8c7fed7767331.tar.gz gentoo-2-b4a290791b54a23c1d7a844cd6d8c7fed7767331.tar.bz2 gentoo-2-b4a290791b54a23c1d7a844cd6d8c7fed7767331.zip |
rm
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs')
9 files changed, 11 insertions, 248 deletions
diff --git a/x11-libs/libdrm/ChangeLog b/x11-libs/libdrm/ChangeLog index ac27095bc9ed..ad181898d173 100644 --- a/x11-libs/libdrm/ChangeLog +++ b/x11-libs/libdrm/ChangeLog @@ -1,6 +1,16 @@ # ChangeLog for x11-libs/libdrm # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libdrm/ChangeLog,v 1.102 2010/01/19 20:35:24 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libdrm/ChangeLog,v 1.103 2010/01/23 21:01:17 scarabeus Exp $ + + 23 Jan 2010; Tomáš Chvátal <scarabeus@gentoo.org> + -files/2.4.9-0001-nouveau-store-bo-handle-in-public-struct-in-bo_ref_.patc + h, -libdrm-2.3.0.ebuild, -libdrm-2.3.1.ebuild, -libdrm-2.4.5.ebuild, + -libdrm-2.4.9.ebuild, + -files/2.4.9-0002-nouveau-write-posting-got-lost-somewhere-bring-it.patch, + -files/2.4.9-0003-libdrm-mode-align-subpixel-results.patch, + -files/2.4.9-0004-intel-NULL-fake-bo-block-when-freeing-in-evict_all.patch + : + rm 19 Jan 2010; Raúl Porcel <armin76@gentoo.org> libdrm-2.4.15.ebuild: s390 stable wrt #294958 diff --git a/x11-libs/libdrm/files/2.4.9-0001-nouveau-store-bo-handle-in-public-struct-in-bo_ref_.patch b/x11-libs/libdrm/files/2.4.9-0001-nouveau-store-bo-handle-in-public-struct-in-bo_ref_.patch deleted file mode 100644 index a667eaed25b8..000000000000 --- a/x11-libs/libdrm/files/2.4.9-0001-nouveau-store-bo-handle-in-public-struct-in-bo_ref_.patch +++ /dev/null @@ -1,26 +0,0 @@ -From 78e753d03314e3aa92af8ec601e9dbb869a938d5 Mon Sep 17 00:00:00 2001 -From: Ben Skeggs <bskeggs@redhat.com> -Date: Wed, 15 Apr 2009 12:44:21 +1000 -Subject: [PATCH 1/4] nouveau: store bo handle in public struct in bo_ref_handle - ---- - libdrm/nouveau/nouveau_bo.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) - -diff --git a/libdrm/nouveau/nouveau_bo.c b/libdrm/nouveau/nouveau_bo.c -index 023c6be..66466e3 100644 ---- a/libdrm/nouveau/nouveau_bo.c -+++ b/libdrm/nouveau/nouveau_bo.c -@@ -404,7 +404,8 @@ nouveau_bo_handle_ref(struct nouveau_device *dev, uint32_t handle, - nvbo->size = req.size; - nvbo->handle = req.handle; - } -- -+ -+ nvbo->base.handle = nvbo->handle; - return 0; - } - --- -1.6.2.3 - diff --git a/x11-libs/libdrm/files/2.4.9-0002-nouveau-write-posting-got-lost-somewhere-bring-it.patch b/x11-libs/libdrm/files/2.4.9-0002-nouveau-write-posting-got-lost-somewhere-bring-it.patch deleted file mode 100644 index fc3c7c207b27..000000000000 --- a/x11-libs/libdrm/files/2.4.9-0002-nouveau-write-posting-got-lost-somewhere-bring-it.patch +++ /dev/null @@ -1,24 +0,0 @@ -From a1e3ab9e55047c08a4006ec389c1a99b72bc672c Mon Sep 17 00:00:00 2001 -From: Ben Skeggs <bskeggs@redhat.com> -Date: Fri, 17 Apr 2009 09:29:19 +1000 -Subject: [PATCH 2/4] nouveau: write posting got lost somewhere, bring it back - ---- - libdrm/nouveau/nouveau_dma.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) - -diff --git a/libdrm/nouveau/nouveau_dma.c b/libdrm/nouveau/nouveau_dma.c -index 23da64b..b084f70 100644 ---- a/libdrm/nouveau/nouveau_dma.c -+++ b/libdrm/nouveau/nouveau_dma.c -@@ -41,6 +41,7 @@ WRITE_PUT(struct nouveau_channel_priv *nvchan, uint32_t val) - volatile int dum; - - NOUVEAU_DMA_BARRIER; -+ dum = nvchan->pushbuf[0]; - dum = READ_GET(nvchan); - - *nvchan->put = put; --- -1.6.2.3 - diff --git a/x11-libs/libdrm/files/2.4.9-0003-libdrm-mode-align-subpixel-results.patch b/x11-libs/libdrm/files/2.4.9-0003-libdrm-mode-align-subpixel-results.patch deleted file mode 100644 index 0fa468c631c7..000000000000 --- a/x11-libs/libdrm/files/2.4.9-0003-libdrm-mode-align-subpixel-results.patch +++ /dev/null @@ -1,26 +0,0 @@ -From 412d370b9ae4b2882691863a1c5e13a507574e92 Mon Sep 17 00:00:00 2001 -From: Dave Airlie <airlied@linux.ie> -Date: Wed, 22 Apr 2009 20:25:40 +1000 -Subject: [PATCH 3/4] libdrm/mode: align subpixel results - ---- - libdrm/xf86drmMode.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) - -diff --git a/libdrm/xf86drmMode.c b/libdrm/xf86drmMode.c -index 872604f..ea11207 100644 ---- a/libdrm/xf86drmMode.c -+++ b/libdrm/xf86drmMode.c -@@ -395,7 +395,8 @@ drmModeConnectorPtr drmModeGetConnector(int fd, uint32_t connector_id) - r->connection = conn.connection; - r->mmWidth = conn.mm_width; - r->mmHeight = conn.mm_height; -- r->subpixel = conn.subpixel; -+ /* convert subpixel from kernel to userspace */ -+ r->subpixel = conn.subpixel + 1; - r->count_modes = conn.count_modes; - /* TODO we should test if these alloc & cpy fails. */ - r->count_props = conn.count_props; --- -1.6.2.3 - diff --git a/x11-libs/libdrm/files/2.4.9-0004-intel-NULL-fake-bo-block-when-freeing-in-evict_all.patch b/x11-libs/libdrm/files/2.4.9-0004-intel-NULL-fake-bo-block-when-freeing-in-evict_all.patch deleted file mode 100644 index 6a5a9a3147c4..000000000000 --- a/x11-libs/libdrm/files/2.4.9-0004-intel-NULL-fake-bo-block-when-freeing-in-evict_all.patch +++ /dev/null @@ -1,28 +0,0 @@ -From 11b60973bca1bc9bbda44be4c695e22d28d8ca4a Mon Sep 17 00:00:00 2001 -From: Jesse Barnes <jbarnes@virtuousgeek.org> -Date: Tue, 21 Apr 2009 17:13:16 -0700 -Subject: [PATCH 4/4] intel: NULL fake bo block when freeing in evict_all - -Fixes assertion failures on later use of the object. ---- - libdrm/intel/intel_bufmgr_fake.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) - -diff --git a/libdrm/intel/intel_bufmgr_fake.c b/libdrm/intel/intel_bufmgr_fake.c -index e1f98d6..969c03d 100644 ---- a/libdrm/intel/intel_bufmgr_fake.c -+++ b/libdrm/intel/intel_bufmgr_fake.c -@@ -1467,8 +1467,10 @@ drm_intel_bufmgr_fake_evict_all(drm_intel_bufmgr *bufmgr) - assert(DRMLISTEMPTY(&bufmgr_fake->on_hardware)); - - DRMLISTFOREACHSAFE(block, tmp, &bufmgr_fake->lru) { -+ drm_intel_bo_fake *bo_fake = (drm_intel_bo_fake *)block->bo; - /* Releases the memory, and memcpys dirty contents out if necessary. */ - free_block(bufmgr_fake, block, 0); -+ bo_fake->block = NULL; - } - - pthread_mutex_unlock(&bufmgr_fake->lock); --- -1.6.2.3 - diff --git a/x11-libs/libdrm/libdrm-2.3.0.ebuild b/x11-libs/libdrm/libdrm-2.3.0.ebuild deleted file mode 100644 index 8566c3280ffc..000000000000 --- a/x11-libs/libdrm/libdrm-2.3.0.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libdrm/libdrm-2.3.0.ebuild,v 1.14 2009/05/05 07:56:18 ssuominen Exp $ - -# Must be before x-modular eclass is inherited -#SNAPSHOT="yes" - -inherit x-modular - -DESCRIPTION="X.Org libdrm library" -HOMEPAGE="http://dri.freedesktop.org/" -SRC_URI="http://dri.freedesktop.org/libdrm/${P}.tar.gz" - -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" -IUSE="" - -RDEPEND="" -DEPEND="${RDEPEND}" - -pkg_preinst() { - x-modular_pkg_preinst - - if [[ -e ${ROOT}/usr/$(get_libdir)/libdrm.so.1 ]] ; then - cp -pPR "${ROOT}"/usr/$(get_libdir)/libdrm.so.{1,1.0.0} "${D}"/usr/$(get_libdir)/ - fi -} - -pkg_postinst() { - x-modular_pkg_postinst - - if [[ -e ${ROOT}/usr/$(get_libdir)/libdrm.so.1 ]] ; then - elog "You must re-compile all packages that are linked against" - elog "libdrm 1 by using revdep-rebuild from gentoolkit:" - elog "# revdep-rebuild --library libdrm.so.1" - elog "After this, you can delete /usr/$(get_libdir)/libdrm.so.1" - elog "and /usr/$(get_libdir)/libdrm.so.1.0.0 ." - epause - fi -} diff --git a/x11-libs/libdrm/libdrm-2.3.1.ebuild b/x11-libs/libdrm/libdrm-2.3.1.ebuild deleted file mode 100644 index 24ca710a1821..000000000000 --- a/x11-libs/libdrm/libdrm-2.3.1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libdrm/libdrm-2.3.1.ebuild,v 1.2 2009/05/05 07:56:18 ssuominen Exp $ - -# Must be before x-modular eclass is inherited -#SNAPSHOT="yes" - -inherit x-modular - -DESCRIPTION="X.Org libdrm library" -HOMEPAGE="http://dri.freedesktop.org/" -SRC_URI="http://dri.freedesktop.org/libdrm/${P}.tar.gz" - -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" -IUSE="" - -RDEPEND="" -DEPEND="${RDEPEND}" - -pkg_preinst() { - x-modular_pkg_preinst - - if [[ -e ${ROOT}/usr/$(get_libdir)/libdrm.so.1 ]] ; then - cp -pPR "${ROOT}"/usr/$(get_libdir)/libdrm.so.{1,1.0.0} "${D}"/usr/$(get_libdir)/ - fi -} - -pkg_postinst() { - x-modular_pkg_postinst - - if [[ -e ${ROOT}/usr/$(get_libdir)/libdrm.so.1 ]] ; then - elog "You must re-compile all packages that are linked against" - elog "libdrm 1 by using revdep-rebuild from gentoolkit:" - elog "# revdep-rebuild --library libdrm.so.1" - elog "After this, you can delete /usr/$(get_libdir)/libdrm.so.1" - elog "and /usr/$(get_libdir)/libdrm.so.1.0.0 ." - epause - fi -} diff --git a/x11-libs/libdrm/libdrm-2.4.5.ebuild b/x11-libs/libdrm/libdrm-2.4.5.ebuild deleted file mode 100644 index 717d98333f58..000000000000 --- a/x11-libs/libdrm/libdrm-2.4.5.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libdrm/libdrm-2.4.5.ebuild,v 1.9 2009/05/15 14:34:12 armin76 Exp $ - -# Must be before x-modular eclass is inherited -#SNAPSHOT="yes" - -inherit x-modular - -DESCRIPTION="X.Org libdrm library" -HOMEPAGE="http://dri.freedesktop.org/" -SRC_URI="http://dri.freedesktop.org/libdrm/${P}.tar.gz" - -KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" -IUSE="" -RESTRICT="test" # see bug #236845 - -RDEPEND="dev-libs/libpthread-stubs" -DEPEND="${RDEPEND}" - -# FIXME, we should try to see how we can fit the --enable-udev configure flag - -pkg_postinst() { - x-modular_pkg_postinst - - ewarn "libdrm's ABI may have changed without change in library name" - ewarn "Please rebuild media-libs/mesa, x11-base/xorg-server and" - ewarn "your video drivers in x11-drivers/*." -} diff --git a/x11-libs/libdrm/libdrm-2.4.9.ebuild b/x11-libs/libdrm/libdrm-2.4.9.ebuild deleted file mode 100644 index c423473f13fd..000000000000 --- a/x11-libs/libdrm/libdrm-2.4.9.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libdrm/libdrm-2.4.9.ebuild,v 1.2 2009/06/24 12:23:17 klausman Exp $ - -# Must be before x-modular eclass is inherited -#SNAPSHOT="yes" - -inherit x-modular - -DESCRIPTION="X.Org libdrm library" -HOMEPAGE="http://dri.freedesktop.org/" -SRC_URI="http://dri.freedesktop.org/libdrm/${P}.tar.gz" - -KEYWORDS="alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" -IUSE="" -RESTRICT="test" # see bug #236845 - -RDEPEND="dev-libs/libpthread-stubs" -DEPEND="${RDEPEND}" - -PATCHES=( - "${FILESDIR}"/${PV}-0001-nouveau-store-bo-handle-in-public-struct-in-bo_ref_.patch - "${FILESDIR}"/${PV}-0002-nouveau-write-posting-got-lost-somewhere-bring-it.patch - "${FILESDIR}"/${PV}-0003-libdrm-mode-align-subpixel-results.patch - "${FILESDIR}"/${PV}-0004-intel-NULL-fake-bo-block-when-freeing-in-evict_all.patch -) - -# FIXME, we should try to see how we can fit the --enable-udev configure flag - -pkg_postinst() { - x-modular_pkg_postinst - - ewarn "libdrm's ABI may have changed without change in library name" - ewarn "Please rebuild media-libs/mesa, x11-base/xorg-server and" - ewarn "your video drivers in x11-drivers/*." -} |