[mythtv] [mythtv-commits] mythtv commit: r21722 - in trunk by gigem

Peter Stokes mythtv at dadeos.co.uk
Mon Sep 7 21:42:06 UTC 2009


On 7 Sep 2009, at 22:11, mythtv at cvs.mythtv.org wrote:

>      Author: gigem
>        Date: 2009-09-07 21:11:00 +0000 (Mon, 07 Sep 2009)
> New Revision: 21722
>   Changeset: http://cvs.mythtv.org/trac/changeset/21722
>
> Modified:
>
>   trunk/mythplugins/cpsvndir
>   trunk/myththemes/cpsvndir
>   trunk/mythtv/themes/cpsvndir
>   trunk/themes/cpsvndir
>
> Log:
>
> Fixed some more deficiencies in cpsvndir.  Patch from Peter Stokes.
> Fixes #6772.
>
>
>
> _______________________________________________
> mythtv-commits mailing list
> mythtv-commits at mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-commits

Hi David,

Thanks for fixing that!

One last minor thing I've noticed, the path to the cpsvndir script in  
the mythweather project file is incorrect (see patch below).

Would you be able to fix that too?

As an aside, I couldn't work out what the point of the cpsimple script  
is or why a number of the project files avoid using the cpsvndir  
script for Mac builds. As far as I could tell the cpsvndir script  
works correctly on all platforms?

Thanks

Peter


Index: mythweather/mythweather/mythweather.pro
===================================================================
--- mythweather/mythweather/mythweather.pro	(revision 21722)
+++ mythweather/mythweather/mythweather.pro	(working copy)
@@ -10,8 +10,8 @@
  target.path = $${LIBDIR}/mythtv/plugins
  INSTALLS += target

-QMAKE_COPY_DIR = sh ./cpsvndir
-win32:QMAKE_COPY_DIR = sh ./cpsimple
+QMAKE_COPY_DIR = sh ../../cpsvndir
+win32:QMAKE_COPY_DIR = sh ../../cpsimple

  INCLUDEPATH += $${PREFIX}/include/mythtv
  INCLUDEPATH += $${PREFIX}/include/mythtv/libmythui





More information about the mythtv-dev mailing list