Skip to content

Commit

Permalink
Set version 4.1.5; Show java version on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
ktgw0316 committed Jan 10, 2016
1 parent 157e97e commit bd557dc
Show file tree
Hide file tree
Showing 10 changed files with 23 additions and 8 deletions.
6 changes: 6 additions & 0 deletions debian/changelog
@@ -1,3 +1,9 @@
lightzone (4.1.5-0obs1) unstable; urgency=medium

* Upstream sync

-- Masahiro Kitagawa <arctica0316@gmail.com> Sat, 09 Jan 2016 18:17:11 +0900

lightzone (4.1.4-0obs1) unstable; urgency=medium

* Upstream sync
Expand Down
4 changes: 2 additions & 2 deletions debian/lightzone.dsc
Expand Up @@ -2,11 +2,11 @@ Format: 1.0
Source: lightzone
Binary: lightzone
Architecture: i386 amd64
Version: 4.1.4
Version: 4.1.5
Maintainer: Masahiro Kitagawa <arctica0316@gmail.com>
Homepage: http://lightzoneproject.org/
Standards-Version: 3.9.4.0
Build-Depends: debhelper, devscripts, ant, autoconf, git-core, javahelp2, default-jdk (>= 1.6), default-jre-headless (>= 1.6), liblcms2-dev, libjpeg62-dev (<= 6b1-1) | libjpeg62-turbo-dev | libjpeg-turbo8-dev | libjpeg8-dev, libtiff5-dev | libtiff4-dev (<< 3.9.6), libx11-dev, pkg-config, rsync
Package-List:
lightzone deb graphics optional
DEBTRANSFORM-TAR: lightzone-4.1.4.tar.bz2
DEBTRANSFORM-TAR: lightzone-4.1.5.tar.bz2
2 changes: 1 addition & 1 deletion freebsd-ports/graphics/lightzone/Makefile
Expand Up @@ -2,7 +2,7 @@
# $FreeBSD$

PORTNAME= lightzone
DISTVERSION= 4.1.4
DISTVERSION= 4.1.5
PORTREVISION= 0
CATEGORIES= graphics java
DIST_SUBDIR= ${PORTNAME}
Expand Down
2 changes: 2 additions & 0 deletions freebsd-ports/graphics/lightzone/pkg-plist
Expand Up @@ -14,6 +14,8 @@ bin/lightzone
%%LIBDIR%%/libLinux.so
%%LIBDIR%%/libSegment.so
%%LIBDIR%%/libfbf.so
%%JAVASHAREDIR%%/lightzone/asm-all-2.2.2.jar
%%JAVASHAREDIR%%/lightzone/laf-widget.jar
%%JAVASHAREDIR%%/lightzone/lcjai.jar
%%JAVASHAREDIR%%/lightzone/lightcrafts-linux.jar
%%JAVASHAREDIR%%/lightzone/lightcrafts.jar
Expand Down
2 changes: 1 addition & 1 deletion lightcrafts/version.txt
@@ -1 +1 @@
4.1.4
4.1.5
2 changes: 1 addition & 1 deletion linux/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: KITAGAWA Masahiro <arctica0316@gmail.com>
pkgname="lightzone"
pkgver=4.1.4
pkgver=4.1.5
pkgrel=0
pkgdesc="Open-source professional-level digital darkroom software"
url="http://lightzoneproject.org/"
Expand Down
4 changes: 4 additions & 0 deletions linux/lightzone.changes
@@ -1,3 +1,7 @@
Sat Jan 09 2016 - KITAGAWA Masahiro <arctica0316@gmail.com>

- Upstream sync to 4.1.5

-------------------------------------------------------------------
Sun Nov 22 2015 - KITAGAWA Masahiro <arctica0316@gmail.com>

Expand Down
3 changes: 2 additions & 1 deletion linux/products/lightzone
Expand Up @@ -2,8 +2,9 @@
#
# LightZone startscript
#
echo Starting LightZone version 4.1.4 ...
echo Starting LightZone version 4.1.5 ...
echo with options : ${@}
java -version

arch=`getconf LONG_BIT`
PLATFORM=`uname`
Expand Down
4 changes: 3 additions & 1 deletion macosx/resources/Info.plist
Expand Up @@ -96,10 +96,12 @@
<key>ClassPath</key>
<array>
<string>.</string>
<string>asm-all-2.2.2.jar</string>
<string>laf-widget.jar</string>
<string>lcjai.jar</string>
<string>lightcrafts-apple.jar</string>
<string>lightcrafts.jar</string>
<string>quaqua.jar</string>
<string>lcjai.jar</string>
<string>substance-lite.jar</string>
<string>/System/Library/Java</string>
</array>
Expand Down
2 changes: 1 addition & 1 deletion windows/helpers/JavaAppLauncher/lightzone.jvmargs
Expand Up @@ -9,7 +9,7 @@
# JVM options.
-Xrs
-XX:+UseParallelGC
-Djava.class.path=.;lightcrafts-windows.jar;lightcrafts.jar;lcjai.jar;mlibwrapper_jai.jar;substance-lite.jar
-Djava.class.path=.;lightcrafts-windows.jar;lightcrafts.jar;lcjai.jar;mlibwrapper_jai.jar;substance-lite.jar;asm-all-2.2.2.jar;laf-widget.jar
-Dfile.encoding=UTF8

# Main class.
Expand Down

0 comments on commit bd557dc

Please sign in to comment.