Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 8th October 2011, 11:25 AM
cyborg's Avatar
cyborg Offline
Registered User
 
Join Date: Apr 2004
Location: Brackley, England
Age: 22
Posts: 180
linuxchrome
Compile VLC from source

I'm using F16 and am trying to compile VLC because the rawhide rpmfusion isn't working.

I'm getting this error

Code:
checking for DBUS... no
configure: error: Couldn't find DBus >= 1.0.0, install libdbus-dev ?
dbus is installed (I think most stuff depends on it) so why isn't it working? Or does anyone know a different repo?

Cheers
__________________
[joe@host]
Reply With Quote
  #2  
Old 8th October 2011, 11:30 AM
ah7013's Avatar
ah7013 Offline
Registered "Cashew" User
 
Join Date: May 2010
Location: Adelaide, Australia
Age: 18
Posts: 614
linuxfirefox
Re: Compile VLC from source

Is dbus-devel installed?
__________________
Running Mageia 3 (KDE 4.10) on an ASUS K55V (Core i5, 16GB RAM, 750GB HDD, Nvidia 610M)
Reply With Quote
  #3  
Old 8th October 2011, 11:35 AM
cyborg's Avatar
cyborg Offline
Registered User
 
Join Date: Apr 2004
Location: Brackley, England
Age: 22
Posts: 180
linuxchrome
Re: Compile VLC from source

Quote:
Originally Posted by ah7013 View Post
Is dbus-devel installed?
Nope, thanks!
__________________
[joe@host]
Reply With Quote
  #4  
Old 8th May 2012, 07:33 PM
Eirik Offline
Registered User
 
Join Date: May 2012
Location: Louisville, KY, United States, Earth, etc.
Posts: 2
linuxchrome
Re: Compile VLC from source

Compiled VLC 2.0.1 from scratch today, here's the full list of dependencies I had to install to get (almost) everything available in VLC installed:
Fedora 16 64-bit VLC 2.0.1 dependency installs:
Code:
yum install lua-devel lua-devel libmad-devel ffmpeg-devel a52dec-devel libxcb-devel libX11-devel mesa-libGLU-devel pulseaudio-libs-devel libogg-devel gstreamer-plugins-ugly audacious-plugins-freeworld-mp3 xmms-mp3 ffmpeg ffmpeg-devel fribidi-devel libnotify-devel libcddb libcddb-devel libmodplug-devel libva libshout libshout-devel flac-devel twolame twolame-devel libdca libdca-devel libmpeg2 libmpeg2-devel speex speex-devel taglib-devel libmtp-devel fluidsynth fluidsynth-devel kate libkate kate-devel libkate-devel libcaca libcaca-devel libsamplerate libsamplerate-devel libprojectM libprojectM-devel libupnp-devel SDL-devel libdvdnav-devel libdvdread-devel libraw1394-devel zvbi-devel xkeycaps xmms-acme schroedinger-devel SDL_image-devel librsvg2-devel libavc1394-devel libdc1394-devel libass libass-devel live555-devel libv4l libv4l-devel libudev libudev-devel libxcb libxcb-devel xcb-util xcb-util-devel ffmpeg2dirac dirac dirac-devel dirac-libs libva libva-devel portaudio-devel
Add libbluray/libbluray-devel if you want Blu-Ray support. The Live555 library in Fedora is older than what 2.0.1 wants (dated 2011-12-XX), so that would have to compiled separately beforehand if you want "liveMedia". JACK, whatever goom is, avahi/bonjour, and gnome vfs support are the only components missing from that dependency list.

Fedora is also missing libsidplay2 for playing .SID chiptunes.

90% of those libraries come from the Fedora or Updates repositories, with the remaining packages coming from rpmfusion-free.


Alas, after spending an hour tracking down every last optional component that configure didn't like, the entire reason I compiled VLC 2, to have better support for CUE sheets describing MP3s, doesn't deliver.


EDIT: Post was created to save time for others who find this thread via Google. The blog posts detailing VLC dependencies on Feodra are way, way out-of-date.

Last edited by Eirik; 8th May 2012 at 07:36 PM.
Reply With Quote
  #5  
Old 8th May 2012, 08:00 PM
Fenrin Offline
Registered User
 
Join Date: Apr 2010
Location: Earth
Posts: 858
linuxopera
Re: Compile VLC from source

vlc is also in the rpmfusion repo. For Fedora 17 (x86_64) it's here: http://download1.rpmfusion.org/free/...ing/17/x86_64/

to install the whole repo for F17 the package rpmfusion-free-release-17-0.5.noarch.rpm can be downloaded and installed.
Reply With Quote
  #6  
Old 8th May 2012, 08:20 PM
Eirik Offline
Registered User
 
Join Date: May 2012
Location: Louisville, KY, United States, Earth, etc.
Posts: 2
linuxchrome
Re: Compile VLC from source

But if you install it from the rawhide repo, won't that replace the existing VLC 1.1.13? Since it's still new software, and presumably buggy, I'd rather have both copies running side-by-side until I can be sure that VLC 2 will even work.

In any case, that never popped up in my searches a few weeks ago for how to install VLC2 via yum.
Reply With Quote
  #7  
Old 8th May 2012, 08:47 PM
Fenrin Offline
Registered User
 
Join Date: Apr 2010
Location: Earth
Posts: 858
linuxopera
Re: Compile VLC from source

yes if you install vlc-2.0.1-1.fc17.x86_64.rpm, it will remove vlc-1*.rpm, if that's installed. Well I personally prefer gnome-mplayer.

vlc and many other multimedia programs and codecs are available via the rpmfusion repo. The free rpmfusion repo is at above link, it's not yet linked on the rpmfusion startpage yet (rawhide links do not work, rawhide is actually intended for Fedora 18).
Reply With Quote
Reply

Tags
compile, dbus, vlc, vlc dependency

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Can't compile from C source dbridges Using Fedora 2 4th June 2011 11:11 PM
compile from source help vitorxa Using Fedora 0 8th December 2010 12:02 AM
How to compile from source? houserparker Using Fedora 4 24th November 2009 07:21 AM
trying to compile from source thugpoet22 Using Fedora 5 21st February 2006 11:08 AM
How to use apt-get to compile source Uncrase Using Fedora 2 29th March 2004 09:59 PM


Current GMT-time: 03:45 (Wednesday, 22-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat