[Midnightbsd-cvs] mports [20135] trunk/multimedia: add mjpegtools
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Aug 30 12:17:23 EDT 2015
Revision: 20135
http://svnweb.midnightbsd.org/mports/?rev=20135
Author: laffer1
Date: 2015-08-30 12:17:22 -0400 (Sun, 30 Aug 2015)
Log Message:
-----------
add mjpegtools
Modified Paths:
--------------
trunk/multimedia/Makefile
Added Paths:
-----------
trunk/multimedia/mjpegtools/
trunk/multimedia/mjpegtools/Makefile
trunk/multimedia/mjpegtools/distinfo
trunk/multimedia/mjpegtools/files/
trunk/multimedia/mjpegtools/files/patch-lavtools__lavrec.c
trunk/multimedia/mjpegtools/files/patch-lavtools__lavvideo.c
trunk/multimedia/mjpegtools/files/patch-lavtools__liblavplay.c
trunk/multimedia/mjpegtools/files/patch-lavtools__liblavrec.c
trunk/multimedia/mjpegtools/files/patch-mpeg2enc_encoderparams.hh
trunk/multimedia/mjpegtools/files/patch-mpeg2enc_ontheflyratectlpass1.hh
trunk/multimedia/mjpegtools/files/patch-mpeg2enc_ontheflyratectlpass2.hh
trunk/multimedia/mjpegtools/files/patch-mplex_main.cpp
trunk/multimedia/mjpegtools/files/patch-yuvdeinterlace_yuvdeinterlace.cc
trunk/multimedia/mjpegtools/pkg-descr
trunk/multimedia/mjpegtools/pkg-plist
Modified: trunk/multimedia/Makefile
===================================================================
--- trunk/multimedia/Makefile 2015-08-30 16:13:27 UTC (rev 20134)
+++ trunk/multimedia/Makefile 2015-08-30 16:17:22 UTC (rev 20135)
@@ -82,6 +82,7 @@
SUBDIR += linux-f10-libv4l
SUBDIR += linux-helixplayer
SUBDIR += linux-realplayer
+SUBDIR += mjpegtools
SUBDIR += mp4v2
SUBDIR += mpeg2codec
SUBDIR += mpeg4ip-libmp4v2
Added: trunk/multimedia/mjpegtools/Makefile
===================================================================
--- trunk/multimedia/mjpegtools/Makefile (rev 0)
+++ trunk/multimedia/mjpegtools/Makefile 2015-08-30 16:17:22 UTC (rev 20135)
@@ -0,0 +1,64 @@
+# Created by: Mario Sergio Fujikawa Ferreira <lioux at FreeBSD.org>
+# $MidnightBSD$
+# $FreeBSD: head/multimedia/mjpegtools/Makefile 390310 2015-06-22 18:33:20Z antoine $
+
+PORTNAME= mjpegtools
+PORTVERSION= 2.1.0
+CATEGORIES= multimedia
+MASTER_SITES= SF/${PORTNAME:S/tools//}/${PORTNAME}/${PORTVERSION}
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= Set of tools to record/playback/edit videos in MPEG format
+
+LICENSE= gpl2 # (or later)
+
+BUILD_DEPENDS= v4l_compat>0:${PORTSDIR}/multimedia/v4l_compat
+
+CONFLICTS= mplex-[0-9]*
+
+USES= gmake jpeg libtool pathfix pkgconfig
+USE_LDCONFIG= yes
+
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --without-dga --without-x
+CONFIGURE_TARGET= ${ARCH:S/amd64/x86_64/}-portbld-${OPSYS:tl}${OSREL}
+CPPFLAGS+= -I${LOCALBASE}/include
+LIBS+= -L${LOCALBASE}/lib
+
+INFO= mjpeg-howto
+
+OPTIONS_DEFINE= DOCS DV GTK2 PNG QUICKTIME SDL
+OPTIONS_DEFAULT= GTK2 PNG SDL
+OPTIONS_SUB= yes
+
+DV_LIB_DEPENDS= libdv.so:${PORTSDIR}/multimedia/libdv
+DV_CONFIGURE_WITH= libdv
+GTK2_USE= GNOME=gtk20
+GTK2_CONFIGURE_WITH= gtk
+PNG_LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png
+PNG_CONFIGURE_WITH= libpng
+QUICKTIME_LIB_DEPENDS= libquicktime.so:${PORTSDIR}/multimedia/libquicktime
+QUICKTIME_CONFIGURE_WITH= libquicktime
+SDL_USE= SDL=gfx,sdl
+SDL_CONFIGURE_OFF= --without-libsdl --without-sdlgfx
+
+.include <bsd.mport.options.mk>
+
+.if ${ARCH} == "i386"
+USES+= compiler:c++11-lang
+.endif
+
+post-patch:
+ @${REINPLACE_CMD} \
+ -e 's| \*-\*-linux\*)| *-*-*)|' \
+ -e '/ARCHFLAGS=/d' ${WRKSRC}/configure
+
+post-install:
+ @${MKDIR} ${DOCSDIR}
+.for i in AUTHORS BUGS CHANGES ChangeLog HINTS NEWS PLANS README README.DV \
+ README.avilib README.glav README.AltiVec README.lavpipe \
+ README.transist TODO
+ (cd ${WRKSRC} && ${INSTALL_DATA} ${i} ${DOCSDIR})
+.endfor
+
+.include <bsd.port.mk>
Property changes on: trunk/multimedia/mjpegtools/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/multimedia/mjpegtools/distinfo
===================================================================
--- trunk/multimedia/mjpegtools/distinfo (rev 0)
+++ trunk/multimedia/mjpegtools/distinfo 2015-08-30 16:17:22 UTC (rev 20135)
@@ -0,0 +1,2 @@
+SHA256 (mjpegtools-2.1.0.tar.gz) = 864f143d7686377f8ab94d91283c696ebd906bf256b2eacc7e9fb4dddcedc407
+SIZE (mjpegtools-2.1.0.tar.gz) = 1844336
Property changes on: trunk/multimedia/mjpegtools/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/multimedia/mjpegtools/files/patch-lavtools__lavrec.c
===================================================================
--- trunk/multimedia/mjpegtools/files/patch-lavtools__lavrec.c (rev 0)
+++ trunk/multimedia/mjpegtools/files/patch-lavtools__lavrec.c 2015-08-30 16:17:22 UTC (rev 20135)
@@ -0,0 +1,28 @@
+--- lavtools/lavrec.c.orig
++++ lavtools/lavrec.c
+@@ -196,7 +196,9 @@
+ #include <stdlib.h>
+ #include <unistd.h>
+ #include <termios.h>
++#ifdef __linux
+ #include <sys/fsuid.h>
++#endif
+ #include <signal.h>
+ #include <fcntl.h>
+ #include <errno.h>
+@@ -1149,6 +1151,7 @@
+ sigset_t sigmask;
+ pthread_t input_thread;
+
++#ifdef __linux
+ /* no root please (only during audio setup) */
+ if (getuid() != geteuid())
+ {
+@@ -1159,6 +1162,7 @@
+ return 0;
+ }
+ }
++#endif
+
+ info = lavrec_malloc();
+ info->state_changed = statechanged;
Property changes on: trunk/multimedia/mjpegtools/files/patch-lavtools__lavrec.c
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/multimedia/mjpegtools/files/patch-lavtools__lavvideo.c
===================================================================
--- trunk/multimedia/mjpegtools/files/patch-lavtools__lavvideo.c (rev 0)
+++ trunk/multimedia/mjpegtools/files/patch-lavtools__lavvideo.c 2015-08-30 16:17:22 UTC (rev 20135)
@@ -0,0 +1,18 @@
+--- lavtools/lavvideo.c.orig
++++ lavtools/lavvideo.c
+@@ -49,6 +49,7 @@
+ #include <sys/stat.h>
+ #include <sys/ioctl.h>
+
++#ifdef __linux
+ #include <linux/types.h>
+ /* Because of some really cool feature in video4linux1, also known as
+ * 'not including sys/types.h and sys/time.h', we had to include it
+@@ -63,6 +64,7 @@
+ * errors here, check your linux/time.h && sys/time.h header setup.
+ */
+ #define _LINUX_TIME_H
++#endif
+ #include <linux/videodev.h>
+
+ #include <videodev_mjpeg.h>
Property changes on: trunk/multimedia/mjpegtools/files/patch-lavtools__lavvideo.c
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/multimedia/mjpegtools/files/patch-lavtools__liblavplay.c
===================================================================
--- trunk/multimedia/mjpegtools/files/patch-lavtools__liblavplay.c (rev 0)
+++ trunk/multimedia/mjpegtools/files/patch-lavtools__liblavplay.c 2015-08-30 16:17:22 UTC (rev 20135)
@@ -0,0 +1,15 @@
+--- lavtools/liblavplay.c.orig
++++ lavtools/liblavplay.c
+@@ -43,7 +43,12 @@
+ #include <sys/resource.h>
+ #include <sys/wait.h>
+ #ifdef HAVE_V4L
++#ifdef __linux
+ #include <sys/vfs.h>
++#else
++#include <sys/param.h>
++#include <sys/mount.h>
++#endif
+ #endif
+
+ #ifndef X_DISPLAY_MISSING
Property changes on: trunk/multimedia/mjpegtools/files/patch-lavtools__liblavplay.c
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/multimedia/mjpegtools/files/patch-lavtools__liblavrec.c
===================================================================
--- trunk/multimedia/mjpegtools/files/patch-lavtools__liblavrec.c (rev 0)
+++ trunk/multimedia/mjpegtools/files/patch-lavtools__liblavrec.c 2015-08-30 16:17:22 UTC (rev 20135)
@@ -0,0 +1,30 @@
+--- lavtools/liblavrec.c.orig
++++ lavtools/liblavrec.c
+@@ -45,9 +45,14 @@
+ #include <sys/time.h>
+ #include <sys/resource.h>
+ #include <sys/wait.h>
++#ifdef __linux
+ #include <sys/statfs.h>
+-#include <mjpeg_types.h>
+ #include <sys/vfs.h>
++#else
++#include <sys/param.h>
++#include <sys/mount.h>
++#endif
++#include <mjpeg_types.h>
+ #include <stdlib.h>
+
+ /* Because of some really cool feature in video4linux1, also known as
+@@ -758,7 +763,11 @@
+ {
+ int fd = lav_fileno( settings->video_file );
+ if( fd >= 0 )
++#ifdef __linux
+ fdatasync(fd);
++#else
++ fsync(fd);
++#endif
+ }
+ return 1;
+ }
Property changes on: trunk/multimedia/mjpegtools/files/patch-lavtools__liblavrec.c
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/multimedia/mjpegtools/files/patch-mpeg2enc_encoderparams.hh
===================================================================
--- trunk/multimedia/mjpegtools/files/patch-mpeg2enc_encoderparams.hh (rev 0)
+++ trunk/multimedia/mjpegtools/files/patch-mpeg2enc_encoderparams.hh 2015-08-30 16:17:22 UTC (rev 20135)
@@ -0,0 +1,14 @@
+Use class RateCtl instead of struct.
+Class RateCtl is defined in ratectl.hh and used elsewhere in the code too.
+
+--- ./mpeg2enc/encoderparams.hh.orig 2014-07-21 16:50:46.000000000 +0200
++++ ./mpeg2enc/encoderparams.hh 2014-07-21 16:50:56.000000000 +0200
+@@ -79,7 +79,7 @@
+ };
+
+
+-struct RateCtl;
++class RateCtl;
+ class MPEG2EncOptions;
+
+ class EncoderParams
Property changes on: trunk/multimedia/mjpegtools/files/patch-mpeg2enc_encoderparams.hh
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/multimedia/mjpegtools/files/patch-mpeg2enc_ontheflyratectlpass1.hh
===================================================================
--- trunk/multimedia/mjpegtools/files/patch-mpeg2enc_ontheflyratectlpass1.hh (rev 0)
+++ trunk/multimedia/mjpegtools/files/patch-mpeg2enc_ontheflyratectlpass1.hh 2015-08-30 16:17:22 UTC (rev 20135)
@@ -0,0 +1,9 @@
+--- mpeg2enc/ontheflyratectlpass1.hh.orig 2014-07-21 16:51:41.000000000 +0200
++++ mpeg2enc/ontheflyratectlpass1.hh 2014-07-21 16:52:29.000000000 +0200
+@@ -1,5 +1,5 @@
+ #ifndef _ONTHEFLYRATECTLPASS1_HH
+-#define _ONTHELFYRATECTLPASS1_HH
++#define _ONTHEFLYRATECTLPASS1_HH
+
+ /* (C) 2003 Andrew Stevens */
+
Property changes on: trunk/multimedia/mjpegtools/files/patch-mpeg2enc_ontheflyratectlpass1.hh
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/multimedia/mjpegtools/files/patch-mpeg2enc_ontheflyratectlpass2.hh
===================================================================
--- trunk/multimedia/mjpegtools/files/patch-mpeg2enc_ontheflyratectlpass2.hh (rev 0)
+++ trunk/multimedia/mjpegtools/files/patch-mpeg2enc_ontheflyratectlpass2.hh 2015-08-30 16:17:22 UTC (rev 20135)
@@ -0,0 +1,9 @@
+--- mpeg2enc/ontheflyratectlpass2.hh.orig 2014-07-21 16:51:46.000000000 +0200
++++ mpeg2enc/ontheflyratectlpass2.hh 2014-07-21 16:52:33.000000000 +0200
+@@ -1,5 +1,5 @@
+ #ifndef _ONTHEFLYRATECTLPASS2_HH
+-#define _ONTHELFYRATECTLPASS2_HH
++#define _ONTHEFLYRATECTLPASS2_HH
+
+ /* (C) 2003 Andrew Stevens */
+
Property changes on: trunk/multimedia/mjpegtools/files/patch-mpeg2enc_ontheflyratectlpass2.hh
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/multimedia/mjpegtools/files/patch-mplex_main.cpp
===================================================================
--- trunk/multimedia/mjpegtools/files/patch-mplex_main.cpp (rev 0)
+++ trunk/multimedia/mjpegtools/files/patch-mplex_main.cpp 2015-08-30 16:17:22 UTC (rev 20135)
@@ -0,0 +1,54 @@
+--- mplex/main.cpp.orig Wed Jun 20 13:40:39 2007
++++ mplex/main.cpp Wed Jun 20 13:41:49 2007
+@@ -38,6 +38,7 @@
+ #endif
+ #include <ctype.h>
+ #include <math.h>
++#include <fcntl.h>
+ #include "cpu_accel.h"
+ #include "mjpeg_types.h"
+ #include "mjpeg_logging.h"
+@@ -107,6 +108,14 @@
+ {
+ mjpeg_error_exit1( "Could not open for writing: %s", cur_filename );
+ }
++ {
++ int flags;
++
++ (void)fcntl(fileno(strm), F_GETFL, &flags);
++ (void)fcntl(fileno(strm), F_SETFL, flags & ~O_NONBLOCK);
++ }
++
++
+
+ return 0;
+ }
+@@ -143,6 +152,13 @@
+ mjpeg_error_exit1( "Could not open for writing: %s", cur_filename );
+ }
+ segment_len = 0;
++ {
++ int flags;
++
++ (void)fcntl(fileno(strm), F_GETFL, &flags);
++ (void)fcntl(fileno(strm), F_SETFL, flags & ~O_NONBLOCK);
++ }
++
+ }
+
+ void
+@@ -200,6 +216,14 @@
+ {
+ mjpeg_error_exit1( "Unable to open file %s for reading.", bs_filename);
+ }
++
++ {
++ int flags;
++
++ (void)fcntl(fileno(fileh), F_GETFL, &flags);
++ (void)fcntl(fileno(fileh), F_SETFL, flags & ~O_NONBLOCK);
++ }
++
+ filename = strcpy( new char[strlen(bs_filename)+1], bs_filename );
+ streamname = filename;
+
Property changes on: trunk/multimedia/mjpegtools/files/patch-mplex_main.cpp
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/multimedia/mjpegtools/files/patch-yuvdeinterlace_yuvdeinterlace.cc
===================================================================
--- trunk/multimedia/mjpegtools/files/patch-yuvdeinterlace_yuvdeinterlace.cc (rev 0)
+++ trunk/multimedia/mjpegtools/files/patch-yuvdeinterlace_yuvdeinterlace.cc 2015-08-30 16:17:22 UTC (rev 20135)
@@ -0,0 +1,33 @@
+--- yuvdeinterlace/yuvdeinterlace.cc.orig 2009-09-19 18:16:47 UTC
++++ yuvdeinterlace/yuvdeinterlace.cc
+@@ -918,7 +918,7 @@ int
+ main (int argc, char *argv[])
+ {
+ int frame = 0;
+- int errno = 0;
++ int error = 0;
+ int ss_h, ss_v;
+
+ deinterlacer YUVdeint;
+@@ -1009,10 +1009,10 @@ main (int argc, char *argv[])
+ y4m_init_frame_info (&YUVdeint.Y4MStream.oframeinfo);
+
+ /* open input stream */
+- if ((errno = y4m_read_stream_header (YUVdeint.Y4MStream.fd_in,
++ if ((error = y4m_read_stream_header (YUVdeint.Y4MStream.fd_in,
+ &YUVdeint.Y4MStream.istreaminfo)) != Y4M_OK)
+ {
+- mjpeg_error_exit1 ("Couldn't read YUV4MPEG header: %s!", y4m_strerr (errno));
++ mjpeg_error_exit1 ("Couldn't read YUV4MPEG header: %s!", y4m_strerr (error));
+ }
+
+ /* get format information */
+@@ -1089,7 +1089,7 @@ main (int argc, char *argv[])
+ y4m_write_stream_header (YUVdeint.Y4MStream.fd_out, &YUVdeint.Y4MStream.ostreaminfo);
+
+ /* read every frame until the end of the input stream and process it */
+- while (Y4M_OK == (errno = y4m_read_frame (YUVdeint.Y4MStream.fd_in,
++ while (Y4M_OK == (error = y4m_read_frame (YUVdeint.Y4MStream.fd_in,
+ &YUVdeint.Y4MStream.istreaminfo,
+ &YUVdeint.Y4MStream.iframeinfo, YUVdeint.inframe)))
+ {
Property changes on: trunk/multimedia/mjpegtools/files/patch-yuvdeinterlace_yuvdeinterlace.cc
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/multimedia/mjpegtools/pkg-descr
===================================================================
--- trunk/multimedia/mjpegtools/pkg-descr (rev 0)
+++ trunk/multimedia/mjpegtools/pkg-descr 2015-08-30 16:17:22 UTC (rev 20135)
@@ -0,0 +1,14 @@
+lavtools: Linux Audio and Video TOOLS for Motion JPEG and MPEG
+==============================================================
+
+Programs for MJPEG recording and playback and simple cut-and-paste
+editting and MPEG compression of audio and video under Linux (Now
+FreeBSD).
+
+N.b. Only the "lav" programs have been written whooly from scratch.
+The rest are from diverse open source originals, modified to work
+with the lav tools edit lists and AVI and quicktime files. Some
+(especially the MPEG tools) have had also more major perfomance and
+functionality enhancements.
+
+WWW: http://mjpeg.sourceforge.net/
Property changes on: trunk/multimedia/mjpegtools/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/multimedia/mjpegtools/pkg-plist
===================================================================
--- trunk/multimedia/mjpegtools/pkg-plist (rev 0)
+++ trunk/multimedia/mjpegtools/pkg-plist 2015-08-30 16:17:22 UTC (rev 20135)
@@ -0,0 +1,186 @@
+bin/anytovcd.sh
+%%GTK2%%bin/glav
+bin/jpeg2yuv
+bin/lav2avi.sh
+bin/lav2mpeg
+bin/lav2wav
+bin/lav2yuv
+bin/lavaddwav
+bin/lavinfo
+bin/lavpipe
+bin/lavplay
+bin/lavrec
+bin/lavtc.sh
+bin/lavtrans
+bin/lavvideo
+bin/matteblend.flt
+bin/mjpeg_simd_helper
+bin/mp2enc
+bin/mpeg2enc
+bin/mpegtranscode
+bin/mplex
+bin/multiblend.flt
+bin/pgmtoy4m
+%%PNG%%bin/png2yuv
+bin/pnmtoy4m
+bin/ppmtoy4m
+%%QUICKTIME%%bin/qttoy4m
+bin/transist.flt
+bin/y4mblack
+bin/y4mcolorbars
+bin/y4mdenoise
+bin/y4mhist
+bin/y4minterlace
+bin/y4mivtc
+bin/y4mscaler
+bin/y4mshift
+bin/y4mspatialfilter
+bin/y4mstabilizer
+bin/y4mtopnm
+bin/y4mtoppm
+%%QUICKTIME%%bin/y4mtoqt
+bin/y4mtoyuv
+bin/y4munsharp
+bin/ypipe
+bin/yuv2lav
+bin/yuv4mpeg
+bin/yuvcorrect
+bin/yuvcorrect_tune
+bin/yuvdeinterlace
+bin/yuvdenoise
+bin/yuvfps
+bin/yuvinactive
+bin/yuvkineco
+bin/yuvmedianfilter
+%%SDL%%bin/yuvplay
+bin/yuvscaler
+bin/yuvycsnoise
+bin/yuyvtoy4m
+include/mjpegtools/audiolib.h
+include/mjpegtools/avilib.h
+include/mjpegtools/editlist.h
+include/mjpegtools/format_codes.h
+include/mjpegtools/frequencies.h
+include/mjpegtools/jpegutils.h
+include/mjpegtools/lav_io.h
+include/mjpegtools/liblavplay.h
+include/mjpegtools/liblavrec.h
+include/mjpegtools/mjpeg_logging.h
+include/mjpegtools/mjpeg_types.h
+include/mjpegtools/motionsearch.h
+include/mjpegtools/mpeg2enc/elemstrmwriter.hh
+include/mjpegtools/mpeg2enc/encoderparams.hh
+include/mjpegtools/mpeg2enc/encodertypes.h
+include/mjpegtools/mpeg2enc/imageplanes.hh
+include/mjpegtools/mpeg2enc/macroblock.hh
+include/mjpegtools/mpeg2enc/mpeg2coder.hh
+include/mjpegtools/mpeg2enc/mpeg2encoder.hh
+include/mjpegtools/mpeg2enc/mpeg2encoptions.hh
+include/mjpegtools/mpeg2enc/mpeg2encparams.h
+include/mjpegtools/mpeg2enc/mpeg2syntaxcodes.h
+include/mjpegtools/mpeg2enc/ontheflyratectlpass1.hh
+include/mjpegtools/mpeg2enc/ontheflyratectlpass2.hh
+include/mjpegtools/mpeg2enc/picture.hh
+include/mjpegtools/mpeg2enc/picturereader.hh
+include/mjpegtools/mpeg2enc/predict_ref.h
+include/mjpegtools/mpeg2enc/quantize.hh
+include/mjpegtools/mpeg2enc/quantize_ref.h
+include/mjpegtools/mpeg2enc/ratectl.hh
+include/mjpegtools/mpeg2enc/seqencoder.hh
+include/mjpegtools/mpeg2enc/streamstate.h
+include/mjpegtools/mpeg2enc/synchrolib.h
+include/mjpegtools/mpeg2enc/syntaxconsts.h
+include/mjpegtools/mpegconsts.h
+include/mjpegtools/mpegtimecode.h
+include/mjpegtools/mplex/audiostrm.hpp
+include/mjpegtools/mplex/aunit.hpp
+include/mjpegtools/mplex/aunitbuffer.hpp
+include/mjpegtools/mplex/bits.hpp
+include/mjpegtools/mplex/decodebufmodel.hpp
+include/mjpegtools/mplex/inputstrm.hpp
+include/mjpegtools/mplex/interact.hpp
+include/mjpegtools/mplex/mplexconsts.hpp
+include/mjpegtools/mplex/multiplexor.hpp
+include/mjpegtools/mplex/outputstrm.hpp
+include/mjpegtools/mplex/padstrm.hpp
+include/mjpegtools/mplex/stillsstream.hpp
+include/mjpegtools/mplex/stream_params.hpp
+include/mjpegtools/mplex/systems.hpp
+include/mjpegtools/mplex/videostrm.hpp
+include/mjpegtools/yuv4mpeg.h
+lib/liblavfile-2.1.so.0
+lib/liblavfile-2.1.so.0.0.0
+lib/liblavfile.a
+lib/liblavfile.so
+lib/liblavjpeg-2.1.so.0
+lib/liblavjpeg-2.1.so.0.0.0
+lib/liblavjpeg.a
+lib/liblavjpeg.so
+lib/liblavplay-2.1.so.0
+lib/liblavplay-2.1.so.0.0.0
+lib/liblavplay.a
+lib/liblavplay.so
+lib/liblavrec-2.1.so.0
+lib/liblavrec-2.1.so.0.0.0
+lib/liblavrec.a
+lib/liblavrec.so
+lib/libmjpegutils-2.1.so.0
+lib/libmjpegutils-2.1.so.0.0.0
+lib/libmjpegutils.a
+lib/libmjpegutils.so
+lib/libmpeg2encpp-2.1.so.0
+lib/libmpeg2encpp-2.1.so.0.0.0
+lib/libmpeg2encpp.a
+lib/libmpeg2encpp.so
+lib/libmplex2-2.1.so.0
+lib/libmplex2-2.1.so.0.0.0
+lib/libmplex2.a
+lib/libmplex2.so
+libdata/pkgconfig/mjpegtools.pc
+man/man1/jpeg2yuv.1.gz
+man/man1/lav2mpeg.1.gz
+man/man1/lav2wav.1.gz
+man/man1/lav2yuv.1.gz
+man/man1/lavpipe.1.gz
+man/man1/lavplay.1.gz
+man/man1/lavrec.1.gz
+man/man1/lavtrans.1.gz
+man/man1/mjpegtools.1.gz
+man/man1/mp2enc.1.gz
+man/man1/mpeg2enc.1.gz
+man/man1/mplex.1.gz
+man/man1/pgmtoy4m.1.gz
+man/man1/png2yuv.1.gz
+man/man1/pnmtoy4m.1.gz
+man/man1/ppmtoy4m.1.gz
+man/man1/y4mcolorbars.1.gz
+man/man1/y4mdenoise.1.gz
+man/man1/y4mscaler.1.gz
+man/man1/y4mtopnm.1.gz
+man/man1/y4mtoppm.1.gz
+man/man1/y4munsharp.1.gz
+man/man1/yuv2lav.1.gz
+man/man1/yuvdenoise.1.gz
+man/man1/yuvfps.1.gz
+man/man1/yuvinactive.1.gz
+man/man1/yuvkineco.1.gz
+man/man1/yuvmedianfilter.1.gz
+man/man1/yuvplay.1.gz
+man/man1/yuvscaler.1.gz
+man/man1/yuvycsnoise.1.gz
+man/man5/yuv4mpeg.5.gz
+%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
+%%PORTDOCS%%%%DOCSDIR%%/BUGS
+%%PORTDOCS%%%%DOCSDIR%%/CHANGES
+%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
+%%PORTDOCS%%%%DOCSDIR%%/HINTS
+%%PORTDOCS%%%%DOCSDIR%%/NEWS
+%%PORTDOCS%%%%DOCSDIR%%/PLANS
+%%PORTDOCS%%%%DOCSDIR%%/README
+%%PORTDOCS%%%%DOCSDIR%%/README.AltiVec
+%%PORTDOCS%%%%DOCSDIR%%/README.DV
+%%PORTDOCS%%%%DOCSDIR%%/README.avilib
+%%PORTDOCS%%%%DOCSDIR%%/README.glav
+%%PORTDOCS%%%%DOCSDIR%%/README.lavpipe
+%%PORTDOCS%%%%DOCSDIR%%/README.transist
+%%PORTDOCS%%%%DOCSDIR%%/TODO
Property changes on: trunk/multimedia/mjpegtools/pkg-plist
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
More information about the Midnightbsd-cvs
mailing list