cvs commit: ports/audio/gtkpod Makefile distinfo pkg-plist ports/audio/gtkpod/files patch-src__mp4file.c

Alexey Dokuchaev danfe at FreeBSD.org
Tue Mar 15 15:13:22 UTC 2011


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


More information about the cvs-all mailing list