Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 600172 Details for
Bug 703392
app-misc/rbutil-1.4.1: Review slot operators for dev-qt/*
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
app-misc/rbutil-1.4.1-r1.ebuild
rbutil-1.4.1-r1.ebuild (text/plain), 1.24 KB, created by
Neil
on 2019-12-20 07:44:58 UTC
(
hide
)
Description:
app-misc/rbutil-1.4.1-r1.ebuild
Filename:
MIME Type:
Creator:
Neil
Created:
2019-12-20 07:44:58 UTC
Size:
1.24 KB
patch
obsolete
># Copyright 1999-2019 Gentoo Authors ># Distributed under the terms of the GNU General Public License v2 > >EAPI=7 > >inherit desktop qmake-utils xdg > >DESCRIPTION="Rockbox open source firmware manager for music players" >HOMEPAGE="https://www.rockbox.org/wiki/RockboxUtility" >SRC_URI="https://download.rockbox.org/${PN}/source/RockboxUtility-v${PV}-src.tar.bz2" >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64" >IUSE="debug" > >RDEPEND=" > dev-libs/crypto++:= > dev-libs/quazip > dev-qt/qtcore > dev-qt/qtgui > dev-qt/qtnetwork > dev-qt/qtwidgets > media-libs/speex > media-libs/speexdsp > virtual/libusb:1 >" > >DEPEND="${RDEPEND}" >BDEPEND="dev-qt/linguist-tools:5" > >S="${WORKDIR}/RockboxUtility-v${PV}/${PN}/${PN}qt" > >PATCHES=( > "${FILESDIR}"/${PN}-1.4.1-quazip.patch >) > >src_prepare() { > xdg_src_prepare > rm -rv quazip/ zlib/ || die >} > >src_configure() { > # Generate binary translations. > lrelease ${PN}qt.pro || die > > # noccache is required to call the correct compiler. > eqmake5 CONFIG+="noccache $(use debug && echo dbg)" >} > >src_install() { > local icon size > for icon in icons/rockbox-*.png; do > size=${icon##*-} > size=${size%%.*} > newicon -s "${size}" "${icon}" rockbox.png > done > > dobin RockboxUtility > make_desktop_entry RockboxUtility "Rockbox Utility" rockbox > dodoc changelog.txt >}
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 703392
:
600170
| 600172