Port details on branch 2016Q4 |
- 2mandvd DVD authoring and slideshow tool
- 1.8.5_3 multimedia
=0 1.8.5_3Version 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: 2016-11-04 07:25:45
- Last Update: 2016-11-04 07:25:36
- Commit Hash: c491788
- License: GPLv2
- WWW:
- http://2mandvd.tuxfamily.org/website/
- Description:
- 2ManDVD is the successor of ManDVD, an application for creating video DVDs
from a wide variety of video formats. You can add as many video clips you
want to generate a DVD with chapters, subtitles, transition effects,
brightness and contrast settings.
If the imported videos are not compatible with standard DVDs, they can be
converted. It also offers possibility of extracting images, synchronize
audio and video, create a video introduction to the DVD, reduce the noise,
create subtitles, and even a menu with animation for your DVD.
WWW: http://2mandvd.tuxfamily.org/website/
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- 2ManDVD>0:multimedia/2mandvd
- To install the port:
- cd /usr/ports/multimedia/2mandvd/ && make install clean
- To add the package, run one of these commands:
- pkg install multimedia/2mandvd
- pkg install 2ManDVD
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: 2ManDVD
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (2ManDVD-1.8.5.tar.gz) = 19c3c02123684220e77b3baa12f37b6feb5ecb523c504c65d306c75136191873
SIZE (2ManDVD-1.8.5.tar.gz) = 29525071
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:
-
- sdl-config : devel/sdl12
- update-desktop-database : devel/desktop-file-utils
- gmake : devel/gmake
- glproto.pc : x11/glproto
- dri2proto.pc : x11/dri2proto
- libQtCore.so : devel/qt4-corelib
- libQtGui.so : x11-toolkits/qt4-gui
- lrelease-qt4 : devel/qt4-linguisttools
- moc-qt4 : devel/qt4-moc
- libQtOpenGL.so : graphics/qt4-opengl
- qmake-qt4 : devel/qmake4
- rcc : devel/qt4-rcc
- uic-qt4 : devel/qt4-uic
- Runtime dependencies:
-
- sox : audio/sox
- notify-send : devel/libnotify
- exif : graphics/exif
- netpbm>=10.26 : graphics/netpbm
- dvdauthor : multimedia/dvdauthor
- ffmpegthumbnailer : multimedia/ffmpegthumbnailer
- mencoder : multimedia/mencoder
- ppmtoy4m : multimedia/mjpegtools
- mplayer : multimedia/mplayer
- tcprobe : multimedia/transcode
- xine : multimedia/xine
- bash : shells/bash
- cdrecord : sysutils/cdrtools
- growisofs : sysutils/dvd+rw-tools
- update-desktop-database : devel/desktop-file-utils
- libQtCore.so : devel/qt4-corelib
- libQtGui.so : x11-toolkits/qt4-gui
- libQtOpenGL.so : graphics/qt4-opengl
- perl5>=5.20<5.21 : lang/perl5.20
- Library dependencies:
-
- libavcodec.so : multimedia/ffmpeg
- libSDL.so : devel/sdl12
- libGLU.so : graphics/libGLU
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- multimedia_2mandvd
- USES:
- desktop-file-utils gmake perl5 qmake:norecursive shebangfix qmake:_env
- 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 |
1.8.5_3 04 Nov 2016 07:25:36
    |
Jan Beich (jbeich)  |
MFH: r425292
multimedia/2mandvd: unbreak build with ffmpeg 3.x
videowrapper.cpp:107:40: error: use of undeclared identifier 'PIX_FMT_RGB24';
did you mean
'AV_PIX_FMT_RGB24'?
pCodecCtx->height, PIX_FMT_RGB24, SWS_BICUBIC, NULL,
^~~~~~~~~~~~~
videowrapper.cpp:128:19: error: use of undeclared identifier
'avcodec_alloc_frame'
pFrameRGB=avcodec_alloc_frame();
^
PR: 207547
Approved by: ports-secteam blanket |
1.8.5_3 04 Nov 2016 07:25:36
  |
jbeich  |
MFH: r425292
multimedia/2mandvd: unbreak build with ffmpeg 3.x
videowrapper.cpp:107:40: error: use of undeclared identifier 'PIX_FMT_RGB24';
did you mean
'AV_PIX_FMT_RGB24'?
pCodecCtx->height, PIX_FMT_RGB24, SWS_BICUBIC, NULL,
^~~~~~~~~~~~~
videowrapper.cpp:128:19: error: use of undeclared identifier
'avcodec_alloc_frame'
pFrameRGB=avcodec_alloc_frame();
^
PR: 207547
Approved by: ports-secteam blanket |