livestreamer port; anyone want to help porting python-librtmp?

Juergen Lock nox at jelal.kn-bremen.de
Fri Nov 29 18:10:19 UTC 2013


On Thu, Nov 28, 2013 at 10:42:18PM -0200, William Grzybowski wrote:
> On Thu, Nov 28, 2013 at 9:57 PM, William Grzybowski <william88 at gmail.com> wrote:
> > Hi,
> >
> > I can do it, give me a day or so ;)
> 
> 
> Actually, done! :)
> 
> Your livestreamer port looks OK at a quick glance, you can remove
> NO_STAGE, python ports are stage ready.
> 
Thanx!

 Turns out tho python-librtmp needs python singledispatch too:

	https://pypi.python.org/pypi/singledispatch

 Preliminary port:

	http://people.freebsd.org/~nox/tmp/py-singledispatch.shar

 And I updated the livestreamer shar too:

	http://people.freebsd.org/~nox/tmp/livestreamer.shar

Index: multimedia/py-librtmp/Makefile
===================================================================
--- multimedia/py-librtmp/Makefile	(revision 335161)
+++ multimedia/py-librtmp/Makefile	(working copy)
@@ -15,6 +15,7 @@
 
 LIB_DEPENDS=	librtmp.so:${PORTSDIR}/multimedia/librtmp
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cffi>=0:${PORTSDIR}/devel/py-cffi
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}singledispatch>=0:${PORTSDIR}/devel/py-singledispatch
 
 CFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib

 Does this look ok to commit?

 Thanx again, :)
	Juergen

PS: With these livestreamer plays rtmp ustream links too so you can
watch say NASA TV:

	livestreamer http://www.ustream.tv/channel/nasa-hd-tv

(to list the available streams)

	livestreamer http://www.ustream.tv/channel/nasa-hd-tv 360p

(to play one of them in vlc, or:)

	livestreamer -p mplayer http://www.ustream.tv/channel/nasa-hd-tv 360p

(to play the same in mplayer.)


More information about the freebsd-multimedia mailing list