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 07-28-2015, 07:14 PM   #106
j_v
Member
 
Registered: Oct 2011
Distribution: Slackware64
Posts: 364

Rep: Reputation: 67

@kikinovac Did you follow the ffmpeg testing many of us worked on and posted about on the SBo mailing list? This occured just prior to the update to 2.6.3. I think that you might benifit from using a tool such as hoorex(1) for tracking down package dependencies.

Using the command
Code:
hoorex -1m ffmpeg
I get the following list of dependencies. I have found that, since I prefer to build ffmpeg with most of its optional requirements, that I often need to build a base version of ffmpeg (fewer optional requirements included) to resolve circular dependencies:

Code:
ffmpeg
digikam
kino
vcmi
rosa-media-player
mlt
ffmpegthumbnailer
flowblade
sinthgunt
xjadeo
dvd-slideshow
imagination
openshot
ffms2
soundconverter
makemkv
cantata
spek
openmw
vcmi-wog
miro
xvst
kradio
mpv
kdenlive
freerdp
ripit
ffmpegyag
vcmi-core
remmina
guvcview
alephone
linphone
marathon-infinity-data
libvdpau-va-gl
qTox
imageshack-uploader
marathon2-data
wxsvg
transcode
lastfm
vlc
ssr
vcmi-resolutions
sopcast-player
cinelerra
winff
ffmpeg2theora
wargus
devede
msx264
get_iplayer
bombono-dvd
recorditnow
aegisub
tovid
dvdrip
minidlna
oggconvert
dvdstyler
clipgrab
marathon-data
1. http://slackbuilds.org/repository/14.1/misc/hoorex/ and https://github.com/cwilling/hoorex

Last edited by j_v; 07-29-2015 at 05:36 AM. Reason: fix my hoorex command example
 
Old 07-29-2015, 05:10 AM   #107
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 Bertman123 View Post
I noted when going to use remmina to connect to a windows server at work and I got a message saying that the rdp plugin wasn't installed. Could the ffmpeg updates have caused problems with freerdp? I tried to install freerdp from sbopkg (just to check to see if it worked) and was receiving an ffmpeg error there as well.

On a similar note I was trying to convert an MP4 to MP3 using winff and was also receiving an ffmpeg error.

My system is fully updated as of this morning and I am running slackware 14.1 64 bit (pure 64 bit no multilib) with MLED and the xfce desktop.
Right, here goes.

Code:
Wed Jul 29 10:45:58 CEST 2015
freerdp-20131115_ea18d2b-x86_64-2_microlinux.txz: Rebuilt.
Rebuilt against new ffmpeg.
winff-20150729-x86_64-1_microlinux.txz: Upgraded.
+--------------------------+
After rebuilding FreeRDP, Remmina shouldn't spew out any more errors.

I've upgraded WinFF to the latest version. Normally this should be 1.5.4, and the application identifies itself as version 1.5.4. But since the project's web presence is a complete mess, with files scattered all over Sourceforge, Googlecode, Github, Wordpress and Blogger, I simply checked out the latest Git snapshot and built it from there. Please give that MP4 to MP3 conversion another spin with the new version.

Cheers,

Niki

Last edited by kikinovak; 07-29-2015 at 05:11 AM.
 
1 members found this post helpful.
Old 07-29-2015, 07:12 PM   #108
Bertman123
Member
 
Registered: Jun 2010
Distribution: Slackware Current 64 bit KDE 5
Posts: 380

Rep: Reputation: 77
Quote:
Originally Posted by kikinovak View Post

After rebuilding FreeRDP, Remmina shouldn't spew out any more errors.

I've upgraded WinFF to the latest version. Normally this should be 1.5.4, and the application identifies itself as version 1.5.4. But since the project's web presence is a complete mess, with files scattered all over Sourceforge, Googlecode, Github, Wordpress and Blogger, I simply checked out the latest Git snapshot and built it from there. Please give that MP4 to MP3 conversion another spin with the new version.

Cheers,

Niki
Okay, I got winff working. After upgrading I was still getting the errors, but after removing ffmpeg and reinstalling everything worked like a charm. I'm still getting the error with remmina: Protocol plugin RDP is not installed. I tried uninstalling and reinstalling both remmina and freerdp, but the error is still there.
 
Old 07-30-2015, 02:41 AM   #109
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 Bertman123 View Post
Okay, I got winff working. After upgrading I was still getting the errors, but after removing ffmpeg and reinstalling everything worked like a charm. I'm still getting the error with remmina: Protocol plugin RDP is not installed. I tried uninstalling and reinstalling both remmina and freerdp, but the error is still there.
I upgraded both FreeRDP and Remmina this morning.

Code:
Thu Jul 30 08:51:42 CEST 2015
freerdp-1.2.0_beta1_android9-x86_64-1_microlinux.txz: Upgraded.
remmina-1.2.0_rcgit.1-x86_64-1_microlinux.txz: Upgraded.
+--------------------------+
Remmina wouldn't build with the older version of FreeRDP. Upgrade both packages, and everything should work as expected.

Cheers,

Niki
 
1 members found this post helpful.
Old 07-30-2015, 06:51 AM   #110
Bertman123
Member
 
Registered: Jun 2010
Distribution: Slackware Current 64 bit KDE 5
Posts: 380

Rep: Reputation: 77
Quote:
Originally Posted by kikinovak View Post
I upgraded both FreeRDP and Remmina this morning.

Remmina wouldn't build with the older version of FreeRDP. Upgrade both packages, and everything should work as expected.

Cheers,

Niki
That worked, thanks!
 
Old 07-31-2015, 02:26 PM   #111
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
Business is calm at this time of the year, so I've got some time to fine-tune MLED. Here's today's updates.

Code:
Fri Jul 31 08:16:11 CEST 2015
hoorex-0.5.5-x86_64-1_microlinux.txz: Removed.
While hoorex is a nifty tool, it's really only useful if you're a packager.
unrar-5.2.6-x86_64-1_microlinux.txz: Upgraded.
slackpkg+-1.3.2-noarch-2_microlinux.txz: Rebuilt.
Fixed package description.
+--------------------------+
Fri Jul 31 10:15:09 CEST 2015
virtualbox-4.3.30-x86_64-1_microlinux.txz: Upgraded.
virtualbox-kernel-4.3.30_3.10.17-x86_64-1_microlinux.txz: Upgraded.
virtualbox-extension-pack-4.3.30-x86_64-1_microlinux.txz: Upgraded.
+--------------------------+
Cheers,

Niki
 
1 members found this post helpful.
Old 08-01-2015, 06:27 AM   #112
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
New month, new LibreOffice.

Code:
Sat Aug 1 09:06:52 CEST 2015
libreoffice-4.4.5-x86_64-1_microlinux.txz: Upgraded.
libreoffice-langpack-fr-4.4.5-x86_64-1_microlinux.txz: Upgraded.
libreoffice-langpack-de-4.4.5-x86_64-1_microlinux.txz: Upgraded.
libreoffice-helppack-fr-4.4.5-x86_64-1_microlinux.txz: Upgraded.
libreoffice-helppack-de-4.4.5-x86_64-1_microlinux.txz: Upgraded.
+--------------------------+
A word on this new version from the LO folks:

Quote:
The Document Foundation (TDF) announces LibreOffice 4.4.5, the fifth minor release of the LibreOffice 4.4 family, with over 80 fixes over the previous version. LibreOffice 4.4.5 is replacing LibreOffice 4.3.7 as the 'still' version for more conservative users and enterprise deployments.
Cheers,

Niki
 
1 members found this post helpful.
Old 08-02-2015, 02:41 AM   #113
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
Dropbox has been upgraded to version 3.8.5 for both 32-bit and 64-bit.
 
Old 08-03-2015, 02:40 AM   #114
travis82
Member
 
Registered: Feb 2014
Distribution: Bedrock
Posts: 437

Rep: Reputation: 231Reputation: 231Reputation: 231
Thanks for providing notifications about upgraded packages in this thread. I really appreciate that.

I suggest adding brief explanation about blueman and nouveau packages in installation guide. Something like this: If your system has a bluetooth adapter or/and uses Nvidia GPU, edit X and/or Xap tagfiles and ADD blueman and/or xf86-video-nouveau packages.

I promise this doesn't make MLED another Ubuntu spin off.

Also I think adding wxcam to extra folder is not a bad idea. Since xvidcore and wxpython already shipped in MLED. You just need CImg and mjpegtools. This make MLED a more complete OS for laptops.

Best regards

Last edited by travis82; 08-03-2015 at 02:56 AM.
 
Old 08-03-2015, 10:42 AM   #115
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
On a side note, there have been various bug reports about missing notifications with Dropbox 3.x. FYI, notifications are displayed correctly with Dropbox 3.8.5 / MLED 14.1 / Xfce 4.12. So you can upgrade safely.

Cheers,

Niki
 
Old 08-04-2015, 02:33 AM   #116
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 travis82 View Post
Thanks for providing notifications about upgraded packages in this thread. I really appreciate that.

I suggest adding brief explanation about blueman and nouveau packages in installation guide. Something like this: If your system has a bluetooth adapter or/and uses Nvidia GPU, edit X and/or Xap tagfiles and ADD blueman and/or xf86-video-nouveau packages.

I promise this doesn't make MLED another Ubuntu spin off.

Also I think adding wxcam to extra folder is not a bad idea. Since xvidcore and wxpython already shipped in MLED. You just need CImg and mjpegtools. This make MLED a more complete OS for laptops.

Best regards
Right, here goes. From the revised MLED-HOWTO:

Code:
A word on what's left out
-------------------------

MLED doesn't rely on a full Slackware installation. Here's what's NOT
installed :

  1. Everything related to KDE, since MLED is based on Xfce.

  2. The xf86-video-nouveau driver, since the proprietary drivers work better.

  3. Various exotic fonts, which clutter LibreOffice's font preview.

  4. Some small X11 applications like Blueman, Gnuchess, etc.

Of course, you're free to override this selection by manually installing any
package (Nouveau driver, exotic font, Blueman, etc.) that's been left out with
a simple 'slackpkg install <package>'.
As for the webcam, try this:

Code:
$ mplayer tv://
Cheers,

Niki
 
1 members found this post helpful.
Old 08-21-2015, 07:12 AM   #117
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
Besides the usual updates for Adobe Flash and Mozilla Firefox and Thunderbird language packs, the Simple Scan application has been added to the [extras] repository. Some of my clients seem to have a hard time with Xsane's poor intuitiveness.

Cheers,

Niki
 
Old 09-05-2015, 02:20 AM   #118
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
Following a user's request, I've added the HomeBank personal finance manager to the extra/ repository. It's built against libofx, which in turn needs libxml++. Both libraries have been added to the main MLED repository.

Cheers,

Niki
 
2 members found this post helpful.
Old 09-06-2015, 03:37 PM   #119
myre75
Member
 
Registered: Nov 2013
Location: Lyon, France
Distribution: Slackware MLED 14.2 64 Bits
Posts: 30

Rep: Reputation: Disabled
That sounds great ! Thanks for all
 
Old 09-08-2015, 11:30 AM   #120
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
Yesterday I've stumbled over an X265-encoded video which MPlayer-1.1.1 apparently couldn't handle. After some experimenting, I took the MPlayer-20150721 source tarball from testing and built it against a stable MLED 14.1, with a few tweaks. For the time being, I put packages for 32-bit and 64-bit in testing/.

Thanks to alienBob and pprkut on #slackbuilds for their help.

Niki
 
  


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
[ANN] MLED 14.1 Xfce & MATE editions released! kikinovak Slackware 82 03-18-2014 06:27 AM
[ANN] MLED 14.1 KDE released kikinovak Slackware 5 12-04-2013 07:49 PM
[ANN] New MLED site and repo kikinovak Slackware 15 12-02-2013 08:25 AM
MLED 14.0 released! kikinovak Slackware 16 06-09-2013 09:04 AM

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

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