Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 339021 - [ebuild request] media-video/swarmplayer-2.0.0
Summary: [ebuild request] media-video/swarmplayer-2.0.0
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL: http://swarmplayer.p2p-next.org/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-28 12:05 UTC by Dennis Schridde
Modified: 2010-09-28 17:44 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dennis Schridde 2010-09-28 12:05:54 UTC
DESCRIPTION="The SwarmPlayer is a browser extension for watching videos directly from Bittorrent swarms."
SRC_URI="http://swarmplayer.p2p-next.org/download/Next-Share-M32.tar.bz2"

Taken from README.txt:
RDEPEND="
>=dev-lang/python-2.5
>=dev-python/m2crypto-0.16
>=dev-python/wxpython-2.8
>=dev-python/apsw-3.6
>=media-video/vlc-1.0.5 ["with P2P-Next extension"]
|| (
  >=dev-lang/python-2.6
  >=dev-python/simplejson-2.1.1
)
swarmtransport? (
  >=net-libs/xulrunner-1.9.1.5
  <net-libs/xulrunner-1.9.2
)"
DEPEND="app-arch/p7zip"

Looking at the code code (using grep), it seems to require python bindings for vlc, so probably dev-python/pyvlc / bug #259745 is blocking this one.

Installing the packages I listed above (except xulrunner, mine is 1.9.2.9-r1), excluding pyvlc, I was able to get the background-process "swarmengined" to run. However the Wikipedia example videos were still streamed via HTTP. I expect the missing vlc bindings to be the cause, but there was no error message in /tmp/swarmplay-$USER.log, as there was when e.g. wxpython was not yet installed.

Reproducible: Always