http://blog.seventhmoon.info/blog/2012/07/31/getting-pithos-to-work-in-fedora-16-17/12/07/31/getting-pithos-to-work-in-fedora-16-17/
It's for Fedora 16 and 17 but it worked for Fedora 19 just fine. Below is a rehash of the steps needed to download and compile Pithos.
Step 1 - Input this command to add the rpmfusion repositories. One long command.
yum localinstall --nogpgcheck http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm
Step 2 - Input this yum command to install dependencies for Pithos. One long command.
yum install python pyxdg pygobject2 pylast gstreamer-python notify-python gtk2-python dbus-python gstreamer-plugins-good gstreamer-plugins-bad gstreamer-plugins-ugly python-distutils-extra git python-setuptools
Step 3 - Where the magic happens. We download the source, compile and install. Three seperate commands, one on each line.
git clone https://github.com/kevinmehall/pithos.git
cd pithos
sudo python setup.py install --prefix=/usr
Also, I think the original author sums it up best with...
Hey there!!
ReplyDeleteThanks for the shout-out to my original article (which is now at http://blog.seventhmoon.info/getting-pithos-to-work-in-fedora/)
I've hit a snag in Fedora 20 though. Seem to be missing 'gtk2-python' and trying to compile nets me a lovely 'ImportError: No module named ez_setup'
Have you hit anything similar?
PS. Not sure why this post is linking to my Blogger (of all the Google services to link to)
It's always the same. As soon as I decide to post on a site about my issue....I solve it.
DeleteNeeded 'python-setuptools' and 'gstreamer-plugins-ugly'
Awesome, glad you got it figured out. I'll update my post to reflect the extra needed deps. Thanks for the heads up.
ReplyDeleteI am still getting GStreamer is missing a plug-in
ReplyDelete