From owner-cvs-all@FreeBSD.ORG Mon Jun 6 02:05:02 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 3CC5A16A41C; Mon, 6 Jun 2005 02:05:02 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 19AEA43D48; Mon, 6 Jun 2005 02:05:02 +0000 (GMT) (envelope-from lioux@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 j56251on015892; Mon, 6 Jun 2005 02:05:01 GMT (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j562510B015891; Mon, 6 Jun 2005 02:05:01 GMT (envelope-from lioux) Message-Id: <200506060205.j562510B015891@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Mon, 6 Jun 2005 02:05:01 +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/multimedia/ffmpeg Makefile ports/multimedia/ffmpeg/files grab_bsdbktr.c 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: Mon, 06 Jun 2005 02:05:02 -0000 lioux 2005-06-06 02:05:01 UTC FreeBSD ports repository Modified files: multimedia/ffmpeg Makefile multimedia/ffmpeg/files grab_bsdbktr.c Log: o Improve the bktr(4) device grab code [1] 1) Add support for DragonFly 2) Use proper castings 3) Test file descriptors before using them 4) Improve frame capture 5) Fix some errors 6) Clean up the signals on bktr(4) when closing the device o Inherit CFLAGS (uphold CFLAGS) if WITH_OPTIMIZED_CFLAGS o Build and install post processing library o Bump PORTREVISION Submitted by: Steve O'Hara-Smith et al [1] Revision Changes Path 1.50 +36 -12 ports/multimedia/ffmpeg/Makefile 1.9 +23 -15 ports/multimedia/ffmpeg/files/grab_bsdbktr.c