diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-07-30 12:08:29 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-07-30 12:23:19 (EDT) |
commit | 58f1f49853f68639c73404a6440a5c7b8cc26429 (patch) | |
tree | 2a9373f55e9eac02c01146acfff2978732cc9979 | |
parent | b562a8d47375aff4d2a09f89a5f41566867de3d7 (diff) |
Fix dependencies
-rw-r--r-- | changelog | 7 | ||||
-rw-r--r-- | exiftran.pkg/control | 4 | ||||
-rw-r--r-- | fbi.pkg/control | 8 | ||||
-rw-r--r-- | fbida-doc.pkg/control | 2 |
4 files changed, 18 insertions, 3 deletions
@@ -1,3 +1,10 @@ +fbida (2.09-2) trunk + + * fbi, exiftran: Add missing library dependencies. + * fbida-doc: Fix exiftran dependency. + + -- "P. J. McDermott" <pj@pehjota.net> Wed, 30 Jul 2014 12:23:11 -0400 + fbida (2.09-1) trunk * Initial release. diff --git a/exiftran.pkg/control b/exiftran.pkg/control index 46f3fde..137025a 100644 --- a/exiftran.pkg/control +++ b/exiftran.pkg/control @@ -1,6 +1,8 @@ Architecture: any-linux-any Platform: all -Depends: fbida-common (>= ${Source-Version}) +Depends: fbida-common (>= ${Source-Version}), + libjpeg.8, + libexif.12, Description: Utility to transform digital camera JPEG images exiftran is a command line utility to transform digital camera JPEG images. It can do lossless rotations like jpegtran, but unlike jpegtran it cares about the diff --git a/fbi.pkg/control b/fbi.pkg/control index 56630a5..2b5bbb9 100644 --- a/fbi.pkg/control +++ b/fbi.pkg/control @@ -1,6 +1,12 @@ Architecture: any-linux-any Platform: all -Depends: fbida-common (>= ${Source-Version}) +Depends: fbida-common (>= ${Source-Version}), + libpng12.0, + libz.1, + libfontconfig.1, + libfreetype.6, + libjpeg.8, + libexif.12, Description: Image viewer for the Linux framebuffer This is an image viewer for Linux framebuffer devices. It has built-in support for a number of common image file formats. diff --git a/fbida-doc.pkg/control b/fbida-doc.pkg/control index 41ef803..9012db8 100644 --- a/fbida-doc.pkg/control +++ b/fbida-doc.pkg/control @@ -1,6 +1,6 @@ Architecture: all Platform: all Depends: fbida-common (>= ${Source-Version}) -Recommends: fbi, exiftrans +Recommends: fbi, exiftran Description: fbida applications for viewing and editing images - documentation This package contains manual pages for the fbi and exiftran applications. |