From owner-freebsd-ports@FreeBSD.ORG Mon Aug 6 11:05:11 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 676C916A417 for ; Mon, 6 Aug 2007 11:05:11 +0000 (UTC) (envelope-from billington.chris@gmail.com) Received: from rv-out-0910.google.com (rv-out-0910.google.com [209.85.198.190]) by mx1.freebsd.org (Postfix) with ESMTP id 40F9A13C49D for ; Mon, 6 Aug 2007 11:05:11 +0000 (UTC) (envelope-from billington.chris@gmail.com) Received: by rv-out-0910.google.com with SMTP id f1so919212rvb for ; Mon, 06 Aug 2007 04:05:10 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=EYXVQL+X7ku15xt7SOG65yHIS/n6oaZivUDkNg4nxaRlkfZVnsHKVqOQ9baDkZeOzDC+S1kdEGp6px/HU4CViz0TDxi3hMUizgS9cN41DJMfe3VwZXKmGxQq5sKd/k7FkTRx+jrFWxgfqzyclY/JTPVs1CLiYZHdPQHV9bx5PK0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=AnvUPjffCPoktLCMj9MG4U/LdmK/8QL8sL3qX8JO2hMTCaV4JOUPwkEkGZLs/KWALLLPNUWo4oYTLfVbvkX2/G7E6sU9ItBV8bEl4bppIdTrKpGK4F7mgpUw5KTEMynf3HrM7rfDRAjFkRSk7SJHtE/eLnyLICBnAXqSMzVrLTM= Received: by 10.114.94.1 with SMTP id r1mr5532534wab.1186398310774; Mon, 06 Aug 2007 04:05:10 -0700 (PDT) Received: by 10.115.18.15 with HTTP; Mon, 6 Aug 2007 04:05:10 -0700 (PDT) Message-ID: <6d0bead20708060405saefd8a5ka55c0817f437b97c@mail.gmail.com> Date: Mon, 6 Aug 2007 13:05:10 +0200 From: "Chris Billington" To: "Angelo Turetta" In-Reply-To: <46B65AEB.8050503@commit.it> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <6d0bead20708051443u4b5fb824o648d436015ad5e0f@mail.gmail.com> <46B65AEB.8050503@commit.it> Cc: freebsd-ports@freebsd.org Subject: Re: Kdenlive video non linear editor port X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Aug 2007 11:05:11 -0000 On 8/6/07, Angelo Turetta wrote: > Chris Billington wrote: > > Has anyone had any success with producing a port for the Kdenlive > > video editor (kdenlive.sourceforge.net)? It looks like a more > > sophisticated version of Kino, indeed the Kino main developer is > > joining that project. > > It's indeed a totally different project from kino, based on much better > design (multitrack timeline, ecc..). > > It's fun you ask today: I've been thinking for 6+ months about writing a > port for kdenlive, and yesterday I decided I'd give a try. > Not that hard, but the resulting binary has problems playing audio: I > guess it's a device name problem. All other KDE applications can > playback audio files, kdenlive not. > > If you want to try, or help me iron out the last issues, you can > download the following files: > > http://www.commit.it/kdenlive-ports.tgz > (ports for kdenlive/mlt/mlt++, untar in /usr/ports/multimedia) > > http://www.commit.it/kdenlive-20070804.tar.bz2 > http://www.commit.it/mlt-20070804.tar.bz2 > http://www.commit.it/mltpp-20070804.tar.bz2 > (source tarballs extracted form SVN on 2007-08-04, save them in folder > /usr/ports/distfiles) > > Then, to install: > > #cd /usr/ports/multimedia/kdenlive > #make install > > I'm not yet sure what to do about tarball hosting, so the ports doesn't > fetch automatically by now. > Please beware that some dependencies may be missing (i.e.: it just > occurred to me that I've not put multimedia/ffmpeg among the > RUN/BUILD_DEPENDS, please install it before trying). > I only tested on RELENG_6/AMD64. > > Let me know how it works for you > > Angelo Turetta. > > Fantastic news- will test tonight and report back. regards Chris