multimedia/rubygem-paperclip-av-transcoder-rails50: Create rails version
5.0 port by copying multimedia/rubygem-paperclip-av-transcoder Approved by: swills (mentor, implicit)
This commit is contained in:
parent
49fd166c42
commit
d069bebe81
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=441649
4 changed files with 39 additions and 0 deletions
|
@ -368,6 +368,7 @@
|
|||
SUBDIR += rubygem-flvtool2
|
||||
SUBDIR += rubygem-gstreamer
|
||||
SUBDIR += rubygem-paperclip-av-transcoder
|
||||
SUBDIR += rubygem-paperclip-av-transcoder-rails50
|
||||
SUBDIR += sabbu
|
||||
SUBDIR += schroedinger
|
||||
SUBDIR += shotcut
|
||||
|
|
23
multimedia/rubygem-paperclip-av-transcoder-rails50/Makefile
Normal file
23
multimedia/rubygem-paperclip-av-transcoder-rails50/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= paperclip-av-transcoder
|
||||
PORTVERSION= 0.6.4
|
||||
CATEGORIES= multimedia rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMESUFFIX= -rails50
|
||||
|
||||
MAINTAINER= jrm@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-rails50>=2.5.2:devel/rubygem-paperclip-rails50
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
USE_RUBY= yes
|
||||
USES= gem
|
||||
|
||||
.include <bsd.port.mk>
|
|
@ -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
|
12
multimedia/rubygem-paperclip-av-transcoder-rails50/pkg-descr
Normal file
12
multimedia/rubygem-paperclip-av-transcoder-rails50/pkg-descr
Normal file
|
@ -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/
|
Loading…
Reference in a new issue