add x11-drivers/drm and add copyright to gallium

for/master
Daniel Mierswa 2008-12-21 01:18:49 +01:00
parent e540c522d5
commit e81c32718f
4 changed files with 40 additions and 2 deletions

View File

@ -3,3 +3,4 @@ dev-libs
sys-apps
sys-libs
x11-dri
x11-drivers

View File

@ -1,8 +1,9 @@
# Copyright (c) 2008 Daniel Mierswa <impulze@impulze.org>
# Distributed under the terms of the GNU General Public License v2
SCM_REPOSITORY="git://anongit.freedesktop.org/git/nouveau/mesa"
SCM_TYPE="git"
SCM_BRANCH="gallium-0.1"
require eutils multilib scm toolchain-funcs
require eutils multilib scm-git toolchain-funcs
SUMMARY="nouveau mesa driver"
DESCRIPTION="The nouveau driver for the mesa OpenGL implementation."

View File

@ -0,0 +1,8 @@
# Copyright (c) 2008 Daniel Mierswa <impulze@impulze.org>
# Distributed under the terms of the GNU General Public License v2
SCM_REPOSITORY="git://anongit.freedesktop.org/git/mesa/drm"
require scm-git drm
SLOT="0"
PLATFORMS="~amd64"

View File

@ -0,0 +1,28 @@
# Copyright (c) 2008 Daniel Mierswa <impulze@impulze.org>
# Distributed under the terms of the GNU General Public License v2
require toolchain-funcs
SUMMARY="DRM and nouveau kernel modules"
HOMEPAGE="http://dri.freedesktop.org/wiki/"
LICENCES="FIXME"
MYOPTIONS=""
DEPENDENCIES="
build:
=x11-dri/libdrm-${PV}
"
WORK="${WORK}/linux-core"
DEFAULT_SRC_COMPILE_PARAMS=(
DRM_MODULES="nouveau.o drm.o"
ARCH="$(tc-arch-kernel)"
)
DEFAULT_SRC_INSTALL_PARAMS=(
DRM_MODULES="nouveau.o drm.o"
ARCH="$(tc-arch-kernel)"
INSTALL_MOD_PATH="${IMAGE}"
)