LinuxQuestions.org
Review your favorite Linux distribution.
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


Closed Thread
  Search this Thread
Old 03-17-2016, 08:40 PM   #601
chytraeus
Member
 
Registered: Dec 2008
Distribution: slackware64 openbsd
Posts: 105

Rep: Reputation: 11
new hexchat 2.12.0


hexchat version 2.12.0 was released on March 12.
 
2 members found this post helpful.
Old 03-17-2016, 09:08 PM   #602
vladimir1986
Member
 
Registered: Jul 2011
Posts: 112

Rep: Reputation: Disabled
I have an old laptop, but love to listen to music online. I used to do it with youtube, but since HTML5 it struggles, and flash is going to be dead soon.

I used to listen to music using mpsyt, minitube or youtube viewer, which are offered in slackbuilds/alien but none of those work anymore or even compile in their latest versions.... (pafy errors, incompatible with new Youtube API or libraries are too outdated).

I really would love to be able to listen to that music using one of those again, specially if I can do it from terminal. But it is quite difficult to achieve in Slackware, even in current.
 
Old 03-17-2016, 09:21 PM   #603
USUARIONUEVO
Senior Member
 
Registered: Apr 2015
Posts: 2,335

Rep: Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930
Quote:
Originally Posted by vladimir1986 View Post
I have an old laptop, but love to listen to music online. I used to do it with youtube, but since HTML5 it struggles, and flash is going to be dead soon.

I used to listen to music using mpsyt, minitube or youtube viewer, which are offered in slackbuilds/alien but none of those work anymore or even compile in their latest versions.... (pafy errors, incompatible with new Youtube API or libraries are too outdated).

I really would love to be able to listen to that music using one of those again, specially if I can do it from terminal. But it is quite difficult to achieve in Slackware, even in current.

smtube
 
1 members found this post helpful.
Old 03-17-2016, 10:26 PM   #604
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,097

Rep: Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276
Thunderbird-38.7.0.
Thanks.

Security fixes: https://www.mozilla.org/en-US/securi...hunderbird38.7

Last edited by cwizardone; 03-18-2016 at 12:03 PM.
 
1 members found this post helpful.
Old 03-18-2016, 02:28 AM   #605
RoyBatty100
LQ Newbie
 
Registered: Mar 2013
Posts: 8

Rep: Reputation: 0
Boost and gkrellm

Please upgrade boost to 1.60.0 and consider upgrade gkrellm.
They have published gkrellm-2.3.6-rc1.tar.bz2, I know it is rc
but current gkrellm-2.3.5 is five years old.
Thank you
 
Old 03-18-2016, 03:17 AM   #606
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,098

Rep: Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175
maybe it's me and it's not my intention to do the party pooper but I think many of the above posters missed the latest ChangeLog
Quote:
Thu Mar 17 22:09:16 UTC 2016
Good hello, let's call this Slackware 14.2 release candidate 1. We still have a bit of work to do before this is fully ready to go, but we're done doing every little upgrade that comes along. Well, mostly.
 
1 members found this post helpful.
Old 03-18-2016, 05:17 AM   #607
Tonus
Senior Member
 
Registered: Jan 2007
Location: Paris, France
Distribution: Slackware-15.0
Posts: 1,405
Blog Entries: 3

Rep: Reputation: 514Reputation: 514Reputation: 514Reputation: 514Reputation: 514Reputation: 514
Hi,

Just a little upgrade, as said :
l/urwid was upgraded from 1.3.0 to 1.3.1
Fixes multiple crashes in wicd-curses.

Compiled on current with no problem (just bump the version in Slackbuild and apropriate sources)

Download sources here : https://pypi.python.org/packages/sou...d-1.3.1.tar.gz

Changelog 1.3.1 :
2015-11-01
  • Fix for screen not getting reset on exception regression (by Rian Hunter)
  • AttrSpec objects are now comparable (by Random User)
  • MonitoredList now has a clear method if list has a clear method (by neumond)
  • Fix for BarGraph hlines sort order (by Heiko Noordhof)
  • Fix for final output not appearing on exit with some terminals now that extra newline was removed (by Jared Winborne)
  • Fix for a resizing bug in raw_display (by Esteban null)

Last edited by Tonus; 03-18-2016 at 05:19 AM.
 
Old 03-18-2016, 05:34 AM   #608
GazL
LQ Veteran
 
Registered: May 2008
Posts: 6,897

Rep: Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019
Quote:
Originally Posted by USUARIONUEVO View Post
Hi , i request 2 times the option



in xterm , i think no lucky because im not explain nothing arround that request.

Here is a little example ... can send a task in xterm ,and see in the xterm window and at same time , save a txt with all actions registered.




the code , do a scan in xterm window ...and register all in to file /tmp/scan.txt , if no logging enabled, that type of actions NOT WORK.

All distros compile xterm with logging enabled , i think is not problematic option to enable.

Saving actions in to a txt , helps to grep later some things, or to comparision propouse.

I hope , now understand my request.

Thanks.

The command exposed , only works well ,if recompile xterm with logging , in the actual xterm 322 (no loggin enabled) , the action do a scan ,but can`t save in to a txt...only after recompile enabling that.

I'm not entirely sure what your aim is, but logging at the xterm level seems an odd way of doing it.

Does this not work for you?
Code:
xterm -e "iw wlan0 scan | tee /tmp/scan.txt ;bash"
Or,
Code:
xterm -e "bash -c \"iw wlan0 scan | tee /tmp/scan.txt ; read\""
If all you're looking to do is view the output, then you don't need xterm. xmessage will do the job.
Code:
iw wlan0 scan | tee /tmp/scan.txt | xmessage -default okay -file -
And then there's also script(1) which is another way to go.


The xterm man-page has this to say on logging:
Quote:
-l Turn logging on. Normally logging is not supported, due to security concerns.

Last edited by GazL; 03-18-2016 at 05:40 AM.
 
Old 03-18-2016, 06:11 AM   #609
RoyBatty100
LQ Newbie
 
Registered: Mar 2013
Posts: 8

Rep: Reputation: 0
Smile Correct

Quote:
Originally Posted by ponce View Post
maybe it's me and it's not my intention to do the party pooper but I think many of the above posters missed the latest ChangeLog
Correct, it's just you Good Sir. Nobody's missed anything. People are (re)posting requests because of the recent changelog. They know it is a final call.
Don't make assumption that some Slackers missed something... .
Have a good one .
 
Old 03-18-2016, 06:21 AM   #610
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,098

Rep: Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175
Quote:
Originally Posted by RoyBatty100 View Post
Don't make assumption that some Slackers missed something...
ok, so please feel free to send in (welcomed) patches for whatever the boost bump to 1.60.0 will eventually break (in current and on SBo): thanks in advance!

Last edited by ponce; 03-18-2016 at 06:47 AM.
 
2 members found this post helpful.
Old 03-18-2016, 07:00 AM   #611
ReaperX7
LQ Guru
 
Registered: Jul 2011
Location: California
Distribution: Slackware64-15.0 Multilib
Posts: 6,558
Blog Entries: 15

Rep: Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097
It's not that package updates will be considered Roy, it's the fact things have gotten to a point of stability where only packages to fix issues, critical security patches, and the like are more important at the moment.

That being said don't stop with the submissions of full updates and patches.
 
Old 03-18-2016, 07:32 AM   #612
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 vladimir1986 View Post
I have an old laptop, but love to listen to music online. I used to do it with youtube, but since HTML5 it struggles, and flash is going to be dead soon.

I used to listen to music using mpsyt, minitube or youtube viewer, which are offered in slackbuilds/alien but none of those work anymore or even compile in their latest versions.... (pafy errors, incompatible with new Youtube API or libraries are too outdated).

I really would love to be able to listen to that music using one of those again, specially if I can do it from terminal. But it is quite difficult to achieve in Slackware, even in current.
There are several options out there. Looking on the arch forum, it looks like the best option with minimal 3rd-party programs would be to use youtube-dl in conjunction with mplayer.

Code:
youtube-dl -q -o- $url | mplayer -cache 8192  -
If you want just audio, you can try the following.

Code:
youtube-dl -f bestaudio -q -o- $url | mplayer -cache 8192  -
However, it looks like the easier option (except for the compilation) would be to use mpv with youtube-dl support. Supposedly, if you compile mpv with youtube-dl support, you can just run:

Code:
mpv $url
You can do audio only with:

Code:
mpv $url --no-video
NOTE: I am not at home and am unable to test any of these. They are just various things I found online.
 
Old 03-18-2016, 07:45 AM   #613
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,057

Rep: Reputation: Disabled
I'm probably a bit late after RC1 but still...

If space permits, please provide EFI booting for 32-bit as well as 64-bit.

Rationale: useful for embedded and low end systems like some notebooks or tablets. I anticipate that during the life of Slackware-14.2 booting in legacy mode will be less and less available on new computers.

Last edited by Didier Spaier; 03-18-2016 at 07:49 AM.
 
Old 03-18-2016, 08:55 AM   #614
RoyBatty100
LQ Newbie
 
Registered: Mar 2013
Posts: 8

Rep: Reputation: 0
Talking Got it

Quote:
Originally Posted by ponce View Post
ok, so please feel free to send in (welcomed) patches for whatever the boost bump to 1.60.0 will eventually break (in current and on SBo): thanks in advance!
I got it already upgraded on Slackware64 14.1. Works well to me.
Been around since kernel 1.2.x not a problem It's just that kind of thinking.
You gonna ship almost decade old unmaintained code (gkrellm) and people
will use it for another two years until Slackware 15.0? perfect code?.
Wrong, in my opinion it was enough time to consider drop gkrellm, use rc release,
git-snap or switch to Conky for instance. Boost isn't a problem, not that old
but it is nice to have the latest stable release for another two years.
Anyway cant wait for Slackware 14.2, kernel and gcc.
Stay classy
 
Old 03-18-2016, 09:22 AM   #615
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,661

Rep: Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784
Quote:
Originally Posted by RoyBatty100 View Post
I got it already upgraded on Slackware64 14.1. Works well to me.
Been around since kernel 1.2.x not a problem It's just that kind of thinking.
You gonna ship almost decade old unmaintained code (gkrellm) and people
will use it for another two years until Slackware 15.0? perfect code?.
Wrong, in my opinion it was enough time to consider drop gkrellm, use rc release,
git-snap or switch to Conky for instance. Boost isn't a problem, not that old
but it is nice to have the latest stable release for another two years.
Anyway cant wait for Slackware 14.2, kernel and gcc.
Stay classy
As long as it still works, why bother to upgrade to a new rc release which we have no idea about it's stability.

There are other apps that are older than gkrellm and it's still shipped in slackware

About boost, think about the consequences. It may affect other packages in Slackware's core packages as well as in SBo.

Eventually there should be a point where stability comes first and i guess RC1 is the sign for it. All new shinny features can wait for next release.

Last edited by willysr; 03-18-2016 at 09:25 AM.
 
  


Closed Thread



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] how to show the current time at the top in the current shell Always ? rohitchauhan Linux - General 5 04-09-2014 03:05 PM
Slackware ARM (current) epic mistake: the current Android kernels are kicked out! Darth Vader Slackware 16 08-25-2013 04:36 PM
[SOLVED] setup fails on most current Slackware-current March 26, 2012 AlleyTrotter Slackware 15 04-09-2012 06:05 AM
Observation of Feb -current vs March -current Hangaber Slackware 14 03-12-2010 08:26 AM
cvs diff the most current and second last current version powah Linux - Software 1 03-30-2006 01:02 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 11:25 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