LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 02-15-2018, 04:03 AM   #421
franzen
Member
 
Registered: Nov 2012
Distribution: slackware
Posts: 535

Rep: Reputation: 379Reputation: 379Reputation: 379Reputation: 379

Quote:
...
Thanks to Erik Jan Tromp for assistance and advice with testing the changes
for lzip and thread support, as well for as getting a bug in lzlib/plzip
fixed upstream.
...
http://download.savannah.gnu.org/rel...ip-1.20.tar.lz

Changelog within tarball:
Quote:
2018-02-11 Antonio Diaz Diaz <antonio@gnu.org>

* Version 1.20 released.
* main.cc: Added new option '--loose-trailing'.
* Improved corrupt header detection to HD=3.
* main.cc: Show corrupt or truncated header in multimember file.
* main.cc (main): Option '-S, --volume-size' now keeps input files.
* encoder_base.*: Adjust dictionary size for each member.
* Replaced 'bits/byte' with inverse compression ratio in output.
* Show progress of decompression at verbosity level 2 (-vv).
* Show progress of (de)compression only if stderr is a terminal.
* main.cc: Show final diagnostic when testing multiple files.
* main.cc: Do not add a second .lz extension to the arg of -o.
* decoder.cc (verify_trailer): Show stored sizes also in hex.
Show dictionary size at verbosity level 4 (-vvvv).
* lzip.texi: Added chapter 'Output'.

Last edited by franzen; 02-15-2018 at 04:12 AM. Reason: changelog added
 
Old 02-15-2018, 07:44 AM   #422
gmgf
Senior Member
 
Registered: Jun 2012
Location: Bergerac, France
Distribution: Slackware
Posts: 2,212

Rep: Reputation: 998Reputation: 998Reputation: 998Reputation: 998Reputation: 998Reputation: 998Reputation: 998Reputation: 998
libva and utils (2.1.0):

https://github.com/intel/libva/releases
https://github.com/intel/libva/relea...-2.1.0.tar.bz2
https://github.com/intel/libva-utils/releases
https://github.com/intel/libva-utils...-2.1.0.tar.bz2
 
Old 02-15-2018, 07:56 AM   #423
gmgf
Senior Member
 
Registered: Jun 2012
Location: Bergerac, France
Distribution: Slackware
Posts: 2,212

Rep: Reputation: 998Reputation: 998Reputation: 998Reputation: 998Reputation: 998Reputation: 998Reputation: 998Reputation: 998
mesa-17.3.4:

https://mesa3d.org/relnotes/17.3.4.html
ftp://ftp.freedesktop.org/pub/mesa/mesa-17.3.4.tar.xz
 
1 members found this post helpful.
Old 02-15-2018, 03:08 PM   #424
USUARIONUEVO
Senior Member
 
Registered: Apr 2015
Posts: 2,335

Rep: Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930
irssi-1.1.1
https://github.com/irssi/irssi/relea...i-1.1.1.tar.xz
 
Old 02-15-2018, 04:26 PM   #425
AlexSlack
Member
 
Registered: Jul 2012
Location: El Salvador
Distribution: Slackware-current
Posts: 53

Rep: Reputation: 42
Missing broadcast iproute2

Hi,

I found out the new network configuration in rc.inet1 using iproute2 does not setup the broadcast address, so some programs using getifaddrs or struct ifaddrs for network discovery do not get a broadcast address, for example CUPS, if there is no broadcast address it does not found the LAN printers.

I just realized about it even though the scripts were updated on Fri Nov 17 00:56:25 UTC 2017, so I'm sharing the information.

Have a nice day!
 
Old 02-16-2018, 09:14 AM   #426
aaazen
Member
 
Registered: Dec 2009
Posts: 358

Rep: Reputation: Disabled
Firefox 58 has no sound for alsa even though it is built with "--enable-alsa".

There is a simple patch that fixes the problem:
Code:
# HG changeset patch
# User Harald van Dijk <harald@gigawatt.nl>

Bug 1430274 - Define MOZ_ALSA for more source files.


diff --git a/security/sandbox/linux/moz.build b/security/sandbox/linux/moz.build
index 7347659..3b4d405 100644
--- a/security/sandbox/linux/moz.build
+++ b/security/sandbox/linux/moz.build
@@ -77,6 +77,9 @@ if CONFIG['MOZ_GMP_SANDBOX']:
         'SandboxOpenedFiles.cpp',
     ]

+if CONFIG['MOZ_ALSA']:
+    DEFINES['MOZ_ALSA'] = True
+
 # This copy of SafeSPrintf doesn't need to avoid the Chromium logging
 # dependency like the one in libxul does, but this way the behavior is
 # consistent.  See also the comment in SandboxLogging.h.
The problem should be fixed in Firefox 59 as mentioned in the bug report:

https://bugzilla.mozilla.org/show_bug.cgi?id=1430274
 
1 members found this post helpful.
Old 02-16-2018, 09:17 AM   #427
Darth Vader
Senior Member
 
Registered: May 2008
Location: Romania
Distribution: DARKSTAR Linux 2008.1
Posts: 2,727

Rep: Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247
Also there is 2.1.0 version of intel-vaapi-driver: https://github.com/intel/intel-vaapi...ases/tag/2.1.0

https://github.com/intel/intel-vaapi...-2.1.0.tar.bz2
https://github.com/intel/intel-vaapi...ar.bz2.sha1sum

Again, I believe that the VDPAU stack from Slackware lacks the libvdpau-va-gl as a bridge for VAAPI, for use with all Intel chipsets (and AMD blobs) : https://github.com/i-rinat/libvdpau-...ses/tag/v0.4.2

https://github.com/i-rinat/libvdpau-...l-0.4.2.tar.gz

I know, it is in the SBo, BUT it is literally part of the VDPAU stack and a must to have for using hardware accelerated decoding by Flash Player and natively shipped MPlayer, even FFMPEG then our beloved Firefox will use that for Youtube.

And that "hardware accelerated decoding" can have dramatic benefits on low powered Intel laptops and not only. For example, that can double the battery life while watching movies.

PS. For those interested, also Alium released an updated variant of the X264 enabled Intel driver for GM45: https://bitbucket.org/alium/g45-h264...4-2.1.0.tar.gz

Last edited by Darth Vader; 02-16-2018 at 11:25 AM.
 
3 members found this post helpful.
Old 02-16-2018, 09:21 AM   #428
gmgf
Senior Member
 
Registered: Jun 2012
Location: Bergerac, France
Distribution: Slackware
Posts: 2,212

Rep: Reputation: 998Reputation: 998Reputation: 998Reputation: 998Reputation: 998Reputation: 998Reputation: 998Reputation: 998
Thunar-1.6.14:

https://git.xfce.org/xfce/thunar/log/?h=xfce-4.12
http://archive.xfce.org/src/xfce/thu...1.6.14.tar.bz2

Last edited by gmgf; 02-16-2018 at 10:38 AM.
 
Old 02-16-2018, 03:38 PM   #429
alex14641
Member
 
Registered: Feb 2016
Distribution: Slackware64_14.2, Slackware 15.0, Slackware64_current
Posts: 321

Rep: Reputation: Disabled
Rust 1.24
Release notes: https://github.com/rust-lang/rust/bl...240-2018-02-15
Source code: https://static.rust-lang.org/dist/ru...4.0-src.tar.gz
 
Old 02-16-2018, 04:05 PM   #430
USUARIONUEVO
Senior Member
 
Registered: Apr 2015
Posts: 2,335

Rep: Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930
I think , this time i vote +1 for vader suggestion.

------------------
xf86-video-vesa-2.4.0
https://www.x.org/releases/individua...-2.4.0.tar.bz2

v4l-utils-1.14.2
https://linuxtv.org/downloads/v4l-ut...1.14.2.tar.bz2

Last edited by USUARIONUEVO; 02-16-2018 at 04:07 PM.
 
Old 02-16-2018, 04:28 PM   #431
USUARIONUEVO
Senior Member
 
Registered: Apr 2015
Posts: 2,335

Rep: Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930
git-2.16.2
https://www.kernel.org/pub/software/...-2.16.2.tar.xz

I post again , cause probably not see

crda-4.14
https://git.kernel.org/pub/scm/linux...da-4.14.tar.gz

Thanks!
 
Old 02-16-2018, 05:06 PM   #432
USUARIONUEVO
Senior Member
 
Registered: Apr 2015
Posts: 2,335

Rep: Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930
what arround mpeg-2 patents expired and adition of libmpeg2 ?

https://www.phoronix.com/scan.php?pa...Patents-Expire

Last edited by USUARIONUEVO; 02-16-2018 at 05:07 PM.
 
Old 02-16-2018, 05:23 PM   #433
gmgf
Senior Member
 
Registered: Jun 2012
Location: Bergerac, France
Distribution: Slackware
Posts: 2,212

Rep: Reputation: 998Reputation: 998Reputation: 998Reputation: 998Reputation: 998Reputation: 998Reputation: 998Reputation: 998
gnutls-3.6.2:

https://lists.gnupg.org/pipermail/gn...ry/008541.html
https://www.gnupg.org/ftp/gcrypt/gnu...s-3.6.2.tar.xz

btrfs-progs-4.15.1:

https://www.spinics.net/lists/linux-btrfs/msg74957.html
https://www.kernel.org/pub/linux/ker...v4.15.1.tar.xz

lsof-4.90:

ftp://lsof.itap.purdue.edu/pub/tools...f/lsof.tar.bz2

ddrescue-1.23:

http://ftp.gnu.org/gnu/ddrescue/ddrescue-1.23.tar.lz

gc-7.6.4:

http://www.hboehm.info/gc/gc_source/gc-7.6.4.tar.gz

Last edited by gmgf; 02-16-2018 at 05:33 PM.
 
1 members found this post helpful.
Old 02-16-2018, 08:54 PM   #434
AlexSlack
Member
 
Registered: Jul 2012
Location: El Salvador
Distribution: Slackware-current
Posts: 53

Rep: Reputation: 42
Thank you very much for the quick fix of broadcast address!

By the way I like the idea of having smplayer in slackware, I been using for more that 2 years as a VLC replacement, and it plays nice.

Thank you.
 
1 members found this post helpful.
Old 02-16-2018, 09:53 PM   #435
USUARIONUEVO
Senior Member
 
Registered: Apr 2015
Posts: 2,335

Rep: Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930
ocl-icd-2.2.12
https://forge.imag.fr/frs/download.p...-2.2.12.tar.gz
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Requests for -current (20151216) rworkman Slackware 3441 12-28-2017 03:50 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 12:21 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration