danfe       2011-03-15 15:13:21 UTC

  FreeBSD ports repository

  Modified files:
    audio/gtkpod         Makefile distinfo pkg-plist 
  Removed files:
    audio/gtkpod/files   patch-src__mp4file.c 
  Log:
  - Update to version 1.0.0
  - Drop gratuitous run dependencies: they are only used in external auxiliary
    scripts and do not directly affect main program functionality.  Users are
    advised to install them manually if they need them (lame, faad, etc.)
  - Now that configure script supports disabling of optional features, drop
    make(1)'s exists()-based heuristics to ensure no hidden dependencies are
    recorded; user's choice of OPTIONS should now match the reality
  - Remove now unsupported HAL and GNOME VFS2 options
  - Remove dependency on external AAC/MP4 library (mp4v2); gtkpod now tries
    to load it via dlopen(3) and if it fails, will dig for the atom props
    manually.  It probably can be turned into rdep, but first I need to make
    sure our libmp4v2 ABI matches what gtkpod expects
  - Add LICENSE (GPLv2)
  
  Revision  Changes    Path
  1.57      +24 -47    ports/audio/gtkpod/Makefile
  1.23      +2 -3      ports/audio/gtkpod/distinfo
  1.2       +0 -99     ports/audio/gtkpod/files/patch-src__mp4file.c (dead)
  1.19      +1 -0      ports/audio/gtkpod/pkg-plist
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to