[blfs-book] Files in BLFS svn missing on osuosl

2018-04-08 Thread bdubbs--- via blfs-book
Missing openssh-7.7p1.tar.gz
Missing openssh-7.7p1.tar.gz
Missing tripwire-open-source-2.4.3.7.tar.gz
Missing fuse-3.2.2.tar.xz
Missing libidn-1.34.tar.gz
Missing libusb-1.0.22.tar.bz2
Missing libuv-v1.20.0.tar.gz
Missing talloc-2.1.13.tar.gz
Missing lsof_4.91.tar.gz
Missing accountsservice-0.6.46.tar.xz
Missing unrarsrc-5.6.2.tar.gz
Missing php-7.2.4.tar.xz
Missing LMDB_0.9.22.tar.gz
Missing sqlite-autoconf-323.tar.gz
Missing sqlite-doc-323.zip
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Re: [blfs-book] [BLFS Trac] #10619: asymptote-2.44 (was: asymptote-2.43)

2018-04-08 Thread BLFS Trac via blfs-book
#10619: asymptote-2.44
-+
 Reporter:  ken@…|   Owner:  blfs-book
 Type:  enhancement  |  Status:  new
 Priority:  normal   |   Milestone:  8.3
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+

Comment (by pierre.labastie):

 Now 2.44

--
Ticket URL: 
BLFS Trac 
Beyond Linux From Scratch
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

[blfs-book] r20062 - trunk/scripts

2018-04-08 Thread bdubbs--- via blfs-book
Author: bdubbs
Date: Sun Apr  8 09:22:36 2018
New Revision: 20062

Log:
Script updates for pax and summary

Modified:
   trunk/scripts/blfs-chapter12.php
   trunk/scripts/summ-blfs.php

Modified: trunk/scripts/blfs-chapter12.php
==
--- trunk/scripts/blfs-chapter12.phpSat Apr  7 23:05:30 2018(r20061)
+++ trunk/scripts/blfs-chapter12.phpSun Apr  8 09:22:36 2018(r20062)
@@ -12,6 +12,7 @@
 $renames[ 'udisks1'  ] = 'udisks2';
 $renames[ 'sg'   ] = 'sg3_utils';
 $renames[ 'unrarsrc' ] = 'unrar';
+$renames[ 'paxmirabilis' ] = 'pax';
 
 $ignores = array();
 $ignores[ 'colord1' ] = "";
@@ -52,6 +53,10 @@
   'match'   => '^.*$', 
   'replace' => "ftp://ftp.rarlab.com/rar"; ),

+   array( 'pkg' => 'paxmirabilis',
+  'match'   => '^.*$', 
+  'replace' => "http://pub.allbsd.org/MirOS/dist/mir/cpio"; ),
+   
array( 'pkg' => 'acpid',
   'match'   => '^.*$', 
   'replace' => "http://sourceforge.net/projects/acpid2/files"; ),
@@ -193,6 +198,9 @@
   if ( $book_index == "udisks1" )
 return find_max( $lines, '/udisks/', '/^.*udisks (\d[\d\.]*\d).*$/' );
 
+  if ( $book_index == "paxmirabilis" )
+return find_max( $lines, '/paxmirabilis/', 
'/^.*paxmirabilis-(\d\d*\d).cpio.*$/' );
+
   if ( $book_index == "p7zip" )
   {
 $max = find_max( $lines, '/^\s*\d/', '/^\s*([\d\.]+) .*$/' );

Modified: trunk/scripts/summ-blfs.php
==
--- trunk/scripts/summ-blfs.php Sat Apr  7 23:05:30 2018(r20061)
+++ trunk/scripts/summ-blfs.php Sun Apr  8 09:22:36 2018(r20062)
@@ -83,6 +83,8 @@
$pkg == "juffed"   ||
$pkg == "js38" ||
$pkg == "js52" ||
+   $pkg == "firefox"  ||
+   $pkg == "x264" ||
$pkg == "polkit"
  ) continue;
 
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

[blfs-book] r20063 - in trunk/BOOK: . general/genlib general/prog introduction/welcome networking/netutils

2018-04-08 Thread bdubbs--- via blfs-book
Author: bdubbs
Date: Sun Apr  8 09:32:42 2018
New Revision: 20063

Log:
Update to mercurial-4.5.3. 
Update to node.js-9.11.2. 
Update to wireshark-2.4.6. 
Update to git-2.17.0.

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/general/genlib/nodejs.xml
   trunk/BOOK/general/prog/git.xml
   trunk/BOOK/general/prog/mercurial.xml
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/networking/netutils/wireshark.xml
   trunk/BOOK/packages.ent

Modified: trunk/BOOK/general.ent
==
--- trunk/BOOK/general.ent  Sun Apr  8 09:22:36 2018(r20062)
+++ trunk/BOOK/general.ent  Sun Apr  8 09:32:42 2018(r20063)
@@ -1,12 +1,12 @@
 
 
-   
+   

 
 
 
 
-
+
  
   
   

Modified: trunk/BOOK/general/genlib/nodejs.xml
==
--- trunk/BOOK/general/genlib/nodejs.xmlSun Apr  8 09:22:36 2018
(r20062)
+++ trunk/BOOK/general/genlib/nodejs.xmlSun Apr  8 09:32:42 2018
(r20063)
@@ -6,7 +6,7 @@
 
   https://nodejs.org/dist/v&nodejs-version;/node-v&nodejs-version;.tar.xz";>
   
-  
+  
   
   
   

Modified: trunk/BOOK/general/prog/git.xml
==
--- trunk/BOOK/general/prog/git.xml Sun Apr  8 09:22:36 2018(r20062)
+++ trunk/BOOK/general/prog/git.xml Sun Apr  8 09:32:42 2018(r20063)
@@ -8,11 +8,11 @@
 
   
   
-  
-  
-  
-  
-  
+  
+  
+  
+  
+  
 ]>
 
 

Modified: trunk/BOOK/general/prog/mercurial.xml
==
--- trunk/BOOK/general/prog/mercurial.xml   Sun Apr  8 09:22:36 2018
(r20062)
+++ trunk/BOOK/general/prog/mercurial.xml   Sun Apr  8 09:32:42 2018
(r20063)
@@ -6,10 +6,10 @@
 
   https://www.mercurial-scm.org/release/mercurial-&mercurial-version;.tar.gz";>
   
-  
-  
+  
+  
   
-  
+  
 ]>
 
 

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==
--- trunk/BOOK/introduction/welcome/changelog.xml   Sun Apr  8 09:22:36 
2018(r20062)
+++ trunk/BOOK/introduction/welcome/changelog.xml   Sun Apr  8 09:32:42 
2018(r20063)
@@ -45,6 +45,28 @@
   April 7, 2018
   
 
+  [bdubbs] - Update to mercurial-4.5.3. Fixes
+  #10629.
+
+
+  [bdubbs] - Update to node.js-9.11.2. Fixes
+  #10627.
+
+
+  [bdubbs] - Update to wireshark-2.4.6. Fixes
+  #10622.
+
+
+  [bdubbs] - Update to git-2.17.0. Fixes
+  #10621.
+
+  
+
+
+   
+  April 7, 2018
+  
+
   [bdubbs] - Update to talloc-2.1.13. Fixes
   #10630.
 

Modified: trunk/BOOK/networking/netutils/wireshark.xml
==
--- trunk/BOOK/networking/netutils/wireshark.xmlSun Apr  8 09:22:36 
2018(r20062)
+++ trunk/BOOK/networking/netutils/wireshark.xmlSun Apr  8 09:32:42 
2018(r20063)
@@ -6,7 +6,7 @@
 
   https://www.wireshark.org/download/src/all-versions/wireshark-&wireshark-version;.tar.xz";>
   
-  
+  
   
   
   

Modified: trunk/BOOK/packages.ent
==
--- trunk/BOOK/packages.ent Sun Apr  8 09:22:36 2018(r20062)
+++ trunk/BOOK/packages.ent Sun Apr  8 09:32:42 2018(r20063)
@@ -172,7 +172,7 @@
 
 
 
-
+
 
 
 
@@ -316,13 +316,13 @@
 
 
 
-
+
 
 
 
 
 
-
+
 
 
 
@@ -455,7 +455,7 @@
 
 
 
-  
+  
 
 
 
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

[blfs-book] [BLFS Trac] Batch modify: #10621, #10622, #10627, #10629

2018-04-08 Thread BLFS Trac via blfs-book
Batch modification to #10621, #10622, #10627, #10629 by bdubbs:


Action: resolve

Comment:
Fixed at revision 20063.

--
Tickets URL: 

BLFS Trac 
Beyond Linux From Scratch
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Re: [blfs-book] [BLFS Trac] #10112: remove gnome-screenshot temporary build fix once itstool issues resolved

2018-04-08 Thread BLFS Trac via blfs-book
#10112: remove gnome-screenshot temporary build fix once itstool issues resolved
-+
 Reporter:  dj@… |   Owner:  blfs-book
 Type:  enhancement  |  Status:  new
 Priority:  normal   |   Milestone:  y-hold
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+

Comment (by pierre.labastie):

 Has anybody tried with recent versions of meson?

--
Ticket URL: 
BLFS Trac 
Beyond Linux From Scratch
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

[blfs-book] r20064 - in trunk/BOOK: . general/sysutils introduction/welcome networking/connect postlfs/filesystems x/installing

2018-04-08 Thread bdubbs--- via blfs-book
Author: bdubbs
Date: Sun Apr  8 10:23:04 2018
New Revision: 20064

Log:
Update to btrfs-progs-v4.16. 
Update to sysstat-11.6.3. 
Update to xf86-video-amdgpu-18.0.1 (built only). 
Update to dhcpcd-7.0.3.

Modified:
   trunk/BOOK/general/sysutils/sysstat.xml
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/networking/connect/dhcpcd.xml
   trunk/BOOK/packages.ent
   trunk/BOOK/postlfs/filesystems/btrfs-progs.xml
   trunk/BOOK/x/installing/x7driver-amdgpu.xml

Modified: trunk/BOOK/general/sysutils/sysstat.xml
==
--- trunk/BOOK/general/sysutils/sysstat.xml Sun Apr  8 09:32:42 2018
(r20063)
+++ trunk/BOOK/general/sysutils/sysstat.xml Sun Apr  8 10:23:04 2018
(r20064)
@@ -6,9 +6,9 @@
 
   http://perso.wanadoo.fr/sebastien.godard/sysstat-&sysstat-version;.tar.xz";>
   
-  
-  
-  
+  
+  
+  
   
 ]>
 

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==
--- trunk/BOOK/introduction/welcome/changelog.xml   Sun Apr  8 09:32:42 
2018(r20063)
+++ trunk/BOOK/introduction/welcome/changelog.xml   Sun Apr  8 10:23:04 
2018(r20064)
@@ -45,6 +45,22 @@
   April 7, 2018
   
 
+  [bdubbs] - Update to btrfs-progs-v4.16. Fixes
+  #10631.
+
+
+  [bdubbs] - Update to sysstat-11.6.3. Fixes
+  #10632.
+
+
+  [bdubbs] - Update to xf86-video-amdgpu-18.0.1 (built only). 
Fixes
+  #10462.
+
+
+  [bdubbs] - Update to dhcpcd-7.0.3. Fixes
+  #10633.
+
+
   [bdubbs] - Update to mercurial-4.5.3. Fixes
   #10629.
 

Modified: trunk/BOOK/networking/connect/dhcpcd.xml
==
--- trunk/BOOK/networking/connect/dhcpcd.xmlSun Apr  8 09:32:42 2018
(r20063)
+++ trunk/BOOK/networking/connect/dhcpcd.xmlSun Apr  8 10:23:04 2018
(r20064)
@@ -6,9 +6,9 @@
 
   http://roy.marples.name/downloads/dhcpcd/dhcpcd-&dhcpcd-version;.tar.xz";>
   ftp://roy.marples.name/pub/dhcpcd/dhcpcd-&dhcpcd-version;.tar.xz";>
-  
+  
   
-  
+  
   
 ]>
 

Modified: trunk/BOOK/packages.ent
==
--- trunk/BOOK/packages.ent Sun Apr  8 09:32:42 2018(r20063)
+++ trunk/BOOK/packages.ent Sun Apr  8 10:23:04 2018(r20064)
@@ -47,7 +47,7 @@
 
 
 
-
+
 
 
 
@@ -286,7 +286,7 @@
 
 
 
-
+
 
 
 
@@ -428,7 +428,7 @@
 
 
 
-
+
 
 
 

Modified: trunk/BOOK/postlfs/filesystems/btrfs-progs.xml
==
--- trunk/BOOK/postlfs/filesystems/btrfs-progs.xml  Sun Apr  8 09:32:42 
2018(r20063)
+++ trunk/BOOK/postlfs/filesystems/btrfs-progs.xml  Sun Apr  8 10:23:04 
2018(r20064)
@@ -6,10 +6,10 @@
 
   
   
-  
-  
-  
-  
+  
+  
+  
+  
 ]>
 
 

Modified: trunk/BOOK/x/installing/x7driver-amdgpu.xml
==
--- trunk/BOOK/x/installing/x7driver-amdgpu.xml Sun Apr  8 09:32:42 2018
(r20063)
+++ trunk/BOOK/x/installing/x7driver-amdgpu.xml Sun Apr  8 10:23:04 2018
(r20064)
@@ -7,14 +7,14 @@
   http://wiki.x.org/wiki/RadeonFeature";>
   
 
-  
+  
 
   
   
-  
-  
-  
-  
+  
+  
+  
+  
 ]>
 
   
@@ -41,7 +41,7 @@
 was enabled in the kernel.
   
 
-  &lfs82_checked;
+  &lfs82_built;
 
   
 
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

[blfs-book] [BLFS Trac] Batch modify: #10631, #10632, #10633, #10462

2018-04-08 Thread BLFS Trac via blfs-book
Batch modification to #10631, #10632, #10633, #10462 by bdubbs:


Action: resolve

Comment:
Fixed at revision 20064.

--
Tickets URL: 

BLFS Trac 
Beyond Linux From Scratch
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

[blfs-book] [BLFS Trac] Batch modify: #10499, #10634, #10635, #10636

2018-04-08 Thread BLFS Trac via blfs-book
Batch modification to #10499, #10634, #10635, #10636 by bdubbs:


Action: accept

--
Tickets URL: 

BLFS Trac 
Beyond Linux From Scratch
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Re: [blfs-book] [BLFS Trac] #10634: glib-2.56.1

2018-04-08 Thread BLFS Trac via blfs-book
#10634: glib-2.56.1
-+---
 Reporter:  bdubbs   |   Owner:  bdubbs
 Type:  enhancement  |  Status:  assigned
 Priority:  normal   |   Milestone:  8.3
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+---

Comment (by bdubbs):

 Overview of changes in GLib 2.56.1

 Bug fixes:
 - 793400  g_application_id_is_valid() not strict enough
 - 793578  gdatetime tests depend on Japanese translation of month names
 - 793645  test_month_names: Updated translations needed for el_GR, hr_HR,
 ru_RU
 - 794194 gobject_gdb.py: 'address' is a property of gdb.Value not a
 function
 - 794473 Remove duplicated option in gio.xml
 - 794506  glib-mkenums: Enters infinite loop if using typedef enum
 SomeIdentifier
 - 794528  Fix segfault caused by use-after-free in GPollFileMonitor
 - 794606  glib-2.56.0 fails to compile when res_nquery is not available
 - 794686  Date (except weekday) displayed in English

--
Ticket URL: 
BLFS Trac 
Beyond Linux From Scratch
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Re: [blfs-book] [BLFS Trac] #10112: remove gnome-screenshot temporary build fix once itstool issues resolved

2018-04-08 Thread BLFS Trac via blfs-book
#10112: remove gnome-screenshot temporary build fix once itstool issues resolved
-+
 Reporter:  dj@… |   Owner:  blfs-book
 Type:  enhancement  |  Status:  new
 Priority:  normal   |   Milestone:  y-hold
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+

Comment (by bdubbs):

 Just tried without the sec/cp.

 {{{
 [16/16] /usr/bin/python3 /usr/bin/meson --internal msgfmthelper
 ../src/org.gnome.Screenshot.metainfo.xml.in
 src/org.gnome.Screenshot.metainfo.xml xml /tmp/gnome-screenshot/gnome-
 screenshot-3.26.0/src/../po
 FAILED: src/org.gnome.Screenshot.metainfo.xml
 /usr/bin/python3 /usr/bin/meson --internal msgfmthelper
 ../src/org.gnome.Screenshot.metainfo.xml.in
 src/org.gnome.Screenshot.metainfo.xml xml /tmp/gnome-screenshot/gnome-
 screenshot-3.26.0/src/../po
 msgfmt: cannot locate ITS rules for
 ../src/org.gnome.Screenshot.metainfo.xml.in
 ninja: build stopped: subcommand failed.
 }}}

--
Ticket URL: 
BLFS Trac 
Beyond Linux From Scratch
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Re: [blfs-book] [BLFS Trac] #10635: gdk-pixbuf-2.36.12

2018-04-08 Thread BLFS Trac via blfs-book
#10635: gdk-pixbuf-2.36.12
-+---
 Reporter:  bdubbs   |   Owner:  bdubbs
 Type:  enhancement  |  Status:  assigned
 Priority:  normal   |   Milestone:  8.3
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+---

Comment (by bdubbs):

 2.36.12

 * build: meson fixes for win32
 * build: Make --without-libtiff work
 * build: Make x11 support optional
 * gif, ico, jpeg, tiff, icns: various fixes
 * Implement async loading without threads

--
Ticket URL: 
BLFS Trac 
Beyond Linux From Scratch
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Re: [blfs-book] [BLFS Trac] #10636: pango-1.42.1

2018-04-08 Thread BLFS Trac via blfs-book
#10636: pango-1.42.1
-+---
 Reporter:  bdubbs   |   Owner:  bdubbs
 Type:  enhancement  |  Status:  assigned
 Priority:  normal   |   Milestone:  8.3
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+---

Comment (by bdubbs):

 Overview of changes in 1.42.1

 - Fix meson build, in particular on Windows
 - Add an Emoji font family on Windows, using Segoe UI

--
Ticket URL: 
BLFS Trac 
Beyond Linux From Scratch
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

[blfs-book] r20065 - in trunk/BOOK: . general/genlib introduction/welcome x/lib xsoft/other

2018-04-08 Thread bdubbs--- via blfs-book
Author: bdubbs
Date: Sun Apr  8 11:10:10 2018
New Revision: 20065

Log:
Update to pango-1.42.1. 
Update to gdk-pixbuf-2.36.12. 
Update to glib-2.56.1. 
Update to pidgin-2.13.0.

Modified:
   trunk/BOOK/general/genlib/glib2.xml
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/packages.ent
   trunk/BOOK/x/lib/gdk-pixbuf.xml
   trunk/BOOK/x/lib/pango.xml
   trunk/BOOK/xsoft/other/pidgin.xml

Modified: trunk/BOOK/general/genlib/glib2.xml
==
--- trunk/BOOK/general/genlib/glib2.xml Sun Apr  8 10:23:04 2018(r20064)
+++ trunk/BOOK/general/genlib/glib2.xml Sun Apr  8 11:10:10 2018(r20065)
@@ -6,10 +6,10 @@
 
   
   
-  
+  
   
-  
-  
+  
+  
 ]>
 
 

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==
--- trunk/BOOK/introduction/welcome/changelog.xml   Sun Apr  8 10:23:04 
2018(r20064)
+++ trunk/BOOK/introduction/welcome/changelog.xml   Sun Apr  8 11:10:10 
2018(r20065)
@@ -45,6 +45,22 @@
   April 7, 2018
   
 
+  [bdubbs] - Update to pango-1.42.1. Fixes
+  #10636.
+
+
+  [bdubbs] - Update to gdk-pixbuf-2.36.12. Fixes
+  #10635.
+
+
+  [bdubbs] - Update to glib-2.56.1. Fixes
+  #10634.
+
+
+  [bdubbs] - Update to pidgin-2.13.0. Fixes
+  #10499.
+
+
   [bdubbs] - Update to btrfs-progs-v4.16. Fixes
   #10631.
 

Modified: trunk/BOOK/packages.ent
==
--- trunk/BOOK/packages.ent Sun Apr  8 10:23:04 2018(r20064)
+++ trunk/BOOK/packages.ent Sun Apr  8 11:10:10 2018(r20065)
@@ -101,7 +101,7 @@
 
 
 
-
+
 
 
 
@@ -564,7 +564,7 @@
 
 
 
-
+
 
 
 
@@ -578,7 +578,7 @@
 
 
 
-
+
 
 
 
@@ -750,7 +750,7 @@
 
 
 
-
+
 
 
 

Modified: trunk/BOOK/x/lib/gdk-pixbuf.xml
==
--- trunk/BOOK/x/lib/gdk-pixbuf.xml Sun Apr  8 10:23:04 2018(r20064)
+++ trunk/BOOK/x/lib/gdk-pixbuf.xml Sun Apr  8 11:10:10 2018(r20065)
@@ -8,9 +8,9 @@

"&gnome-download-http;/gdk-pixbuf/2.36/gdk-pixbuf-&gdk-pixbuf-version;.tar.xz">
   
-  
+  
   
-  
+  
   
 ]>
 

Modified: trunk/BOOK/x/lib/pango.xml
==
--- trunk/BOOK/x/lib/pango.xml  Sun Apr  8 10:23:04 2018(r20064)
+++ trunk/BOOK/x/lib/pango.xml  Sun Apr  8 11:10:10 2018(r20065)
@@ -6,7 +6,7 @@
 
   
   
-  
+  
   
   
   

Modified: trunk/BOOK/xsoft/other/pidgin.xml
==
--- trunk/BOOK/xsoft/other/pidgin.xml   Sun Apr  8 10:23:04 2018(r20064)
+++ trunk/BOOK/xsoft/other/pidgin.xml   Sun Apr  8 11:10:10 2018(r20065)
@@ -6,10 +6,10 @@
 
   
   
-  
-  
-  
-  
+  
+  
+  
+  
 ]>
 
 
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

[blfs-book] [BLFS Trac] Batch modify: #10499, #10634, #10635, #10636

2018-04-08 Thread BLFS Trac via blfs-book
Batch modification to #10499, #10634, #10635, #10636 by bdubbs:


Action: resolve

Comment:
Fixed at revision 20065.

--
Tickets URL: 

BLFS Trac 
Beyond Linux From Scratch
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Re: [blfs-book] [BLFS Trac] #10623: alsa 1.1.6 -- alsa-lib alsa-oss alsa-plugins alsa-tools alsa-utils

2018-04-08 Thread BLFS Trac via blfs-book
#10623: alsa 1.1.6 -- alsa-lib alsa-oss alsa-plugins alsa-tools alsa-utils
-+---
 Reporter:  bdubbs   |   Owner:  timtas
 Type:  enhancement  |  Status:  assigned
 Priority:  normal   |   Milestone:  8.3
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+---

Comment (by timtas):

 alsa-oss seems to have no changes apart from "Change FSF address (Franklin
 Street)" As I don't use that, I have tested that it compiles, but have no
 oss applications.

--
Ticket URL: 
BLFS Trac 
Beyond Linux From Scratch
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Re: [blfs-book] [BLFS Trac] #10623: alsa 1.1.6 -- alsa-lib alsa-oss alsa-plugins alsa-tools alsa-utils

2018-04-08 Thread BLFS Trac via blfs-book
#10623: alsa 1.1.6 -- alsa-lib alsa-oss alsa-plugins alsa-tools alsa-utils
-+---
 Reporter:  bdubbs   |   Owner:  timtas
 Type:  enhancement  |  Status:  assigned
 Priority:  normal   |   Milestone:  8.3
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+---

Comment (by timtas):

 Changelog between 1.1.5 and 1.1.6 releases
 alsa-lib
 Core

 Release v1.1.6
 a set of fixes to reduce gcc warnings
 modules: smixer_python - add support for python3
 conf/ucm: Add chtrt5645-mono-speaker-analog-mic configuration
 core: Proper reference of internal snd_dlopen()
 conf/ucm: Add Gigabyte mobo UCM profile with dual HD-audio codecs
 conf/ucm: Add dual HD-audio codecs config for Lenovo
 conf/ucm: Rearrange Makefile.am
 configure.ac: do not enable alisp code by default
 configure.ac: build extra mixer modules conditionally
 Change snd_dlopen() function to return the error string
 Change FSF address (Franklin Street)

 Control API

 control ext: fix the default .rawmidi_next_device callback
 control: Proper reference of internal versioned functions

 HWDEP API

 core: Proper reference of internal snd_dlopen()

 Mixer API

 core: Proper reference of internal snd_dlopen()

 PCM API

 pcm: ioplug: Implement proper drain behavior
 pcm: Skip avail_min check during draining
 a set of fixes to reduce gcc warnings
 pcm: hw: Keep control data from kernel when SND_PCM_APPEND
 pcm: ioplug: update prepare and draining state correctly
 pcm: Provide areas_copy function which handles buffer wrap around
 pcm: ioplug: Provide hw_avail helper function for plugins
 pcm: Do not access lock_enabled if thread safe API
 pcm: ioplug: Use boundary for wrap around
 pcm: another fix for the snd_pcm_area_silence() fast path
 pcm: fix a bug to copy silent samples aligned to 64
 pcm: Fix two bugs in snd_pcm_area_silence()
 pcm: Return the consistent error code for unexpected PCM states
 core: Proper reference of internal snd_dlopen()
 timer: Proper reference of internal versioned symbols
 pcm: fix wrong comments for some cases of linear interpolation of PCM
 samples
 pcm: remove unused macros of NORMS_LABELS/NORMS_END
 pcm: remove unused macros of GETU_LABELS/GETU_END
 pcm: remove unused macros of COPY_LABELS/COPY_END
 pcm: plug: add SND_PCM_FORMAT_{S, U}20 to linear_preferred_formats
 pcm: linear, route: handle linear formats with 20-bit sample on 4
 bytes
 pcm: add and describe SND_PCM_FORMAT_{S, U}20
 pcm: route: Fix use_getput flag computation for 3 byte formats

 Timer API

 timer: Proper reference of internal versioned symbols

 Topology API

 a set of fixes to reduce gcc warnings
 topology: Fix parsing config with multiple hw_configs
 topology: Fix to skip writing of header for compound elements

 ALSA Lisp

 control: Proper reference of internal versioned functions
 Change FSF address (Franklin Street)

 ALSA Server

 a set of fixes to reduce gcc warnings
 Change FSF address (Franklin Street)

 Compatibility routines

 Change FSF address (Franklin Street)

 Configuration

 conf: USB-Audio: Add second S/PDIF device on Phiree U2SX
 conf/ucm: Add chtrt5645-mono-speaker-analog-mic configuration
 core: Proper reference of internal snd_dlopen()
 conf/ucm: Add Gigabyte mobo UCM profile with dual HD-audio codecs
 conf/ucm: Add dual HD-audio codecs config for Lenovo
 conf/ucm: Rearrange Makefile.am
 configure.ac: build extra mixer modules conditionally
 Change snd_dlopen() function to return the error string

 Documentation

 Change FSF address (Franklin Street)

 Dynamic Loader helpers

 core: Proper reference of internal snd_dlopen()

 External PCM I/O Plugin SDK

 pcm: ioplug: Provide hw_avail helper function for plugins
 pcm: ioplug: Use boundary for wrap around

 Kernel Headers

 asound.h: add SNDRV_PCM_FORMAT_{S, U}20

 Simple Abstraction Mixer Modules

 modules: smixer_python - add support for python3
 configure.ac: build extra mixer modules conditionally
 Change snd_dlopen() function to return the error string

 Test/Example code

 test: correct emulation for channel-map TLV

 alsa-utils
 Core

 Release v1.1.6

 ALSA Control (alsactl)

 alsactl: Only start restore service when asoundrc file exists
 Change FSF address (Franklin Street)

 ALSA RawMidi Utility (amidi)

 Change FSF address (Franklin Street)

 Speaker Test

 speaker-test: Refactor the tone-generator codes

 alsaloop

 alsaloop: fix a typo in the comparison
 Change FSF address (Franklin Street)

 amixer

 Change FSF address (Franklin Street)

 aplay/arecord

 aplay: Fix wav file not being split on 32 bit platforms
 aplay:

Re: [blfs-book] [BLFS Trac] #10623: alsa 1.1.6 -- alsa-lib alsa-oss alsa-plugins alsa-tools alsa-utils

2018-04-08 Thread BLFS Trac via blfs-book
#10623: alsa 1.1.6 -- alsa-lib alsa-oss alsa-plugins alsa-tools alsa-utils
-+-
 Reporter:  bdubbs   |   Owner:  timtas
 Type:  enhancement  |  Status:  closed
 Priority:  normal   |   Milestone:  8.3
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:  fixed
 Keywords:   |
-+-
Changes (by timtas):

 * status:  assigned => closed
 * resolution:   => fixed


--
Ticket URL: 
BLFS Trac 
Beyond Linux From Scratch
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

[blfs-book] r20066 - in trunk/BOOK: . introduction/welcome multimedia/libdriv

2018-04-08 Thread timtas--- via blfs-book
Author: timtas
Date: Sun Apr  8 13:33:18 2018
New Revision: 20066

Log:
Update to alsa-1.1.6 (alsa-lib, alsa-plugins, alsa-utils,alsa-tools, ALSA OSS).

Modified:
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/multimedia/libdriv/alsa-lib.xml
   trunk/BOOK/multimedia/libdriv/alsa-oss.xml
   trunk/BOOK/multimedia/libdriv/alsa-plugins.xml
   trunk/BOOK/multimedia/libdriv/alsa-tools.xml
   trunk/BOOK/multimedia/libdriv/alsa-utils.xml
   trunk/BOOK/packages.ent

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==
--- trunk/BOOK/introduction/welcome/changelog.xml   Sun Apr  8 11:10:10 
2018(r20065)
+++ trunk/BOOK/introduction/welcome/changelog.xml   Sun Apr  8 13:33:18 
2018(r20066)
@@ -45,6 +45,10 @@
   April 7, 2018
   
 
+  [timtas] - Update to alsa-1.1.6 (alsa-lib, alsa-plugins, 
alsa-utils,alsa-tools, ALSA OSS). Fixes
+  #10623.
+
+
   [bdubbs] - Update to pango-1.42.1. Fixes
   #10636.
 

Modified: trunk/BOOK/multimedia/libdriv/alsa-lib.xml
==
--- trunk/BOOK/multimedia/libdriv/alsa-lib.xml  Sun Apr  8 11:10:10 2018
(r20065)
+++ trunk/BOOK/multimedia/libdriv/alsa-lib.xml  Sun Apr  8 13:33:18 2018
(r20066)
@@ -6,8 +6,8 @@
 
   
   
-  
-  
+  
+  
   
   
 ]>

Modified: trunk/BOOK/multimedia/libdriv/alsa-oss.xml
==
--- trunk/BOOK/multimedia/libdriv/alsa-oss.xml  Sun Apr  8 11:10:10 2018
(r20065)
+++ trunk/BOOK/multimedia/libdriv/alsa-oss.xml  Sun Apr  8 13:33:18 2018
(r20066)
@@ -6,8 +6,8 @@
 
   
   
-  
-  
+  
+  
   
   
 ]>

Modified: trunk/BOOK/multimedia/libdriv/alsa-plugins.xml
==
--- trunk/BOOK/multimedia/libdriv/alsa-plugins.xml  Sun Apr  8 11:10:10 
2018(r20065)
+++ trunk/BOOK/multimedia/libdriv/alsa-plugins.xml  Sun Apr  8 13:33:18 
2018(r20066)
@@ -6,9 +6,9 @@
 
   
   
-  
-  
-  
+  
+  
+  
   
 ]>
 

Modified: trunk/BOOK/multimedia/libdriv/alsa-tools.xml
==
--- trunk/BOOK/multimedia/libdriv/alsa-tools.xmlSun Apr  8 11:10:10 
2018(r20065)
+++ trunk/BOOK/multimedia/libdriv/alsa-tools.xmlSun Apr  8 13:33:18 
2018(r20066)
@@ -6,9 +6,9 @@
 
   
   
-  
-  
-  
+  
+  
+  
   
 ]>
 

Modified: trunk/BOOK/multimedia/libdriv/alsa-utils.xml
==
--- trunk/BOOK/multimedia/libdriv/alsa-utils.xmlSun Apr  8 11:10:10 
2018(r20065)
+++ trunk/BOOK/multimedia/libdriv/alsa-utils.xmlSun Apr  8 13:33:18 
2018(r20066)
@@ -6,9 +6,9 @@
 
   
   
-  
-  
-  
+  
+  
+  
   
 ]>
 

Modified: trunk/BOOK/packages.ent
==
--- trunk/BOOK/packages.ent Sun Apr  8 11:10:10 2018(r20065)
+++ trunk/BOOK/packages.ent Sun Apr  8 13:33:18 2018(r20066)
@@ -765,13 +765,13 @@
 
 http://alsa.cybermirror.org";>
 ftp://ftp.alsa-project.org/pub";>
-
-
-
-
-
+
+
+
+
+
 
-
+
 
 
 
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Re: [blfs-book] [BLFS Trac] #10623: alsa 1.1.6 -- alsa-lib alsa-oss alsa-plugins alsa-tools alsa-utils

2018-04-08 Thread BLFS Trac via blfs-book
#10623: alsa 1.1.6 -- alsa-lib alsa-oss alsa-plugins alsa-tools alsa-utils
-+-
 Reporter:  bdubbs   |   Owner:  timtas
 Type:  enhancement  |  Status:  closed
 Priority:  normal   |   Milestone:  8.3
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:  fixed
 Keywords:   |
-+-

Comment (by timtas):

 Fixed  in revision 20066.

--
Ticket URL: 
BLFS Trac 
Beyond Linux From Scratch
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

[blfs-book] BLFS Package Currency Check - 2018-04-09 04:45:01 GMT

2018-04-08 Thread bdubbs--- via blfs-book
BLFS PackageBLFS Version  Latest  Ticket
chapter 04: cyrus-sasl  2.1.26   0
chapter 06: zsh 5.4.25.5  
chapter 10: libjpeg-turbo   1.5.31.5.90   #10576
chapter 10: librsvg 2.42.2   2.42.3   #10477
chapter 11: ImageMagick66.9.9-35 6.9.9-40 #7859
chapter 11: ImageMagick77.0.7-23 7.0.7-28 #7859
chapter 11: time1.8  1.9  #10463
chapter 13: jdk 9.0.4+11 10+46#10592
chapter 13: rustc   1.22.1   1.25.0   #10624
chapter 13: vala0.40.2   0.40.3   
chapter 17: alpine  2.21 2.21.999 #10188
chapter 24: mesa17.3.7   18.0.0   #10590
chapter 26: oxygen-icons5   5.43.0   5.45.0   #10463
chapter 29: extra-cmake-modules 5.43.0   5.45.0   #10463
chapter 32: kf5 5.43 5.45 #10615
chapter 32: kf5-apps17.12.2  17.12.3  #10469
chapter 32: plasma5 5.12.1   5.12.4   #10406
chapter 37: Thunar  1.7.01.7.2#10402
chapter 37: thunar-volman   0.8.10.9.0#10163
chapter 39: kguiaddons  5.43.0   5.45.0   #10463
chapter 39: kidletime   5.43.0   5.45.0   #10463
chapter 39: kwindowsystem   5.43.0   5.45.0   #10463
chapter 39: libkscreen  5.12.1   5.12.4   #10406
chapter 39: solid   5.43.0   5.45.0   #10463
chapter 43: chromium64.0.3282.18665.0.3325.181#10495
chapter 43: gimp2.8.22   0
chapter 43: libreoffice 6.0.1.1  6.0.3.2  #10458
chapter 45: kwave   17.12.2  17.12.3  #10469
chapter 45: libburn 1.4.80
chapter 45: libisoburn  1.4.80
chapter 45: libisofs1.4.80
chapter 50: asymptote   2.41 0#10619

-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

[blfs-book] [BLFS Trac] #10638: vala-0.40.3

2018-04-08 Thread BLFS Trac via blfs-book
#10638: vala-0.40.3
-+---
 Reporter:  bdubbs   |  Owner:  blfs-book
 Type:  enhancement  | Status:  new
 Priority:  normal   |  Milestone:  8.3
Component:  BOOK |Version:  SVN
 Severity:  normal   |   Keywords:
-+---
 New point version.

--
Ticket URL: 
BLFS Trac 
Beyond Linux From Scratch
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

[blfs-book] [BLFS Trac] #10637: zsh-5.5

2018-04-08 Thread BLFS Trac via blfs-book
#10637: zsh-5.5
-+---
 Reporter:  bdubbs   |  Owner:  blfs-book
 Type:  enhancement  | Status:  new
 Priority:  normal   |  Milestone:  8.3
Component:  BOOK |Version:  SVN
 Severity:  normal   |   Keywords:
-+---
 New minor version.

--
Ticket URL: 
BLFS Trac 
Beyond Linux From Scratch
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

[blfs-book] r20067 - trunk/scripts

2018-04-08 Thread bdubbs--- via blfs-book
Author: bdubbs
Date: Sun Apr  8 22:42:56 2018
New Revision: 20067

Log:
Update libburn and related scripts

Modified:
   trunk/scripts/blfs-chapter47.php

Modified: trunk/scripts/blfs-chapter47.php
==
--- trunk/scripts/blfs-chapter47.phpSun Apr  8 13:33:18 2018(r20066)
+++ trunk/scripts/blfs-chapter47.phpSun Apr  8 22:42:56 2018(r20067)
@@ -40,15 +40,15 @@
 
array( 'pkg' => 'libisoburn',
   'match'   => '^.*$', 
-  'replace' => "https://dev.lovelyhq.com/libburnia/web/wikis/Releases"; 
),
+  'replace' => "http://files.libburnia-project.org/releases"; ),
 
array( 'pkg' => 'libisofs',
   'match'   => '^.*$', 
-  'replace' => "https://dev.lovelyhq.com/libburnia/web/wikis/Releases"; 
),
+  'replace' => "http://files.libburnia-project.org/releases"; ),
 
array( 'pkg' => 'libburn',
   'match'   => '^.*$', 
-  'replace' => "https://dev.lovelyhq.com/libburnia/web/wikis/Releases"; 
),
+  'replace' => "http://files.libburnia-project.org/releases"; ),
 
array( 'pkg' => 'gvolwheel',
   'match'   => '^.*$', 
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page