Date: Tue, 15 Mar 2011 15:13:21 +0000 (UTC) From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/gtkpod Makefile distinfo pkg-plist ports/audio/gtkpod/files patch-src__mp4file.c Message-ID: <201103151513.p2FFDLMD069545@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201103151513.p2FFDLMD069545>
