Port details |
- libmovtar Supports reading/writing of MJPEG video in YUV 4:2:2 JPEG
- 0.1.3_13 multimedia
=4 0.1.3_13Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2002-11-28 00:14:07
- Last Update: 2016-11-05 21:36:23
- SVN Revision: 425452
- People watching this port, also watch:: mplayer, libdvdcss, ffmpeg, libmpeg2
- License: not specified in port
- WWW:
- http://sourceforge.net/projects/mjpeg/
- Description:
- [ excerpt from developer's README ]
libmovtar
---------
has been implemented according to the quicktime4linux API
It supports reading and writing (read/write mode has been prepared,
but is not implemented yet) of MJPEG video in YUV 4:2:2 JPEG with
mono/stereo, 8/16-bit, any sample rate sound.
It supports indexing files (always done when writing a new file,
old (or manually created) movtar files without index are indexed
internally during the opening process).
You can freely jump forwards and backwards between the frames in
an opened file.
WWW: http://sourceforge.net/projects/mjpeg/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- libmovtar>0:multimedia/libmovtar
- No installation instructions:
- This port has been deleted.
- PKGNAME: libmovtar
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (libmovtar-0.1.3.tar.gz) = 61bbd5c415db9f4d5fd6e02603ecbbd085fc534c4cded6fd406d8dcfca7cdc2f
SIZE (libmovtar-0.1.3.tar.gz) = 185845
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake : devel/gmake
- sdl-config : devel/sdl12
- Library dependencies:
-
- libjpeg.so : graphics/jpeg-turbo
- libglib.so : devel/glib12
- libSDL.so : devel/sdl12
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- USES:
- gmake jpeg gnome
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.1.3_13 05 Nov 2016 21:36:23 |
bapt |
Remove libmovtar, it is not used anymore by any program and development has
ceased |
0.1.3_13 19 May 2016 10:44:12 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
0.1.3_13 16 Sep 2015 20:35:14 |
antoine |
- Update jpeg-turbo to 1.4.1 and grab maintainership after several timeouts
- Change default jpeg implementation from jpeg to jpeg-turbo
Reviewed by: bapt, mat
Differential Revision: https://reviews.freebsd.org/D2884 |
0.1.3_12 22 Jun 2015 18:33:22 |
antoine |
Convert to USES=jpeg |
0.1.3_12 01 Feb 2015 20:24:28 |
amdmi3 |
- Drop @dirrm* from and add empty directories to pkg-plists
Approved by: portmgr blanket |
0.1.3_12 08 Dec 2014 16:48:41 |
tijl |
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it. Bump PORTREVISION on their dependent
ports except the ones that depend on these:
audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt
In these cases the same trick as in the recent gettext update is used. (Only the first 15 lines of the commit message are shown above ) |
0.1.3_11 13 Sep 2014 15:11:28 |
tijl |
devel/glib12 x11-toolkits/gtk12:
- Convert to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Remove patches that renamed include directories and libraries so they
didn't conflict with early development versions of glib/gtk 2.0 |
0.1.3_10 10 Sep 2014 20:50:37 |
gerald |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
0.1.3_9 11 Jun 2014 14:50:00 |
tijl |
Support LIBS like LDFLAGS.
- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS. Also remove references to
PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
required additional patches.
Somewhat simplified a linker command line looks like:
${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}
where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us. If possible -L and -l flags need to be (Only the first 15 lines of the commit message are shown above ) |
0.1.3_9 03 Feb 2014 13:57:46 |
miwi |
- Stage support
- Convert to USES |
0.1.3_9 20 Sep 2013 20:57:49 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
multimedia) |
0.1.3_9 18 Feb 2012 10:18:33 |
mva |
- Update devel/sdl12 to 1.2.15
- Update audio/sdl_mixer to 1.2.15
- Update graphics/sdl_image to 1.2.12
- Update graphics/sdl_ttf to 2.0.11
- Update graphics/sdl_gfx to 2.0.23
- Update net/sdl_net to 1.2.8
- Bump PORTREVISIONs on ports that depend on one or more packages due to
ABI and shared library version changes
- Update Mk/bsd.sdl.mk accordingly for the new shared library versions
Tested by: exp-run by pav |
0.1.3_8 03 Jul 2011 13:38:45 |
ohauer |
- remove MD5 |
0.1.3_8 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
0.1.3_7 22 Aug 2009 00:28:34 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with M |
0.1.3_7 18 Jul 2009 11:11:29 |
dinoex |
- update to jpeg7
Tested by: pav on pointyhat |
0.1.3_6 13 Mar 2008 14:28:35 |
miwi |
- Chase devel/sdl12 shlib version bump |
0.1.3_5 14 Dec 2007 19:08:40 |
miwi |
- Fix build with gcc 4.2
PR: 118628
Submitted by: Pietro Cerutti <gahr@gahr.ch> |
0.1.3_5 27 May 2007 02:56:01 |
kris |
BROKEN with gcc 4.2 |
0.1.3_5 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
0.1.3_4 20 Dec 2006 14:42:54 |
ahze |
Remove jpeg-mmx support |
0.1.3_4 20 Sep 2006 11:21:59 |
stas |
- Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directory
structure (i.e. include/SDL for includes and sdl-config for configuration
binary)
- Update graphics/sdl_ttf to version 2.0.8
- Update graphics/sdl_image to version 1.2.5
- Update audio/sdl_mixer to version 1.2.7
- Update net/sdl_net to version 1.2.6
- Update Mk/bsd.sdl.mk accordingly
- Fix dependent ports to fit the new directory structure and avoid several
API breakages
- Bump up portrevisions for all dependent ports to allow them to be upgraded
by portupgrade/portmaster etc tools
Approved by: kris (portmgr), sem (mentor) |
0.1.3_3 10 May 2006 22:37:39 |
edwin |
Remove USE_REINPLACE from ports starting with M |
0.1.3_3 28 Feb 2006 23:05:51 |
ade |
Bump PORTREVISION for new glib-12 library location, post libtool.
PR: 93955
Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
Approved by: portmgr (implicit) |
0.1.3_2 22 Jan 2006 02:30:01 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
0.1.3_2 25 Nov 2005 16:19:39 |
pav |
- Add SHA256 |
0.1.3_2 10 Apr 2005 02:32:57 |
ahze |
- s/gtk12/glib12/ , gtk12 isn't needed. |
0.1.3_2 03 Apr 2005 21:32:58 |
lioux |
Drop maintainership |
0.1.3_2 28 Nov 2004 15:51:22 |
lioux |
- Forced commit to fix previous commit message
o Add graphics/jpeg-mmx support
o Deploy OPTIONS
PR: 72742
Submitted by: ahze |
0.1.3_2 28 Nov 2004 15:50:13 |
lioux |
o Add graphics/jpeg-mmx support
o Deploy OPTIONS |
0.1.3_2 16 Mar 2004 04:23:56 |
edwin |
Chase library bump of libSDL-1.1 for all ports which were depending
on sdl12-1.2.5 |
0.1.3_1 07 Mar 2004 23:28:40 |
edwin |
Make ports/multimedia use the USE_SDL macro
PR: ports/61805
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Approved by: maintainer timeout |
0.1.3_1 08 Feb 2004 01:14:05 |
lioux |
USE_SIZEify |
0.1.3_1 04 Feb 2004 05:10:27 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
0.1.3 14 May 2003 16:15:34 |
lioux |
Fix build on alpha ARCH: emms asm opcode should be noop in non-i386
non-MMX ARCH |
0.1.3 20 Apr 2003 19:35:03 |
marcus |
Remove USE_GNOMENG. |
0.1.3 23 Feb 2003 19:58:35 |
lioux |
De-pkg-comment |
0.1.3 02 Jan 2003 15:06:10 |
sobomax |
Update version number of SDL shared library. |
0.1.3 28 Nov 2002 00:09:51 |
lioux |
After repo copy from graphics category, update all appropriate
references from graphics to multimedia category
Repo copied by: joe (cvs hat)
Approved by: knu (portmgr hat) |