From owner-freebsd-multimedia@FreeBSD.ORG Sat Feb 28 15:14:55 2015 Return-Path: Delivered-To: multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C202CBBC for ; Sat, 28 Feb 2015 15:14:55 +0000 (UTC) Received: from mail.turbocat.net (mail.turbocat.net [IPv6:2a01:4f8:d16:4514::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7FCF3FEC for ; Sat, 28 Feb 2015 15:14:55 +0000 (UTC) Received: from laptop015.home.selasky.org (cm-176.74.213.204.customer.telag.net [176.74.213.204]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id 445441FE022; Sat, 28 Feb 2015 16:14:53 +0100 (CET) Message-ID: <54F1DB9D.1080608@selasky.org> Date: Sat, 28 Feb 2015 16:15:41 +0100 From: Hans Petter Selasky User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Juergen Lock Subject: Re: New version of webcamd, now v4.0.0.2 References: <54556689.1040306@selasky.org> <201502272250.t1RMokdv040321@enceladus10.kn-bremen.de> <54F18E21.1070603@selasky.org> <20150228112759.GA59550@enceladus10.kn-bremen.de> <54F1DAB6.6000305@selasky.org> In-Reply-To: <54F1DAB6.6000305@selasky.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: Antti Palosaari , multimedia@FreeBSD.org X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Feb 2015 15:14:55 -0000 On 02/28/15 16:11, Hans Petter Selasky wrote: > On 02/28/15 12:27, Juergen Lock wrote: >> He also couldn't find commit 4f671fe2f9523a1ea206f63fe60a7c7b3a56d5c7 ^^^^ corresponds to: https://github.com/torvalds/linux/commit/4f671fe2f9523a1ea206f63fe60a7c7b3a56d5c7 >> (mentioned in work/webcamd-4.0.0.2/sources.txt) - which tree is that >> in? > > Hi, > > This git should have the above mentioned commit: > > > git remote -v > linuxtv git://linuxtv.org/media_tree.git (fetch) > linuxtv git://linuxtv.org/media_tree.git (push) > origin git://github.com/torvalds/linux.git (fetch) > origin git://github.com/torvalds/linux.git (push) --HPS