Author: bdubbs
Date: Sun Mar 10 22:19:02 2019
New Revision: 21301

Log:
Update curreny for libvdpau and keybinder

Modified:
   trunk/scripts/blfs-chapter24.php
   trunk/scripts/blfs-chapter25.php

Modified: trunk/scripts/blfs-chapter24.php
==============================================================================
--- trunk/scripts/blfs-chapter24.php    Sun Mar 10 21:54:54 2019        (r21300)
+++ trunk/scripts/blfs-chapter24.php    Sun Mar 10 22:19:02 2019        (r21301)
@@ -42,6 +42,10 @@
           'match'   => '^.*$', 
           'replace' => "https://github.com/01org/intel-vaapi-driver/releases"; 
),
 
+   array( 'pkg'     => 'libvdpau',
+          'match'   => '^.*$', 
+          'replace' => "https://gitlab.freedesktop.org/vdpau/libvdpau/tags"; ),
+
    array( 'pkg'     => 'libvdpau-va-gl',
           'match'   => '^.*$', 
           'replace' => "https://github.com/i-rinat/libvdpau-va-gl/releases"; ),
@@ -172,6 +176,9 @@
      return 0;  // This is an error
   }
 
+  if ( $book_index == "libvdpau" )
+    return find_max( $lines, '/libvdpau-/', '/^.*libvdpau-(\d[\d\.]+).tar.*$/' 
);
+
   if ( $book_index == "xterm" )
     return find_max( $lines, '/xterm-\d+.tgz/', '/^.*xterm-(\d+).tgz.*$/' );
 

Modified: trunk/scripts/blfs-chapter25.php
==============================================================================
--- trunk/scripts/blfs-chapter25.php    Sun Mar 10 21:54:54 2019        (r21300)
+++ trunk/scripts/blfs-chapter25.php    Sun Mar 10 22:19:02 2019        (r21301)
@@ -37,6 +37,10 @@
           'match'   => '^.*$', 
           'replace' => 
"http://sourceforge.net/projects/enlightenment/files/imlib2-src"; ),
 
+   array( 'pkg'     => 'keybinder',
+          'match'   => '^.*$', 
+          'replace' => "https://github.com/kupferlauncher/keybinder/releases"; 
),
+
    array( 'pkg'     => 'libepoxy',
           'match'   => '^.*$', 
           'replace' => "https://github.com/anholt/libepoxy/releases"; ),
@@ -224,6 +228,9 @@
   if ( $book_index == "imlib2" )
     return find_max( $lines, '/\d\.[\d\.]+\d/', '/^.* (\d\.[\d\.]+\d).*$/' );
 
+  if ( $book_index == "keybinder" )
+    return find_max( $lines, '/keybinder-/', 
'/^.*keybinder-(\d\.[\d\.]+).tar.*$/' );
+
   if ( $book_index == "webkitgtk" )
     return find_even_max( $lines, '//', '/^.*webkitgtk-(\d[\d\.]+\d).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