aboutsummaryrefslogtreecommitdiff
path: root/multimedia/livestreamer
diff options
context:
space:
mode:
authorJuergen Lock <nox@FreeBSD.org>2013-11-30 18:14:55 +0000
committerJuergen Lock <nox@FreeBSD.org>2013-11-30 18:14:55 +0000
commitba69ec161fa34e98e86824fde307a19bb71c2483 (patch)
tree7a5b6ba56230d9dfadbf3c6f4e7bdd356e56a796 /multimedia/livestreamer
parent2f4cd51db0f33c73f42db1acbe6bae67b5c7b4d2 (diff)
downloadports-ba69ec161fa34e98e86824fde307a19bb71c2483.tar.gz
ports-ba69ec161fa34e98e86824fde307a19bb71c2483.zip
- 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]
Notes
Notes: svn path=/head/; revision=335313
Diffstat (limited to 'multimedia/livestreamer')
-rw-r--r--multimedia/livestreamer/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/multimedia/livestreamer/Makefile b/multimedia/livestreamer/Makefile
index a490802a42f4..a4377d625fce 100644
--- a/multimedia/livestreamer/Makefile
+++ b/multimedia/livestreamer/Makefile
@@ -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