LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 01-23-2023, 05:26 AM   #1606
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,475

Rep: Reputation: 4229Reputation: 4229Reputation: 4229Reputation: 4229Reputation: 4229Reputation: 4229Reputation: 4229Reputation: 4229Reputation: 4229Reputation: 4229Reputation: 4229

Vim 9.0.1234

https://github.com/vim/vim/releases/tag/v9.0.1234
 
Old 01-25-2023, 06:17 AM   #1607
USUARIONUEVO
Senior Member
 
Registered: Apr 2015
Posts: 2,362

Rep: Reputation: 962Reputation: 962Reputation: 962Reputation: 962Reputation: 962Reputation: 962Reputation: 962Reputation: 962
I know probably too soon , but ..

Its good idea start introducing qt6 to investigate what things can build under qt6 from slackware stock packages ?

No replace qt5 , for some time qt5 + qt6 to investigate.

testing/qt6 ?

Thanks!
 
7 members found this post helpful.
Old 01-25-2023, 10:25 AM   #1608
glennmcc
Member
 
Registered: Jan 2021
Location: North Jackson, Ohio (USA)
Distribution: slackware64-15.0, slackware64-current, slackware-14.0
Posts: 596

Rep: Reputation: 346Reputation: 346Reputation: 346Reputation: 346
IMO, it's not too soon to get qt6 into testing.
 
3 members found this post helpful.
Old 01-25-2023, 06:23 PM   #1609
garpu
Senior Member
 
Registered: Oct 2009
Distribution: Slackware
Posts: 1,618

Rep: Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935
Quote:
Originally Posted by glennmcc View Post
IMO, it's not too soon to get qt6 into testing.
Some things (OBS, calibre, handbrake) are already building against it, too.
 
1 members found this post helpful.
Old 01-25-2023, 09:29 PM   #1610
USUARIONUEVO
Senior Member
 
Registered: Apr 2015
Posts: 2,362

Rep: Reputation: 962Reputation: 962Reputation: 962Reputation: 962Reputation: 962Reputation: 962Reputation: 962Reputation: 962
Quote:
Originally Posted by garpu View Post
Some things (OBS, calibre, handbrake) are already building against it, too.
But qt5 etc can be adopted on slackbuilds as ever when new version replace older , like qt4 or qt3 , and packages you mentioned are not in stock slackware distribution , are 3rthd party packages.

In some case , nothing strange if stuck on qt5 , and next release stucks on qt5 + plasma5 , i remember perfectly when 14.2 released under qt4/kde4 when qt5/plasma5 are available but no switched.

In all cases , too work remaining , like upgrade python3 , remove python2 , upgrade ssl to version 3 etc etc.

Last edited by USUARIONUEVO; 01-25-2023 at 10:19 PM.
 
Old 01-26-2023, 08:44 AM   #1611
franzen
Member
 
Registered: Nov 2012
Distribution: slackware
Posts: 543

Rep: Reputation: 384Reputation: 384Reputation: 384Reputation: 384
Please consider to build mlt with language bindings, at least for python. This helps to build flowblade.
Code:
--- mlt.SlackBuild.orig	2023-01-26 14:31:00.135946954 +0100
+++ mlt.SlackBuild	2023-01-26 14:45:12.089412889 +0100
@@ -93,6 +93,11 @@
     -DCMAKE_CXX_FLAGS="$SLKCFLAGS" \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DCMAKE_INSTALL_MANDIR=/usr/man \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DSWIG_PYTHON=on \
+    -DSWIG_PERL=on \
+    -DSWIG_PHP=on \
+    -DSWIG_RUBY=on \
     .. || exit 1
   make $NUMJOBS || make || exit 1
   make install DESTDIR=$PKG || exit 1
 
1 members found this post helpful.
Old 01-26-2023, 02:06 PM   #1612
saxa
Senior Member
 
Registered: Aug 2004
Location: Nova Gorica, Salvador
Distribution: Slackware
Posts: 1,230

Rep: Reputation: 303Reputation: 303Reputation: 303Reputation: 303
Hi, can we get a bump on libsoup to 3.2.x ?
 
Old 01-27-2023, 01:52 AM   #1613
mishehu
Member
 
Registered: Aug 2014
Location: USA
Distribution: Slackware (where ::1 is), Centos, Debian
Posts: 106

Rep: Reputation: 160Reputation: 160
A couple possible additions I think might be useful for the next release:

1. radvd - ipv6 router advertisement daemon
2. postgresql (including building support for it into anything qt and kde related, to allow for the use of pgsql for services such as akonadi if supported)
 
2 members found this post helpful.
Old 01-29-2023, 06:34 AM   #1614
alekow
Member
 
Registered: Sep 2009
Distribution: Slackware
Posts: 230

Rep: Reputation: 75
noto-fonts-ttf can be upgraded to v202001206-phase3
 
Old 01-29-2023, 12:39 PM   #1615
sombragris
Member
 
Registered: Jul 2004
Location: Asuncion, Paraguay, South America
Distribution: Slackware
Posts: 922

Rep: Reputation: 423Reputation: 423Reputation: 423Reputation: 423Reputation: 423
Please disregard if Patrick feels this is not appropriate. But I would like to suggest the addition of CDE as a desktop environment for Slackware.

https://sourceforge.net/projects/cdesktopenv/

Right now they released their 2.5.1. version and they can be built with autotools.

Grounds: it is the standard Unix desktop environment. I would make sense to have it in Slackware, which is the most Unix-like of all linuces.
 
3 members found this post helpful.
Old 01-29-2023, 02:05 PM   #1616
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,475

Rep: Reputation: 4229Reputation: 4229Reputation: 4229Reputation: 4229Reputation: 4229Reputation: 4229Reputation: 4229Reputation: 4229Reputation: 4229Reputation: 4229Reputation: 4229
Quote:
Originally Posted by sombragris View Post
Please disregard if Patrick feels this is not appropriate. But I would like to suggest the addition of CDE as a desktop environment for Slackware.

https://sourceforge.net/projects/cdesktopenv/

Right now they released their 2.5.1. version and they can be built with autotools.

Grounds: it is the standard Unix desktop environment. I would make sense to have it in Slackware, which is the most Unix-like of all linuces.
The Unix philosophy is one thing, but it should not override the Slackware philosophy
Additions in Slackware are very rare
Changelogs speak for themselves

Slackware-current, from 2022-02-02 to now
Code:
$ grep "  Added\." ChangeLog.txt | grep -E "^ap|^xap" | wc -l
0

Slackware 15.0, from 2016-06-30 to now

Code:
$ grep "  Added\." ChangeLog.txt | grep -E "^ap|^xap" | wc -l       
17
ps: I deliberately did not count the other series (a/ d/ l/ ...), since they are more or less always necessary additions.
And ap/ xap/ seem to me to be more reflective of extra user requests
 
3 members found this post helpful.
Old 01-29-2023, 08:28 PM   #1617
glennmcc
Member
 
Registered: Jan 2021
Location: North Jackson, Ohio (USA)
Distribution: slackware64-15.0, slackware64-current, slackware-14.0
Posts: 596

Rep: Reputation: 346Reputation: 346Reputation: 346Reputation: 346
Full agreement here.

If Patrick added everything that is in 'common use'....
we would need several terabytes of disk space just to hold the additions. ;-)
 
Old 01-30-2023, 04:37 AM   #1618
3rensho
Senior Member
 
Registered: Mar 2008
Location: Deutschland
Distribution: Slackware64-current
Posts: 1,028

Rep: Reputation: 619Reputation: 619Reputation: 619Reputation: 619Reputation: 619Reputation: 619
Firefox-109.0.1
https://archive.mozilla.org/pub/fire...eases/109.0.1/
 
1 members found this post helpful.
Old 01-30-2023, 01:37 PM   #1619
linuxdaddy
Member
 
Registered: May 2022
Location: New Mexico, USA
Distribution: Slackware 15.0 & 64 bit-current, antiX
Posts: 118

Rep: Reputation: 29
A 32 bit - 64 bit split?

Since most 32-bit and some early 64-bit can not run KDE5, do an iso with kde5 FOR 64-bit and a XFCE one for 32-bit cpu.
 
Old 01-30-2023, 01:40 PM   #1620
linuxdaddy
Member
 
Registered: May 2022
Location: New Mexico, USA
Distribution: Slackware 15.0 & 64 bit-current, antiX
Posts: 118

Rep: Reputation: 29
my pc is a Intel G-33/31 with a quad core and 8GB ram yet can not run KDE5. What a laugh since
it ran Windows 10 no problems.

Last edited by linuxdaddy; 01-30-2023 at 01:43 PM.
 
  


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
Apache 2.4 requests to non-SSL site with "Upgrade-Insecure-Requests: 1" and no trailing / get redirected to default site owendelong Linux - Server 2 06-22-2021 02:08 PM
[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 02:30 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