svn commit: r438205 - in head/multimedia: . rubygem-paperclip-av-transcoder
Joseph Mingrone
jrm at FreeBSD.org
Mon Apr 10 19:42:57 UTC 2017
Author: jrm
Date: Mon Apr 10 19:42:55 2017
New Revision: 438205
URL: https://svnweb.freebsd.org/changeset/ports/438205
Log:
New port, multimedia/rubygem-paperclip-av-transcoder: Audio/Video
transcoder for Paperclip using FFMPEG/Avconv
Adding this because it is a dependency of the upcoming www/mastodon port.
WWW: https://github.com/ruby-av/paperclip-av-transcoder/
Approved by: swills (mentor, implicit)
Differential Revision: https://reviews.freebsd.org/D10350
Added:
head/multimedia/rubygem-paperclip-av-transcoder/
head/multimedia/rubygem-paperclip-av-transcoder/Makefile (contents, props changed)
head/multimedia/rubygem-paperclip-av-transcoder/distinfo (contents, props changed)
head/multimedia/rubygem-paperclip-av-transcoder/pkg-descr (contents, props changed)
Modified:
head/multimedia/Makefile
Modified: head/multimedia/Makefile
==============================================================================
--- head/multimedia/Makefile Mon Apr 10 19:40:29 2017 (r438204)
+++ head/multimedia/Makefile Mon Apr 10 19:42:55 2017 (r438205)
@@ -369,6 +369,7 @@
SUBDIR += rubygem-clutter-gstreamer
SUBDIR += rubygem-flvtool2
SUBDIR += rubygem-gstreamer
+ SUBDIR += rubygem-paperclip-av-transcoder
SUBDIR += sabbu
SUBDIR += schroedinger
SUBDIR += shotcut
Added: head/multimedia/rubygem-paperclip-av-transcoder/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/multimedia/rubygem-paperclip-av-transcoder/Makefile Mon Apr 10 19:42:55 2017 (r438205)
@@ -0,0 +1,22 @@
+# $FreeBSD$
+
+PORTNAME= paperclip-av-transcoder
+PORTVERSION= 0.6.4
+CATEGORIES= multimedia rubygems
+MASTER_SITES= RG
+
+MAINTAINER= jrm at FreeBSD.org
+COMMENT= Audio/Video transcoder for Paperclip using FFMPEG/Avconv
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+
+RUN_DEPENDS= rubygem-av>=0.9.0:multimedia/rubygem-av \
+ rubygem-paperclip>=2.5.2:devel/rubygem-paperclip
+
+NO_ARCH= yes
+
+USE_RUBY= yes
+USES= gem
+
+.include <bsd.port.mk>
Added: head/multimedia/rubygem-paperclip-av-transcoder/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/multimedia/rubygem-paperclip-av-transcoder/distinfo Mon Apr 10 19:42:55 2017 (r438205)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1491842137
+SHA256 (rubygem/paperclip-av-transcoder-0.6.4.gem) = 0e5214d866e7ae8b6dff3439efff59f6a461d4c39ec8c868c4b4ac76ddb896bd
+SIZE (rubygem/paperclip-av-transcoder-0.6.4.gem) = 147456
Added: head/multimedia/rubygem-paperclip-av-transcoder/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/multimedia/rubygem-paperclip-av-transcoder/pkg-descr Mon Apr 10 19:42:55 2017 (r438205)
@@ -0,0 +1,12 @@
+Audio/Video Transcoder for Paperclip using FFMPEG/Avconv.
+
+With a few lines of code, your application can produce
+
+- a transcoded FLV file with the requested dimensions if they will match the
+ aspect ratio of the original file, otherwise, width will be maintained and
+ height will be recalculated to keep the original aspect ratio
+
+- a screenshot thumbnail with the requested dimensions regardless of the aspect
+ ratio.
+
+WWW: https://github.com/ruby-av/paperclip-av-transcoder/
More information about the svn-ports-all
mailing list