From owner-freebsd-ports@FreeBSD.ORG Sat Feb 15 12:03:23 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DA49FB70 for ; Sat, 15 Feb 2014 12:03:23 +0000 (UTC) Received: from mail-ob0-x22f.google.com (mail-ob0-x22f.google.com [IPv6:2607:f8b0:4003:c01::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 92D21113C for ; Sat, 15 Feb 2014 12:03:23 +0000 (UTC) Received: by mail-ob0-f175.google.com with SMTP id wn1so14944705obc.20 for ; Sat, 15 Feb 2014 04:03:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bluelife.at; s=google; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=s8F8dbu1OofmuCc7WlR0SQsZoiZ7rkzymKq3xCaQmwU=; b=awMrlvb8jiiKLrIrHG5hlOHHwwl//UTSm5X51Iee44voFjhKAPECvSNsmDiokXNxkP w8ktIblsFcVK29TyMLA5eYpbPmInKqBl33PQAgF8qgPqTG3fD5WITpow9ANmPsqxeZ2C G3YJmRlzsrS8SYyg29AGg3UxpUO2jzse+ZBFg= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=s8F8dbu1OofmuCc7WlR0SQsZoiZ7rkzymKq3xCaQmwU=; b=VxKJQExX6EDEU9zLl8A399KDrcizROF7TRCYfyAwetT0raYa0AAkA6OVRr/vGqsh4G miLC/sr3HBC4cGfudTxaeUrQ2Li7zq0KhHdYBeIgWAJavwPXOuempvh1LSLOcrd+iN8Q PCcLMCFTXnbCXB1PzKn/bQak+mKyPtbUrvbtF8WxhwC1cXuM3yphGLmT43YzzBq9lAjm +AcatQPn8ijxGJQHCcbGHlzt+6TMo79Mep3q93K7/2jJlMHc5T0I5jhOx+FOrhrw1Yrs qPqsU+PdZ+iX0kqQWIuleEyLmgLPFRbsxh7mphp8OJ+lgh8eO7ynczjUYVQdaWXGuM2P ghxg== X-Gm-Message-State: ALoCoQmpnXzfeMh9uDT+BGfs5hMtoX2mJkU7k99a4EXT7WdETbkhQWOes43Wl6gsdKC6XxS0RIGc MIME-Version: 1.0 X-Received: by 10.182.44.167 with SMTP id f7mr11218785obm.3.1392465802707; Sat, 15 Feb 2014 04:03:22 -0800 (PST) Received: by 10.76.144.71 with HTTP; Sat, 15 Feb 2014 04:03:22 -0800 (PST) X-Originating-IP: [188.45.6.25] Received: by 10.76.144.71 with HTTP; Sat, 15 Feb 2014 04:03:22 -0800 (PST) In-Reply-To: References: Date: Sat, 15 Feb 2014 13:03:22 +0100 Message-ID: Subject: Re: multimedia/tvheadend fails under FreeBSD 9.2-stable From: =?ISO-8859-1?Q?Bernhard_Fr=F6hlich?= To: Torfinn Ingolfsen Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: William Grzybowski , ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Feb 2014 12:03:23 -0000 Am 15.02.2014 12:13 schrieb "Torfinn Ingolfsen" : > > Hello, > Thanks for working on this - much appreciated! > > On Tue, Feb 11, 2014 at 9:00 AM, Bernhard Fr=F6hlich wrote: > > > > Well I'm a bit pissed now because wg@ has broken the port [1] but in such > > a way that I didn't notice it up to now. He has changed the dependency > > from ffmpeg1 to ffmpeg and removed the configure checks which cannot > > work because ffmpeg does not compile with ffmpeg 2.x. Since he has > > also removed ffmpeg1 I don't see a chance how to fix it unless I feel brave > > enough to bring back ffmpeg1 or add support for ffmpeg 2.x to tvheadend= . > > Both seems unrealistic to me right now so I had to remove the FFMPEG > > option in the port and the dependency to ffmpeg completely and disable > > libav to ensure that it doesn't try to use an installed ffmpeg 2.x. > > > > So this is the situation right now in 3.4.0.20130726.3_5 and it should > > build fine but you loose all the functionality that requires libav. > > > > Updated to latest ports, which got me tvheadend installed. > I'm not sure what "all the functionality that requires libav" > includes, so let me ask this way: > - will / should DVB-C devices (via webcamd) work even without libav? > - will CSA / cwc work even without libav? Yes, both should work. It uses libdvbcsa for that. What you loose is transcoding and streaming via the webinterface.