2018-03-13 01:57:09 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= streamio-ffmpeg
|
|
|
|
PORTVERSION= 3.0.2
|
2018-05-02 17:07:27 +02:00
|
|
|
PORTREVISION= 1
|
2018-03-13 01:57:09 +01:00
|
|
|
CATEGORIES= multimedia rubygems
|
|
|
|
MASTER_SITES= RG
|
|
|
|
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
|
|
COMMENT= Wraps ffmpeg to read metadata and transcodes videos
|
|
|
|
|
|
|
|
LICENSE= MIT
|
|
|
|
LICENSE_FILES= ${WRKSRC}/LICENSE
|
|
|
|
|
|
|
|
RUN_DEPENDS= rubygem-multi_json>=1.8:devel/rubygem-multi_json \
|
|
|
|
ffmpeg>=3.4.2,1:multimedia/ffmpeg
|
|
|
|
|
|
|
|
USES= gem
|
|
|
|
USE_RUBY= yes
|
|
|
|
|
|
|
|
NO_ARCH= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|