Bug 182791 - New port: multimedia/livestreamer pipe video streams into a video player
Summary: New port: multimedia/livestreamer pipe video streams into a video player
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-07 13:50 UTC by me
Modified: 2013-11-30 18:20 UTC (History)
0 users

See Also:


Attachments
file.shar (20.03 KB, text/plain)
2013-10-07 13:50 UTC, me
no flags Details
livestreamer.shar (20.72 KB, text/plain; charset=UTF-8)
2013-11-10 22:42 UTC, me
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description me 2013-10-07 13:50:00 UTC
The port was tested with porttools and manually installing to a chroot environment with only build/runtime dependencies installed, building a package (pkgng), installing and removing it, and checking for leftover files in each step. (No tinderbox testing, yet.)

The port still has NO_STAGE=yes, since I am not familiar with staging and USE_PYDISTUTILS=easy_install seems not to work without NO_STAGE=yes, yet.

The port is partially based on www/py-requests and on the OpenBSD port multimedia/livestreamer.

Fix: Patch attached with submission follows:
Comment 1 me 2013-11-10 22:42:56 UTC
Livestreamer 1.7.0 was released and USE_PYDISTUTILS=easy_install works
without NO_STAGE=yes now.

The shar attached replaced the first one.
Comment 2 Juergen Lock freebsd_committer freebsd_triage 2013-11-30 18:03:14 UTC
State Changed
From-To: open->closed

Independent port committed (Sorry I missed this PR!)  Thanx.
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-11-30 18:15:02 UTC
Author: nox
Date: Sat Nov 30 18:14:55 2013
New Revision: 335313
URL: http://svnweb.freebsd.org/changeset/ports/335313

Log:
  - Seems this uses more than one LICENSE: (BSD MIT AL2) [1]
  - Add rtmpdump to RUN_DEPENDS. [1]
  - Bump PORTREVISION.
  
  PR:		ports/182791 (independet port that I missed, sorry) [1]
  Submitted by:	Jan Henrik Sylvester <me@janh.de> [1]

Modified:
  head/multimedia/livestreamer/Makefile

Modified: head/multimedia/livestreamer/Makefile
==============================================================================
--- head/multimedia/livestreamer/Makefile	Sat Nov 30 18:05:33 2013	(r335312)
+++ head/multimedia/livestreamer/Makefile	Sat Nov 30 18:14:55 2013	(r335313)
@@ -3,6 +3,7 @@
 
 PORTNAME=	livestreamer
 PORTVERSION=	1.7.0
+PORTREVISION=	1
 CATEGORIES=	multimedia python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -10,9 +11,11 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	multimedia@FreeBSD.org
 COMMENT=	Extract web streams and pipe them into video player of choice
 
-LICENSE=	BSD
+LICENSE=	BSD MIT AL2
+LICENSE_COMB=	multi
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}requests>=0:${PORTSDIR}/www/py-requests \
+RUN_DEPENDS=	rtmpdump:${PORTSDIR}/multimedia/rtmpdump \
+		${PYTHON_PKGNAMEPREFIX}requests>=0:${PORTSDIR}/www/py-requests \
 		${PYTHON_PKGNAMEPREFIX}librtmp>=0:${PORTSDIR}/multimedia/py-librtmp
 
 USE_PYTHON=	yes
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"