| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
All ports now should use MPL[10|11|20] license.
Approved by: portmgr (blanket)
Notes:
svn path=/head/; revision=453453
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
| |
With hat: portmgr
Notes:
svn path=/head/; revision=384074
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=378270
|
|
|
|
|
|
|
|
|
| |
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=362926
|
|
|
|
| |
Notes:
svn path=/head/; revision=352502
|
|
|
|
|
|
|
| |
Convert USE_GMAKE to USES=gmake
Notes:
svn path=/head/; revision=328047
|
|
|
|
|
|
|
| |
multimedia)
Notes:
svn path=/head/; revision=327747
|
|
|
|
|
|
|
|
| |
PR: 164180
Submitted by: Yuri Pankov <yuri.pankov@gmail.com>
Notes:
svn path=/head/; revision=289739
|
|
|
|
| |
Notes:
svn path=/head/; revision=285379
|
|
|
|
|
|
|
| |
Reported by: pointyhat
Notes:
svn path=/head/; revision=284620
|
|
|
|
| |
Notes:
svn path=/head/; revision=276986
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
-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
|
|
|
|
| |
Notes:
svn path=/head/; revision=230877
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
| |
Approved by: ahze (multimedia), miwi (mentor)
Notes:
svn path=/head/; revision=211268
|
|
|
|
| |
Notes:
svn path=/head/; revision=201103
|
|
|
|
| |
Notes:
svn path=/head/; revision=200776
|
|
|
|
| |
Notes:
svn path=/head/; revision=200005
|
|
|
|
|
|
|
| |
-INSTALLS_SHLIB -> USE_LDCONFIG.
Notes:
svn path=/head/; revision=188422
|
|
|
|
| |
Notes:
svn path=/head/; revision=183390
|
|
|
|
| |
Notes:
svn path=/head/; revision=166059
|
|
|
|
|
|
|
|
| |
Approved by: dhw (postmaster, for using multimedia@ as maintainer)
gnome (gstreamer ports)
Notes:
svn path=/head/; revision=164918
|
|
|
|
| |
Notes:
svn path=/head/; revision=162161
|
|
|
|
| |
Notes:
svn path=/head/; revision=162032
|
|
|
|
|
|
|
| |
Approved by: portmgr (kris)
Notes:
svn path=/head/; revision=156749
|
|
|
|
| |
Notes:
svn path=/head/; revision=149115
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=147829
|
|
|
|
|
|
|
| |
- Add SIZE to a few ports
Notes:
svn path=/head/; revision=147668
|
|
|
|
| |
Notes:
svn path=/head/; revision=135603
|
|
|
|
| |
Notes:
svn path=/head/; revision=131811
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
Approved by: lioux
Notes:
svn path=/head/; revision=122665
|
|
|
|
|
|
|
|
| |
Submitted by: Sean McNeil
Approved by: pav (co mentor)
Notes:
svn path=/head/; revision=121419
|
|
|
|
|
|
|
| |
Reviewed by: lioux
Notes:
svn path=/head/; revision=121304
|
|
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
|