From 58f1f49853f68639c73404a6440a5c7b8cc26429 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Wed, 30 Jul 2014 12:08:29 -0400 Subject: Fix dependencies --- diff --git a/changelog b/changelog index 258166d..57d617f 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,10 @@ +fbida (2.09-2) trunk + + * fbi, exiftran: Add missing library dependencies. + * fbida-doc: Fix exiftran dependency. + + -- "P. J. McDermott" 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. -- cgit v0.9.1