1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/multimedia/rubygem-streamio-ffmpeg/Makefile
Jan Beich c400a2c8b6 multimedia/ffmpeg: update to 4.0
- 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
2018-05-02 15:07:27 +00:00

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>