]> git.pld-linux.org Git - packages/mythtv.git/blob - mythtv-fixes.patch
- build fixes
[packages/mythtv.git] / mythtv-fixes.patch
1 diff -Nru mythtv-0.21/libs/libmythfreesurround/libmythfreesurround.pro mythtv-0.21-shd/libs/libmythfreesurround/libmythfreesurround.pro
2 --- mythtv-0.21/libs/libmythfreesurround/libmythfreesurround.pro        2008-02-13 23:47:17.000000000 +0000
3 +++ mythtv-0.21-shd/libs/libmythfreesurround/libmythfreesurround.pro    2008-10-07 08:06:13.709383250 +0000
4 @@ -5,7 +5,7 @@
5  TARGET = mythfreesurround-$$LIBVERSION
6  CONFIG += thread staticlib warn_off
7
8 -INCLUDEPATH += ../libavcodec ../libmyth
9 +INCLUDEPATH += ../libavcodec ../libmyth /usr/include/qt
10
11  #build position independent code since the library is linked into a shared library
12  QMAKE_CXXFLAGS += -fPIC -DPIC
13 diff -Nru mythtv-0.21/libs/libmythtv/libmythtv.pro mythtv-0.21-shd/libs/libmythtv/libmythtv.pro
14 --- mythtv-0.21/libs/libmythtv/libmythtv.pro    2008-02-18 22:59:32.000000000 +0000
15 +++ mythtv-0.21-shd/libs/libmythtv/libmythtv.pro        2008-10-07 08:32:49.417108750 +0000
16 @@ -43,7 +43,7 @@
17  TARGETDEPS += ../libavcodec/libmythavcodec-$${MYTH_SHLIB_EXT}
18  TARGETDEPS += ../libavformat/libmythavformat-$${MYTH_SHLIB_EXT}
19  TARGETDEPS += ../libmythmpeg2/libmythmpeg2-$${MYTH_LIB_EXT}
20 -TARGETDEPS += ../libmythdvdnav/libmythdvdnav-$${MYTH_LIB_EXT}
21 +TARGETDEPS += ../libmythdvdnav/libmythdvdnav-$${MYTH_SHLIB_EXT}
22  TARGETDEPS += ../libmythfreemheg/libmythfreemheg-$${MYTH_SHLIB_EXT}
23  using_live: TARGETDEPS += ../libmythlivemedia/libmythlivemedia-$${MYTH_SHLIB_EXT}
24
25 diff -Nru mythtv-0.21/libs/libmythupnp/libmythupnp.pro mythtv-0.21-shd/libs/libmythupnp/libmythupnp.pro
26 --- mythtv-0.21/libs/libmythupnp/libmythupnp.pro        2008-01-23 06:02:16.000000000 +0000
27 +++ mythtv-0.21-shd/libs/libmythupnp/libmythupnp.pro    2008-10-07 08:07:54.703695000 +0000
28 @@ -32,7 +32,7 @@
29  SOURCES += configuration.cpp soapclient.cpp mythxmlclient.cpp
30
31  INCLUDEPATH += ../libmyth
32 -INCLUDEPATH += ../..
33 +INCLUDEPATH += ../.. /usr/include/qt
34  DEPENDPATH += ../libmyth
35
36  # There is a circular dependency here, and this lib may not be built yet:
This page took 0.110781 seconds and 3 git commands to generate.