From owner-freebsd-multimedia@FreeBSD.ORG Fri Dec 30 00:08:01 2011 Return-Path: Delivered-To: multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 34FD51065672; Fri, 30 Dec 2011 00:08:01 +0000 (UTC) (envelope-from thomas.e.zander@googlemail.com) Received: from mail-ee0-f54.google.com (mail-ee0-f54.google.com [74.125.83.54]) by mx1.freebsd.org (Postfix) with ESMTP id 9D1428FC14; Fri, 30 Dec 2011 00:08:00 +0000 (UTC) Received: by eekc50 with SMTP id c50so16077514eek.13 for ; Thu, 29 Dec 2011 16:07:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=hIMqZt79G9OpOFNUpfyEluTocEs7XP+x2Za5RGmlI2w=; b=UCzVtKr3ELzDwSWKkjAijoqLqsw0SIjnLRajex6kHDNizRE8SqOpDMHFux5Veg7ZZs 3UYz1J857W2ByDTWCk7wQ8jfaH9mqsB2EzlYFX8aK0XLVndqV7azt12TKW+HGQr06e4T ivP5Tvn99mIINECHQ6+FS0A+AucnOWrHZkl+4= MIME-Version: 1.0 Received: by 10.14.125.146 with SMTP id z18mr14596355eeh.88.1325203678635; Thu, 29 Dec 2011 16:07:58 -0800 (PST) Received: by 10.14.34.4 with HTTP; Thu, 29 Dec 2011 16:07:58 -0800 (PST) In-Reply-To: References: Date: Fri, 30 Dec 2011 01:07:58 +0100 Message-ID: From: Thomas Zander To: FreeBSD - Ports , multimedia@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Cc: Subject: Re: CFT: mplayer and mencoder updates X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Dec 2011 00:08:01 -0000 Hi, thank you all for your comments on the first iteration of the ports. A heavily revised version can be found on http://www.rrr.de/~riggs/mplayer/m20111230.tar.bz2 Changes: - reduce the number of explicit --enable- where it seemed reasonable, hence deviate less from the intention of the configure script - remove patching and reinplacing homegrown tweaks whenever possible, hence deviate less from the intention of the configure script - fix the reported pthread issue - always use internal libass - adopt patches to support 24 bit OSS output and keep volume during seek - use newer gcc and binutils thus enabling significant speed-ups (and also, since most mplayer and ffmpeg development is done on newer gcc and binutils than we have in the base system, it's slowly getting tedious to ensure compatibility with older toolchain) Caveats: - bluray does not work right now -> keep it/turn it off in OPTIONS for now I hope the refactoring (removing mostly) of the tweaks to the configure and build environment does not impose noticeable changes for most users, but we may encounter difficulties in some configurations I couldn't check. Please give it a try! As always, comments, suggestions and especially patches are more than welcome. Best regards Riggs