Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 198961 Details for
Bug 278901
Ebuild request: media-sound/kajammer
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
initial live ebuild
kajammer-9999.ebuild (text/plain), 565 bytes, created by
Casey Jones
on 2009-07-24 05:38:53 UTC
(
hide
)
Description:
initial live ebuild
Filename:
MIME Type:
Creator:
Casey Jones
Created:
2009-07-24 05:38:53 UTC
Size:
565 bytes
patch
obsolete
>inherit qt4 >inherit git > >EAPI="2" >DESCRIPTION="Simple Qt audio player." >HOMEPAGE="https://sourceforge.net/projects/kajammer/" >EGIT_REPO_URI="git://github.com/pvtcupcakes/kajammer.git" >LICENSE="GPL-3" > >KEYWORDS="~amd64 ~x86" >IUSE="kde" >SLOT="0" > >DEPEND="x11-libs/qt-core:4 > x11-libs/qt-gui:4 > kde? ( media-sound/phonon ) > !kde? ( x11-libs/qt-phonon )" > >src_unpack() { > git_src_unpack >} > >src_prepare() { > echo "" >} > >src_configure() { > econf > eqmake4 >} > >src_compile() { > emake >} > >src_install() { > emake INSTALL_ROOT="${D}" install || die "emake install failed" >} >
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 278901
:
198960
| 198961