Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 191334 Details for
Bug 180651
media-video/vive-2.0.0 (new ebuild)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild for newer portage
vive-2.0.0.ebuild (text/plain), 992 bytes, created by
Patrick
on 2009-05-15 10:19:50 UTC
(
hide
)
Description:
ebuild for newer portage
Filename:
MIME Type:
Creator:
Patrick
Created:
2009-05-15 10:19:50 UTC
Size:
992 bytes
patch
obsolete
># Copyright 1999-2007 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ >inherit versionator eutils > >DESCRIPTION="a GTK fronted to ffmpeg (with iPod presets)" >HOMEPAGE="http://vive.sourceforge.net/" >MY_PV=$(replace_version_separator _ - ${PV}) >MY_P="${PN}-${MY_PV}" >SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" >S=${WORKDIR}/${MY_P} > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86 ~amd64" >IUSE="dvd" > >DEPEND="media-video/ffmpeg > x11-libs/vte > media-video/mplayer > >=x11-libs/gtk+-2 > media-video/vobcopy > dvd? ( media-libs/libdvdnav ) > dvd? ( media-libs/libdvdread ) > dvd? ( media-libs/libdvdcss )" >RDEPEND="" > >src_unpack() { > if [ "${A}" != "" ]; then > unpack ${A} > fi >} > >src_compile() { > econf $(use_enable dvd) || die > emake || die >} > >src_install() { > einstall || die "einstall failed" > ewarn you need to copy over the prefrences file found in /usr/share/doc/"${PN}"/examples > ewarn to your home directory/.vive/ in order to get the presets >}
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 180651
:
120946
|
141811
| 191334