non port: multimedia/mp4v2/Makefile |
SVNWeb
|
Number of commits found: 19 |
Sun, 9 Jul 2023
|
[ 22:08 Matthias Andree (mandree) ] c707876 (Only the first 10 of 13 ports in this commit are shown above. )
multimedia/mp4v2: switch to fork, update to 2.1.3
PR: 272326
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] 63f36d3 (Only the first 10 of 224 ports in this commit are shown above. )
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 )
|
Fri, 8 Oct 2021
|
[ 11:39 Bernhard Froehlich (decke) ] 668a591
multimedia/mp4v2: Add CPE information
Approved by: portmgr (blanket)
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Tue, 27 Aug 2019
|
[ 12:07 riggs ] (Only the first 10 of 16 ports in this commit are shown above. )
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 ]
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 )
|
Sat, 4 Nov 2017
|
[ 11:43 dbaio ] (Only the first 10 of 61 ports in this commit are shown above. )
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 ]
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 ] (Only the first 10 of 353 ports in this commit are shown above. )
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 ]
Fix build with GCC on recent head kernel by disabling PCH for GCC
With hat: portmgr
|
Fri, 25 Jul 2014
|
[ 20:09 amdmi3 ]
- 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 ]
Convert from USE_BZIP2 to USES=tar:bzip2
|
Mon, 23 Sep 2013
|
[ 20:46 bapt ]
Support staging
Convert USE_GMAKE to USES=gmake
|
Fri, 20 Sep 2013
|
[ 20:57 bapt ] (Only the first 10 of 404 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
multimedia)
|
Wed, 9 Nov 2011
|
[ 15:26 miwi ] (Only the first 10 of 250 ports in this commit are shown above. )
- Remove WITH_FBSD10_FIX, is no longer needed
|
Sat, 29 Oct 2011
|
[ 10:03 miwi ] (Only the first 10 of 18 ports in this commit are shown above. )
- Fix build on FreeBSD 10
Reported by: pointyhat
|
Wed, 11 Aug 2010
|
[ 20:55 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>
|
[ 20:52 makc ]
Forced commit to note repocopy from multimedia/mpeg4ip-libmp4v2 to
multimedia/mp4v2
|
Number of commits found: 19 |