[mythtv-users] New MythTV Web/Internet Video Plugin

Harry Orenstein holists at verizon.net
Thu Jan 28 12:37:45 UTC 2010


On Thursday 28 January 2010 00:47:38 Raymond Wagner wrote:
> On 1/28/2010 00:03, Harry Orenstein wrote:
> > Jarod,
> >
> > Found another problem with the specfile: python bindings now break the
> > packaging due to their reorganization (chmod fails).  I took a look and
> > it seems that MythFunc.py includes all the other .py files, so does that
> > mean that only MythFunc.py needs to be executable?  I could add a patch
> > for this to the ticket I created to keep the specfile up to date.
> 
> Could you explain the problem a bit more? The only file designed to be
> executable is MythTV/__init__.py. The rest of the files will simply
> define a bunch of classes and exit.
> _______________________________________________
> mythtv-users mailing list
> mythtv-users at mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
> 

Sure.  Currently at line 1101 of the specfile there is:

chmod +x %{buildroot}%{python_sitelib}/MythTV/Myth{DB,TV}.py

which fails because these files no longer exist in trunk.  Instead there is now 
MythData.py, MythBase.py, MythFunc.py and MythStatic.py.  I'm not sure which 
of these (if any) need to replace MythDB.py and MythTV.py in the above chmod.  
I don't think it needs to be all of them, since the original package contained 
other .py files that weren't included in the chmod (MythLog.py and 
MythVideo.py).

Hope this clarifies.


-- Harry O.


More information about the mythtv-users mailing list