proton-ge-custom-meta-1-r1.ebuild (1317B)
1 # Copyright 2022 Gentoo Authors 2 # Distributed under the terms of the GNU General Public License v2 3 # taken from ebuild in the touchfish-os overlay 4 5 EAPI=8 6 7 DESCRIPTION="Meta package for proton-ge-custom-bin, make it easier to pull in dependencies" 8 HOMEPAGE="https://github.com/GloriousEggroll/proton-ge-custom" 9 SRC_URI="" 10 LICENSE="metapackage" 11 12 SLOT="0" 13 KEYWORDS="~amd64" 14 IUSE="kde gnome" 15 16 DEPEND="" 17 18 # converted and modified from AUR proton-ge-custom-bin 601fc5f2 19 # python-kivy is missing 20 RDEPEND=" 21 dev-lang/python-exec 22 media-libs/vulkan-loader[abi_x86_32] 23 virtual/libusb[abi_x86_32] 24 media-libs/openal[abi_x86_32] 25 media-libs/libva[abi_x86_32] 26 media-video/ffmpeg 27 media-libs/speex[abi_x86_32] 28 media-libs/libtheora[abi_x86_32] 29 x11-libs/libvdpau[abi_x86_32] 30 media-libs/gst-plugins-bad 31 media-libs/gst-plugins-base[abi_x86_32] 32 media-libs/libjpeg-turbo[abi_x86_32] 33 dev-libs/libgudev[abi_x86_32] 34 media-libs/flac[abi_x86_32] 35 media-sound/mpg123[abi_x86_32] 36 37 kde? ( kde-apps/kdialog ) 38 gnome? ( gnome-extra/zenity ) 39 40 app-emulation/winetricks 41 virtual/wine[abi_x86_32] 42 app-emulation/proton-ge-custom-bin" 43 44 pkg_pretend() { 45 einfo "The list of dependencies may be not complete, and some of ones listed may be not necessary. Feel free to try it on your favourite games and any issue & pull request is welcome." 46 }