[Bug 495953] Re: needs update

Brian J. Murrell brian at interlinx.bc.ca
Sat Dec 12 19:04:39 UTC 2009


nuvexport-0.5-0.20090413.svn.tar.bz2 at
http://forevermore.net/files/nuvexport/nuvexport-0.5-0.20090413.svn.tar.bz2
seems to work with this patch added:

--- export/ffmpeg.pm	2009-04-12 23:40:46.000000000 -0400
+++ /usr/share/nuvexport/export/ffmpeg.pm	2009-12-12 13:17:10.000000000 -0500
@@ -72,7 +72,7 @@
     # Check the ffmpeg version
         if (!defined $self->{'ffmpeg_vers'}) {
             $data = `$ffmpeg -version 2>&1`;
-            if ($data =~ m/ffmpeg\sversion\s0.5-/si) {
+            if ($data =~ m/ffmpeg\sversion\s(SVN-r\d+-4:)?0.5(-|\+svn)/si) {
                 $self->{'ffmpeg_vers'}  = '0.5';
             }
             # Disabled unti I need the formatting again to detect wacky ffmpeg

to detect the ffmpeg version in Karmic.

-- 
needs update
https://bugs.launchpad.net/bugs/495953
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs




More information about the universe-bugs mailing list