[mythtv] [mythtv-commits] mythtv commit: r25862 by robertm

Mythtv mythtv at meric.id.au
Thu Aug 26 09:53:18 UTC 2010


From: mythtv-dev-bounces at mythtv.org
[mailto:mythtv-dev-bounces at mythtv.org] On Behalf Of Robert McNamara
Sent: Thursday, 26 August 2010 5:44 PM
To: Development of MythTV
Subject: Re: [mythtv] [mythtv-commits] mythtv commit: r25862 by robertm

<snip>
<please bottom post>

Building current source with the up to date script still requires
commenting out *one* line in myth's configure-- search for the word
"implicit" and comment out that line with a #. Otherwise, everything
should be fully automatic with HEAD.

Robert

--------------------

Thanks for the tip...

However, I've still got problems with taglib.  As it stands, the build
script doesn't extract the taglib zipfile (as the extract effect is tied
to the $source directory - which already exists).  On top of this, the
zipfile doesn't contain a directory prefix.

Here's what I think is the fix...
----------------------------------------------------
*** win32-packager.pl.orig      Thu Aug 26 18:54:59 2010
--- win32-packager.pl   Thu Aug 26 19:46:05 2010
***************
*** 704,713 ****
  [ archive => $sources.'taglib-1.6.1-mingw-bin.zip',
    fetch   => 'http://users.physik.fu-berlin.de'.
               '/~glaubitz/linux-minidisc/taglib-1.6.1-mingw-bin.zip'],
! [ dir     => $sources,
!   extract => $sources.'taglib-1.6.1-mingw-bin.zip' ],
  [ file    => $msys.'lib/libtag.dll.a',
!   shell   => ['cd '.$sources,
                "cp -vr * $unixmsys"],
    comment => 'installing: msys taglib' ],
  # Hack for mythplugins/configure to detect taglib version:
--- 704,715 ----
  [ archive => $sources.'taglib-1.6.1-mingw-bin.zip',
    fetch   => 'http://users.physik.fu-berlin.de'.
               '/~glaubitz/linux-minidisc/taglib-1.6.1-mingw-bin.zip'],
! [ dir     => $sources.'taglib-1.6.1-mingw-bin',
!   mkdirs  => $sources.'taglib-1.6.1-mingw-bin'],
! [ dir     => $sources.'taglib-1.6.1-mingw-bin/bin',
!   extract =>
[$sources.'taglib-1.6.1-mingw-bin.zip',$sources.'taglib-1.6.1-mingw-bin'
]],
  [ file    => $msys.'lib/libtag.dll.a',
!   shell   => ['cd '.$sources.'taglib-1.6.1-mingw-bin',
                "cp -vr * $unixmsys"],
    comment => 'installing: msys taglib' ],
  # Hack for mythplugins/configure to detect taglib version:
------------------------------------------------------

Build is now progressing...


More information about the mythtv-dev mailing list