aboutsummaryrefslogtreecommitdiff
path: root/multimedia/mp4v2
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update to upstream release 2.0.0Thomas Zander2019-08-2716-150/+157
| | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=510005
* multimedia/mp4v2: unbreak build with Clang 6 (C++14 by default)Jan Beich2018-01-103-2/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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: ^ util/mp4file.cpp:206:14: error: case value evaluates to 4026531848, which cannot be narrowed to type 'int' [-Wc++11-narrowing] case LC_DUMP: ^ util/mp4art.cpp:413:14: error: case value evaluates to 4026531852, which cannot be narrowed to type 'int' [-Wc++11-narrowing] case LC_EXTRACT: ^ libutil/Utility.cpp:544:18: error: case value evaluates to 4026531842, which cannot be narrowed to type 'int' [-Wc++11-narrowing] case LC_VERBOSE: ^ Reported by: antoine (via bug 224669) Notes: svn path=/head/; revision=458678
* Update license of ports using MPL (without version)Danilo G. Baio2017-11-041-1/+1
| | | | | | | | | All ports now should use MPL[10|11|20] license. Approved by: portmgr (blanket) Notes: svn path=/head/; revision=453453
* Un-break port; distfile is fetchable againThomas Zander2016-09-171-3/+5
| | | | | | | | | | | | | While on it: - Add LICENSE - Use install-strip install target - Bump PORTREVISION PR: 212752 Reported by: rajil.s@gmail.com Notes: svn path=/head/; revision=422324
* GOOGLE_CODE has gone away.Mathieu Arnold2016-09-141-0/+2
| | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=422140
* Fix build with GCC on recent head kernel by disabling PCH for GCCAntoine Brodin2015-04-151-2/+9
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=384074
* - Drop @dirrm* from and add empty directories to pkg-plistsDmitry Marakasov2015-02-011-1/+0
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=378270
* - Switch multimedia/mp4v2 to USES=libtool, drop .la filesDmitry Marakasov2014-07-252-3/+4
| | | | | | | | | - Bump dependent ports as .so version has changed Approved by: portmgr blanket Notes: svn path=/head/; revision=362926
* Convert from USE_BZIP2 to USES=tar:bzip2Baptiste Daroussin2014-04-281-2/+1
| | | | Notes: svn path=/head/; revision=352502
* Support stagingBaptiste Daroussin2013-09-232-7/+5
| | | | | | | Convert USE_GMAKE to USES=gmake Notes: svn path=/head/; revision=328047
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | multimedia) Notes: svn path=/head/; revision=327747
* - Fix build with Clang.Alberto Villa2012-01-242-0/+115
| | | | | | | | PR: 164180 Submitted by: Yuri Pankov <yuri.pankov@gmail.com> Notes: svn path=/head/; revision=289739
* - Remove WITH_FBSD10_FIX, is no longer neededMartin Wilke2011-11-091-1/+0
| | | | Notes: svn path=/head/; revision=285379
* - Fix build on FreeBSD 10Martin Wilke2011-10-291-0/+1
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=284620
* - remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276986
* Update mp4v2 to 1.9.1 after repocopy from multimedia/mpeg4ip-libmp4v2.Max Brazhnikov2010-08-119-118/+60
| | | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=259118
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr Notes: svn path=/head/; revision=238781
* - Add MAKE_JOBS_SAFE to support SMP compilationMartin Matuska2009-03-241-0/+1
| | | | Notes: svn path=/head/; revision=230877
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-2/+2
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* - Fix configure step with new devel/nasm (-r is no more, use -v instead)Pietro Cerutti2008-04-141-1/+2
| | | | | | | Approved by: ahze (multimedia), miwi (mentor) Notes: svn path=/head/; revision=211268
* Update to 1.6.1Michael Johnson2007-10-082-6/+8
| | | | Notes: svn path=/head/; revision=201103
* Remove always-false/true conditions based on OSVERSION 500000Edwin Groothuis2007-10-041-7/+1
| | | | Notes: svn path=/head/; revision=200776
* Update to 1.6Michael Johnson2007-09-232-4/+4
| | | | Notes: svn path=/head/; revision=200005
* Portlint:Jeremy Messenger2007-03-261-1/+1
| | | | | | | -INSTALLS_SHLIB -> USE_LDCONFIG. Notes: svn path=/head/; revision=188422
* Use libtool port instead of included one to avoid objformat a.out botchKris Kennaway2007-01-271-0/+1
| | | | Notes: svn path=/head/; revision=183390
* - Update to 1.5.0.1Michael Johnson2006-06-232-4/+4
| | | | Notes: svn path=/head/; revision=166059
* - Transfer MAINTAINER to multimedia@Michael Johnson2006-06-091-1/+1
| | | | | | | | Approved by: dhw (postmaster, for using multimedia@ as maintainer) gnome (gstreamer ports) Notes: svn path=/head/; revision=164918
* - Update to 1.5Michael Johnson2006-05-122-5/+4
| | | | Notes: svn path=/head/; revision=162161
* Remove USE_REINPLACE from ports starting with MEdwin Groothuis2006-05-101-1/+0
| | | | Notes: svn path=/head/; revision=162032
* Conversion to a single libtool environment.Ade Lovett2006-02-232-1/+5
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* - Update to 1.4.1Michael Johnson2005-11-222-4/+4
| | | | Notes: svn path=/head/; revision=149115
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* - Update to 1.4Michael Johnson2005-11-102-8/+4
| | | | Notes: svn path=/head/; revision=147829
* - Add SHA256Michael Johnson2005-11-091-0/+1
| | | | | | | - Add SIZE to a few ports Notes: svn path=/head/; revision=147668
* - Update to 1.3Michael Johnson2005-05-194-28/+32
| | | | Notes: svn path=/head/; revision=135603
* - Speed up configure by not using two unneeded configure scripts.Michael Johnson2005-03-211-0/+3
| | | | Notes: svn path=/head/; revision=131811
* - Don't use gcc34 on 4.x by adding -O2 to CFLAGSMichael Johnson2005-03-142-18/+3
| | | | | | | | - Use USE_LIBTOOL_VER instead of USE_INC_LIBTOOL_VER since we don't have USE_GCC=3.4 anymore Notes: svn path=/head/; revision=131152
* - Fix header problemMichael Johnson2004-11-282-0/+9
| | | | | | | | | - Bump PORTREVISION Approved by: lioux Notes: svn path=/head/; revision=122665
* Fix build on amd64Michael Johnson2004-11-111-0/+11
| | | | | | | | Submitted by: Sean McNeil Approved by: pav (co mentor) Notes: svn path=/head/; revision=121419
* Mark broken if older version of faad has been installed with WITHOUT_MPEG4IPMichael Johnson2004-11-101-0/+4
| | | | | | | Reviewed by: lioux Notes: svn path=/head/; revision=121304
* o New port mpeg4ip-libmp4v2 version 1.1: Mpeg-4 library and toolsMario Sergio Fujikawa Ferreira2004-11-108-0/+130
from mpeg4ip o These tools were separated from the main mpeg4ip port so that some ports such as audio/faad can depend on this smaller port rather than the big mpeg4ip one PR: 72204 Submitted by: ahze Notes: svn path=/head/; revision=121268