> I need to work with some RAW images (Canon 650D), but unfortunately I
> cannot open them with darktable 1.0.4. 
> 
> I would like to run the 1.2 version, but don't know how to do to
> install it. Somebody could help me?

Another approach besides compiling it yourself:
Get it from Debian testing.

Add the testing repositories to your /etc/apt/sources.list file with
these two lines (needs root privileges):

deb http://ftp.de.debian.org/debian/  testing  main
deb-src http://ftp.de.debian.org/debian/  testing  main

The next step is important, so you do *not* upgrade all your software to
the version provided by Testing.
Add these lines to the file /etc/apt/preferences (you may have to create
it, first):

# we want to KNOW what's in testing but not
# install from there by default (low priority)
Package: *
Pin: release a=testing
Pin-Priority:  1

Now, you can let apt update your package lists:
sudo apt-get update

Then, I'd suggest, you simulate an upgrade, to be sure that your wheezy
packages are *not* replaced:
sudo apt-get --simulate upgrade

If no package upgrade is suggested now, the low priority settings has
worked.

Now you can install darktable manually from the testing repository:
sudo apt-get install -t testing darktable

I guess darktable will not be auto-upgraded later. You'll have to rerun
the previous command again if an upgrade is available.

Good luck!
Michael


------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
Darktable-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/darktable-users

Reply via email to