Next | Query returned 173 messages, browsing 161 to 170 | Previous

History of commit frequency

CVS Commit History:


   2004-09-22 10:10:08 by Johnny C. Lam | Files touched by this commit (703)
Log message:
Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:

	lib/libfoo.a
	lib/libfoo.la
	lib/libfoo.so
	lib/libfoo.so.0
	lib/libfoo.so.0.1

one simply needs:

	lib/libfoo.la

and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.

Also make LIBTOOLIZE_PLIST default to "yes".
   2004-08-30 00:43:50 by Thomas Klausner | Files touched by this commit (7)
Log message:
Convert to bsd.options.mk, and add three new options: bktr lame vorbis.
The latter two add support for reading/writing mp3 and ogg files,
while the first adds support for grabbing from bktr(4), based on a file
from FreeBSD ports with some additional changes by me.
Additionally, document how to use it in the man page.

Also, add a patch (by me) to use the NetBSD native audio interface instead
of libossaudio (on NetBSD).

Based on PR 24691 and additional mails by Ove Soerensen (thanks!).
Also addresses PR 20281.

Bump PKGREVISION for the audio interface change.
   2004-08-06 13:01:54 by Matthias Drochner | Files touched by this commit (2)
Log message:
make sure libavcodec gets linked against libz and libm for proper
inter-library dependencies
   2004-07-31 13:08:47 by Marc Recht | Files touched by this commit (2)
Log message:
fix typo: it's #if defined and not #ifdef defined
   2004-07-27 01:53:49 by Juan Romero Pardines | Files touched by this commit (1)
Log message:
Disable MMX support if USE_MMX != [Yy][Ee][Ss].
   2004-07-18 19:40:26 by Krister Walfridsson | Files touched by this commit (2)
Log message:
gcc 2.95 does not handle some of the asm statements.  Fall back to
the C version when using gcc 2.
   2004-07-12 21:27:05 by Quentin Garnier | Files touched by this commit (5)
Log message:
For USE_MMX users, do the following:
o only include it in the BUILD_DEFS if the current platform is concerned.
  For now that only includes i386, but we might find amd64 users in the
  future.
o test against [Yy][Ee][Ss], for consistency.

Fixes part of PR 26243.
   2004-06-20 04:36:24 by Juan Romero Pardines | Files touched by this commit (2)
Log message:
multimedia/ffmpeg:

	o Use CONF_FILES for ffserver.conf.
	o Install the postprocess.h file into the right place.

Bump PKGREVISION.
   2004-06-20 04:02:59 by Juan Romero Pardines | Files touched by this commit (1)
Log message:
Enable postprocess support, required by vlc-0.7.2.
   2004-06-20 01:15:12 by Juan Romero Pardines | Files touched by this commit (1)
Log message:
o Disable debug compilation flags.
o Honour USE_MMX.

Next | Query returned 173 messages, browsing 161 to 170 | Previous