Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 206932 Details for
Bug 288838
[EBUILD] dev-util/icewing, a graphical plug-in shell
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
attached ebuild
icewing-9999.ebuild (text/plain), 1.53 KB, created by
Patrick Holthaus
on 2009-10-13 08:56:38 UTC
(
hide
)
Description:
attached ebuild
Filename:
MIME Type:
Creator:
Patrick Holthaus
Created:
2009-10-13 08:56:38 UTC
Size:
1.53 KB
patch
obsolete
># Copyright 2009 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI="2" > >inherit eutils subversion cmake-utils > >DESCRIPTION="Integrated Communication Environment Which Is Not Gesten" >HOMEPAGE="http://icewing.sf.net" >SRC_URI="" > >ESVN_REPO_URI="http://icewing.svn.sourceforge.net/svnroot/icewing/iceWing/trunk" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86 ~amd64" ># need to add xcf, mask dacs instead of remove >IUSE="+grabber +unicap ieee1394 gtk1 debug ffmpeg jpeg png readline" > >DEPEND="gtk1? ( x11-libs/gtk+:1 ) > !gtk1? ( x11-libs/gtk+:2[jpeg?] ) > ieee1394? ( sys-libs/libraw1394 media-libs/libdc1394:2 ) > ffmpeg? ( media-video/ffmpeg ) > jpeg? ( media-libs/jpeg ) > png? ( media-libs/libpng ) > readline? ( sys-libs/readline ) > unicap? ( dev-libs/unicap ) > sys-libs/zlib" >RDEPEND="${DEPEND}" > >src_unpack() { > subversion_src_unpack >} > >src_configure() { > local mycmakeargs="${mycmakeargs} > $(cmake-utils_use_with grabber GRABBER) > $(cmake-utils_use_with gtk1 GTK1) > $(cmake-utils_use_with ieee1394 FIRE2) > $(cmake-utils_use_with ffmpeg FFMPEG) > $(cmake-utils_use_with jpeg JPEG) > $(cmake-utils_use_with png PNG) > $(cmake-utils_use_with unicap UNICAP) > -DDEBUG:BOOL=$(use debug && echo ON || echo OFF)" > einfo "configure arguments: $mycmakeargs" > cmake-utils_src_configure >} > >src_compile() { > cmake-utils_src_compile >} > >src_install() { > cmake-utils_src_install all >} > >pkg_postinst() { > einfo "Plugins are now compiled into the icewing executable." > einfo "Issue 'icewing --help' for a list of available plugins." >}
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 288838
:
206932
|
207059