[mythtv] 28.0 build error
Richard Shaw
hobbes1069 at gmail.com
Mon Apr 18 15:23:47 UTC 2016
Ok, it appears that it was due to the way the spec file is written (it's
also this way in the one on github) but I had to comment out one line as
the following shows for the mythplugin build:
# Fix things up so they can find our "temp" install location for mythtv-libs
echo "QMAKE_PROJECT_DEPTH = 0" >> settings.pro
find . -name \*.pro \
-exec sed -i -e "s,INCLUDEPATH += .\+/include/mythtv,INCLUDEPATH +=
$temp%{_includedir}/mythtv," {} \; \
-exec sed -i -e "s,DEPLIBS = \$\${LIBDIR},DEPLIBS =
$temp%{_libdir}," {} \; \
-exec sed -i -e
"s,\$\${PREFIX}/include/mythtv,$temp%{_includedir}/mythtv," {} \;
echo "INCLUDEPATH -= \$\${PREFIX}/include" >> settings.pro
echo "INCLUDEPATH -= \$\${SYSROOT}/\$\${PREFIX}/include" >> settings.pro
echo "INCLUDEPATH -= %{_includedir}" >> settings.pro
echo "INCLUDEPATH += $temp%{_includedir}" >> settings.pro
#echo "INCLUDEPATH += %{_includedir}" >> settings.pro
echo "LIBS *= -L$temp%{_libdir}" >> settings.pro
echo "QMAKE_LIBDIR += $temp%{_libdir}" >> targetdep.pro
I think it's long overdue that the spec file gets a good scrubbing but I
would need a lot of input.
Thanks,
Richard
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mythtv.org/pipermail/mythtv-dev/attachments/20160418/980ec061/attachment.html>
More information about the mythtv-dev
mailing list