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

Collapse All | Expand All

(-)files/patch-CMakeLists.txt (+9 lines)
Lines 27-29 Link Here
27
 endif()
27
 endif()
28
   
28
   
29
 include(CPackConfig)
29
 include(CPackConfig)
30
@@ -161,7 +161,7 @@
31
 if(XRANDR_FOUND)
32
   add_executable(xbmc-xrandr xbmc-xrandr.c)
33
   target_link_libraries(xbmc-xrandr ${CONFIG_LIBRARY_XRANDR} ${CONFIG_LIBRARY_X11} -lm)
34
-  install(TARGETS xbmc-xrandr DESTINATION ${BINPATH})
35
+  install(TARGETS xbmc-xrandr DESTINATION ${LIBPATH})
36
 endif()
37
   
38
 include(CPackConfig)
(-)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
(-)files/plexhometheater.sh.in (+1 lines)
Lines 2-5 Link Here
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
export XBMC_BIN_HOME=%%PREFIX%%/lib/plexhometheater
5
export XBMC_BIN_HOME=%%PREFIX%%/lib/plexhometheater
5
exec %%PREFIX%%/bin/plexhometheater
6
exec %%PREFIX%%/bin/plexhometheater

Return to bug 193188