Skip to content

Commit

Permalink
Add missing lensfun dependencies [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
ktgw0316 committed May 3, 2018
1 parent f7d4cae commit 8b68cd0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions linux/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ url="http://lightzoneproject.org/"
license=('custom:BSD-3-Clause')
arch=('i686' 'x86_64')

depends=('jre7-openjdk' 'javahelp2' 'lcms2' 'libjpeg-turbo' 'libtiff' 'libxml2')
makedepends=('jdk7-openjdk' 'apache-ant' 'autoconf' 'gcc' 'make' 'git' 'libx11' 'pkg-config' 'rsync' 'javahelp2' 'lcms2' 'libjpeg-turbo' 'libtiff')
depends=('jre7-openjdk' 'javahelp2' 'lensfun' 'lcms2' 'libjpeg-turbo' 'libtiff' 'libxml2')
makedepends=('jdk7-openjdk' 'apache-ant' 'autoconf' 'gcc' 'make' 'git' 'libx11' 'pkg-config' 'rsync' 'javahelp2' 'lensfun' 'lcms2' 'libjpeg-turbo' 'libtiff')

source=("${pkgname}-${pkgver}.tar.bz2")
md5sums=()
Expand Down
2 changes: 2 additions & 0 deletions linux/lightzone-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ DEPEND="virtual/jdk
dev-java/javahelp
dev-util/pkgconfig
dev-vcs/git
media-libs/lensfun
media-libs/lcms
media-libs/libjpeg-turbo
media-libs/tiff
Expand All @@ -34,6 +35,7 @@ DEPEND="virtual/jdk
RDEPEND="virtual/jre
dev-java/javahelp
dev-libs/libxml2
media-libs/lensfun
media-libs/lcms
media-libs/libjpeg-turbo
media-libs/tiff"
Expand Down

0 comments on commit 8b68cd0

Please sign in to comment.