Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 214017 Details for
Bug 298116
proposing media-video/vlmc (http://www.vlmc.org/) addition to the tree
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild, .qm issue is fixed in git
vlmc-9999.ebuild (text/plain), 882 bytes, created by
Nikoli
on 2009-12-24 07:20:10 UTC
(
hide
)
Description:
ebuild, .qm issue is fixed in git
Filename:
MIME Type:
Creator:
Nikoli
Created:
2009-12-24 07:20:10 UTC
Size:
882 bytes
patch
obsolete
># Copyright 1999-2009 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: > >EAPI="2" > >inherit eutils qt4 git > >EGIT_REPO_URI="git://github.com/VLMC/vlmc.git" > >DESCRIPTION="VideoLAN Movie Creator" >HOMEPAGE="http://www.vlmc.org" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="" > >DEPEND=" > >=x11-libs/qt-gui-4.5:4 > >=x11-libs/qt-svg-4.5:4 > media-video/vlc > " >RDEPEND="${DEPEND}" >PDEPEND="" > >src_prepare() { > #sed -i -e 's/..\/bin/\/usr\/bin/' launcher/launcher.pro > sed -i -e 's/bin\/vlmc/\/usr\/bin\/vlmc/' launcher/Launcher.cpp >} > >src_compile() { > eqmake4 || die "eqmake4 failed" > emake || die "emake failed" >} > >src_install() { > dobin bin/${PN} > newbin bin/launcher ${PN}-launcher > > dodoc AUTHORS README > > doicon images/${PN}.png > make_desktop_entry ${PN}-launcher "VideoLAN Movie Creator" ${PN} "Qt;AudioVideo;AudioVideoEditing;" >}
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 298116
:
213961
|
213962
|
214017
|
214112
|
217334
|
217429
|
217431
|
222221
|
227155
|
227997
|
228899