Next | Query returned 36 messages, browsing 21 to 30 | Previous

History of commit frequency

CVS Commit History:


   2006-10-26 01:18:19 by Dan McMahill | Files touched by this commit (2)
Log message:
Make sure the MAX macro is defined.  Builds on solaris now.
   2006-10-03 14:55:32 by Matthias Scheler | Files touched by this commit (2)
Log message:
The "mpeg4ipSDL" library is not build under Mac OS X (by purpose).
Adapt the package list accordingly.
   2006-07-22 21:27:42 by Juan Romero Pardines | Files touched by this commit (2)
Log message:
Make this build with gcc4.
   2006-07-09 01:11:17 by Johnny C. Lam | Files touched by this commit (877)
Log message:
Change the format of BUILDLINK_ORDER to contain depth information as well,
and add a new helper target and script, "show-buildlink3", that outputs
a listing of the buildlink3.mk files included as well as the depth at
which they are included.

For example, "make show-buildlink3" in fonts/Xft2 displays:

	zlib
	fontconfig
	    iconv
	    zlib
	    freetype2
	    expat
	freetype2
	Xrender
	    renderproto
   2006-07-09 00:39:49 by Johnny C. Lam | Files touched by this commit (877)
Log message:
Track information in a new variable BUILDLINK_ORDER that informs us
of the order in which buildlink3.mk files are (recursively) included
by a package Makefile.
   2006-07-07 17:49:34 by Johnny C. Lam | Files touched by this commit (63)
Log message:
LIBTOOL_OVERRIDE generally doesn't need to be specified anymore... just
set OVERRIDE_DIRDEPTH to find any libtool scripts deeper in the WRKSRC
tree unless they're named something other than "libtool".

SHLIBTOOL_OVERRIDE generally doesn't need to be specified either -- just
define it to the empty list and shlibtool-override will look for libtool
scripts.
   2006-06-16 09:19:39 by Roland Illig | Files touched by this commit (2)
Log message:
gcc4 does not like declarations for "static" functions inside other
functions. Fixes PR 33743.
   2006-06-12 18:28:13 by Thomas Klausner | Files touched by this commit (156)
Log message:
Bump PKGREVISION and BUILDLINK_ABI_DEPENDS (where applicable)
for SDL shlib changes.
   2006-06-08 11:17:02 by Kouichirou Hiratsuka | Files touched by this commit (3)
Log message:
Don't define glib's types (gchar, guchar, etc.) if glib.h is already
included.  This fixes build of audio/gtkpod with `mpeg4ip' option.
Idea from audio/faad2.  Bump PKGREVISION.
   2006-05-30 22:20:53 by Matthias Scheler | Files touched by this commit (3)
Log message:
Update "mpeg4ip" package to version 1.5. Change since version 1.4.1:
- Added integration with libsrtp for player and mp4live
- Updated for gcc 4.0
- Integrated changes from SDL-1.2.9
- Added support for Quicktime .mov aac audio
- Fixed some issues with H.264 hinting.
- Fixed some issues with mp4v2 and metadata
- Added some atoms for OpenIPMP for mp4v2.
- Added some APIs for mp4v2 to access atom properties.
- Added wide filenames for mp4v2 for Windows.
- Changed RTP library APIs to use unsigned, const when applicable.
- Added new RTP library APIs for session creation.
- Added RFC 3605 (rtcp port doesn't have to be rtp port + 1) in player
  and mp4live.
- Smoothed out changes to audio correction in player
- Fixed player initialization when media takes a long time.
- Fixed playback of mp3 files with id3 tags.
- Added some H.264 nerd knobs in mp4live

Next | Query returned 36 messages, browsing 21 to 30 | Previous