From owner-freebsd-multimedia@FreeBSD.ORG Wed Oct 3 21:51:04 2007 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 3AE8916A418 for ; Wed, 3 Oct 2007 21:51:04 +0000 (UTC) (envelope-from raaf@zen.mooo.com) Received: from smtp-1.orange.nl (smtp-1.orange.nl [193.252.22.241]) by mx1.freebsd.org (Postfix) with ESMTP id AA87013C447 for ; Wed, 3 Oct 2007 21:51:03 +0000 (UTC) (envelope-from raaf@zen.mooo.com) Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf6001.orange.nl (SMTP Server) with ESMTP id 5AF241C0008A for ; Wed, 3 Oct 2007 23:51:02 +0200 (CEST) Received: from zen.mooo.com (s559292f8.adsl.wanadoo.nl [85.146.146.248]) by mwinf6001.orange.nl (SMTP Server) with ESMTP id 42EFA1C00081; Wed, 3 Oct 2007 23:51:01 +0200 (CEST) X-ME-UUID: 20071003215102274.42EFA1C00081@mwinf6001.orange.nl Received: from zen.mooo.com (zen.mooo.com [127.0.0.1]) by zen.mooo.com (Postfix) with ESMTP id 557A27; Wed, 3 Oct 2007 23:51:01 +0200 (CEST) Message-ID: <47040EC4.70802@zen.mooo.com> Date: Wed, 03 Oct 2007 23:51:00 +0200 From: Raaf User-Agent: Thunderbird 2.0.0.4 (X11/20070615) MIME-Version: 1.0 To: Michael Johnson References: <167480.56243.qm@web50604.mail.re2.yahoo.com> <46F5FA5D.8050003@zen.mooo.com> <46F6BD39.1020604@privacy.net> <46F734AD.1010308@zen.mooo.com> <9997CB42-1075-4C2B-822D-6546F507BDEB@ahze.net> <46F805E8.2060104@zen.mooo.com> <2523E1DC-B350-4217-B732-A14863F16593@FreeBSD.org> In-Reply-To: <2523E1DC-B350-4217-B732-A14863F16593@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-multimedia@freebsd.org, Robert Kopp Subject: Re: multimedia/vlc/mpegip/mp4live 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: Wed, 03 Oct 2007 21:51:04 -0000 Michael Johnson wrote: > > On Sep 24, 2007, at 2:46 PM, Raaf wrote: > >> Michael Johnson wrote: >>> On Sep 23, 2007, at 11:53 PM, Raaf wrote: >>>> Heiko Recktenwald wrote: >>>>> Raaf wrote: >>>>>>> http://raaf.atspace.org/ >>>>>>> >>>>>>> The patch, for vlc-0.8.5 (an older version) is copied to the >>>>>>> source directory before compilation. >>>>>> >>>>>> You're supposed to copy the patch to the files directory >>>>>> (/usr/ports/multimedia/vlc/files), not the source directory.--enable-mp4live >>>>>> >>>>>> Anyway, the patch doesn't work with the latest vlc. You >>>>>> can retrieve a modified patch that does work here: >>>>>> >>>>>> http://raaf.atspace.org/patches/patch-vlc >>>>> Dear Raaf, have you tested your mpeg4ip patch with the latest >>>>> mpeg4ip port? >>>>> That may be updated to mpeg4ip 1.6 some day. >>>> >>>> The patch has been updated to work with mpeg4ip 1.6. You can >>>> download it here: >>>> >>>> http://raaf.atspace.org/patches/patch-mp4live >>>> >>> Does this patch need to depend on multimedia/v4l_compat port? >> >> Yes, it does. > > Committed vlc, vlc-devel, and mpeg4ip, thanks! Just one side note. Those patches also patch configure, and will likely break when newer versions of the software are available. It is probably cleaner to remove the pieces that patch configure and move it to the CONFIGURE_ARGS of the Makefiles. I thinks it's --enable-v4l for vlc and --enable-mp4live for mpeg4ip. Raaf