Author: krejzi
Date: Sun Feb  4 04:19:57 2018
New Revision: 19729

Log:
Also fix libvpx currency

Modified:
   trunk/scripts/blfs-chapter46.php

Modified: trunk/scripts/blfs-chapter46.php
==============================================================================
--- trunk/scripts/blfs-chapter46.php    Sun Feb  4 04:17:16 2018        (r19728)
+++ trunk/scripts/blfs-chapter46.php    Sun Feb  4 04:19:57 2018        (r19729)
@@ -11,7 +11,6 @@
 $renames = array();
 $renames[ 'libmusicbrainz'             ] = 'libmusicbrainz2';
 $renames[ 'libmusicbrainz1'            ] = 'libmusicbrainz5';
-$renames[ 'libvpx-v'                   ] = 'libvpx';
 $renames[ 'x264-snapshot'              ] = 'x264';
 $renames[ 'x1'                         ] = 'x265';
 $renames[ 'flash_player_ppapi_linux.x' ] = 'flashplayer';
@@ -99,7 +98,7 @@
 
    array( 'pkg'     => 'libvpx',
           'match'   => '^.*$', 
-          'replace' => "https://chromium.googlesource.com/webm/libvpx/"; ),
+          'replace' => "https://github.com/webmproject/libvpx/releases"; ),
 
    array( 'pkg'     => 'soundtouch',
           'match'   => '^.*$', 
@@ -310,9 +309,8 @@
   if ( $package == "libmusicbrainz1" )
       return find_max( $lines, "/^.*libmusicbrainz-/", 
"/^.*libmusicbrainz-(3[\d\.]+).tar.*$/" );
 
-  // Very sensitive to upstream format that appears to be script based
   if ( $package == "libvpx" )
-      return find_max( $lines, "/v\d/", "/^.*sv([\d\.]+)v.*$/" );
+      return find_max( $lines, "/v\d/", "/^.*v(\d[\d\.]+\d).*$/" );
 
   if ( $package == "speexdsp" )
       return find_max( $lines, "/$package/", 
"/^.*$package-([\d\.rc]+).tar.*$/" );
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to