Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 735445 Details for
Bug 809833
media-video/streamdeck-ui version bump to 1.1.2, add Python 3.10
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
streamdeck-ui-1.1.2.ebuild
streamdeck-ui-1.1.2.ebuild (text/plain), 1.01 KB, created by
Murph
on 2021-08-23 16:59:00 UTC
(
hide
)
Description:
streamdeck-ui-1.1.2.ebuild
Filename:
MIME Type:
Creator:
Murph
Created:
2021-08-23 16:59:00 UTC
Size:
1.01 KB
patch
obsolete
># Copyright 2020-2021 Gentoo Authors ># Distributed under the terms of the GNU General Public License v2 > >EAPI=7 > >PYTHON_COMPAT=( python3_{7..9} ) >DISTUTILS_USE_SETUPTOOLS=pyproject.toml >inherit distutils-r1 > >DESCRIPTION="A Linux compatible UI for the Elgato Stream Deck" >HOMEPAGE="https://github.com/timothycrosley/streamdeck-ui" >SRC_URI="https://github.com/timothycrosley/streamdeck-ui/archive/refs/tags/v${PV}.tar.gz" >S="${WORKDIR}/${P}" >KEYWORDS="~amd64 ~x86" > >LICENSE="MIT Apache-2.0" >SLOT="0" >IUSE="" > >DEPEND="${PYTHON_DEPS} > dev-python/pillow[${PYTHON_USEDEP}] > dev-python/pynput[${PYTHON_USEDEP}] > dev-python/pyside2[${PYTHON_USEDEP},designer] > media-libs/elgato-streamdeck[${PYTHON_USEDEP}] > dev-libs/hidapi" >RDEPEND="${DEPEND}" > >src_prepare() { > sed -i "s#os.path.dirname(os.path.abspath(__file__))#'/usr/share/streamdeck-ui'#" streamdeck_ui/config.py > distutils-r1_src_prepare >} > >src_install() { > insinto /usr/share/streamdeck-ui > doins streamdeck_ui/logo.png > doins -r streamdeck_ui/fonts > distutils-r1_src_install >}
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 809833
: 735445