LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 12-28-2017, 03:49 PM   #1
rworkman
Slackware Contributor
 
Registered: Oct 2004
Location: Tuscaloosa, Alabama (USA)
Distribution: Slackware
Posts: 2,559

Rep: Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351
Lightbulb Requests for -current (14.2-->15.0)


The previous thread has gotten quite long, so it's a good time to start a new one.

Current state of things is this:
* rc.6 change for fuser is queued
* greylist.pl addition to postfix is queued
* lvm2, tin, ModemManager, whois, xine-ui, bluez, v4l_utils, mpfr, doxygen, ca_certificates, tar as mentioned in previous thread - all queued
* udisks-2.7.x and its deps are queued, but no promises on those
* xapian_core, enchant, and grantlee all have queued updates, but those might wait for (assuming it happens) new KDE/Plasma
* newer upower and ConsoleKit2 have to wait for new KDE/Plasma
* kernel 4.14.x is still desired but still not ready, it seems
* everyone already knows about PAM

TODO items:
* Jakub Jankowski has a seems-to-be-working patch for vlan support in network-scripts; see the "vlan" branch here: https://git.rlworkman.net/slacknetsetup/
* if anyone has some free time and wants a challenge, figure out a way to do ipv6 support such that it integrates nicely and works well; good luck. :-)

Last edited by rworkman; 12-29-2017 at 04:20 AM.
 
Old 12-28-2017, 05:36 PM   #2
Skaendo
Senior Member
 
Registered: Dec 2014
Location: West Texas, USA
Distribution: Slackware64-14.2
Posts: 1,445

Rep: Reputation: Disabled
My only thought would be KDE5. But since that is not going to happen, Slackware 14.3.
 
1 members found this post helpful.
Old 12-28-2017, 05:57 PM   #3
rworkman
Slackware Contributor
 
Registered: Oct 2004
Location: Tuscaloosa, Alabama (USA)
Distribution: Slackware
Posts: 2,559

Original Poster
Rep: Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351
Quote:
Originally Posted by Skaendo View Post
My only thought would be KDE5. But since that is not going to happen, Slackware 14.3.
What part of this makes you so sure it's not going to happen?
Code:
* xapian_core, enchant, and grantlee all have queued updates, 
  but those might wait for (assuming it happens) new KDE/Plasma
* newer upower and ConsoleKit2 have to wait for new KDE/Plasma
 
3 members found this post helpful.
Old 12-28-2017, 06:06 PM   #4
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
Quote:
Originally Posted by Skaendo View Post
My only thought would be KDE5. But since that is not going to happen, Slackware 14.3.
I think I got it what make our BDFL reluctant about Plasma 5; it is plain and simple: its infernal release period, a monthly one.

Combine that with its really huge number of packages, and you get The Perfect Storm.

Did you really believe that Patrick Volkerding would be so happy to update every month roughly a third part of the distribution packages?

Myself I would not be.

---------------------------------------
To be on topic: how about the addition of SMPLAYER, a small but powerful frontend for MPlayer and, optionally, MPV?

To note that its build depends only on Qt (either the version 4 or 5).

https://www.smplayer.info/

Last edited by Darth Vader; 12-28-2017 at 06:21 PM.
 
Old 12-28-2017, 06:10 PM   #5
dugan
LQ Guru
 
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 11,217

Rep: Reputation: 5309Reputation: 5309Reputation: 5309Reputation: 5309Reputation: 5309Reputation: 5309Reputation: 5309Reputation: 5309Reputation: 5309Reputation: 5309Reputation: 5309
This is at least the third time I've asked for this:

FluidSynth, and both sdl and SDL2_mixer rebuilt to use it.

That gets the SDL libraries to support MIDI playback. You just set the SDL_SOUNDFONTS environment variable to be the path to a soundfont in .sf2 format, set up your game to use MIDI for playback, and enjoy.

DosBox and (AFAIK) all DOOM source ports support playing MIDI via SDL, which this is needed to enable.

I wrote a blog entry about this back in (* checks date) 2011, which shows how long it's actually been available:

http://duganchen.ca/playing-sdl_mixe...th-soundfonts/

Last edited by dugan; 12-28-2017 at 06:40 PM. Reason: Not sure about DosBox, but it's definitely true for the DOOM source ports.
 
4 members found this post helpful.
Old 12-28-2017, 06:17 PM   #6
bassmadrigal
LQ Guru
 
Registered: Nov 2003
Location: West Jordan, UT, USA
Distribution: Slackware
Posts: 8,792

Rep: Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656
I had mentioned this on the old thread (twice), but it doesn't seem to be addressed. It may just be that it is deemed as a non-issue, which I am fine with. But I just wanted to make sure it wasn't accidentally skipped over. The first post is below with an updated patch to match the latest binutils.SlackBuild script.

======================================

Based on this topic, it seems that on 64bit systems, /etc/ld.so.conf points to the wrong directory for the /usr/x86_64-slackware-linux/lib64 entry, because there is no lib64 directory under /usr/x86_64-slackware-linux/, only lib.

There are two potential fixes I see for this, one being to modify etc.SlackBuild to somehow adjust the sed line that changes all the lib dirs to lib64 to somehow exclude this one, or to adjust binutils.SlackBuild to change that directory to lib64 on 64bit machines. I think the latter is quite a bit easier, so I threw together a quick patch for the SlackBuild.

Code:
diff --git a/binutils.SlackBuild b/binutils.SlackBuild
index c3b475e..87c521a 100644
--- a/binutils.SlackBuild
+++ b/binutils.SlackBuild
@@ -162,7 +162,7 @@ make install DESTDIR=$PKG || exit 1
 # Move ldscripts to /usr/lib${LIBDIRSUFFIX}, and then put symlinks in place
 mv $PKG/usr/${TARGET}/lib/ldscripts $PKG/usr/lib${LIBDIRSUFFIX}
 ( cd $PKG/usr/${TARGET}
-  ln -s /usr/lib${LIBDIRSUFFIX}/ldscripts lib/ldscripts
+  ln -s /usr/lib${LIBDIRSUFFIX}/ldscripts lib${LIBDIRSUFFIX}/ldscripts
   for FILE in ar as ld ld.bfd ld.gold nm objcopy objdump ranlib strip ; do
     if [ -r "/usr/bin/$FILE" ]; then
       rm -f bin/$FILE
It likely isn't a big deal as there doesn't seem to be anything residing in there other than a symlink for ldscripts that points to /usr/lib${LIBDIRSUFFIX}/ldscripts/, but it probably wouldn't hurt to make sure ld.so.conf points to the correct directory anyway
 
3 members found this post helpful.
Old 12-29-2017, 12:51 AM   #7
Daedra
Senior Member
 
Registered: Dec 2005
Location: Springfield, MO
Distribution: Slackware64-15.0
Posts: 2,680

Rep: Reputation: 1374Reputation: 1374Reputation: 1374Reputation: 1374Reputation: 1374Reputation: 1374Reputation: 1374Reputation: 1374Reputation: 1374Reputation: 1374
Quote:
Originally Posted by Darth Vader View Post
I think I got it what make our BDFL reluctant about Plasma 5; it is plain and simple: its infernal release period, a monthly one.

Combine that with its really huge number of packages, and you get The Perfect Storm.

Did you really believe that Patrick Volkerding would be so happy to update every month roughly a third part of the distribution packages?

Myself I would not be.

---------------------------------------
To be on topic: how about the addition of SMPLAYER, a small but powerful frontend for MPlayer and, optionally, MPV?

To note that its build depends only on Qt (either the version 4 or 5).

https://www.smplayer.info/
Looks like there will be a KDE 5 LTS version coming next month https://www.phoronix.com/scan.php?pa...5.12-LTS-Plans
 
1 members found this post helpful.
Old 12-29-2017, 12:55 AM   #8
RadicalDreamer
Senior Member
 
Registered: Jul 2016
Location: USA
Distribution: Slackware64-Current
Posts: 1,816

Rep: Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981
I think Qt4 should be removed and at least Qt5 be added. Its not that Qt4 is bad. Its really nice but it has been abandoned and everything is pretty much Qt5 now. I'd like to see FFmpeg and SDL (as dugan mentioned) tricked out more. FFmpeg isn't a big deal for me because of the excellent SlackBuild it has. I use the Slackware FFmpeg package on a laptop and trick out ffmpeg more for my desktop. I would really like OpenAL to be added, and opencv would be nice.

What do you all do with mpv anyway? I don't get why mplayer doesn't suffice? I use QMPlay2 because I can add folders with videos, sync them easy, access the playlist easily, and watch youtube with it. Also CUVID+NVIDIA = godlike. It has way better performance than VLC and it always performs flawlessly. Its easy and quick to build. Based on popularity VLC would make the most sense to add.
 
Old 12-29-2017, 01:48 AM   #9
gmgf
Senior Member
 
Registered: Jun 2012
Location: Bergerac, France
Distribution: Slackware
Posts: 2,204

Rep: Reputation: 997Reputation: 997Reputation: 997Reputation: 997Reputation: 997Reputation: 997Reputation: 997Reputation: 997
Quote:
Originally Posted by Daedra View Post
Looks like there will be a KDE 5 LTS version coming next month https://www.phoronix.com/scan.php?pa...5.12-LTS-Plans
I think it's better here

https://community.kde.org/Schedules
 
Old 12-29-2017, 01:51 AM   #10
1337_powerslacker
Member
 
Registered: Nov 2009
Location: Kansas, USA
Distribution: Slackware64-15.0
Posts: 862
Blog Entries: 9

Rep: Reputation: 592Reputation: 592Reputation: 592Reputation: 592Reputation: 592Reputation: 592
Quote:
Originally Posted by RadicalDreamer View Post
What do you all do with mpv anyway? I don't get why mplayer doesn't suffice?
The interface is simpler to control ( I just use the left & right arrow keys to control the video, and use similar keyboard shortcuts to achieve desired effects). MPlayer just doesn't have the same feel.

Just my
 
1 members found this post helpful.
Old 12-29-2017, 03:57 AM   #11
gmgf
Senior Member
 
Registered: Jun 2012
Location: Bergerac, France
Distribution: Slackware
Posts: 2,204

Rep: Reputation: 997Reputation: 997Reputation: 997Reputation: 997Reputation: 997Reputation: 997Reputation: 997Reputation: 997
Another new imagemagick-6.9.9-30:

https://www.imagemagick.org/download....9.9-30.tar.xz

Robby, just for info, latest udisks-2.75, 'and lib*, work here, without problem:

https://github.com/storaged-project

Last edited by gmgf; 12-29-2017 at 04:07 AM.
 
1 members found this post helpful.
Old 12-29-2017, 04:26 AM   #12
burdi01
Member
 
Registered: Dec 2010
Location: The Netherlands
Distribution: Slackware Current64, PartedMagic, Xubuntu
Posts: 465

Rep: Reputation: 114Reputation: 114
Making slackpkg $ROOT aware

As per https://www.linuxquestions.org/quest...re-4175600630/ ...
 
Old 12-29-2017, 05:47 AM   #13
Skaendo
Senior Member
 
Registered: Dec 2014
Location: West Texas, USA
Distribution: Slackware64-14.2
Posts: 1,445

Rep: Reputation: Disabled
Quote:
Originally Posted by rworkman View Post
What part of this makes you so sure it's not going to happen?
Code:
* xapian_core, enchant, and grantlee all have queued updates, 
  but those might wait for (assuming it happens) new KDE/Plasma
* newer upower and ConsoleKit2 have to wait for new KDE/Plasma
I don't know, unless PV wants to release 15 with limited testing with Plasma or listen to a bunch of people crying about 'when is Slackware 15 coming out', it only makes sense to me to release 14.3 and push Plasma to current. It doesn't really matter to me either way, I don't use KDE.
 
1 members found this post helpful.
Old 12-29-2017, 06:18 AM   #14
gmgf
Senior Member
 
Registered: Jun 2012
Location: Bergerac, France
Distribution: Slackware
Posts: 2,204

Rep: Reputation: 997Reputation: 997Reputation: 997Reputation: 997Reputation: 997Reputation: 997Reputation: 997Reputation: 997
I'm not sure that release a new version with a lot of software, not maintained, is a good idea, but it's just my opinion
 
1 members found this post helpful.
Old 12-29-2017, 06:29 AM   #15
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,090

Rep: Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173
as we have often experienced people will whine in either case so the whining shouldn't really matter when deciding, IMHO
 
7 members found this post helpful.
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 10:33 AM.

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