Reply
 
Thread Tools Display Modes
  #1  
Old 04-20-2012, 03:35 AM
logavanc logavanc is offline
Junior Member
 
Join Date: Apr 2012
Location: Pullman, WA
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default Pithos
Pithos is a Pandora client for the GNOME Desktop. The official
Flash-based client is a CPU hog, and Pianobar is a great
reverse-engineered implementation, but is command-line only. Neither
integrate with the desktop very well, missing things like media key
support and song notifications.

http://www.freshports.org/audio/pithos/
Reply With Quote
  #2  
Old 04-21-2012, 01:07 AM
logavanc logavanc is offline
Junior Member
 
Join Date: Apr 2012
Location: Pullman, WA
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default
I can go through the EasyPBI process on my own, and it is pretty straight forward, so I am assuming that this request area is so that a PBI package can be automatically generated based on upstream packages or something, right?
Reply With Quote
  #3  
Old 04-21-2012, 02:20 AM
sg1efc sg1efc is offline
Senior Member
 
Join Date: Jan 2012
Location: USA
Posts: 247
Thanks: 329
Thanked 7 Times in 7 Posts
Default
Originally Posted by logavanc View Post
I can go through the EasyPBI process on my own, and it is pretty straight forward, so I am assuming that this request area is so that a PBI package can be automatically generated based on upstream packages or something, right?
This forum was created before EasyPBI was made available I think and this was probably a main way for people to request PBI's to be made (but I'm a noobie so could be wrong, LoL). I tried to create a PBI for Tribler but there is a bug in EasyPBI, however one of the awesome staff here told me about the problem and a work-around for it.

You can read about it and Ken Moore's (Beanpole's) solution if you are interested or run into the same problem. The people here are really Awesome with all the help they give to everyone.

http://forums.pcbsd.org/showthread.p...hlight=tribler
__________________
PC-BSD totally rocks! Thanks A Lot to everyone who has helped create and improve it.

http://nwbackup.net/wordpress/
Reply With Quote
  #4  
Old 04-21-2012, 01:31 PM
Beanpole's Avatar
Beanpole Beanpole is offline
Senior Member
 
Join Date: May 2010
Posts: 1,605
Thanks: 2
Thanked 147 Times in 129 Posts
Default
@logavanc
I already created and configured a PBI module for pithos and added it to the build server. I actually had to tweak the standard EasyPBI module a bit in order to get it to work, but it seems to be working now except for the fact that no sound comes out of my speakers (but I have been having issues with an unconventional sound setup for my system recently).

If you would like, you can download the module [1] and build it with EasyPBI on your system as well to test it out.

[1]: http://trac.pcbsd.org/browser/pbi/modules/audio/pithos
-or- "svn co svn://svn.pcbsd.org/pbi/modules/audio/pithos"

@sg1efc
Yes, EasyPBI is a (relatively) new tool for creating PBI's on your own system, rather than forcing a user to wait for the PBI to appear in the AppCafe. However, we still are very active about filling PBI requests posted here on the forums, and ask that if a user does build a personal PBI for their own use (using EasyPBI), to please send the module to the PC-BSD pbi-dev mailing list so that we can get it added to the AppCafe for others to use as well.

---
FYI: There is a shiny new version of EasyPBI available in the PC-BSD repository that will be included with PC-BSD 9.1. This version has had the back-end completely rewritten and allows full editing of PBI modules within the GUI in addition to fixing the PBI build bug that the current PBI in the AppCafe has.

To get this new version; from a terminal run:
"svn co svn://svn.pcbsd.org/pcbsd/current/src-qt4/EasyPBI EasyPBI-source"
then cd to that directory and (as root) run "qmake-qt4 *.pro; make"

This does require that you have the PC-BSD "Development-Qt" system package installed in order to run.

Have fun with it!
__________________
~ Ken Moore ~
PC-BSD/iXsystems

Last edited by Beanpole; 04-22-2012 at 11:38 AM. Reason: Fix URL
Reply With Quote
  #5  
Old 04-21-2012, 11:10 PM
sg1efc sg1efc is offline
Senior Member
 
Join Date: Jan 2012
Location: USA
Posts: 247
Thanks: 329
Thanked 7 Times in 7 Posts
Default
Originally Posted by Beanpole View Post
---
FYI: There is a shiny new version of EasyPBI available in the PC-BSD repository that will be included with PC-BSD 9.1. This version has had the back-end completely rewritten and allows full editing of PBI modules within the GUI in addition to fixing the PBI build bug that the current PBI in the AppCafe has.

To get this new version; from a terminal run:
"svn co svn://svn.pcbsd.org/current/src-qt4/EasyPBI EasyPBI-source"
then cd to that directory and (as root) run "qmake-qt4 *.pro; make"

This does require that you have the PC-BSD "Development-Qt" system package installed in order to run.

Have fun with it!
Thanks a lot Beanpole, but I never have any luck doing anything in any terminal, LoL. Will wait until version 9.1 comes out so I don't mess up my computer somehow, LoL. Never had much luck with compiling on Linux either.

To prove my bad luck, this is the error I get when doing the first part of your instructions:
svn: E170000: URL 'svn://svn.pcbsd.org/current/src-qt4/EasyPBI' doesn't exist

Not to worry: I know 9.1 will be out soon and I'm patient. Thanks again!
__________________
PC-BSD totally rocks! Thanks A Lot to everyone who has helped create and improve it.

http://nwbackup.net/wordpress/
Reply With Quote
  #6  
Old 04-22-2012, 11:38 AM
Beanpole's Avatar
Beanpole Beanpole is offline
Senior Member
 
Join Date: May 2010
Posts: 1,605
Thanks: 2
Thanked 147 Times in 129 Posts
Default
Oops, sorry about that, I had a typo in the URL. It should be:
"svn co svn://svn.pcbsd.org/pcbsd/current/src-qt4/EasyPBI EasyPBI-source"

(I just edited my previous post to fix it there as well)
__________________
~ Ken Moore ~
PC-BSD/iXsystems
Reply With Quote
  #7  
Old 04-22-2012, 01:00 PM
sg1efc sg1efc is offline
Senior Member
 
Join Date: Jan 2012
Location: USA
Posts: 247
Thanks: 329
Thanked 7 Times in 7 Posts
Smile
Originally Posted by Beanpole View Post
Oops, sorry about that, I had a typo in the URL. It should be:
"svn co svn://svn.pcbsd.org/pcbsd/current/src-qt4/EasyPBI EasyPBI-source"

(I just edited my previous post to fix it there as well)
Thanks Beanpole.

So wait, you mean to tell me that PCBSD does not have a solution for preventing or automatically fixing Typos yet? I thought PCBSD had everything? (Just joking)
__________________
PC-BSD totally rocks! Thanks A Lot to everyone who has helped create and improve it.

http://nwbackup.net/wordpress/
Reply With Quote
  #8  
Old 08-31-2012, 05:39 PM
Beanpole's Avatar
Beanpole Beanpole is offline
Senior Member
 
Join Date: May 2010
Posts: 1,605
Thanks: 2
Thanked 147 Times in 129 Posts
Default
The PBI's for Pithos are currently available in the AppCafe.
__________________
~ Ken Moore ~
PC-BSD/iXsystems
Reply With Quote
The Following User Says Thank You to Beanpole For This Useful Post:
sg1efc (08-31-2012)
  #9  
Old 08-31-2012, 08:59 PM
sg1efc sg1efc is offline
Senior Member
 
Join Date: Jan 2012
Location: USA
Posts: 247
Thanks: 329
Thanked 7 Times in 7 Posts
Default
Thank you.
__________________
PC-BSD totally rocks! Thanks A Lot to everyone who has helped create and improve it.

http://nwbackup.net/wordpress/
Reply With Quote
Reply

Thread Tools
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


All times are GMT. The time now is 11:20 PM.


Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

Copyright 2005-2010, The PC-BSD Project. PC-BSD and the PC-BSD logo are registered trademarks of iXsystems.
All other content is freely available for sharing under the terms of the Creative Commons Attribution License.