|
FreeBSD General Other questions regarding FreeBSD which do not fit in any of the categories below. |
|
Thread Tools | Display Modes |
|
||||
Installing dependencies for Shutter Screenshot Tool
Hi,
After migrating to BSD the only app that I miss is the Shutter screenshot tool. I have already made a port and PBI request but my guess is its unlikely that it will be ported to 10. I was told that if all dependencies are installed downloading the source and running ./shutter will be enough to run the app. In other words it doesn't need compiling. I am not yet familiar with package management of FreeBSD. I have installed some of the deps myself. These are the deps needed my Shutter http://shutter-project.org/downloads/dependencies/ Quote:
I have installed the following myself Code:
pkg install p5-Gtk2-ImageView Code:
~% cd shutter-0.70.2 [user1@one] ~/shutter-0.70.2% cd bin/ [user1@one] ~/shutter-0.70.2/bin% ./shutter Can't locate Gnome2.pm in @INC (@INC contains: /usr/local/lib/perl5/5.16/BSDPAN /usr/local/lib/perl5/site_perl/5.16/mach /usr/local/lib/perl5/site_perl/5.16 /usr/local/lib/perl5/5.16/mach /usr/local/lib/perl5/5.16 .) at ./shutter line 32. BEGIN failed--compilation aborted at ./shutter line 32. Problem is when I search for libgnome2-perl I can't find it. Code:
% pkg search libgnome2-perl % Those of you haven't used it, this is an awesome tool. Please tell me how to search for the deps coz the names of the packages differ. |
|
||||
If you can't find a dependency using
# pkg search You can always try using the web page: http://www.freebsd.org/ports/ or http://www.freshports.org/ Perl library packages/ports usually start with the name with p5-. In your specific case I would try installing x11-toolkits/p5-Gnome2, that is just an educated guess from me. I think most people here and the other board are going to use something simple like graphics/scrot for a screenshot.
__________________
"The basic tool for the manipulation of reality is the manipulation of words. If you can control the meaning of words, you can control the people who must use the words." -Philip K. Dick |
Tags |
dependencies, freebsd 10, screenshot, shutter |
Thread Tools | |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Your OpenBSD screenshot | xCipherx | OpenBSD General | 173 | 5th August 2024 11:03 PM |
Your NetBSD Screenshot | IdOp | NetBSD General | 49 | 4th October 2023 11:58 AM |
finding package dependencies? | IdOp | OpenBSD Packages and Ports | 6 | 23rd August 2012 03:40 PM |
Fvwm - Desktop screenshot - impressive! | aleunix | Other BSD and UNIX/UNIX-like | 16 | 5th September 2010 10:15 PM |
how to check package dependencies? | bsdnewbie999 | OpenBSD Packages and Ports | 5 | 31st July 2008 04:05 AM |