Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 398934 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]
Second version (RDEPS don't need to be in DEPS)
syncplay-1.2.9a.ebuild (text/plain), 762 bytes, created by
Ole Goes
on 2015-03-14 21:07:30 UTC
(
hide
)
Description:
Second version (RDEPS don't need to be in DEPS)
Filename:
MIME Type:
Creator:
Ole Goes
Created:
2015-03-14 21:07:30 UTC
Size:
762 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=" > 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