notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: multimedia/mp4v2/Makefile
SVNWeb

Number of commits found: 19

Sun, 9 Jul 2023
[ 22:08 Matthias Andree (mandree) search for other commits by this committer ]    commit hash:c70787606cc9b3bb4aba63b0065eeb5d337f85bb  commit hash:c70787606cc9b3bb4aba63b0065eeb5d337f85bb  commit hash:c70787606cc9b3bb4aba63b0065eeb5d337f85bb  c707876  (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
multimedia/mp4v2: switch to fork, update to 2.1.3

PR:		272326
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Wed, 20 Jul 2022
[ 14:22 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:63f36d326290febc7af8820d7bde9c78cda71c80  commit hash:63f36d326290febc7af8820d7bde9c78cda71c80  commit hash:63f36d326290febc7af8820d7bde9c78cda71c80  63f36d3  (Only the first 10 of 224 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Fri, 8 Oct 2021
[ 11:39 Bernhard Froehlich (decke) search for other commits by this committer ]    commit hash:668a591254ff5dd4d4c3dccc766fe617d7a82dd6  commit hash:668a591254ff5dd4d4c3dccc766fe617d7a82dd6  commit hash:668a591254ff5dd4d4c3dccc766fe617d7a82dd6  668a591 
multimedia/mp4v2: Add CPE information

Approved by:    portmgr (blanket)
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Tue, 27 Aug 2019
[ 12:07 riggs search for other commits by this committer ] Original commit   Revision:510005 (Only the first 10 of 16 ports in this commit are shown above. View all ports for this commit)
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
Wed, 10 Jan 2018
[ 19:14 jbeich search for other commits by this committer ] Original commit   Revision:458678
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 View all of this commit message)
Sat, 4 Nov 2017
[ 11:43 dbaio search for other commits by this committer ] Original commit   Revision:453453 (Only the first 10 of 61 ports in this commit are shown above. View all ports for this commit)
Update license of ports using MPL (without version)

All ports now should use MPL[10|11|20] license.

Approved by:	portmgr (blanket)
Sat, 17 Sep 2016
[ 13:27 riggs search for other commits by this committer ] Original commit   Revision:422324
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
Wed, 14 Sep 2016
[ 15:59 mat search for other commits by this committer ] Original commit   Revision:422140 (Only the first 10 of 353 ports in this commit are shown above. View all ports for this commit)
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
Wed, 15 Apr 2015
[ 22:38 antoine search for other commits by this committer ] Original commit   Revision:384074
Fix build with GCC on recent head kernel by disabling PCH for GCC

With hat:	portmgr
Fri, 25 Jul 2014
[ 20:09 amdmi3 search for other commits by this committer ] Original commit   Revision:362926
- Switch multimedia/mp4v2 to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed

Approved by:	portmgr blanket
Mon, 28 Apr 2014
[ 13:54 bapt search for other commits by this committer ] Original commit   Revision:352502
Convert from USE_BZIP2 to USES=tar:bzip2
Mon, 23 Sep 2013
[ 20:46 bapt search for other commits by this committer ] Original commit   Revision:328047
Support staging
Convert USE_GMAKE to USES=gmake
Fri, 20 Sep 2013
[ 20:57 bapt search for other commits by this committer ] Original commit   Revision:327747 (Only the first 10 of 404 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
multimedia)
Wed, 9 Nov 2011
[ 15:26 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 250 ports in this commit are shown above. View all ports for this commit)
- Remove WITH_FBSD10_FIX, is no longer needed
Sat, 29 Oct 2011
[ 10:03 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 18 ports in this commit are shown above. View all ports for this commit)
- Fix build on FreeBSD 10

Reported by:    pointyhat
Wed, 11 Aug 2010
[ 20:55 makc search for other commits by this committer ] Original commit 
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>
[ 20:52 makc search for other commits by this committer ] Original commit 
Forced commit to note repocopy from multimedia/mpeg4ip-libmp4v2 to
multimedia/mp4v2

Number of commits found: 19