From owner-freebsd-ports@FreeBSD.ORG Tue Jan 27 10:25:58 2009 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 9B02F1065672 for ; Tue, 27 Jan 2009 10:25:58 +0000 (UTC) (envelope-from makc@issp.ac.ru) Received: from mail.issp.ac.ru (mail.issp.ac.ru [77.236.34.3]) by mx1.freebsd.org (Postfix) with ESMTP id ED8448FC16 for ; Tue, 27 Jan 2009 10:25:57 +0000 (UTC) (envelope-from makc@issp.ac.ru) Received: from lqc.issp.ac.ru [77.236.34.156:52955] (HELO/EHLO lqc.issp.ac.ru, authenticated with PLAIN) by mail.issp.ac.ru with ESMTP/inet id n0RAQmnJ092797 (using TLSv1/SSLv3, with cipher DHE-DSS-AES256-SHA (256 bits), verified NO) Tue, 27 Jan 2009 13:26:48 +0300 (MSK) From: Max Brazhnikov To: freebsd-ports@freebsd.org Date: Tue, 27 Jan 2009 13:25:52 +0300 User-Agent: KMail/1.9.10 References: <6d0bead20708051443u4b5fb824o648d436015ad5e0f@mail.gmail.com> <6d0bead20708060405saefd8a5ka55c0817f437b97c@mail.gmail.com> <1233013655.41990.19.camel@laptop1.herveybayaustralia.com.au> In-Reply-To: <1233013655.41990.19.camel@laptop1.herveybayaustralia.com.au> Organization: ISSP RAS MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1251" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200901271325.52723.makc@issp.ac.ru> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-3.0 (mail.issp.ac.ru [77.236.34.3]); Tue, 27 Jan 2009 13:26:48 +0300 (MSK) X-Virus-Scanned: ClamAV 0.94.1/8908/Tue Jan 27 11:23:41 2009 on mail.issp.ac.ru X-Virus-Status: Clean Cc: Da Rock 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: Tue, 27 Jan 2009 10:25:58 -0000 On Tue, 27 Jan 2009 09:47:34 +1000, Da Rock wrote: > On Mon, 2007-08-06 at 13:05 +0200, Chris Billington wrote: > > 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 > > Any further news on this project? See ports/129794, ports/129795 and ports/129796. Hope I'll get time to commit them soon. Max