LinuxQuestions.org
Visit Jeremy's Blog.
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


Closed Thread
  Search this Thread
Old 04-23-2015, 12:19 PM   #46
e5150
Member
 
Registered: Oct 2005
Location: Sweden
Distribution: Slackware and Alpine
Posts: 132

Rep: Reputation: 100Reputation: 100

Just noticed, the slack-desc of lm_sensors tells me to read README.thinkpad, but no such file have been included since slackware 12.1. Apparently the dangerous versions of lm_sensors were <2.6.4.
 
1 members found this post helpful.
Old 04-23-2015, 03:16 PM   #47
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,062

Rep: Reputation: Disabled
brltty-5.2

brltty-4.5 is in /extra. I suggest to ship brltty-5.2 in /ap instead and also to include it in the installer.

I have uploaded here all files necessary to build a full-featured brltty-5.2, including a script /etc/rc.d/rc.brltty to manage the daemon and udev rules to automatically start brltty with a proper driver as soon as a Braille terminal connected via USB is plugged-in. The script bp2cf that comes handy to customize the config file is installed in /usr/sbin. It comes from git because the one in the tarball doesn't work with the new config file format. doinst.sh edits rc.S to start the daemon as soon as the modules are loaded, so that the blind user can "see" all further messages during startup. That's useful if something goes wrong during startup. Of course it would be simpler and cleaner to just update rc.S in the package sysvinit-scripts.

I have successfully built, installed and started brltty-5.2 with this stuff in a clean Slackware64-current today.

In addition the script brltty.installer.SlackBuild makes a stripped down package that is installed in the Slint installer, thus could be installed in the genuine Slackware installer so that a blind user can install Slackware without help from a sighted person. I am ready to adapt instructions in README_BRLTTY to the genuine Slackware upon request.

@Robby: I know that you don't fiddle with this package yourself. Does Patrick read this thread or should I send him an email?

Last edited by Didier Spaier; 04-23-2015 at 03:21 PM. Reason: Link added.
 
2 members found this post helpful.
Old 04-23-2015, 03:20 PM   #48
ryanpcmcquen
Member
 
Registered: Apr 2013
Distribution: DistroWanderer
Posts: 381

Rep: Reputation: Disabled
Thumbs up

Quote:
Originally Posted by Didier Spaier View Post
brltty-4.5 is in /extra. I suggest to ship brltty-5.2 in /ap instead and also to include it in the installer.

I have uploaded here all files necessary to build a full-featured brltty-5.2, including a script /etc/rc.d/rc.brltty to manage the daemon and udev rules to automatically start brltty with a proper driver as soon as a Braille terminal connected via USB is plugged-in. The script bp2cf that comes handy to customize the config file is installed in /usr/sbin. It comes from git because the one in the tarball doesn't work with the new config file format. doinst.sh edits rc.S to start the daemon as soon as the modules are loaded, so that the blind user can "see" all further messages during startup. That's useful if something goes wrong during startup. Of course it would be simpler and cleaner to just update rc.S in the package sysvinit-scripts.

I have successfully built, installed and started brltty-5.2 with this stuff in a clean Slackware64-current today.

In addition the script brltty.installer.SlackBuild makes a stripped down package that is installed in the Slint installer, thus could be installed in the genuine Slackware installer so that a blind user can install Slackware without help from a sighted person. I am ready to adapt instructions in README_BRLTTY to the genuine Slackware upon request.
Many thank yous for your work here, Didier.
 
Old 04-23-2015, 03:51 PM   #49
bartgymnast
Member
 
Registered: Feb 2003
Location: Almere, Netherlands
Distribution: slack 7.1 till latest and -current, LFS
Posts: 368

Rep: Reputation: 165Reputation: 165
I noticed that libcanberra was only recompiled

News

Tue 25 Sep 2012:
Version 0.30 released; Port to GStreamer 1.0.

as we moved to gstreamer 1.0, I think we should upgrade libcanberra aswell.
 
Old 04-23-2015, 06:28 PM   #50
codeguy
Member
 
Registered: Jan 2004
Distribution: Slackware
Posts: 187

Rep: Reputation: 46
How about Subversion 1.8.x? I've been hosting on 1.8.10 for quite a while.
 
Old 04-23-2015, 10:19 PM   #51
chris.willing
Member
 
Registered: Jun 2014
Location: Brisbane, Australia
Distribution: Slackware,LFS
Posts: 917

Rep: Reputation: 619Reputation: 619Reputation: 619Reputation: 619Reputation: 619Reputation: 619
Quote:
Originally Posted by Alien Bob View Post
An update to sip was not needed for KDE 4.14.3 therefore I let it slip, but if it gets updated, so should PyQt.
Now that you mention PyQt and since your name appears in the PyQt.SlackBuild, is it possible you could shepherd through a small fix please - regardless of version changes?

One of the products when PyQt.SlackBuild executes 'make' is a file named libpythonplugin.so (in the designer directory). However when 'make install DESTDIR=$PKG' is run, this file is installed directly into the host system rather than into $PKG. The reason is that libpythonplugin.so is built in a directory with python semantics and DESTDIR has no meaning - you can set it to anything you like but it will be ignored. Looking at the install_target in the designer directory's Makefile, you can see that it is looking for a definition of INSTALL_ROOT, not DESTDIR. Since INSTALL_ROOT is meaningless everywhere else, the simple fix which would restore libpythonplugin.so to the final package is to change the line
Code:
make install DESTDIR=$PKG || exit 1
to
Code:
make install DESTDIR=$PKG INSTALL_ROOT=$PKG || exit 1
The libpythonplugin.so file is what enables Qt Designer files to be recognized/used in a PyQt application. For those of us using Designer, it would be great to have this facility back without having to rebuild the package ourselves.

chris
 
1 members found this post helpful.
Old 04-23-2015, 10:27 PM   #52
hitest
Guru
 
Registered: Mar 2004
Location: Canada
Distribution: Debian, Void, Slackware, VMs
Posts: 7,342

Rep: Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746
I really do enjoy and use the e-mail clients that ship with Slackware. I would like to see claws-mail and libetpan added to -current. Claws-mail is a very fast, feature-rich e-mail client.

P.S. I realize this is more of an addition than an update.
 
Old 04-24-2015, 12:34 AM   #53
ReaperX7
LQ Guru
 
Registered: Jul 2011
Location: California
Distribution: Slackware64-15.0 Multilib
Posts: 6,558
Blog Entries: 15

Rep: Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097
There may be another reason to add ConsoleKit2 and LoginKit (I'll get a prelim Slackbuild drafted for this). ConsoleKit still lacks the inhibit() function though ConsoleKit2 added multiseat function. The good thing is CK2 fully supports the xfce-power-management logind functions. This may work with the newer upower, though I'd have to do a build check. I'll try building it tomorrow or next week when I have time. This would help with fully supporting DEs that may use logind rather than ConsoleKit.

I'd have to give this some work, but hopefully these can be useful.

Robby, I may submit ConsoleKit2 and LoginKit to SBo, when the buildscript for LoginKit is tested and completed.
 
Old 04-24-2015, 03:55 AM   #54
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106
Quote:
Originally Posted by chris.willing View Post
Now that you mention PyQt and since your name appears in the PyQt.SlackBuild, is it possible you could shepherd through a small fix please - regardless of version changes?

One of the products when PyQt.SlackBuild executes 'make' is a file named libpythonplugin.so (in the designer directory). However when 'make install DESTDIR=$PKG' is run, this file is installed directly into the host system rather than into $PKG. The reason is that libpythonplugin.so is built in a directory with python semantics and DESTDIR has no meaning - you can set it to anything you like but it will be ignored. Looking at the install_target in the designer directory's Makefile, you can see that it is looking for a definition of INSTALL_ROOT, not DESTDIR. Since INSTALL_ROOT is meaningless everywhere else, the simple fix which would restore libpythonplugin.so to the final package is to change the line
Code:
make install DESTDIR=$PKG || exit 1
to
Code:
make install DESTDIR=$PKG INSTALL_ROOT=$PKG || exit 1
The libpythonplugin.so file is what enables Qt Designer files to be recognized/used in a PyQt application. For those of us using Designer, it would be great to have this facility back without having to rebuild the package ourselves.

chris
Hi Chris

I will use that when I work on updates for my KDE Plasma 5 packages. I will slip in a new sip and PyQT - perhaps new packages supporting Qt5 as well.

As for the official Slackware package: my name is in it, but after it got added to Slackware, control was transfered to Patrick.
 
Old 04-24-2015, 05:38 AM   #55
fskmh
Member
 
Registered: Jun 2002
Location: South Africa
Distribution: Custom slackware64-current
Posts: 307

Rep: Reputation: 92
If at some point gcc-4.9.2 is going to be recompiled, say for example, to add the missing libiberty.a, it would be the ideal time to first upgrade libmpc.
 
2 members found this post helpful.
Old 04-24-2015, 05:54 AM   #56
linde
LQ Newbie
 
Registered: Sep 2013
Posts: 1

Rep: Reputation: Disabled
Great thread. Some of the things from my wish list has already been mentioned (e.g. subversion 1.8.x) but one thing that I can add is swig:
The latest updates have swig-2.0.12 and I think it would be a good idea to move to version 3 instead of 2. Version 3.0.5 is the latest one.

Feature highlights from 3.0 is nested class support and many c++ improvements including c++11 support.

Depending on which other slack packages that depend on swig, this update could cause some issues since the 3.0 release do have
some potential incompabilities according to the release notes.

Since I haven't posted before, I can't write out the full links:
swig.org/Release/RELEASENOTES
swig.org/Release/CHANGES
 
Old 04-24-2015, 07:55 AM   #57
franzen
Member
 
Registered: Nov 2012
Distribution: slackware
Posts: 535

Rep: Reputation: 379Reputation: 379Reputation: 379Reputation: 379
libvpx 1.3.0 was added on Tue Apr 21, but
libvpx 1.4.0 is released already.
https://groups.google.com/a/webmproj...el/2zYWenmdUM8
 
Old 04-24-2015, 07:59 AM   #58
ppr:kut
Slackware Contributor
 
Registered: Aug 2006
Location: Netherlands
Distribution: Slackware
Posts: 631

Rep: Reputation: 463Reputation: 463Reputation: 463Reputation: 463Reputation: 463
Quote:
Originally Posted by franzen View Post
libvpx 1.4.0 is released already.
We made the intentional decision to wait with this one, since it's breaking some things. But it's definitely on the TODO list.
 
2 members found this post helpful.
Old 04-24-2015, 09:35 AM   #59
ryanpcmcquen
Member
 
Registered: Apr 2013
Distribution: DistroWanderer
Posts: 381

Rep: Reputation: Disabled
Kind of a big request, but I would love to see make 4.1 hit the tree. :-)
 
Old 04-24-2015, 09:56 AM   #60
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,062

Rep: Reputation: Disabled
Quote:
Originally Posted by ryanpcmcquen View Post
Kind of a big request, but I would love to see make 4.1 hit the tree. :-)
If that happens, don't blame the tree
 
2 members found this post helpful.
  


Closed Thread



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] vdso_time error after current updates chrissi29 Slackware 4 03-20-2013 04:09 AM
xfce 4.10 and latest updates to current BCarey Slackware 7 07-16-2012 10:56 AM
wget error with new current updates fogpipe Slackware 2 07-14-2012 03:16 PM
Massive updates in -current mlangdn Slackware 53 07-01-2012 08:15 AM
Slackware current updates today! neo Slackware 2 04-22-2005 05:32 PM

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

All times are GMT -5. The time now is 08:01 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