diff options
author | Miika Turkia <miika.turkia@gmail.com> | 2011-11-05 12:39:17 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-11-05 13:24:53 -0700 |
commit | 350462949d2dc205355e5c94ccaacf83a0775257 (patch) | |
tree | 509a28ad12c6754824fb537837a3a7adc376b456 /packaging | |
parent | 4b735521e2561fe6d03f9f94122fbdc58f48e4a5 (diff) | |
download | subsurface-350462949d2dc205355e5c94ccaacf83a0775257.tar.gz |
Use XSLT file to open JDiveLog logs
Open JDiveLog files by translating them to subsurface format using XSLT.
These files are identified by the name of the first element (JDiveLog)
and transform is applied to only these.
The XSLT feature is compiled in only if libxslt is installed. The
transformation files are installed globally in Linux under
/usr/share/subsurface/xslt. Windows and OSX still need appropriate Makefile
changes and testing.
Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/debian/control | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packaging/debian/control b/packaging/debian/control index 7c2aa36e2..b90fe1cbe 100644 --- a/packaging/debian/control +++ b/packaging/debian/control @@ -2,7 +2,8 @@ Source: subsurface Priority: optional Maintainer: Roland Dreier <roland@digitalvampire.org> Build-Depends: autoconf, automake, libtool, debhelper (>= 8), dh-autoreconf, - pkg-config, libgtk2.0-dev, libgconf2-dev, libxml2-dev, libdivecomputer-dev + pkg-config, libgtk2.0-dev, libgconf2-dev, libxml2-dev, libdivecomputer-dev, + libxslt-dev Standards-Version: 3.9.2 Section: utils Homepage: http://subsurface.hohndel.org |