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


Reply
  Search this Thread
Old 04-07-2019, 09:52 PM   #3136
IlyaK
Member
 
Registered: Jun 2017
Location: The Netherlands
Distribution: Debian
Posts: 118

Rep: Reputation: 72

Things I miss in 14.2 (I can build then from slackbuilds, but anyway)

* StrongSwan. IPSec/IKE is everywhere now.
* Docker. You know why, right?
* Python3.7. Used by a lot of people, really.


May be nice to have:
* Go
* PostgreSQL
* OpenJDK
* CWM (minimalistic WM from OpenBSD)
* acpitool
 
3 members found this post helpful.
Old 04-07-2019, 11:21 PM   #3137
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
Quote:
Originally Posted by IlyaK View Post
* Python3.7. Used by a lot of people, really.
python3 was added to -current back in 2017 and was upgraded to 3.7 in February of this year.
 
3 members found this post helpful.
Old 04-08-2019, 04:26 AM   #3138
franzen
Member
 
Registered: Nov 2012
Distribution: slackware
Posts: 535

Rep: Reputation: 379Reputation: 379Reputation: 379Reputation: 379
Quote:
Originally Posted by volkerdi View Post
Hi dugan. I suspect that you know more about fluidsynth than I do... basically I've been wary of the changes to the API in 2.x, especially as they say that some of them can cause applications to misbehave even though they compile. Do you think it's a safe upgrade, and that third party software will be able to use it? I've noticed that SDL_mixer and SDL2_mixer both embed the string libfluidsynth.so.1 into their libraries even though neither on actually links to it. I wonder if they pick up libfluidsynth.so.2 properly (perhaps I should look into that).
Maybe Heinz as as maintainer of fluidsynth at SBo should be asked if he's aware of any problems, and if not, to upgrade fluidsynth at SBo and announce that on the SBo mailinglist for testing.
 
Old 04-08-2019, 05:52 AM   #3139
IlyaK
Member
 
Registered: Jun 2017
Location: The Netherlands
Distribution: Debian
Posts: 118

Rep: Reputation: 72
Can we have vim compiled with "--with-x"?
I use vim alot and I want to use X11 clipboard with plus register.
 
1 members found this post helpful.
Old 04-08-2019, 07:56 AM   #3140
dugan
LQ Guru
 
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 11,223

Rep: Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320
Quote:
Originally Posted by IlyaK View Post
Can we have vim compiled with "--with-x"?
I use vim alot and I want to use X11 clipboard with plus register.
I'm, pretty sure vim is compiled without --x so that it works if you don't install X.

I usually rebuild it myself.

I know that some people work around it by aliasing vim to "gvim -v" when X is actually running.

Last edited by dugan; 04-08-2019 at 07:57 AM.
 
Old 04-08-2019, 11:45 AM   #3141
ehartman
Senior Member
 
Registered: Jul 2007
Location: Delft, The Netherlands
Distribution: Slackware
Posts: 1,674

Rep: Reputation: 888Reputation: 888Reputation: 888Reputation: 888Reputation: 888Reputation: 888Reputation: 888
Quote:
Originally Posted by IlyaK View Post
Can we have vim compiled with "--with-x"?
I use vim alot and I want to use X11 clipboard with plus register.
vim _with X_ is already contained in the gvim package.
So you have the choice, pure text version in the vim-<version> and with X in the gvim-<version> packages, they ARE independent, so you can install either or both.

From -current's vim-gvim.Slackbuild
Code:
config_vim --with-x --enable-gui=gtk3
Older versions of gvim (like in 14.x) are still be built against gtk2 instead of 3
 
Old 04-08-2019, 11:58 AM   #3142
Nille_kungen
Member
 
Registered: Jul 2005
Distribution: Slackware64-current
Posts: 587

Rep: Reputation: 201Reputation: 201Reputation: 201
Quote:
Originally Posted by IlyaK View Post
Can we have vim compiled with "--with-x"?
I use vim alot and I want to use X11 clipboard with plus register.
I asked for it 2 years ago.
https://www.linuxquestions.org/quest...ml#post5704192
There's more discussion on the following page.
You only need to change the config_vim line "config_vim --with-x --disable-gui" and rebuild it.
Code:
vim --version | grep clipboard
I did compare the dependencies with and without X and it do add extra dependencies but i could argue that the ones not installing X could recompile if X was added or just use vi/elvis instead.
I don't know how many users there are that use vim without X11 installed and how many that would like to see with-x added.
For an stable release it's a non problem since you most likely only need to set it up once, but if you follow current then you need to recompile very often, you only need to check the current changelog to see how often.
In current i would prefer with-x and i don't think there are X-less server installs with current, for a stable release i couldn't care less.
One could also argue that if X support is added that an update could brake vim on an x-less install but at the same time there are other tools around.
I don't know what approach would be the best but it's only when running current it's actually a bit irritating and 14.2 doesn't support my hardware.
Maybe i should recompile vim and then blacklist it from future updates.

At least "vi" has clipboard support.
I'm using elvis instead of vim on slackware

Last edited by Nille_kungen; 04-09-2019 at 10:19 AM.
 
Old 04-08-2019, 12:20 PM   #3143
upnort
Senior Member
 
Registered: Oct 2014
Distribution: Slackware
Posts: 1,893

Rep: Reputation: 1161Reputation: 1161Reputation: 1161Reputation: 1161Reputation: 1161Reputation: 1161Reputation: 1161Reputation: 1161Reputation: 1161
rc.nfsd tweaks

Pat,

Did this request slip through the cracks or was your answer "no"?

Edit: Change added Apr 8. Thanks Pat!

Last edited by upnort; 04-09-2019 at 02:06 PM.
 
2 members found this post helpful.
Old 04-08-2019, 02:06 PM   #3144
petslack
Member
 
Registered: Apr 2009
Location: Sao Paulo, Brazil
Distribution: Slackware64-Current, Arch, OpenBSD, CentOS, Debian
Posts: 51

Rep: Reputation: 15
Samba-4.10.2 (security release)

Release Note w/ download link
https://www.samba.org/samba/history/samba-4.10.2.html
 
Old 04-08-2019, 07:15 PM   #3145
Ellendhel
Member
 
Registered: Aug 2015
Location: Wilmington, NC
Distribution: Slackware
Posts: 64

Rep: Reputation: 51
Quote:
Originally Posted by IlyaK View Post
Things I miss in 14.2 (I can build then from slackbuilds, but anyway)

* Docker. You know why, right?

May be nice to have:
* Go
* PostgreSQL
I would like to see those in Slackware as well, at some point.

- Docker is a pretty useful and popular feature, and it is using Go.
- PostgreSQL could provide an alternative to MySQL (few tools are designed to use PgSQL only).

Thanks.
 
1 members found this post helpful.
Old 04-09-2019, 12:33 PM   #3146
saahriktu
Member
 
Registered: Nov 2017
Location: Stary Oskol, Russia
Distribution: Slackware
Posts: 43

Rep: Reputation: 17
util-linux-2.33.2
http://www.kernel.org/pub/linux/util...-2.33.2.tar.xz
 
Old 04-09-2019, 02:26 PM   #3147
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,095

Rep: Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273
Quote:
Originally Posted by saahriktu View Post
Done.

Quote:
Tue Apr 9 17:56:00 UTC 2019
a/util-linux-2.33.2-x86_64-1.txz: Upgraded.
d/vala-0.44.3-x86_64-1.txz: Upgraded.
l/apr-1.7.0-x86_64-1.txz: Upgraded.
l/at-spi2-core-2.32.1-x86_64-1.txz: Upgraded.
l/gvfs-1.40.1-x86_64-1.txz: Upgraded.
l/libbluray-1.1.1-x86_64-1.txz: Upgraded.
l/libsoup-2.66.1-x86_64-1.txz: Upgraded.
l/vte-0.56.1-x86_64-1.txz: Upgraded.
n/stunnel-5.52-x86_64-1.txz: Upgraded.
x/libinput-1.13.1-x86_64-1.txz: Upgraded.
+--------------------------+
http://www.slackware.com/changelog/c...php?cpu=x86_64

I'm sensing a plot for a modern day Western.
"Fastest Change Log In The West"
Produced by, directed by and starring Patrick Volkerding.
Move over "Longmire".
Hollywood, eat your heart out.

Last edited by cwizardone; 04-09-2019 at 02:44 PM.
 
Old 04-10-2019, 01:15 PM   #3148
Nille_kungen
Member
 
Registered: Jul 2005
Distribution: Slackware64-current
Posts: 587

Rep: Reputation: 201Reputation: 201Reputation: 201
Quote:
Mon Apr 8 20:39:32 UTC 2019
a/grub-2.02-x86_64-5.txz: Rebuilt.
Support F2FS filesystem.
I only wants to report that the patched F2FS support works.
Thanks Pat.

Edit: Grub 2.04~rc1 is released so it seems that Grub 2.04 is a bit closer.
http://lists.gnu.org/archive/html/gr.../msg00039.html

Last edited by Nille_kungen; 04-11-2019 at 08:42 AM.
 
1 members found this post helpful.
Old 04-10-2019, 11:02 PM   #3149
ZhaoLin1457
Senior Member
 
Registered: Jan 2018
Posts: 1,022

Rep: Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208
A fresh MESA 19.0.2 is there:

https://mesa.freedesktop.org/archive/mesa-19.0.2.tar.xz
https://mesa.freedesktop.org/archive...0.2.tar.xz.sig
 
1 members found this post helpful.
Old 04-11-2019, 06:37 AM   #3150
petslack
Member
 
Registered: Apr 2009
Location: Sao Paulo, Brazil
Distribution: Slackware64-Current, Arch, OpenBSD, CentOS, Debian
Posts: 51

Rep: Reputation: 15
gtk+3-3.24.8

http://ftp.gnome.org/pub/gnome/sourc...k+-3.24.8.news
http://ftp.gnome.org/pub/gnome/sourc...-3.24.8.tar.xz
http://ftp.gnome.org/pub/gnome/sourc...24.8.sha256sum
 
1 members found this post helpful.
  


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 06:41 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