Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Jun 2014 14:57:06 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 191413] New: [NEW PORT] multimedia/plexhometheater: Media center front-end for plexmediaserver
Message-ID:  <bug-191413-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191413

            Bug ID: 191413
           Summary: [NEW PORT] multimedia/plexhometheater: Media center
                    front-end for plexmediaserver
           Product: Ports Tree
           Version: Latest
          Hardware: Any
                OS: Any
            Status: Needs Triage
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: woodsb02@gmail.com

Please add a new port for multimedia/plexhometheater (the media center
front-end to plexmediaserver). This is a fork of XBMC and therefore has many
similar dependencies.

I have got the port working here:
https://redports.org/browser/woodsb02/multimedia/plexhometheater

I could only get it to build with clang, so I have included the following in
the Makefile for now:
CC=             clang
CXX=            clang++
CPP=            clang-cpp

There is one problem with the resulting executable which I have not yet tracked
down: once installed you need to:
# sed -i.bak s/dll_fopen/fopen/g /usr/local/bin/system/ImageLib-x86_64.so

Before running the executable in X11, you first need to set the XBMC_HOME
environment variable.
$ export XBMC_HOME=/usr/local/share/XBMC

After that it seems to work fine (tested on FreeBSD 10.0-RELEASE).

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-191413-13>