mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
Add ffmpeg2theora, a command-line tool to convert many kinds of media
files to Ogg Theora.
This commit is contained in:
parent
5c1c98a112
commit
eab343e476
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=221739
@ -41,6 +41,7 @@
|
||||
SUBDIR += etoile-babbler
|
||||
SUBDIR += etoile-multimediakit
|
||||
SUBDIR += ffmpeg
|
||||
SUBDIR += ffmpeg2theora
|
||||
SUBDIR += ffmpegthumbnailer
|
||||
SUBDIR += flv2mpeg4
|
||||
SUBDIR += flvtool++
|
||||
|
28
multimedia/ffmpeg2theora/Makefile
Normal file
28
multimedia/ffmpeg2theora/Makefile
Normal file
@ -0,0 +1,28 @@
|
||||
# New ports collection makefile for: ffmpeg2theora
|
||||
# Date created: Sat 19 Oct 2008
|
||||
# Whom: Anders Nordby <anders@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= ffmpeg2theora
|
||||
PORTVERSION= 0.22
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= http://v2v.cc/~j/ffmpeg2theora/
|
||||
|
||||
MAINTAINER= anders@FreeBSD.org
|
||||
COMMENT= Reencode many media file formats to Ogg Theora
|
||||
|
||||
LIB_DEPENDS= avcodec.1:${PORTSDIR}/multimedia/ffmpeg \
|
||||
theora.0:${PORTSDIR}/multimedia/libtheora \
|
||||
kate.1:${PORTSDIR}/multimedia/libkate
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_SCONS= yes
|
||||
|
||||
SCONS_ENV+= APPEND_LINKFLAGS="${PTHREAD_LIBS} -L${LOCALBASE}/lib" \
|
||||
APPEND_CFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include"
|
||||
|
||||
MAN1= ffmpeg2theora.1
|
||||
PLIST_FILES= bin/ffmpeg2theora
|
||||
|
||||
.include <bsd.port.mk>
|
3
multimedia/ffmpeg2theora/distinfo
Normal file
3
multimedia/ffmpeg2theora/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (ffmpeg2theora-0.22.tar.bz2) = 6523be13740343c93bbab5358755a511
|
||||
SHA256 (ffmpeg2theora-0.22.tar.bz2) = 3c29743247fa4480eea02d0c4f4053ab788f515808413f7ccb7cbeadccc0a9da
|
||||
SIZE (ffmpeg2theora-0.22.tar.bz2) = 60246
|
5
multimedia/ffmpeg2theora/pkg-descr
Normal file
5
multimedia/ffmpeg2theora/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
ffmpeg2theora is a simple command line tool to convert media files to
|
||||
.ogg with Theora video and Vorbis audio streams. It supports reading any
|
||||
file format that ffmpeg can decode.
|
||||
|
||||
WWW: http://v2v.cc/~j/ffmpeg2theora/
|
Loading…
Reference in New Issue
Block a user