From owner-cvs-all@FreeBSD.ORG Tue Mar 15 15:13:22 2011 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2C33B106564A; Tue, 15 Mar 2011 15:13:22 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 668E08FC0A; Tue, 15 Mar 2011 15:13:22 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p2FFDL2j069546; Tue, 15 Mar 2011 15:13:21 GMT (envelope-from danfe@repoman.freebsd.org) Received: (from danfe@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p2FFDLMD069545; Tue, 15 Mar 2011 15:13:21 GMT (envelope-from danfe) Message-Id: <201103151513.p2FFDLMD069545@repoman.freebsd.org> From: Alexey Dokuchaev Date: Tue, 15 Mar 2011 15:13:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/gtkpod Makefile distinfo pkg-plist ports/audio/gtkpod/files patch-src__mp4file.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Mar 2011 15:13:22 -0000 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