Port details |
- mp4v2 Library and tools to read, create, and modify mp4 files
- 2.1.3_1 multimedia =14 2.1.3_1Version of this port present on the latest quarterly branch.
- Maintainer: multimedia@FreeBSD.org
- Port Added: 2010-08-11 21:22:41
- Last Update: 2024-02-24 21:28:05
- Commit Hash: 99b53b8
- People watching this port, also watch:: libxml2, libXdamage, openjpeg, xorg-fonts-truetype, iso8879
- License: MPL11
- WWW:
- http://mp4v2.org/
- Description:
- Library and tools to read, create, and modify mp4 files.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/multimedia/mp4v2/ && make install clean
- To add the package, run one of these commands:
- pkg install multimedia/mp4v2
- pkg install mp4v2
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: mp4v2
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1688287758
SHA256 (mp4v2-2.1.3.tar.bz2) = 033185c17bf3c5fdd94020c95f8325be2e5356558e3913c3d6547a85dd61f7f1
SIZE (mp4v2-2.1.3.tar.bz2) = 594549
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.3 : devel/gmake
- This port is required by:
- for Build
-
Deleted ports which required this port:
- for Libraries
-
- multimedia/zoneminder
-
Deleted ports which required this port:
- for Run
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- multimedia_mp4v2
- USES:
- compiler:features cpe gmake libtool 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 |
2.1.3_1 24 Feb 2024 21:28:05 |
Muhammad Moinur Rahman (bofh) |
multimedia/mp4v2: Moved man to share/man
Approved by: portmgr (blanket) |
2.1.3 09 Jul 2023 22:08:05 |
Matthias Andree (mandree) |
multimedia/mp4v2: switch to fork, update to 2.1.3
PR: 272326 |
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) |
2.0.0 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 ) |
2.0.0 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 ) |
2.0.0 08 Oct 2021 11:39:15 |
Bernhard Froehlich (decke) |
multimedia/mp4v2: Add CPE information
Approved by: portmgr (blanket) |
2.0.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.0.0 27 Aug 2019 12:07:44 |
riggs |
Update to upstream release 2.0.0
Details:
Update to what seems to be the latest generally accepted upstream
release (judging by what major Linux distributions have been including
in the recent past and what consumers of the lib are using.)
PR: 212785
Submitted by: wulf (patch set for the port)
Reported by: rkoberman@gmail.com |
1.9.1_3 10 Jan 2018 19:14:00 |
jbeich |
multimedia/mp4v2: unbreak build with Clang 6 (C++14 by default)
src/mp4.cpp:679:20: error: cannot initialize return object of type
'mp4v2_ismacrypParams *' (aka 'mp4v2_ismacryp_session_params *') with an rvalue
of type 'MP4TrackId' (aka 'unsigned int')
return MP4_INVALID_TRACK_ID;
^~~~~~~~~~~~~~~~~~~~
./include/mp4v2/general.h:45:33: note: expanded from macro
'MP4_INVALID_TRACK_ID'
#define MP4_INVALID_TRACK_ID ((MP4TrackId)0) /**< Constant: invalid
MP4TrackId. */
^~~~~~~~~~~~~~~
src/rtphint.cpp:348:32: error: comparison between pointer and integer ('const
char *' and 'int')
if (pSlash != '\0') {
~~~~~~ ^ ~~~~
util/mp4chaps.cpp:712:14: error: case value evaluates to 4026531855, which
cannot be narrowed to type 'int'
[-Wc++11-narrowing]
case LC_CHP_REMOVE:
^ (Only the first 15 lines of the commit message are shown above ) |
1.9.1_2 04 Nov 2017 11:43:35 |
dbaio |
Update license of ports using MPL (without version)
All ports now should use MPL[10|11|20] license.
Approved by: portmgr (blanket) |
1.9.1_2 17 Sep 2016 13:27:05 |
riggs |
Un-break port; distfile is fetchable again
While on it:
- Add LICENSE
- Use install-strip install target
- Bump PORTREVISION
PR: 212752
Reported by: rajil.s@gmail.com |
1.9.1_1 14 Sep 2016 15:59:34 |
mat |
GOOGLE_CODE has gone away.
- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN
Some ports have a local mirror configured but for security reasons, it
is not considered upstream.
Sponsored by: Absolight |
1.9.1_1 15 Apr 2015 22:38:24 |
antoine |
Fix build with GCC on recent head kernel by disabling PCH for GCC
With hat: portmgr |
1.9.1_1 01 Feb 2015 20:24:28 |
amdmi3 |
- Drop @dirrm* from and add empty directories to pkg-plists
Approved by: portmgr blanket |
1.9.1_1 25 Jul 2014 20:09:17 |
amdmi3 |
- Switch multimedia/mp4v2 to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket |
1.9.1 28 Apr 2014 13:54:42 |
bapt |
Convert from USE_BZIP2 to USES=tar:bzip2 |
1.9.1 23 Sep 2013 20:46:16 |
bapt |
Support staging
Convert USE_GMAKE to USES=gmake |
1.9.1 20 Sep 2013 20:57:49 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
multimedia) |
1.9.1 24 Jan 2012 14:32:24 |
avilla |
- Fix build with Clang.
PR: 164180
Submitted by: Yuri Pankov <yuri.pankov@gmail.com> |
1.9.1 09 Nov 2011 15:26:04 |
miwi |
- Remove WITH_FBSD10_FIX, is no longer needed |
1.9.1 29 Oct 2011 10:03:08 |
miwi |
- Fix build on FreeBSD 10
Reported by: pointyhat |
1.9.1 03 Jul 2011 13:38:45 |
ohauer |
- remove MD5 |
1.9.1 11 Aug 2010 20:55:33 |
makc |
Update mp4v2 to 1.9.1 after repocopy from multimedia/mpeg4ip-libmp4v2.
MPEG4IP is no longer maintained[1]. mp4v2 [2] forked the libmp4v2
components, and is under active developement.
[1] http://mpeg4ip.sourceforge.net/
[2] http://code.google.com/p/mp4v2/
PR: ports/148643
Submitted by: Christopher Key <cjk32 at cam.ac.uk> |
1.9.1 11 Aug 2010 20:52:39 |
makc |
Forced commit to note repocopy from multimedia/mpeg4ip-libmp4v2 to
multimedia/mp4v2 |