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

History of commit frequency

CVS Commit History:


   2012-01-20 19:13:17 by Matthias Drochner | Files touched by this commit (4) | Package updated
Log message:
update to 4.2.0
changes (for both libdvdread and libdvdnav):
-added some new features (e.g. OS/2 support, new APIs in libdvdnav
-fixed a number of bugs
-improved playback of badly mastered or "copy protected" DVDs
   2011-08-09 22:53:15 by Adam Ciarcinski | Files touched by this commit (5)
Log message:
Provide DVDFileStat functions needed for dvdbackup 0.4.1
   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.
   2009-02-23 12:09:27 by Thomas Klausner | Files touched by this commit (2)
Log message:
Fix build on DragonFlyBSD, using patch from Steve O'Hara-Smith on
pkgsrc-users.

No PKGREVISION bump because it shouldn't affect other platforms.
   2009-01-14 23:28:05 by Jared D. McNeill | Files touched by this commit (7)
Log message:
Update to libdvdread 4.1.3. This is a fun one, as dvdread/dvdnav is now
maintained by the mplayer project and according to the changelog, this
dvdread package was split out from dvdnav in 4.1.3. Check the ChangeLog
in the distfile for the full drama.

libdvdread (4.1.3)
  * an embarassing amount of fixes regarding potential memory and resource
      leaks (patches contributed by Erik Hovland)
  * added dvdread-config (dvdnav-config's younger brother)
  * added pkgconfig support
  * split dvdread to a separate tree
   2008-07-21 01:38:17 by Darrin B. Jewell | Files touched by this commit (5)
Log message:
add UDFFindFile to exported symbol set
   2006-11-05 18:25:35 by Joerg Sonnenberger | Files touched by this commit (3)
Log message:
DESTDIR support.
   2006-10-17 18:41:10 by Matthias Drochner | Files touched by this commit (2) | Package updated
Log message:
update to 0.9.7
changes:
Removed an extra free in DVDClose that caused crashes if more than one
DVDClose was called
   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

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