Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 398932 Details for
Bug 543362
media-video/syncplay - synchronised video playback between users over the internet
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
First version of the mentioned ebuild.
syncplay-1.2.9a.ebuild (text/plain), 774 bytes, created by
Ole Goes
on 2015-03-14 20:59:24 UTC
(
hide
)
Description:
First version of the mentioned ebuild.
Filename:
MIME Type:
Creator:
Ole Goes
Created:
2015-03-14 20:59:24 UTC
Size:
774 bytes
patch
obsolete
># Copyright 1999-2015 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=5 > >inherit eutils >DESCRIPTION="Syncplay allows people to enjoy a shared viewing experience even if they are thousands of miles apart." > >HOMEPAGE="http://syncplay.pl/" > >SRC_URI="https://github.com/Uriziel/syncplay/archive/${PVR}.tar.gz" > >SLOT="0" > >KEYWORDS="~amd64" > >IUSE="vlc" > >RDEPEND=" > >=dev-python/pyside-1.2.2[X] > >=dev-python/zope-interface-4.1.1 > >=dev-python/twisted-core-13.2.0 >" > >DEPEND="${RDEPEND} > vlc? ( media-video/vlc ) >" > >src_compile() >{ > emake PREFIX="${D}" || die > >} > >src_install() { > if ! use vlc; then > emake PREFIX="${D}" VLC_SUPPORT="false" install || die "failed" > else > emake PREFIX="${D}" install || die "failed" > fi >}
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 543362
: 398932 |
398934