From owner-freebsd-multimedia@FreeBSD.ORG Tue Oct 5 11:05:05 2010 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 4AF91106566B; Tue, 5 Oct 2010 11:05:05 +0000 (UTC) (envelope-from mickael.maillot@gmail.com) Received: from mail-qy0-f175.google.com (mail-qy0-f175.google.com [209.85.216.175]) by mx1.freebsd.org (Postfix) with ESMTP id DD0388FC13; Tue, 5 Oct 2010 11:05:04 +0000 (UTC) Received: by qyk8 with SMTP id 8so518833qyk.13 for ; Tue, 05 Oct 2010 04:05:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=B/WGKF1wFVemsw4B/ANASnbmvBp0pzCDDdGE2MLJt5w=; b=mQSjMzy8vH1mfXj+zz9eFfSgrGWqYDNSYvK2NH8jWa2D8gXpKfcvUAwTTaCP1Ficvt kRXZMLAnGgBcWW8UTck8bdRBmiTQz+TsrmIrO9c1hy9QfsutGRI6XkqSeabsemebFsEa Mqc1eVKtndeWlU5qeEJWdIHuPUwpnjC/BGMTY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=iU27K43vVS0ybd7+fiy3p4DKHY8H97n4xB1KND8AOFq3cKjifUCmOr2dqQNvmZPiVZ 6ARv63HZh99d3dH1C0hlHd6VO14p5nm5AZTIh/LnGWkPEGwfowDUpgfx6bf11qNtICgK qn/TPoHlKym9URFTHdDBfOx6wbX7DBXIyKLlM= MIME-Version: 1.0 Received: by 10.224.10.211 with SMTP id q19mr7964573qaq.394.1286275039848; Tue, 05 Oct 2010 03:37:19 -0700 (PDT) Received: by 10.229.9.198 with HTTP; Tue, 5 Oct 2010 03:37:19 -0700 (PDT) Date: Tue, 5 Oct 2010 12:37:19 +0200 Message-ID: From: =?ISO-8859-1?Q?Micka=EBl_Maillot?= To: freebsd-multimedia@freebsd.org, freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Cc: Subject: XBMC port 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: Tue, 05 Oct 2010 11:05:05 -0000 hi, you can test my pre version of xbmc port some infos: - i host xbmc files because i can't find a recent tar.gz - internal video player crash on my intel graphic, you can use mplayer as external video player ex: http://fneufn.eu/freebsd/xbmc/playercorefactory.xml in ~/.xbmc/userdata/ - vdpau works fine - skin aeon65 crash xbmc - only python 2.4, 2.5 and 2.6 are supported - with pulse, i can choose /dev/dsp audio output - good luck with custom alsa output (ex: alsa:surround51 works) - if you want correct utf8, start xbmc with: LANG=fr_FR.UTF-8 /usr/local/bin/xbmc/xbmc.sh - xbmc.bin need XBMC_BIN_HOME and XBMC_HOME defined to start defaults are (already added in xbmc.sh): XBMC_BIN_HOME=/usr/local/lib/xbmc XBMC_HOME=/usr/local/share/xbmc - timezone doesn't work - plist without: faac, hal, nonfree or avahi option can be wrong The port can be downloaded from: http://fneufn.eu/freebsd/xbmc/xbmc.shar