2010-07-18 11:49:46 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Disable assembler on SunOS, linking fails;
per Aleksey Cheusov in PR 43633.
|
2010-03-03 09:44:39 by OBATA Akio | Files touched by this commit (9) |
Log message:
Update libdv (and tools) to 1.0.0.
2006-09-25 Dan Dennedy <dan@dennedy.org>
* libdv 1.0.0 release.
2006-09-03 Dan Dennedy <dan@dennedy.org>
* libdv/encode.c, libdv/enc_output.c: apply patch (1550898) from Craig
Lawson to prevent noise when dv_encode_full_audio() is called with
zero samples.
2006-08-06 Dan Dennedy <dan@dennedy.org>
* libdv/*.S: apply patch from Mike Frysinger <vapier@gentoo.org> to
cleanup assembly symbols by hiding them and/or setting their type.
* configure.ac, Makefile.am: apply patch from Burkhard Plaum to
automatically disable GTK-based features (playdv) when GTK+ 1.2
is not found and to fix dist make target behavior with GTK+ disabled.
* libdv/Makefile.am: bump libtool revision.
* configure.ac: bump project version to 1.0.0.
2006-04-10 Dan Dennedy <dan@dennedy.org>
* playdv/playdv.c: bugfix segfault on exit due to dv_display_exit being
called twice.
2006-03-06 Dan Dennedy <dan@dennedy.org>
* mmx.h: apply patches from Zan Lynx and Richard Guenther to fix x86
compilation on gcc 4.1.
2006-01-15 Dan Dennedy <dan@dennedy.org>
* encode.c: apply patch from Burkhard Plaum to use gcc
destructor attribute to invoke dv_cleanup() when unloading
libdv after loading dynamically and thereby fixing a
memory leak.
* playdv.c: bugfix segfault on exit due to dv_display_exit()
being called twice: once in main() and second in atexit
handler created by dv_display. Thanks for hint provided
by Jean-Francois Panisset.
2005-01-31 Dan Dennedy <dan@dennedy.org>
* *.S: apply patch from Nicholas Miell <nmiell@gmail.com>
to not require execution stack for assembler functions.
2004-12-20 Dan Dennedy <dan@dennedy.org>
* vlc.h, mmx.h: apply patch from Daniel Kobras to improve
compile compatibillity by making extern inline, static inline.
2004-12-12 Dan Dennedy <dan@dennedy.org>
* *_x86_64.S: apply patch from Dean Kolosiek to fix linker
compatibility.
|
2010-03-03 08:55:51 by OBATA Akio | Files touched by this commit (1) |
Log message:
Note comments about used by multimedia/libdv-tools/Makefile.
|
2009-06-14 20:08:12 by Joerg Sonnenberger | Files touched by this commit (83) |
Log message:
Remove @dirrm entries from PLISTs
|
2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252) |
Log message:
Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
|
2007-12-15 16:30:17 by Klaus Heinz | Files touched by this commit (1) |
Log message:
The package supports installation to DESTDIR.
|
2007-06-28 12:11:33 by OBATA Akio | Files touched by this commit (1) |
Log message:
Disable assembler code for Interix.
Suggested in PR 36571 by John Ruschmeyer.
|
2007-06-15 19:52:05 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Fix libXv for !native case.
|
2006-11-05 18:25:35 by Joerg Sonnenberger | Files touched by this commit (3) |
Log message:
DESTDIR support.
|
2006-10-07 22:35:48 by Matthias Scheler | Files touched by this commit (1) |
Log message:
Disable assembler code for Mac OS X x86. That should fix a build problem
reported by Davide Zanon on the "pkgsrc-users" mailing list.
|