Port details |
- iso2mkv Script to convert DVD image, device, or VIDEO_TS to mkv
- 2011.05.02_4 multimedia =6 2011.05.02_4Version 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: 2007-01-01 02:28:23
- Last Update: 2023-04-25 15:17:15
- Commit Hash: feb1fa3
- People watching this port, also watch:: libmatroska, wget, vlc, libxml2, magicrescue
- License: MIT
- WWW:
- http://5ko.free.fr/en/iso2mkv.html
- Description:
- iso2mkv is software for automated DVD to XviD/vorbis MKV video conversion.
Gives almost total control on the process of video compression at maximum
quality, while being simple and straightforward to use (a kind of
'life-hack'). The intended audience is advanced end-users and the script is
not user-error-proof.
Based on mplayer, mencoder, oggenc or lame, and mkvmerge (if not properly
installed, won't work). This is only a shell script that wraps the other
programs. If you can watch the DVD with MPlayer, you can compress it with
iso2mkv. Other used programs (hopefully included in most GNU/Linux
distributions as well a FreeBSD :) ) are basename, bc, nice, stat.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- iso2mkv>0:multimedia/iso2mkv
- To install the port:
- cd /usr/ports/multimedia/iso2mkv/ && make install clean
- To add the package, run one of these commands:
- pkg install multimedia/iso2mkv
- pkg install iso2mkv
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: iso2mkv
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (iso2mkv.tar.bz2) = bb418d3151d15ff9381fd64f19d12d60383628185352808010e5c48179e3a208
SIZE (iso2mkv.tar.bz2) = 8334
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- lame : audio/lame
- normalize : audio/normalize
- oggenc : audio/vorbis-tools
- mencoder : multimedia/mencoder
- mkvmerge : multimedia/mkvtoolnix
- dvdxchap : multimedia/ogmtools
- bash : shells/bash
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for iso2mkv-2011.05.02_4:
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- multimedia_iso2mkv
- USES:
- shebangfix tar:bzip2
- 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 |
2011.05.02_4 25 Apr 2023 15:17:15 |
Christian Weisgerber (naddy) |
audio/opus: bump consumers after update to 1.4 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2011.05.02_3 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2011.05.02_3 20 Jul 2022 14:22:30 |
Tobias C. Berner (tcberner) |
multimedia: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron LI <aly@aaronly.me>
* Alexander Botero-Lowry <alexbl@FreeBSD.org>
* Alexander Logvinov <ports@logvinov.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Anders Nordby <anders@FreeBSD.org>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrew Thompson <andy@fud.org.nz>
* Andrew Thompson <thompsa@FreeBSD.org>
* Angel Carpintero <ack@telefonica.net>
* Anish Mistry (with help from mean)
* Anonymous <swell.k@gmail.com> (Only the first 15 lines of the commit message are shown above ) |
2011.05.02_3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2011.05.02_3 28 Dec 2020 13:02:11 |
fernape |
multimedia/iso2mkv: fix portlint(1) warnings
Fix several portlint warnings.
PR: 252113
Submitted by: takefu@airport.fm |
2011.05.02_3 16 Jan 2019 11:13:45 |
tijl |
Fix Qt5 symbol version scripts to put the catch-all clause first. When
a symbol matches multiple clauses the last one takes precedence. If the
catch-all is last it captures everything. In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the
catch-all lowest priority.
Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium. Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3] The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one. If there's no such non-weak symbol the call (Only the first 15 lines of the commit message are shown above ) |
2011.05.02_2 10 Jan 2018 15:08:51 |
danfe |
Do not abuse INSTALL_MAN when installing documentation, examples, and
other miscellaneous files which are not actually manual pages. |
2011.05.02_2 25 Apr 2017 08:20:31 |
riggs |
Chase ffmpeg 3.3 update (ABI changes)
PR: 218658
Submitted by: riggs |
2011.05.02_1 19 May 2016 10:44:12 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
2011.05.02_1 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
2011.05.02_1 20 Nov 2015 12:04:51 |
amdmi3 |
- Add NO_ARCH
- Switch to options helpers |
2011.05.02_1 01 Feb 2015 20:24:28 |
amdmi3 |
- Drop @dirrm* from and add empty directories to pkg-plists
Approved by: portmgr blanket |
2011.05.02_1 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) |
2011.05.02 08 Jun 2014 22:23:06 |
riggs |
- New upstream release (dated 2011-05-02)
- Add LICENSE
- Add dependency on ogmtools due to dvdxchap
- USE_* -> USES
- Stagify
- OPTIONS for DOCS and EXAMPLES
Approved by: mentors (implicit) |
2007.04.25_2 26 Oct 2013 00:52:36 |
gerald |
Update to libmpc version 1.0.1 which brings the following fixes:
- Switched to automake 1.11.6, see CVE-2012-3386.
- #14669: Fixed extraction of CC from gmp.h.
- Fixed case of intermediate zero real or imaginary part in mpc_fma,
found by hydra with GMP_CHECK_RANDOMIZE=1346362345.
This is on top of the following changes from version 1.0
- Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
invariant sections) for the documentation.
- 100% of all lines are covered by tests
- Renamed functions
. mpc_mul_2exp to mpc_mul_2ui
. mpc_div_2exp to mpc_div_2ui (Only the first 15 lines of the commit message are shown above ) |
2007.04.25_1 20 Sep 2013 20:57:49 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
multimedia) |
2007.04.25_1 06 May 2013 23:01:58 |
ehaupt |
Chase textproc/libebml, multimedia/libmatroska update.
Approved by: multimedia (bapt, kwm) |
2007.04.25 06 Aug 2012 12:48:35 |
scheidell |
- Update to version 2007.04.25
PR: ports/170160
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
0.8.4_6 14 Jan 2012 22:27:02 |
netchild |
Update lame to 3.99.3.
Bump portrevision of all ports which depend upon it. |
0.8.4_5 03 Jul 2011 13:38:45 |
ohauer |
- remove MD5 |
0.8.4_5 03 Jun 2010 08:55:01 |
netchild |
- update audio/lame to 3.98.4
- use ?= for the portrevision of a master port to make it possible to
change it in a slave port which depends upon lame
- bump portrevisions of ports which depend upon lame
- done via a semi-automated way (manual review and fixup)
- I tried to take care to not bump ports which only depend optionaly on
lame (with a default of no dependency) |
0.8.4_4 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
0.8.4_3 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
0.8.4_2 02 Aug 2009 08:02:03 |
linimon |
Reset alexbl@FreeBSD.org due to maintainer-timeouts and no repsonse
to email.
Hat: portmgr |
0.8.4_2 06 Jun 2008 13:48:22 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
0.8.4_1 11 Aug 2007 15:33:56 |
rafan |
- Chase multimedia/mplayer split
PR: ports/115416
Submitted by: Thomas Zander <thomas.e.zander at googlemail.com> |
0.8.4_1 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.8.4 28 Jan 2007 00:04:35 |
alexbl |
- update to 0.8.4
Submitted by: pointyhat via pav |
0.8.3 01 Jan 2007 05:44:45 |
alexbl |
- Unbreak INDEX
Pointyhat to: alexbl |
0.8.3 01 Jan 2007 02:27:54 |
alexbl |
- add iso2mkv 0.8.3
iso2mkv is software for automated DVD to XviD/vorbis MKV video conversion.
Gives almost total control on the process of video compression at maximum
quality, while being simple and straightforward to use (a kind of
'life-hack'). The intended audience is advanced end-users and the script is
not user-error-proof.
Based on mplayer, mencoder, oggenc or lame, and mkvmerge (if not properly
installed, won't work). This is only a shell script that wraps the other
programs. If you can watch the DVD with MPlayer, you can compress it with
iso2mkv. Other used programs (hopefully included in most GNU/Linux
distributions as well a FreeBSD :) ) are basename, bc, nice, stat.
WWW: http://5ko.free.fr/en/iso2mkv.html |