LinuxQuestions.org
Help answer threads with 0 replies.
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 02-07-2024, 11:57 PM   #3691
Tonus
Senior Member
 
Registered: Jan 2007
Location: Paris, France
Distribution: Slackware-15.0
Posts: 1,408
Blog Entries: 3

Rep: Reputation: 514Reputation: 514Reputation: 514Reputation: 514Reputation: 514Reputation: 514

Quote:
Originally Posted by volkerdi View Post
I thought it was pretty obvious that it wasn't a serious statement.
I was a little confused with your answer too. Hope it will be sorted upstream so the burden doesn't weight more for 32bits machines (still have one running 15.0). Anyway I think I would rather keep emacs up-to-date and stay on 15.0 on that old rig :-D
 
1 members found this post helpful.
Old 02-08-2024, 01:15 AM   #3692
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,077

Rep: Reputation: Disabled
Quote:
Originally Posted by volkerdi View Post
Compiling libgccjit is kind of a mess, but I'll look into it eventually I'm sure.
Here goes:
https://slackware.uk/slint/x86_64/sl...e/tree-sitter/
https://slackware.uk/slint/x86_64/sl...64-1slint.meta

https://slackware.uk/slint/x86_64/sl...rce/libgccjit/
https://slackware.uk/slint/x86_64/sl...64-2slint.meta

https://slackware.uk/slint/x86_64/sl...cs-nativecomp/
https://slackware.uk/slint/x86_64/sl...64-2slint.meta

This is for Slackware/Slint 15.0 based on your SlackBuilds with few modifications if any. I did not test on -current.

You can't have both installed but I am not aware of users having switched to emacs-nativecomp looking back.
 
2 members found this post helpful.
Old 02-08-2024, 02:47 AM   #3693
GazL
LQ Veteran
 
Registered: May 2008
Posts: 6,918

Rep: Reputation: 5035Reputation: 5035Reputation: 5035Reputation: 5035Reputation: 5035Reputation: 5035Reputation: 5035Reputation: 5035Reputation: 5035Reputation: 5035Reputation: 5035
Quote:
Originally Posted by Didier Spaier View Post
You can't have both installed but I am not aware of users having switched to emacs-nativecomp looking back.
I implemented it here and yes, there's a noticeable difference in responsiveness, but it does come with a downside: increased footprint.

I built emacs with --with-native-compilation=AOT here and the disk footprint balloons significantly (and it also takes a hell of a time to build). However, if you use native-compilation without AOT then modules are compiled on the fly as needed and stored in a subdirectory of ~/.emacs.d/ for each user resulting in duplication as each user will have their own copy of the cached jit-compiled modules.

If you're a heavy emacs user (I use it all the time) then it's likely worth it. A casual user, might prefer the interpreted build, for the smaller footprint. Basically, it's a "swings and roundabouts" take your choice situation.

To save a little bit of space, what I did was remove any .el file which had a corresponding .elc during packaging. It helps a little with the footprint but might not suit everyone.
 
2 members found this post helpful.
Old 02-08-2024, 05:27 PM   #3694
pghvlaans
Member
 
Registered: Jan 2021
Distribution: Slackware64 {15.0,-current}, FreeBSD, stuff on QEMU
Posts: 462

Rep: Reputation: 369Reputation: 369Reputation: 369Reputation: 369
I have a quick question about the new rust packages going into testing. Is the plan to keep the version needed to build Firefox in the main tree?
 
1 members found this post helpful.
Old 02-09-2024, 06:15 PM   #3695
reddog83
Member
 
Registered: Apr 2018
Distribution: Slackware 15.0/Current
Posts: 466

Rep: Reputation: 240Reputation: 240Reputation: 240
libsecret-0.21.3

Quote:
0.21.3
* Port PAM module from gnome-keyring [!128]
* secret-tool: Fix memory issues in lock command [!134]
https://download.gnome.org/sources/l...-0.21.3.tar.xz
https://download.gnome.org/sources/l...21.3.sha256sum
 
Old 02-09-2024, 06:26 PM   #3696
wirelessmc
Member
 
Registered: Aug 2008
Location: San Diego County
Distribution: Slackware
Posts: 183

Original Poster
Rep: Reputation: 37
https://kde.org/announcements/megarelease/6/rc2/

I don't suppose a KDE RC would ever get built and posted in /testing ?

I only ask because I submitted a multi-monitor bug and Nate over @bugs.kde.org was soliciting testers.
 
Old 02-10-2024, 03:38 AM   #3697
J_W
Member
 
Registered: Apr 2004
Location: Yamagata, JAPAN
Distribution: Slackware64-current
Posts: 192

Rep: Reputation: 130Reputation: 130
xfce4-terminal 1.1.2 Issue#299

Hi,

After upgrading xfce4-terminal version from 1.1.1 to 1.1.2 on Mon Feb 5 19:54:29 UTC 2024, I faced the same issue as Issue-#299 at xfce4-terminal's gitlab.
==== from #299 ====
I recently updated to xfce4-terminal 1.1.2, and noticed
that when attempting to paste more than one line,
as in pasting something with a newline character included,
the unsafe dialog does not appear.
...
===================
https://gitlab.xfce.org/apps/xfce4-t...l/-/issues/299

And I recompiled xfce4-terminal-1.1.2 by applying the Arch patch below, then confirmed this copy&paste issue fixed for me.

xfce4-terminal-wrong-assert.patch
Code:
From 177fda86451cdeaaea8ed409e6d711b670699a97 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ga=C3=ABl=20Bonithon?= <gael@xfce.org>
Date: Tue, 6 Feb 2024 18:14:04 +0100
Subject: [PATCH] screen: Fix wrong assert

It's always been wrong (or has been for a long time) but de3e7aac
revealed it, because now it's no longer disabled by building with
--disable-debug.

Fixes: de3e7aac72fdcd3e62d69f37ec2570e5d668950a
Closes: #299
---
 terminal/terminal-screen.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/terminal/terminal-screen.c b/terminal/terminal-screen.c
index 6e48b522..dc931ec7 100644
--- a/terminal/terminal-screen.c
+++ b/terminal/terminal-screen.c
@@ -1892,7 +1892,7 @@ terminal_screen_paste_unsafe_text (TerminalScreen *screen,
 {
   GtkWidget *dialog;
 
-  g_return_if_fail (original_clipboard != GDK_SELECTION_CLIPBOARD && original_clipboard != GDK_SELECTION_PRIMARY);
+  g_return_if_fail (original_clipboard == GDK_SELECTION_CLIPBOARD || original_clipboard == GDK_SELECTION_PRIMARY);
 
   dialog = terminal_screen_unsafe_paste_dialog_new (screen, text);
   gtk_widget_show_all (dialog);
-- 
GitLab

Upstream commit link is https://gitlab.xfce.org/apps/xfce4-t...d711b670699a97
 
5 members found this post helpful.
Old 02-10-2024, 09:02 AM   #3698
alex14641
Member
 
Registered: Feb 2016
Distribution: Slackware64_14.2, Slackware 15.0, Slackware64_current
Posts: 324

Rep: Reputation: Disabled
Could we get pipewire and wireplumber broken out into separate packages? This will make it easier to test the packages independent of each other. Right now I'm using WP 0.4.81 with no issues, and it's inconvenient to freeze PW upgrades just to keep WP at a particular version.
 
4 members found this post helpful.
Old 02-10-2024, 10:34 AM   #3699
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,441

Rep: Reputation: 4189Reputation: 4189Reputation: 4189Reputation: 4189Reputation: 4189Reputation: 4189Reputation: 4189Reputation: 4189Reputation: 4189Reputation: 4189Reputation: 4189
KDE Frameworks 5.115.0

Announcements:
https://kde.org/announcements/frameworks/5/5.115.0/
 
Old 02-10-2024, 04:10 PM   #3700
glennmcc
Member
 
Registered: Jan 2021
Location: North Jackson, Ohio (USA)
Distribution: slackware64-15.0, slackware64-current, slackware-14.0
Posts: 579

Rep: Reputation: 336Reputation: 336Reputation: 336Reputation: 336
Quote:
Originally Posted by alex14641 View Post
Could we get pipewire and wireplumber broken out into separate packages? This will make it easier to test the packages independent of each other. Right now I'm using WP 0.4.81 with no issues, and it's inconvenient to freeze PW upgrades just to keep WP at a particular version.
This is what Patrick does when a really good suggestion has been made.

Sat Feb 10 21:19:10 UTC 2024
l/pipewire-1.0.3-x86_64-3.txz: Rebuilt.
Removed bundled wireplumber.
l/wireplumber-0.4.17-x86_64-1.txz: Added.
This has been broken out as a new package.
Thanks to alex14641 for the suggestion.
 
2 members found this post helpful.
Old 02-10-2024, 06:51 PM   #3701
mistfire
Member
 
Registered: Jun 2021
Posts: 45

Rep: Reputation: Disabled
Quote:
Originally Posted by glennmcc View Post
This is what Patrick does when a really good suggestion has been made.

Sat Feb 10 21:19:10 UTC 2024
l/pipewire-1.0.3-x86_64-3.txz: Rebuilt.
Removed bundled wireplumber.
l/wireplumber-0.4.17-x86_64-1.txz: Added.
This has been broken out as a new package.
Thanks to alex14641 for the suggestion.
It's good that wireplumber is now a separate package. It's better to trace the problems occured in pipewire. The incident happened when pipewire 1.0.1 onwards on slackware had bluetooth device connection problem. I thought that it was pipewire has a problem at first, but it turns out it was wireplumber all along why bluetooth devices does not on pipewire. Fortunately pipewire devs gave a workaround

Last edited by mistfire; 02-10-2024 at 06:53 PM.
 
Old 02-10-2024, 09:12 PM   #3702
chrisretusn
Senior Member
 
Registered: Dec 2005
Location: Philippines
Distribution: Slackware64-current
Posts: 2,987

Rep: Reputation: 1556Reputation: 1556Reputation: 1556Reputation: 1556Reputation: 1556Reputation: 1556Reputation: 1556Reputation: 1556Reputation: 1556Reputation: 1556Reputation: 1556
Quote:
Originally Posted by reddog83 View Post
python-pillow 10.1.0
Agree, now at 10.2.0, not a show stopper yet, my python SlackBuild's that want it are not demanding it yet.

Perhaps we are waiting on the big upgrade to python 3.12.x or 3.11.x.

Last edited by chrisretusn; 02-10-2024 at 09:13 PM.
 
1 members found this post helpful.
Old 02-11-2024, 01:07 AM   #3703
Thom1b
Member
 
Registered: Mar 2010
Location: France
Distribution: Slackware
Posts: 486

Rep: Reputation: 339Reputation: 339Reputation: 339Reputation: 339
In wireplumer doinst.sh.gz, cmp verboses in stdout, not stderr even if it exits with non 0 error, that's strange. The redirection must be 1> /dev/null but the "&&" is good.
Code:
# Toss redundant sample files:
for file in wireplumber.desktop ; do
  cmp etc/xdg/autostart/${file} etc/xdg/autostart/${file}.sample 1> /dev/null && rm etc/xdg/autostart/${file}.sample
done

Last edited by Thom1b; 02-11-2024 at 01:10 AM.
 
Old 02-11-2024, 03:49 AM   #3704
Windu
Member
 
Registered: Aug 2021
Distribution: Arch Linux, Debian, Slackware
Posts: 597

Rep: Reputation: Disabled
Quote:
Originally Posted by Thom1b View Post
In wireplumer doinst.sh.gz, cmp verboses in stdout, not stderr even if it exits with non 0 error, that's strange. The redirection must be 1> /dev/null but the "&&" is good.
Code:
# Toss redundant sample files:
for file in wireplumber.desktop ; do
  cmp etc/xdg/autostart/${file} etc/xdg/autostart/${file}.sample 1> /dev/null && rm etc/xdg/autostart/${file}.sample
done
The redirection is likely done to avoid any useless feedback on your console during package installation. There is no added value in reading "etc/xdg/autostart/wireplumber.desktop etc/xdg/autostart/wireplumber.desktop.sample differ".

But I would rather have achieved the same with "cmp -s" to render the cmp utility silent.
 
1 members found this post helpful.
Old 02-11-2024, 09:18 AM   #3705
glennmcc
Member
 
Registered: Jan 2021
Location: North Jackson, Ohio (USA)
Distribution: slackware64-15.0, slackware64-current, slackware-14.0
Posts: 579

Rep: Reputation: 336Reputation: 336Reputation: 336Reputation: 336
Quote:
Originally Posted by glennmcc View Post
I've downloaded some videos which when attempting to play with mplayer kick-out this error.

==========================================================================
Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
Cannot find codec 'libdav1d' in libavcodec...
VDecoder init failed
Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
Cannot find codec 'libaom-av1' in libavcodec...
VDecoder init failed
Cannot find codec matching selected -vo and video format 0x31307661.
==========================================================================


Found on SBo, built & installed...

dav1d

and

aom

Now building ffmpeg v6.1.1 from source with...

./configure --enable-libdav1d --enable-libaom

Perhaps this new ffmpeg will be able to re-encode these videos into a playable format for mplayer that's included in -current.

__________

If so, my request is that div1d & aom be added to -current and that ffmpeg & mplayer be built with them enabled.

________

edit:

Yep... that did the job.

The video converted with the new build of ffmpeg v6.1.1
does indeed play just fine with the -current included mplayer

ffmpeg-6.1.1/ffmpeg -i original.mp4 -strict -2 -b:v 48k -r 24 -q:v 1 -acodec ac3 converted.mp4

_________

edit2:

Good-to-go.... a fresh build of mplayer with both enabled now plays the original just fine.
OK, nevermind that request.

Have just discovered that while ffmpeg & mplayer included in the main tree of current and 15.0 etc can-not handle AV1 videos...
both seamonkey & firefox do in-fact play them just fine.

So, untill such time as AV1 capability becomes more needed in ffmpeg & mplayer,
they can both remain as-is and we can use seamonkey or firefox for any AV1 videos that we happen to encounter.

Last edited by glennmcc; 02-11-2024 at 09:19 AM.
 
  


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 03:34 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