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 01-06-2016, 09:28 PM   #16
chris.willing
Member
 
Registered: Jun 2014
Location: Brisbane, Australia
Distribution: Slackware,LFS
Posts: 915

Rep: Reputation: 619Reputation: 619Reputation: 619Reputation: 619Reputation: 619Reputation: 619

I've been away and missed the early part of this discussion and I see Niki has moved on to something else anyway, however ...
I noticed same problem recently on pure 64bit system (no multilib). Interestingly vlc still ran OK when run as 'strace vlc' which made strace useless for debugging in this case.
Then I tried 'vlc -v -v -v' and found some plugins had problem with x265.so number which I (temporarily!) worked around with 'cd /usr/lib64 && ln -s libx265.so.68 libx265.so.59' - I'll sort out why vlc wants the wrong version later. Then running vlc -v -v -v' again found plugin problem with 'liblive555_plugin.so: undefined symbol: _ZTI10RTSPClient'. Running '/usr/lib64/vlc/plugins/access/liblive555_plugin.*' has fixed that problem for now. Since then vlc runs normally again - proper fixes still to be implemnented.

chris
 
Old 01-08-2016, 11:39 AM   #17
elcore
Senior Member
 
Registered: Sep 2014
Distribution: Slackware
Posts: 1,753

Rep: Reputation: Disabled
Quote:
Originally Posted by kikinovak View Post
SMplayer likes to nag with updates and does strange thinks like opening Firefox on the SMplayer homepage when you open your first video. I think with MPlayer frontends you have to go not for the best, but for the lesser evil.
This is because you build it with default config, I just switch these things off at compile time.
The trick is to find smplayer.pro, rewrite it, and then use the SlackBuild to replace it automatically.

Code:
cp $CWD/smplayer_custom.pro $PRGNAM-$VERSION/src/smplayer.pro
Comment the DEFINES in your file and it's all set:
Code:
DEFINES += SINGLE_INSTANCE
DEFINES += GUI_CHANGE_ON_RUNTIME
DEFINES += MPCGUI
DEFINES += SKINS
DEFINES += MPLAYER_SUPPORT

#DEFINES += EXPERIMENTAL
#DEFINES += FIND_SUBTITLES
#DEFINES += VIDEOPREVIEW
#DEFINES += YOUTUBE_SUPPORT
#DEFINES += BLURAY_SUPPORT
#DEFINES += LOG_MPLAYER
#DEFINES += LOG_SMPLAYER
#DEFINES += MPRIS2
#DEFINES += UPDATE_CHECKER
#DEFINES += CHECK_UPGRADED
#DEFINES += REMINDER_ACTIONS
#DEFINES += SHAREWIDGET
#DEFINES += USE_FONTCONFIG_OPTIONS
#DEFINES += AUTO_SHUTDOWN_PC
#DEFINES += MPV_SUPPORT
 
1 members found this post helpful.
Old 01-10-2016, 11:56 PM   #18
chris.willing
Member
 
Registered: Jun 2014
Location: Brisbane, Australia
Distribution: Slackware,LFS
Posts: 915

Rep: Reputation: 619Reputation: 619Reputation: 619Reputation: 619Reputation: 619Reputation: 619
Perhaps wrapping up the vlc side of this thread, an updated live555 package has just been submitted which fixes the vlc segfault (although requiring a rebuild of vlc with the new live555 package). The crucial issue was a lack of "Libs" section in live555 package's live555.pc file, without which vlc's liblive555_plugin.so file was built OK but without sufficient library references at runtime. Although this seems to have been OK in 14.1, it segfaults when loaded at startup in -current.

Niki, it would be great if you're able to test this - although you're using something else now ...

Anyone wanting to try it before the the next round of SBo updates can do so my manually adding the line:
Code:
Libs: -lliveMedia -lgroupsock -lBasicUsageEnvironment -lUsageEnvironment
to /usr/lib64/pkgconfig/live555.pc. Then rebuild the vlc SlackBuild.


chris
 
Old 01-11-2016, 02:41 AM   #19
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106
All of this is why I build a single big statically compiled VLC package... too many dependencies that have too many issues unless you resolve them all in a single location (the vlc.SlackBuild).
 
1 members found this post helpful.
Old 01-11-2016, 11:02 AM   #20
kikinovak
MLED Founder
 
Registered: Jun 2011
Location: Montpezat (South France)
Distribution: CentOS, OpenSUSE
Posts: 3,453

Original Poster
Rep: Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154
Quote:
Originally Posted by Alien Bob View Post
All of this is why I build a single big statically compiled VLC package... too many dependencies that have too many issues unless you resolve them all in a single location (the vlc.SlackBuild).
I came to that conclusion the hard way. Now I just don't bother and simply use your perfect static package. Thanks for that!

Niki
 
Old 01-12-2016, 11:08 AM   #21
kikinovak
MLED Founder
 
Registered: Jun 2011
Location: Montpezat (South France)
Distribution: CentOS, OpenSUSE
Posts: 3,453

Original Poster
Rep: Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154
Quote:
Originally Posted by elcore View Post
This is because you build it with default config, I just switch these things off at compile time.
The trick is to find smplayer.pro, rewrite it, and then use the SlackBuild to replace it automatically.
Thanks, that did the trick! From MLED's ChangeLog:

Code:
Tue Jan 12 11:03:21 CET 2016
smplayer-15.9.0-x86_64-1_microlinux.txz: Added.
	This version of SMPlayer is shipping without all the nagging features like
	Firefox popup windows or update notifications. Thanks to elcore on LQ.
umplayer-0.97-x86_64-1_microlinux.txz: Removed.
  Moved to pasture/.
+--------------------------+
Cheers,

Niki
 
  


Reply

Tags
vlc



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
•Red Hat Enterprise Linux 5 (UL6+) (32-bit. 64 bit supported in 32-bit mode) download oylf1985 Linux - Newbie 13 04-08-2019 12:55 PM
[SOLVED] New kernel in -current (32 bit, 64 bit) and in 14.1( 64 bit) hitest Slackware 24 03-08-2014 10:10 AM
Can't find 32 bit libs to run 32 bit prog on 64 bit CentOS homer_3 Linux - Distributions 2 09-30-2013 08:45 PM
[SOLVED] Installing 32 bit RPMs on 64 bit Linux conflicts with 64 bit packages gheibia Linux - Server 1 08-18-2011 01:33 AM
Has anyone installed a 32-bit debian system to replace their current 64-bit system? BigVig Debian 2 06-27-2008 10:44 AM

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

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