FreeBSD Bugzilla – Attachment 146675 Details for
Bug 193188
multimedia/plexhometheater crash ERROR: Unable to load /usr/local/bin/system/libcpluff-x86_64-freebsd.so
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
PR193188 patch resolving XBMC_BIN_HOME folder issue
PR193188.patch (text/plain), 1.96 KB, created by
Ben Woods
on 2014-09-02 11:17:38 UTC
(
hide
)
Description:
PR193188 patch resolving XBMC_BIN_HOME folder issue
Filename:
MIME Type:
Creator:
Ben Woods
Created:
2014-09-02 11:17:38 UTC
Size:
1.96 KB
patch
obsolete
>--- multimedia/plexhometheater/files/patch-CMakeLists.txt.orig 2014-09-02 19:08:06.734619832 +0800 >+++ multimedia/plexhometheater/files/patch-CMakeLists.txt 2014-09-02 19:10:22.346628237 +0800 >@@ -18,3 +18,12 @@ > install(DIRECTORY /usr/lib/python${PYTHON_VERSION} DESTINATION ${LIBPATH}/lib/ COMPONENT RUNTIME > PATTERN python${PYTHON_VERSION}/test EXCLUDE > REGEX .*\\.pyc$ EXCLUDE >+@@ -161,7 +161,7 @@ >+ if(XRANDR_FOUND) >+ add_executable(xbmc-xrandr xbmc-xrandr.c) >+ target_link_libraries(xbmc-xrandr ${CONFIG_LIBRARY_XRANDR} ${CONFIG_LIBRARY_X11} -lm) >+- install(TARGETS xbmc-xrandr DESTINATION ${BINPATH}) >++ install(TARGETS xbmc-xrandr DESTINATION ${LIBPATH}) >+ endif() >+ >+ include(CPackConfig) >--- multimedia/plexhometheater/files/plexhometheater.sh.in.orig 2014-09-02 19:07:57.672634314 +0800 >+++ multimedia/plexhometheater/files/plexhometheater.sh.in 2014-09-02 19:09:04.729620104 +0800 >@@ -1,4 +1,5 @@ > #!/bin/sh > > export XBMC_HOME=%%PREFIX%%/share/plexhometheater >+export XBMC_BIN_HOME=%%PREFIX%%/lib/plexhometheater > exec %%PREFIX%%/bin/plexhometheater >--- multimedia/plexhometheater/pkg-plist.orig 2014-09-02 19:07:52.911620243 +0800 >+++ multimedia/plexhometheater/pkg-plist 2014-09-02 19:08:46.429626403 +0800 >@@ -1,6 +1,5 @@ > bin/plexhometheater > bin/plexhometheater.sh >-bin/xbmc-xrandr > lib/plexhometheater/system/ImageLib-%%ARCH%%-freebsd.so > lib/plexhometheater/system/libcpluff-%%ARCH%%-freebsd.so > lib/plexhometheater/system/players/dvdplayer/avcodec-53-%%ARCH%%-freebsd.so >@@ -10,6 +9,8 @@ > lib/plexhometheater/system/players/dvdplayer/postproc-52-%%ARCH%%-freebsd.so > lib/plexhometheater/system/players/dvdplayer/swresample-0-%%ARCH%%-freebsd.so > lib/plexhometheater/system/players/dvdplayer/swscale-2-%%ARCH%%-freebsd.so >+lib/plexhometheater/xbmc-xrandr >+share/applications/plexhometheatersh.desktop > %%DATADIR%%/Credits.html > %%DATADIR%%/addons/repository.pvr-android.xbmc.org/addon.xml > %%DATADIR%%/addons/repository.pvr-android.xbmc.org/icon.png
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 193188
:
146605
| 146675