Re: [darktable-dev] String freeze for the upcoming 2.2 series

2016-11-28 Thread Maurizio
Hi!
So I enter the build directory with
cd build
and start the usermanual build
make update-usermanual-it

This is the result:
pdating usermanual template
I/O error : Attempt to load network entity http://docbook.sourceforge.net/
release/xsl/current/profiling/profile.xsl
warning: failed to load external entity "http://docbook.sourceforge.net/
release/xsl/current/profiling/profile.xsl"
compilation error: file ../xsl/darktable_profile.xsl line 3 element import
xsl:import : unable to load http://docbook.sourceforge.net/release/xsl/
current/profiling/profile.xsl
doc/usermanual/po/CMakeFiles/update-template.dir/build.make:61: set di 
istruzioni per l'obiettivo "doc/usermanual/po/darktable-usermanual.pot" non 
riuscito
make[3]: *** [doc/usermanual/po/darktable-usermanual.pot] Errore 5
CMakeFiles/Makefile2:8774: set di istruzioni per l'obiettivo "doc/usermanual/
po/CMakeFiles/update-template.dir/all" non riuscito
make[2]: *** [doc/usermanual/po/CMakeFiles/update-template.dir/all] Errore 2
CMakeFiles/Makefile2:8717: set di istruzioni per l'obiettivo "doc/usermanual/
po/CMakeFiles/update-usermanual-it.dir/rule" non riuscito
make[1]: *** [doc/usermanual/po/CMakeFiles/update-usermanual-it.dir/rule] 
Errore 2
Makefile:2953: set di istruzioni per l'obiettivo "update-usermanual-it" non 
riuscito
make: *** [update-usermanual-it] Errore 2


In data lunedì 28 novembre 2016 12:21:11 CET, Tobias Ellinghaus ha scritto:
> Am Montag, 28. November 2016, 11:15:02 CET schrieb Maurizio Paglia:
> > Ciao Tobias,
> > I received a lot of errors running build.sh as root: running it as a
> > normal
> > user showed a couple of missing dependencies, installed, and now build
> > runs
> > smoothly.
> > After that:
> > cd build
> > and then
> > make update-usermanual-it
> > again a lot of errors... it seems cannot download some files from outside,
> > maybe a firewall matter.
> > I will check again soon and re-try.
> 
> Please show those errors. Updating the .po file shouldn't download anything.
> If it does then it's a bug in our build system. Probably some part that
> checks validity of the files.
> 
> > Thank you,
> > Maurizio
> 
> Tobias
> 
> > 2016-11-28 10:40 GMT+01:00 Tobias Ellinghaus :
> > > Am Montag, 28. November 2016, 07:15:37 CET schrieb Maurizio:
> > > > Hi,
> > > 
> > > Hi.
> > > 
> > > > dt build now works till the end (I always run build.sh) but cannot
> > > > find
> > > 
> > > Good. Did you change anything? I am curious to know what was causing
> > > this.
> > > 
> > > > saxon so - I guess - I cannot compile manuals.
> > > > The exact error is:
> > > > 
> > > > -- No saxon XSLT processor and/or no docbook saxon extension library
> > > 
> > > found.
> > > 
> > > > Xslt processor saxon not found. HTML usermanual will be built with
> > > 
> > > xsltproc;
> > > 
> > > > expect usermanual with inconsistent screenshot and image dimensions.
> > > > 
> > > > But saxon is duly installed...
> > > > Actually I recevie also an error for Java
> > > > 
> > > > -- Could NOT find Java (missing:  Java_JAR_EXECUTABLE
> > > 
> > > Java_JAVAC_EXECUTABLE
> > > 
> > > > Java_JAVAH_EXECUTABLE Java_JAVADOC_EXECUTABLE) (found version
> > > 
> > > "1.8.0.101")
> > > 
> > > > while Java is installed and working...
> > > 
> > > You only need saxon when building the HTML version of the manual for the
> > > website. You can just ignore that.
> > > 
> > > > Maurizio
> > > 
> > > Tobias
> > > 
> > > > In data domenica 27 novembre 2016 21:03:20 CET, Tobias Ellinghaus ha
> > > 
> > > scritto:
> > > > > Am Sonntag, 27. November 2016, 16:51:10 CET schrieb Maurizio:
> > > > > > Hi all,
> > > > > 
> > > > > Hi.
> > > > > 
> > > > > > seems I cannot compile dt nomore on OpenSuse Leap 42.2
> > > > > > 
> > > > > > I receive the following message:
> > > > > >  git/darktable/src/common/dbus.c: In function
> > > 
> > > ‘dbus_lua_call_finished’:
> > > > > > git/darktable/src/common/dbus.c:64:16: error: ‘LUA_OK’ undeclared
> > > 
> > > (first
> > > 
> > > > > > use in this function)
> > > > > > 
> > > > > >if(result == LUA_OK)
> > > > > >
> > > > > > ^
> > > > > > 
> > > > > > git/darktable/src/common/dbus.c:64:16: note: each undeclared
> > > 
> > > identifier
> > > 
> > > > > > is
> > > > > > reported only once for each function it appears in
> > > > > > src/CMakeFiles/lib_darktable.dir/build.make:436: set di istruzioni
> > > 
> > > per
> > > 
> > > > > > l'obiettivo "src/CMakeFiles/lib_darktable.dir/common/dbus.c.o" non
> > > > > > riuscito
> > > > > > gmake[2]: *** [src/CMakeFiles/lib_darktable.dir/common/dbus.c.o]
> > > 
> > > Errore
> > > 
> > > > > > 1
> > > > > > gmake[2]: *** Attesa per i processi non terminati
> > > > > > CMakeFiles/Makefile2:1371: set di istruzioni per l'obiettivo
> > > > > > "src/CMakeFiles/ lib_darktable.dir/all" non riuscito
> > > > > > gmake[1]: *** [src/CMakeFiles/lib_darktable.dir/all] Errore 2
> > > > > > Makefile:149: set di istruzioni per l'obiettivo "all" non riuscito
> > > > > > 
> > > > 

Re: [darktable-dev] Darktable in Ubuntu on Windows 10

2016-11-28 Thread Skand Hurkat
Hi Blandyna,

I believe you are referring to Windows Subsystem for Linux (WSL).
Darktable from the ppa runs on this system, however, I don't think the
devs will be happy with you running DT on WSL. I don't think Microsoft
approves of this method either.

I use XMing as my X-server on Windows. I installed Darktable from the
ppa (deb http://ppa.launchpad.net/pmjdebruijn/darktable-release/ubuntu
trusty main). You can read up on directions on how to run X apps on WSL
here:
http://www.pcworld.com/article/3055403/windows/windows-10s-bash-shell-can-run-graphical-linux-applications-with-this-trick.html

Again, I must repeat that I am NOT a darktable developer, simply an
enthusiastic user who has moved from a real Linux system to WSL over the
past six months. I don't think that the DT devs will approve of this
hack, or provide support in case of any issues on WSL.

Regards,
Skand.



On 28/11/2016 14:34, Blandyna Bogdol wrote:
> Dear all,
> 
> I hope you can help me. I have a little complicated question..
> 
> A long time I used Darktable on  Ubuntu. Jet a have WIndows 10 Home (I
> need some Windows tools) and I using the developer modus from Windows 10
> with Ubuntu 14.10.
> 
> I have installed from the ppa (darktable-release) darktable 2.0.7 and it
> works very well.
> 
> Can I install darktable 2.2.x on my system? The ppa for
> dartktable-unstable give me only the version 1.x from dartktable. And I
> cannot compile datktable from the sources on my Linux in Windows.
> 
> Do you know a way to install the newest darktable unstable (2.2 rc) on
> my system (Ubuntu
> 14.10 in Windows 10 Home)?
> 
> I hope you can help me.
> 
> Thank you and best regards,
> Blandyna
> 
> ___
> darktable developer mailing list
> to unsubscribe send a mail to darktable-dev+unsubscr...@lists.darktable.org
> 
___
darktable developer mailing list
to unsubscribe send a mail to darktable-dev+unsubscr...@lists.darktable.org



Re: [darktable-dev] Thumbnails in exported photos?

2016-11-28 Thread Roman Lebedev
On Mon, Nov 28, 2016 at 11:43 PM, François Tissandier
 wrote:
> Pity, such an app is very useful for me, I need to use an old Java app to be
> able to do that for the moment.
>
> Is it something we can suggest as a feature to add in darkroom ?
https://redmine.darktable.org/projects/darktable/issues/new

>  François
___
darktable developer mailing list
to unsubscribe send a mail to darktable-dev+unsubscr...@lists.darktable.org



[darktable-dev] Thumbnails in exported photos?

2016-11-28 Thread Richard Trinkner
Is there an option to add jpg thumbnails to images exported by darktable?

I've been writing an app in Python that lets users rearrange photos through
drag-and-drop and then renumber their files according to the resulting
photo order. My app can access files' thumbnails for much faster loading,
but images generated from darkroom lack thumbnails.

Is there an option to enable thumbnail generation and embedding on export?

Thanks,

Richard Trinkner
Colorado, USA

darkroom 2.0.7 on Linux Ubuntu 16.10.

___
darktable developer mailing list
to unsubscribe send a mail to darktable-dev+unsubscr...@lists.darktable.org

[darktable-dev] Darktable in Ubuntu on Windows 10

2016-11-28 Thread Blandyna Bogdol

Dear all,

I hope you can help me. I have a little complicated question..

A long time I used Darktable on  Ubuntu. Jet a have WIndows 10 Home (I
need some Windows tools) and I using the developer modus from Windows 10
with Ubuntu 14.10.

I have installed from the ppa (darktable-release) darktable 2.0.7 and it
works very well.

Can I install darktable 2.2.x on my system? The ppa for
dartktable-unstable give me only the version 1.x from dartktable. And I
cannot compile datktable from the sources on my Linux in Windows.

Do you know a way to install the newest darktable unstable (2.2 rc) on my 
system (Ubuntu
14.10 in Windows 10 Home)?

I hope you can help me.

Thank you and best regards,
Blandyna

___
darktable developer mailing list
to unsubscribe send a mail to darktable-dev+unsubscr...@lists.darktable.org



Re: [darktable-dev] String freeze for the upcoming 2.2 series

2016-11-28 Thread Roman Lebedev
On Mon, Nov 28, 2016 at 8:38 PM, Maurizio  wrote:
> Hi!
> So I enter the build directory with
> cd build
> and start the usermanual build
> make update-usermanual-it
>
> This is the result:
> pdating usermanual template
> I/O error : Attempt to load network entity http://docbook.sourceforge.net/
> release/xsl/current/profiling/profile.xsl
> warning: failed to load external entity "http://docbook.sourceforge.net/
> release/xsl/current/profiling/profile.xsl"
> compilation error: file ../xsl/darktable_profile.xsl line 3 element import
> xsl:import : unable to load http://docbook.sourceforge.net/release/xsl/
> current/profiling/profile.xsl
> doc/usermanual/po/CMakeFiles/update-template.dir/build.make:61: set di
> istruzioni per l'obiettivo "doc/usermanual/po/darktable-usermanual.pot" non
> riuscito

You need some more packages for that.
Here is all the usermanual deps (* as far as i know *), for debian:
https://github.com/darktable-org/darktable/blob/acd182e2510cbba18374b137dca8fecc3bd3c582/Dockerfile#L84-L86

> make[3]: *** [doc/usermanual/po/darktable-usermanual.pot] Errore 5
> CMakeFiles/Makefile2:8774: set di istruzioni per l'obiettivo "doc/usermanual/
> po/CMakeFiles/update-template.dir/all" non riuscito
> make[2]: *** [doc/usermanual/po/CMakeFiles/update-template.dir/all] Errore 2
> CMakeFiles/Makefile2:8717: set di istruzioni per l'obiettivo "doc/usermanual/
> po/CMakeFiles/update-usermanual-it.dir/rule" non riuscito
> make[1]: *** [doc/usermanual/po/CMakeFiles/update-usermanual-it.dir/rule]
> Errore 2
> Makefile:2953: set di istruzioni per l'obiettivo "update-usermanual-it" non
> riuscito
> make: *** [update-usermanual-it] Errore 2
>
>
> In data lunedì 28 novembre 2016 12:21:11 CET, Tobias Ellinghaus ha scritto:
>> Am Montag, 28. November 2016, 11:15:02 CET schrieb Maurizio Paglia:
>> > Ciao Tobias,
>> > I received a lot of errors running build.sh as root: running it as a
>> > normal
>> > user showed a couple of missing dependencies, installed, and now build
>> > runs
>> > smoothly.
>> > After that:
>> > cd build
>> > and then
>> > make update-usermanual-it
>> > again a lot of errors... it seems cannot download some files from outside,
>> > maybe a firewall matter.
>> > I will check again soon and re-try.
>>
>> Please show those errors. Updating the .po file shouldn't download anything.
>> If it does then it's a bug in our build system. Probably some part that
>> checks validity of the files.
>>
>> > Thank you,
>> > Maurizio
>>
>> Tobias
>>
>> > 2016-11-28 10:40 GMT+01:00 Tobias Ellinghaus :
>> > > Am Montag, 28. November 2016, 07:15:37 CET schrieb Maurizio:
>> > > > Hi,
>> > >
>> > > Hi.
>> > >
>> > > > dt build now works till the end (I always run build.sh) but cannot
>> > > > find
>> > >
>> > > Good. Did you change anything? I am curious to know what was causing
>> > > this.
>> > >
>> > > > saxon so - I guess - I cannot compile manuals.
>> > > > The exact error is:
>> > > >
>> > > > -- No saxon XSLT processor and/or no docbook saxon extension library
>> > >
>> > > found.
>> > >
>> > > > Xslt processor saxon not found. HTML usermanual will be built with
>> > >
>> > > xsltproc;
>> > >
>> > > > expect usermanual with inconsistent screenshot and image dimensions.
>> > > >
>> > > > But saxon is duly installed...
>> > > > Actually I recevie also an error for Java
>> > > >
>> > > > -- Could NOT find Java (missing:  Java_JAR_EXECUTABLE
>> > >
>> > > Java_JAVAC_EXECUTABLE
>> > >
>> > > > Java_JAVAH_EXECUTABLE Java_JAVADOC_EXECUTABLE) (found version
>> > >
>> > > "1.8.0.101")
>> > >
>> > > > while Java is installed and working...
>> > >
>> > > You only need saxon when building the HTML version of the manual for the
>> > > website. You can just ignore that.
>> > >
>> > > > Maurizio
>> > >
>> > > Tobias
>> > >
>> > > > In data domenica 27 novembre 2016 21:03:20 CET, Tobias Ellinghaus ha
>> > >
>> > > scritto:
>> > > > > Am Sonntag, 27. November 2016, 16:51:10 CET schrieb Maurizio:
>> > > > > > Hi all,
>> > > > >
>> > > > > Hi.
>> > > > >
>> > > > > > seems I cannot compile dt nomore on OpenSuse Leap 42.2
>> > > > > >
>> > > > > > I receive the following message:
>> > > > > >  git/darktable/src/common/dbus.c: In function
>> > >
>> > > ‘dbus_lua_call_finished’:
>> > > > > > git/darktable/src/common/dbus.c:64:16: error: ‘LUA_OK’ undeclared
>> > >
>> > > (first
>> > >
>> > > > > > use in this function)
>> > > > > >
>> > > > > >if(result == LUA_OK)
>> > > > > >
>> > > > > > ^
>> > > > > >
>> > > > > > git/darktable/src/common/dbus.c:64:16: note: each undeclared
>> > >
>> > > identifier
>> > >
>> > > > > > is
>> > > > > > reported only once for each function it appears in
>> > > > > > src/CMakeFiles/lib_darktable.dir/build.make:436: set di istruzioni
>> > >
>> > > per
>> > >
>> > > > > > l'obiettivo "src/CMakeFiles/lib_darktable.dir/common/dbus.c.o" non
>> > > > > > riuscito
>> > > > > > gmake[2]: *** [src/CMakeFiles/lib_darktable.dir/common/dbus.c.o]
>> > >
>> 

Re: [darktable-dev] Thumbnails in exported photos?

2016-11-28 Thread KOVÁCS István
You can copy exif from original raw to jpeg using exiv2. Since your
jpeg will probably have been correctly rotated by the orientation
module, you'll need to clear the 'rotation needed' flag using jhead
-norot; you can then regenerate the thumbnail using jhead -rgt .

Kofa

On 28 November 2016 at 21:30, Richard Trinkner
 wrote:
> Is there an option to add jpg thumbnails to images exported by darktable?
___
darktable developer mailing list
to unsubscribe send a mail to darktable-dev+unsubscr...@lists.darktable.org



Re: [darktable-dev] String freeze for the upcoming 2.2 series

2016-11-28 Thread Tobias Ellinghaus
Am Montag, 28. November 2016, 07:15:37 CET schrieb Maurizio:
> Hi,

Hi.

> dt build now works till the end (I always run build.sh) but cannot find

Good. Did you change anything? I am curious to know what was causing this.

> saxon so - I guess - I cannot compile manuals.
> The exact error is:
> 
> -- No saxon XSLT processor and/or no docbook saxon extension library found.
> Xslt processor saxon not found. HTML usermanual will be built with xsltproc;
> expect usermanual with inconsistent screenshot and image dimensions.
> 
> But saxon is duly installed...
> Actually I recevie also an error for Java
> 
> -- Could NOT find Java (missing:  Java_JAR_EXECUTABLE Java_JAVAC_EXECUTABLE
> Java_JAVAH_EXECUTABLE Java_JAVADOC_EXECUTABLE) (found version "1.8.0.101")
> 
> while Java is installed and working...

You only need saxon when building the HTML version of the manual for the 
website. You can just ignore that.

> Maurizio

Tobias

> In data domenica 27 novembre 2016 21:03:20 CET, Tobias Ellinghaus ha 
scritto:
> > Am Sonntag, 27. November 2016, 16:51:10 CET schrieb Maurizio:
> > > Hi all,
> > 
> > Hi.
> > 
> > > seems I cannot compile dt nomore on OpenSuse Leap 42.2
> > > 
> > > I receive the following message:
> > >  git/darktable/src/common/dbus.c: In function ‘dbus_lua_call_finished’:
> > > git/darktable/src/common/dbus.c:64:16: error: ‘LUA_OK’ undeclared (first
> > > use in this function)
> > > 
> > >if(result == LUA_OK)
> > >
> > > ^
> > > 
> > > git/darktable/src/common/dbus.c:64:16: note: each undeclared identifier
> > > is
> > > reported only once for each function it appears in
> > > src/CMakeFiles/lib_darktable.dir/build.make:436: set di istruzioni per
> > > l'obiettivo "src/CMakeFiles/lib_darktable.dir/common/dbus.c.o" non
> > > riuscito
> > > gmake[2]: *** [src/CMakeFiles/lib_darktable.dir/common/dbus.c.o] Errore
> > > 1
> > > gmake[2]: *** Attesa per i processi non terminati
> > > CMakeFiles/Makefile2:1371: set di istruzioni per l'obiettivo
> > > "src/CMakeFiles/ lib_darktable.dir/all" non riuscito
> > > gmake[1]: *** [src/CMakeFiles/lib_darktable.dir/all] Errore 2
> > > Makefile:149: set di istruzioni per l'obiettivo "all" non riuscito
> > > 
> > > It is in Italian but hope you can help.
> > > I cannot understand if the problem is dbus or lua!
> > 
> > That sounds strange. How exactly do you compile darktable? Using build.sh
> > or calling cmake manually? In the latter case, with what command line?
> > And what version of Lua 5.2 do you have installed?
> > 
> > > Thank you,
> > > Maurizio
> > 
> > Tobias
> > 
> > [...]
> 
> ___
> darktable developer mailing list
> to unsubscribe send a mail to darktable-dev+unsubscr...@lists.darktable.org



signature.asc
Description: This is a digitally signed message part.


Re: [darktable-dev] String freeze for the upcoming 2.2 series

2016-11-28 Thread Tobias Ellinghaus
Am Montag, 28. November 2016, 11:15:02 CET schrieb Maurizio Paglia:
> Ciao Tobias,
> I received a lot of errors running build.sh as root: running it as a normal
> user showed a couple of missing dependencies, installed, and now build runs
> smoothly.
> After that:
> cd build
> and then
> make update-usermanual-it
> again a lot of errors... it seems cannot download some files from outside,
> maybe a firewall matter.
> I will check again soon and re-try.

Please show those errors. Updating the .po file shouldn't download anything. If 
it does then it's a bug in our build system. Probably some part that checks 
validity of the files.

> Thank you,
> Maurizio

Tobias

> 2016-11-28 10:40 GMT+01:00 Tobias Ellinghaus :
> > Am Montag, 28. November 2016, 07:15:37 CET schrieb Maurizio:
> > > Hi,
> > 
> > Hi.
> > 
> > > dt build now works till the end (I always run build.sh) but cannot find
> > 
> > Good. Did you change anything? I am curious to know what was causing this.
> > 
> > > saxon so - I guess - I cannot compile manuals.
> > > The exact error is:
> > > 
> > > -- No saxon XSLT processor and/or no docbook saxon extension library
> > 
> > found.
> > 
> > > Xslt processor saxon not found. HTML usermanual will be built with
> > 
> > xsltproc;
> > 
> > > expect usermanual with inconsistent screenshot and image dimensions.
> > > 
> > > But saxon is duly installed...
> > > Actually I recevie also an error for Java
> > > 
> > > -- Could NOT find Java (missing:  Java_JAR_EXECUTABLE
> > 
> > Java_JAVAC_EXECUTABLE
> > 
> > > Java_JAVAH_EXECUTABLE Java_JAVADOC_EXECUTABLE) (found version
> > 
> > "1.8.0.101")
> > 
> > > while Java is installed and working...
> > 
> > You only need saxon when building the HTML version of the manual for the
> > website. You can just ignore that.
> > 
> > > Maurizio
> > 
> > Tobias
> > 
> > > In data domenica 27 novembre 2016 21:03:20 CET, Tobias Ellinghaus ha
> > 
> > scritto:
> > > > Am Sonntag, 27. November 2016, 16:51:10 CET schrieb Maurizio:
> > > > > Hi all,
> > > > 
> > > > Hi.
> > > > 
> > > > > seems I cannot compile dt nomore on OpenSuse Leap 42.2
> > > > > 
> > > > > I receive the following message:
> > > > >  git/darktable/src/common/dbus.c: In function
> > 
> > ‘dbus_lua_call_finished’:
> > > > > git/darktable/src/common/dbus.c:64:16: error: ‘LUA_OK’ undeclared
> > 
> > (first
> > 
> > > > > use in this function)
> > > > > 
> > > > >if(result == LUA_OK)
> > > > >
> > > > > ^
> > > > > 
> > > > > git/darktable/src/common/dbus.c:64:16: note: each undeclared
> > 
> > identifier
> > 
> > > > > is
> > > > > reported only once for each function it appears in
> > > > > src/CMakeFiles/lib_darktable.dir/build.make:436: set di istruzioni
> > 
> > per
> > 
> > > > > l'obiettivo "src/CMakeFiles/lib_darktable.dir/common/dbus.c.o" non
> > > > > riuscito
> > > > > gmake[2]: *** [src/CMakeFiles/lib_darktable.dir/common/dbus.c.o]
> > 
> > Errore
> > 
> > > > > 1
> > > > > gmake[2]: *** Attesa per i processi non terminati
> > > > > CMakeFiles/Makefile2:1371: set di istruzioni per l'obiettivo
> > > > > "src/CMakeFiles/ lib_darktable.dir/all" non riuscito
> > > > > gmake[1]: *** [src/CMakeFiles/lib_darktable.dir/all] Errore 2
> > > > > Makefile:149: set di istruzioni per l'obiettivo "all" non riuscito
> > > > > 
> > > > > It is in Italian but hope you can help.
> > > > > I cannot understand if the problem is dbus or lua!
> > > > 
> > > > That sounds strange. How exactly do you compile darktable? Using
> > 
> > build.sh
> > 
> > > > or calling cmake manually? In the latter case, with what command line?
> > > > And what version of Lua 5.2 do you have installed?
> > > > 
> > > > > Thank you,
> > > > > Maurizio
> > > > 
> > > > Tobias
> > > > 
> > > > [...]
> > > 
> > > 
> > 
> > ___
> > 
> > > darktable developer mailing list
> > > to unsubscribe send a mail to darktable-dev+unsubscribe@
> > 
> > lists.darktable.org
> 
> ___
> darktable developer mailing list
> to unsubscribe send a mail to darktable-dev+unsubscr...@lists.darktable.org



signature.asc
Description: This is a digitally signed message part.