K 10 svn:author V 5 danfe K 8 svn:date V 27 2011-03-15T15:13:21.000000Z K 7 svn:log V 813 - 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) END