From owner-cvs-all@FreeBSD.ORG Thu Oct 6 13:39:40 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE6BD16A41F; Thu, 6 Oct 2005 13:39:40 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 06F3643D6A; Thu, 6 Oct 2005 13:39:36 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j96Dda7F053978; Thu, 6 Oct 2005 13:39:36 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j96DdaRf053977; Thu, 6 Oct 2005 13:39:36 GMT (envelope-from mezz) Message-Id: <200510061339.j96DdaRf053977@repoman.freebsd.org> From: Jeremy Messenger Date: Thu, 6 Oct 2005 13:39:36 +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/x11-fm/evidence Makefile pkg-plist ports/x11-fm/evidence/files patch-src_thumbnailer_Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Oct 2005 13:39:41 -0000 mezz 2005-10-06 13:39:36 UTC FreeBSD ports repository Modified files: x11-fm/evidence Makefile pkg-plist Added files: x11-fm/evidence/files patch-src_thumbnailer_Makefile.in Log: - Always enable FAM and pcre, so add them in the list of dependency. - Fix the installation of error like this below by add graphics/netpbm in the BUILD_DEPENDS. pnmtopng: not found pngtopnm: not found pnmscale: not found [...repeat...] - Fix the ability of disable/enable xine, so you don't have to depend on xine when the xine thumbnail plugin is disable (aka WITHOUT_XINE). - Fix all of plugins/thumbnails build by add @LDFLAGS@ in each of Makefile.in's LDFLAGS. That also make xine, music stuff and etc actually work to create the thumbnails or/and do something. - A few other fixes that make it builds better. - Do not extract the CVS, now our filesystem and plist look prettier. - Add new knobs: WITH_DEBUG WITH_ECORE_MAINLOOP WITHOUT_EXTRACTOR WITHOUT_ID3 WITHOUT_VORBIS WITHOUT_XINE Didn't add knobs for dbus, gnomevfs, avi and etc because they either doesn't build or cause it crashes. As for KDE stuff like dcop and kio, I am lacking to test them so someone will have to check and test it. - Fix the plist. - Bump the PORTREVISION. Reported by: tmclaugh (can't build with plugins/thumbnails) Approved by: Anders Troback (maintainer) Revision Changes Path 1.3 +106 -4 ports/x11-fm/evidence/Makefile 1.1 +14 -0 ports/x11-fm/evidence/files/patch-src_thumbnailer_Makefile.in (new) 1.2 +25 -64 ports/x11-fm/evidence/pkg-plist