Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 149842 Details for
Bug 217850
media-sound/qmpdclient-1.0.8 improved ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
qmpdclient-1.0.8-r1.ebuild
qmpdclient-1.0.8-r1.ebuild (text/plain), 1.20 KB, created by
Markus Ullmann (RETIRED)
on 2008-04-15 20:10:07 UTC
(
hide
)
Description:
qmpdclient-1.0.8-r1.ebuild
Filename:
MIME Type:
Creator:
Markus Ullmann (RETIRED)
Created:
2008-04-15 20:10:07 UTC
Size:
1.20 KB
patch
obsolete
># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/media-sound/qmpdclient/qmpdclient-1.0.8.ebuild,v 1.9 2008/03/07 22:18:34 angelos Exp $ > >EAPI=1 > >inherit eutils multilib qt4 toolchain-funcs > >DESCRIPTION="An easy to use MPD client written in Qt 4" >HOMEPAGE="http://havtknut.tihlde.org/qmpdclient" >SRC_URI="http://havtknut.tihlde.org/${PN}/files/${P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~hppa ~ppc ~x86" >IUSE="" > >DEPEND="|| ( >=x11-libs/qt-4.2 x11-libs/qt-gui:4 )" > >src_unpack() { > unpack ${A} > cd "${S}" > > # Fix a crasher for am64 and possibly others. Bug #183593. > epatch "${FILESDIR}"/${PV}-argc-ref-fix.patch > > # Fix the install path > sed -i -e "s:PREFIX = /usr/local:PREFIX = /usr:" qmpdclient.pro \ > || die "sed failed" >} > >src_compile() { > eqmake4 || die "qmake failed" > emake || die "make failed" >} > >src_install() { > dodoc README AUTHORS THANKSTO Changelog > for res in 16 22 32 64 128 ; do > insinto /usr/share/icons/hicolor/${res}x${res}/apps/ > newins icons/qmpdclient${res}.png ${PN}.png > done > > dobin qmpdclient || die "dobin failed" > make_desktop_entry qmpdclient "QMPDClient" ${PN} "Qt;AudioVideo;Audio" >}
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 217850
: 149842