I now have compiled a perfectly working rawstudio on Ubuntu Utopic!
Anders Brander has been making a lot of changes (porting to GTK+ 3 etc), and the latest rawstudio-master as of 2015-03-10 still has some problems, so I took this GTK+ 2 version from 2015-02-19: https://github.com/rawstudio/rawstudio/tree/30e4efb31525a0617766a0dfb18c5af584937509 I would have liked a bit more detailed compiling instructions than those available at http://rawstudio.org/download.php so here's some notes: 0. Glance through https://help.ubuntu.com/community/CompilingEasyHowTo and maybe https://help.ubuntu.com/community/CompilingSoftware sudo chown $USER /usr/local/src sudo chmod u+rwx /usr/local/src 1. Install these packages: build-essential checkinstall git-core autoconf libtool libglib-dev automake libjpeg-dev libtiff-dev libgtk2.0-dev (might not be needed for the latest version) libxml2-dev libgconf2-dev libsqlite3-dev liblensfun-dev liblcms2-dev libgphoto2-dev libexiv2-dev libfftw3-dev libosmgpsmap-dev (might not be needed anymore) libsoup2.4-dev (might not be needed anymore) + for the latest version: libgtk-3-dev 2. Get the source cd /usr/local/src/ git clone https://github.com/rawstudio/rawstudio.git cd rawstudio Do some git magic to use the commit mentioned above. (I'm no git wizard, so I downloaded the zip from my first link above, and got rawspeed separately.) ./autogen.sh If this fails, you probably need to install some more -dev packages. 3. Compile make 4. Install sudo checkinstall This will probably ask for a good version number, use eg. 2.1-20150219 (ie. 2.1 followed by the date of the version) Checkinstall will make a rawstudio package and install it, and it leaves the deb package in the src/rawstudio/ directory. 5. Run using the command rawstudio, if it complains about loading shared libraries, it might be remedied by running sudo ldconfig - - - You can also try the latest and greatest, it's got a broken 100 % preview (the loupe tool works, so this might not be a problem for you). And the Advanced Color Profiles seem to be missing. Otherwise it works, maybe even faster than the old rawstudio. Jere Kupari _______________________________________________ Rawstudio-users mailing list [email protected] http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-users
