Author: bdubbs
Date: Tue Jan 15 12:19:51 2019
New Revision: 20982

Log:
Fix MPlayer script

Modified:
   trunk/scripts/blfs-chapter47.php

Modified: trunk/scripts/blfs-chapter47.php
==============================================================================
--- trunk/scripts/blfs-chapter47.php    Tue Jan 15 11:57:17 2019        (r20981)
+++ trunk/scripts/blfs-chapter47.php    Tue Jan 15 12:19:51 2019        (r20982)
@@ -73,6 +73,14 @@
           'match'   => '^.*$', 
           'replace' => "https://github.com/nicklan/pnmixer/releases"; ),
 
+   array( 'pkg'     => 'MPlayer',
+          'match'   => '^.*$', 
+          'replace' => "http://www.mplayerhq.hu/MPlayer/releases"; ),
+
+   array( 'pkg'     => 'Clearlooks',
+          'match'   => '^.*$', 
+          'replace' => "http://www.mplayerhq.hu/MPlayer/skins"; ),
+
    array( 'pkg'     => 'kwave',
           'match'   => '^.*$', 
           'replace' => "http://download.kde.org/stable/applications"; ),
@@ -186,6 +194,7 @@
 
   // Most packages are in the form $package-n.n.n
   // Occasionally there are dashes (e.g. 201-1)
+
   $max = find_max( $lines, "/$package/", "/^.*$package-([\d\.]*\d)\.tar.*$/" );
   return $max;
 }
-- 
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