Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 569532 Details for
Bug 665590
media-libs/amdvlk - AMD Open Source Driver for Vulkan
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
media-libs/amdvlk-9999-r2
amdvlk-9999-r2.ebuild (text/plain), 1.38 KB, created by
Reva Denis
on 2019-03-17 16:55:22 UTC
(
hide
)
Description:
media-libs/amdvlk-9999-r2
Filename:
MIME Type:
Creator:
Reva Denis
Created:
2019-03-17 16:55:22 UTC
Size:
1.38 KB
patch
obsolete
># Copyright Gentoo Foundation ># Public domain > >EAPI=6 >PYTHON_COMPAT=( python{3_4,3_5,3_6,3_7} ) >inherit python-any-r1 > >DESCRIPTION="AMD Open Source Driver for Vulkan" >HOMEPAGE="https://github.com/GPUOpen-Drivers/AMDVLK" > > > >LICENSE="MIT" >SLOT="9999" >KEYWORDS="~amd64" >IUSE="" > >DEPEND="dev-util/cmake >dev-util/repo" >RDEPEND="${PYTHON_DEPS} >x11-libs/libdrm >x11-libs/libXrandr >virtual/libstdc++ >x11-libs/libxcb >x11-libs/libxshmfence >dev-util/vulkan-headers >media-libs/vulkan-loader >net-misc/curl" > >src_unpack() { > mkdir ${S} > cd ${S} > repo init -u https://github.com/GPUOpen-Drivers/AMDVLK.git -b master > repo sync >} > > >BUILD_DIR="${S}/drivers/xgl/builds/Release64" >src_prepare(){ > cat << EOF > "${T}/10-amdvlk-dri3.conf" || die >Section "Device" >Identifier "AMDgpu" >Option "DRI" "3" >EndSection >EOF >default >} > >src_configure() { > cd "${S}/drivers/xgl" > cmake -H. -Bbuilds/Release64 >} > >src_compile() { > cd ${BUILD_DIR} > make >} > >src_install() { > dolib.so "${BUILD_DIR}/icd/amdvlk64.so" > > insinto /etc/vulkan/icd.d > doins ${S}/drivers/AMDVLK/json/Redhat/amd_icd64.json > insinto /usr/share/X11/xorg.conf.d/ > doins ${T}/10-amdvlk-dri3.conf >} > >pkg_postinst() { > elog "More information about the configuration can be found here:" > elog " https://github.com/GPUOpen-Drivers/AMDVLK" > elog "And make sure following line is NOT included in the section: " > elog "Driver \"modesetting\"" >} > >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 665590
:
546452
|
568396
|
569532
|
569594
|
569596
|
569782
|
574406
|
577564
|
580416
|
583170
|
588514
|
589348
|
589350
|
600168
|
600538
|
602472
|
602474
|
602952
|
602954
|
602958
|
613950
|
614232
|
614828
|
616780
|
617028
|
630450
|
630452
|
790097
|
790100
|
790103
|
790106
|
790109
|
790112
|
792710