From owner-freebsd-ports@FreeBSD.ORG Sun Aug 5 23:30:50 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 2294216A41A for ; Sun, 5 Aug 2007 23:30:50 +0000 (UTC) (envelope-from aturetta@commit.it) Received: from mailbox.rainbownet.com (mailbox.logital.it [85.18.201.116]) by mx1.freebsd.org (Postfix) with ESMTP id 9B8D113C46C for ; Sun, 5 Aug 2007 23:30:49 +0000 (UTC) (envelope-from aturetta@commit.it) Received: from 192.168.44.150 ([151.41.9.83]) (authenticated user aturetta@rainbownet.com) by rainbownet.com (mailbox.rainbownet.com [127.0.0.1]) (MDaemon.PRO.v6.8.5.R) with ESMTP id 63-md50000000034.tmp for ; Mon, 06 Aug 2007 01:19:08 +0200 Message-ID: <46B65AEB.8050503@commit.it> Date: Mon, 06 Aug 2007 01:19:07 +0200 From: Angelo Turetta User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: freebsd-ports@freebsd.org References: <6d0bead20708051443u4b5fb824o648d436015ad5e0f@mail.gmail.com> In-Reply-To: <6d0bead20708051443u4b5fb824o648d436015ad5e0f@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated-Sender: aturetta@rainbownet.com X-Spam-Processed: mailbox.rainbownet.com, Mon, 06 Aug 2007 01:19:08 +0200 (not processed: message from valid local sender) X-MDRemoteIP: 151.41.9.83 X-Return-Path: aturetta@commit.it X-MDaemon-Deliver-To: freebsd-ports@freebsd.org Cc: Chris Billington 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: Sun, 05 Aug 2007 23:30:50 -0000 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.