[mythtv] Bug in cvs version ?

Denys Dmytriyenko denis at denix.org
Sun Feb 22 12:28:38 EST 2004


Xavier Hervy wrote:
> Isaac Richards wrote:
> 
>> On Thursday 19 February 2004 11:05 am, Xavier Hervy wrote:
>>
>>> In the mythvideo plugin, widgets like selector, button and checkbox
>>> don't appeared in editmetadata and filestypes dialog.
>>> items are present in the video-ui.xml.
>>> any idea ?
>>
>>
>> Those seem to be working perfectly fine for me..  Perhaps the images 
>> aren't getting loaded for some reason?
> 
> 
> I don't know why but the image don't exist in the default theme directory.
> Probably I make a wrong operation when i unistall all mythtv and install 
> again (to have a cleanest install)

There is a "copy&paste" bug in mythvideo.pro file which generates bad 
Makefile. Here is the patch to fix it.

denix.
-------------- next part --------------
Index: mythvideo/mythvideo.pro
===================================================================
RCS file: /var/lib/mythcvs/mythvideo/mythvideo/mythvideo.pro,v
retrieving revision 1.16
diff -u -r1.16 mythvideo.pro
--- mythvideo/mythvideo.pro	6 Feb 2004 05:43:04 -0000	1.16
+++ mythvideo/mythvideo.pro	22 Feb 2004 17:23:18 -0000
@@ -16,8 +16,8 @@
 installfiles.files = videomenu.xml video_settings.xml
 installimages.path = $${PREFIX}/share/mythtv/themes/default
 installimages.files = images/*.png
-installimages.path = $${PREFIX}/share/mythtv/mythvideo/scripts
-installimages.files = scripts/*
+installscripts.path = $${PREFIX}/share/mythtv/mythvideo/scripts
+installscripts.files = scripts/*
 
 INSTALLS += installfiles uifiles installimages installscripts
 


More information about the mythtv-dev mailing list