From owner-freebsd-multimedia@FreeBSD.ORG Tue Nov 13 18:11:03 2012 Return-Path: Delivered-To: multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8FA593D5 for ; Tue, 13 Nov 2012 18:11:03 +0000 (UTC) (envelope-from gabor@zahemszky.hu) Received: from default-smtp.integrity.hu (default-smtp.integrity.hu [212.52.165.203]) by mx1.freebsd.org (Postfix) with ESMTP id 44F438FC12 for ; Tue, 13 Nov 2012 18:11:02 +0000 (UTC) Received: by smtp.integrity.hu (Postfix, from userid 10000) id 2487613462E9; Tue, 13 Nov 2012 19:05:36 +0100 (CET) Received: from webmail2.integrity.hu (mailadmin.integrity.hu [10.1.65.15]) (Authenticated sender: gabor@zahemszky.hu) by smtp.integrity.hu (Postfix) with ESMTPA id 199E213462E4 for ; Tue, 13 Nov 2012 19:05:35 +0100 (CET) Received: from Avp7gECUP2SmETRsnaKxF5slU9UHhm8TygvuxfPFcwGFiU7EAdNm4A== (HfwFpooMnzA6WtK1qQHvUXPN9KaN9DOH) by webmail2.integrity.hu with HTTP (HTTP/1.1 POST); Tue, 13 Nov 2012 19:05:35 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Tue, 13 Nov 2012 19:05:35 +0100 From: gabor@zahemszky.hu To: Subject: avidemux port Message-ID: X-Sender: gabor@zahemszky.hu User-Agent: Roundcube Webmail/0.5.1 X-Virus-Scanned: clamav-milter 0.97.5 at mail-autosubmit X-Virus-Status: Clean X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Nov 2012 18:11:03 -0000 Hi! I've just found, that in the multimedia/avidemux2/Makefile.common file, there are these lines: # We haven't ALSA(Never) & Aften(Yet) on FreeBSD CMAKE_ARGS+= -DARTS:BOOL=OFF -DALSA:BOOL=OFF -DAFTEN:BOOL=OFF Well, as I've "ported" it to FreeBSD (it's in audio/aften), I think, it should be corrected, and maybe make it to an option. (With aften, somebody can make A-52 (or as they call it: AC-3 or DolbyDigital) encoded files from WAV-files.) Bye, ZAHEMSZKY, Gabor < Gabor at Zahemszky dot HU > PS: By the way, there are audio/alsa-{lib,utils,plugins} too