From owner-cvs-all@FreeBSD.ORG Sat Jul 24 17:39:44 2010 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 3F6AB1065678; Sat, 24 Jul 2010 17:39:44 +0000 (UTC) (envelope-from pb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CFE6E8FC2A; Sat, 24 Jul 2010 17:39:43 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o6OGc7C8068513; Sat, 24 Jul 2010 16:38:07 GMT (envelope-from pb@repoman.freebsd.org) Received: (from pb@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o6OGc7YL068512; Sat, 24 Jul 2010 16:38:07 GMT (envelope-from pb) Message-Id: <201007241638.o6OGc7YL068512@repoman.freebsd.org> From: Pierre Beyssac Date: Sat, 24 Jul 2010 16:38:07 +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/dvdauthor Makefile ports/multimedia/dvdauthor/files patch-src__subgen-image.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: Sat, 24 Jul 2010 17:39:44 -0000 pb 2010-07-24 16:38:07 UTC FreeBSD ports repository Modified files: multimedia/dvdauthor Makefile Added files: multimedia/dvdauthor/files patch-src__subgen-image.c Log: Description from PR: With the newer PNG library, spumux is detecting an errors about PNG images being too big (at least on amd64). This patches uses a specific libpng type for width and height. devede was generating a DVD with a menu that was non-functional. It took me awhile to narrow down the problem: spumux was skipping the addition of a subtitle to the menu MPG file but not causing devede to return an error. It seems that DVD's require a subtitle for the menu to function even if it does not say anything. Patch obtained from the dvdauthor repository: http://github.com/ldo/dvdauthor/commit/fd5c2705825762a6361fbcf95099a42471d709d7 PR: ports/148658 Submitted by: scf Revision Changes Path 1.41 +1 -1 ports/multimedia/dvdauthor/Makefile 1.1 +15 -0 ports/multimedia/dvdauthor/files/patch-src__subgen-image.c (new)