LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Requests for -current (14.2-->15.0) (https://www.linuxquestions.org/questions/slackware-14/requests-for-current-14-2-15-0-a-4175620463/)

rworkman 12-28-2017 03:49 PM

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. :-)

Skaendo 12-28-2017 05:36 PM

My only thought would be KDE5. But since that is not going to happen, Slackware 14.3.

rworkman 12-28-2017 05:57 PM

Quote:

Originally Posted by Skaendo (Post 5799026)
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


Darth Vader 12-28-2017 06:06 PM

Quote:

Originally Posted by Skaendo (Post 5799026)
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? :D

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/

dugan 12-28-2017 06:10 PM

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/

bassmadrigal 12-28-2017 06:17 PM

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 :)

Daedra 12-29-2017 12:51 AM

Quote:

Originally Posted by Darth Vader (Post 5799041)
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? :D

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

RadicalDreamer 12-29-2017 12:55 AM

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.

gmgf 12-29-2017 01:48 AM

Quote:

Originally Posted by Daedra (Post 5799131)
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

1337_powerslacker 12-29-2017 01:51 AM

Quote:

Originally Posted by RadicalDreamer (Post 5799132)
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 :twocents:

gmgf 12-29-2017 03:57 AM

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

burdi01 12-29-2017 04:26 AM

Making slackpkg $ROOT aware
 
As per https://www.linuxquestions.org/quest...re-4175600630/ ...
:D

Skaendo 12-29-2017 05:47 AM

Quote:

Originally Posted by rworkman (Post 5799035)
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.

gmgf 12-29-2017 06:18 AM

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 ;)

ponce 12-29-2017 06:29 AM

as we have often experienced people will whine in either case so the whining shouldn't really matter when deciding, IMHO ;)


All times are GMT -5. The time now is 06:41 AM.