mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
New port, multimedia/av: Programmable Ruby interface for FFMPEG/Libav
Adding this because it is a dependency of multimedia/rubygem-paperclip-av-transcoder, which in turn is a dependency of the upcoming www/mastodon port. WWW: https://github.com/ruby-av/av Approved by: swills (mentor, implicit) Differential Revision: https://reviews.freebsd.org/D10347
This commit is contained in:
parent
3276273bba
commit
df76b65979
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=438204
@ -365,6 +365,7 @@
|
||||
SUBDIR += replex
|
||||
SUBDIR += rox-videothumbnail
|
||||
SUBDIR += rtmpdump
|
||||
SUBDIR += rubygem-av
|
||||
SUBDIR += rubygem-clutter-gstreamer
|
||||
SUBDIR += rubygem-flvtool2
|
||||
SUBDIR += rubygem-gstreamer
|
||||
|
21
multimedia/rubygem-av/Makefile
Normal file
21
multimedia/rubygem-av/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= av
|
||||
PORTVERSION= 0.9.0
|
||||
CATEGORIES= multimedia rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= jrm@FreeBSD.org
|
||||
COMMENT= Programmable Ruby interface for FFMPEG/Libav
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
RUN_DEPENDS= rubygem-cocaine>=0.5.3:devel/rubygem-cocaine
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
USE_RUBY= yes
|
||||
USES= gem
|
||||
|
||||
.include <bsd.port.mk>
|
3
multimedia/rubygem-av/distinfo
Normal file
3
multimedia/rubygem-av/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1491840716
|
||||
SHA256 (rubygem/av-0.9.0.gem) = 183fc4f675410cb1116f044de7481c4cfb9358d2041bdbdcb7e019b7fc9d8aeb
|
||||
SIZE (rubygem/av-0.9.0.gem) = 77312
|
4
multimedia/rubygem-av/pkg-descr
Normal file
4
multimedia/rubygem-av/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
This gem provides programmable interface for ffmpeg and avconv. The idea is to
|
||||
have a common API for both CLIs.
|
||||
|
||||
WWW: https://github.com/ruby-av
|
Loading…
Reference in New Issue
Block a user