Port details on branch 2024Q4 |
- mjpegtools Set of tools to record/playback/edit videos in MPEG format
- 2.2.1 multimedia =0 2.2.1Version of this port present on the latest quarterly branch.
- Maintainer: multimedia@FreeBSD.org
- Port Added: 2024-10-20 10:00:25
- Last Update: 2024-10-20 09:59:39
- Commit Hash: 045150b
- License: GPLv2+
- WWW:
- http://mjpeg.sourceforge.net/
- Description:
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- mjpegtools>0:multimedia/mjpegtools
- Conflicts:
- CONFLICTS:
- To install the port:
- cd /usr/ports/multimedia/mjpegtools/ && make install clean
- To add the package, run one of these commands:
- pkg install multimedia/mjpegtools
- pkg install mjpegtools
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: mjpegtools
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1727141024
SHA256 (mjpegtools-2.2.1.tar.gz) = b180536d7d9960b05e0023a197b00dcb100929a49aab71d19d55f4a1b210f49a
SIZE (mjpegtools-2.2.1.tar.gz) = 2326425
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:
-
- v4l_compat>0 : multimedia/v4l_compat
- gmake>=4.4.1 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- sdl-config : devel/sdl12
- x11.pc : x11/libX11
- Runtime dependencies:
-
- bash : shells/bash
- x11.pc : x11/libX11
- indexinfo : print/indexinfo
- Library dependencies:
-
- libpng.so : graphics/png
- libatk-1.0.so : accessibility/at-spi2-core
- libcairo.so : graphics/cairo
- libgdk_pixbuf-2.0.so : graphics/gdk-pixbuf2
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- libgtk-x11-2.0.so : x11-toolkits/gtk20
- libharfbuzz.so : print/harfbuzz
- libpango-1.0.so : x11-toolkits/pango
- libfontconfig.so : x11-fonts/fontconfig
- libfreetype.so : print/freetype2
- libjpeg.so : graphics/jpeg-turbo
- libSDL_gfx.so : graphics/sdl_gfx
- libSDL.so : devel/sdl12
- This port is required by:
- for Build
-
- multimedia/dvdstyler
- for Run
-
- multimedia/dvdstyler
Configuration Options:
- ===> The following configuration options are available for mjpegtools-2.2.1:
DOCS=on: Build and/or install documentation
DV=off: Quasar DV video codec support (libdv)
GTK2=on: GTK 2 GUI toolkit support
PNG=on: PNG image format support
SDL=on: Simple Direct Media Layer support
===> Use 'make config' to modify these settings
- Options name:
- multimedia_mjpegtools
- USES:
- compiler:c++14-lang gmake gnome jpeg libtool localbase pathfix pkgconfig shebangfix sdl xorg
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 1
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.2.1 20 Oct 2024 09:59:39 |
Dimitry Andric (dim) |
multimedia/mjpegtools: fix build with clang 19
Clang 19 has become more strict about errors in member functions, which
results in errors building multimedia/mjpegtools:
./Region2D.hh:439:13: error: no member named 'DoesContainPoint' in
'Region2D<INDEX, SIZE>'
439 | || this->DoesContainPoint (rHere.m_tnY, tnX)))
| ~~~~ ^
./Region2D.hh:446:22: error: no member named 'Begin' in 'Region2D<INDEX,
SIZE>'
446 | for (itHere = this->Begin(); itHere != this->End(); ++itHere)
| ~~~~ ^
./Region2D.hh:446:47: error: no member named 'End' in 'Region2D<INDEX, SIZE>'
446 | for (itHere = this->Begin(); itHere != this->End(); ++itHere)
| ~~~~ ^
./Region2D.hh:549:14: error: no member named 'DoesContainPoint' in
'Region2D<INDEX, SIZE>' (Only the first 15 lines of the commit message are shown above ) |
Number of commits found: 1
|