From owner-cvs-all@FreeBSD.ORG Mon Sep 4 21:47:44 2006 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 DF99016A4DA; Mon, 4 Sep 2006 21:47:44 +0000 (UTC) (envelope-from shaun@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8433243D4C; Mon, 4 Sep 2006 21:47:44 +0000 (GMT) (envelope-from shaun@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k84Llidx031947; Mon, 4 Sep 2006 21:47:44 GMT (envelope-from shaun@repoman.freebsd.org) Received: (from shaun@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k84LliFd031946; Mon, 4 Sep 2006 21:47:44 GMT (envelope-from shaun) Message-Id: <200609042147.k84LliFd031946@repoman.freebsd.org> From: Shaun Amott Date: Mon, 4 Sep 2006 21:47:44 +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/mplayer Makefile ports/multimedia/mplayer/files patch-libmpcodecs_ve_x264.c patch-libmpdemux_cookies.c patch-tremor-codec_internal.h 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, 04 Sep 2006 21:47:45 -0000 shaun 2006-09-04 21:47:44 UTC FreeBSD ports repository Modified files: multimedia/mplayer Makefile multimedia/mplayer/files patch-libmpcodecs_ve_x264.c Added files: multimedia/mplayer/files patch-libmpdemux_cookies.c patch-tremor-codec_internal.h Log: - Maintainer reports: [1] This is a cumulative update to the mplayer port addressing several issues: o imake handling for audio-only-mplayer corrected. o Adapt mplayer to recent x264 API changes. Reported by David Warren. Obtained from official mplayer CVS. o Correct internal libtremor handling on amd64 arch, by Aleksey Salow. o Correct VIDIX playlists on amd64 arch. o Proper handling of the speex codec and the polyp sound server, reported by Ion-Mihai Tetcu. - Fix OPTIONS checking logic - this caused the default package to have way too many dependencies (e.g. Linux, and i386-specific ports). - Fix build on FreeBSD 4.x [2] PR: ports/102493 [1], ports/102570 [2] Submitted by: Thomas E. Zander [1], Ports Fury [2] Approved by: Thomas E. Zander (maintainer) [2] Revision Changes Path 1.142 +66 -30 ports/multimedia/mplayer/Makefile 1.4 +24 -4 ports/multimedia/mplayer/files/patch-libmpcodecs_ve_x264.c 1.1 +13 -0 ports/multimedia/mplayer/files/patch-libmpdemux_cookies.c (new) 1.1 +11 -0 ports/multimedia/mplayer/files/patch-tremor-codec_internal.h (new)