mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
c400a2c8b6
- FFSERVER support was removed upstream - libressl now uses libtls backend instead of patching openssl one - Clang i386 no longer uses 16-byte aligned stack Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.0:/Changelog ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ PR: 227726 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D15175
24 lines
426 B
Makefile
24 lines
426 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= streamio-ffmpeg
|
|
PORTVERSION= 3.0.2
|
|
PORTREVISION= 1
|
|
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>
|