From owner-freebsd-multimedia@FreeBSD.ORG Sat Jul 24 14:44:11 2010 Return-Path: Delivered-To: freebsd-multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9B93C1065674 for ; Sat, 24 Jul 2010 14:44:11 +0000 (UTC) (envelope-from nox@jelal.kn-bremen.de) Received: from smtp.kn-bremen.de (gelbbaer.kn-bremen.de [78.46.108.116]) by mx1.freebsd.org (Postfix) with ESMTP id 554DD8FC08 for ; Sat, 24 Jul 2010 14:44:10 +0000 (UTC) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id 55A291E006E2; Sat, 24 Jul 2010 16:44:09 +0200 (CEST) Received: from triton8.kn-bremen.de (noident@localhost [127.0.0.1]) by triton8.kn-bremen.de (8.14.4/8.14.3) with ESMTP id o6OEceU5005321 for ; Sat, 24 Jul 2010 16:38:40 +0200 (CEST) (envelope-from nox@triton8.kn-bremen.de) Received: (from nox@localhost) by triton8.kn-bremen.de (8.14.4/8.14.3/Submit) id o6OEceaE005320 for freebsd-multimedia@FreeBSD.org; Sat, 24 Jul 2010 16:38:40 +0200 (CEST) (envelope-from nox) From: Juergen Lock Date: Sat, 24 Jul 2010 16:38:40 +0200 To: freebsd-multimedia@FreeBSD.org Message-ID: <20100724143840.GA4908@triton8.kn-bremen.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) Cc: Subject: how to build tzap (and [acs]zap too; dvb-t/dvb-c/atsc tuning) 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: Sat, 24 Jul 2010 14:44:11 -0000 Just in case someone is testing e.g. webcamd and looks for this info... These four are part of the Linux dvb-apps tree which seems to be full of Linuxisms and thus not easy to port, but at least the [acst]zap utilities build with little effort: hg clone http://linuxtv.org/hg/dvb-apps cd dvb-apps/util/szap gmake 'CFLAGS+=-I/usr/local/include -DO_LARGEFILE=0' This leaves the binaries as dvb-apps/util/szap/?zap and needs devel/mercurial for the checkout as well as at least devel/gmake for the build and multimedia/v4l_compat for the linux dvb headers. There are some example channel.conf files in dvb-apps/util/szap/channels-conf/ - you can also use multimedia/w_scan to generate channels.conf files, see the w_scan homepage at: http://wirbel.htpc-forum.de/w_scan/index_en.html and the zap and w_scan utilities linuxtv wiki pages at: http://www.linuxtv.org/wiki/index.php/Zap and: http://www.linuxtv.org/wiki/index.php/W_scan for examples; see especially w_scan options -c, -f, and -X; and -h as well as -H to make it list the rest of the options it knows. And finally for completeness sake, if you use dvb-s(2) you probably should better use szap-s2 which is already in ports as multimedia/szap-s2: http://www.freshports.org/multimedia/szap-s2 and its linuxtv wiki page: http://www.linuxtv.org/wiki/index.php/Szap-s2 Enjoy, :) Juergen