View | Details | Raw Unified | Return to bug 193188 | Differences between
and this patch

Collapse All | Expand All

(-)multimedia/plexhometheater/files/patch-CMakeLists.txt (+9 lines)
Lines 18-20 Link Here
18
         install(DIRECTORY /usr/lib/python${PYTHON_VERSION} DESTINATION ${LIBPATH}/lib/ COMPONENT RUNTIME
18
         install(DIRECTORY /usr/lib/python${PYTHON_VERSION} DESTINATION ${LIBPATH}/lib/ COMPONENT RUNTIME
19
           PATTERN python${PYTHON_VERSION}/test EXCLUDE
19
           PATTERN python${PYTHON_VERSION}/test EXCLUDE
20
           REGEX .*\\.pyc$ EXCLUDE
20
           REGEX .*\\.pyc$ EXCLUDE
21
@@ -161,7 +161,7 @@
22
 if(XRANDR_FOUND)
23
   add_executable(xbmc-xrandr xbmc-xrandr.c)
24
   target_link_libraries(xbmc-xrandr ${CONFIG_LIBRARY_XRANDR} ${CONFIG_LIBRARY_X11} -lm)
25
-  install(TARGETS xbmc-xrandr DESTINATION ${BINPATH})
26
+  install(TARGETS xbmc-xrandr DESTINATION ${LIBPATH})
27
 endif()
28
   
29
 include(CPackConfig)
(-)multimedia/plexhometheater/files/plexhometheater.sh.in (+1 lines)
Lines 1-4 Link Here
1
#!/bin/sh
1
#!/bin/sh
2
2
3
export XBMC_HOME=%%PREFIX%%/share/plexhometheater
3
export XBMC_HOME=%%PREFIX%%/share/plexhometheater
4
export XBMC_BIN_HOME=%%PREFIX%%/lib/plexhometheater
4
exec %%PREFIX%%/bin/plexhometheater
5
exec %%PREFIX%%/bin/plexhometheater
(-)multimedia/plexhometheater/pkg-plist (-1 / +2 lines)
Lines 1-6 Link Here
1
bin/plexhometheater
1
bin/plexhometheater
2
bin/plexhometheater.sh
2
bin/plexhometheater.sh
3
bin/xbmc-xrandr
4
lib/plexhometheater/system/ImageLib-%%ARCH%%-freebsd.so
3
lib/plexhometheater/system/ImageLib-%%ARCH%%-freebsd.so
5
lib/plexhometheater/system/libcpluff-%%ARCH%%-freebsd.so
4
lib/plexhometheater/system/libcpluff-%%ARCH%%-freebsd.so
6
lib/plexhometheater/system/players/dvdplayer/avcodec-53-%%ARCH%%-freebsd.so
5
lib/plexhometheater/system/players/dvdplayer/avcodec-53-%%ARCH%%-freebsd.so
Lines 10-15 Link Here
10
lib/plexhometheater/system/players/dvdplayer/postproc-52-%%ARCH%%-freebsd.so
9
lib/plexhometheater/system/players/dvdplayer/postproc-52-%%ARCH%%-freebsd.so
11
lib/plexhometheater/system/players/dvdplayer/swresample-0-%%ARCH%%-freebsd.so
10
lib/plexhometheater/system/players/dvdplayer/swresample-0-%%ARCH%%-freebsd.so
12
lib/plexhometheater/system/players/dvdplayer/swscale-2-%%ARCH%%-freebsd.so
11
lib/plexhometheater/system/players/dvdplayer/swscale-2-%%ARCH%%-freebsd.so
12
lib/plexhometheater/xbmc-xrandr
13
share/applications/plexhometheatersh.desktop
13
%%DATADIR%%/Credits.html
14
%%DATADIR%%/Credits.html
14
%%DATADIR%%/addons/repository.pvr-android.xbmc.org/addon.xml
15
%%DATADIR%%/addons/repository.pvr-android.xbmc.org/addon.xml
15
%%DATADIR%%/addons/repository.pvr-android.xbmc.org/icon.png
16
%%DATADIR%%/addons/repository.pvr-android.xbmc.org/icon.png

Return to bug 193188