From 661c5b75fd25089f96bb5f999eba4810f851b0f0 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Wed, 30 Jul 2014 11:09:17 -0400 Subject: Add binary packages --- diff --git a/exiftran.pkg/control b/exiftran.pkg/control new file mode 100644 index 0000000..46f3fde --- /dev/null +++ b/exiftran.pkg/control @@ -0,0 +1,10 @@ +Architecture: any-linux-any +Platform: all +Depends: fbida-common (>= ${Source-Version}) +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 + EXIF data: it can rotate images automatically by checking the EXIF orientation + tag, it updates the EXIF information (image dimensions/orientation) if needed, + and it also rotates the EXIF thumbnail. It can process multiple images at + once. diff --git a/exiftran.pkg/files b/exiftran.pkg/files new file mode 100644 index 0000000..6928f87 --- /dev/null +++ b/exiftran.pkg/files @@ -0,0 +1 @@ +/usr/bin/exiftran diff --git a/fbi.pkg/control b/fbi.pkg/control new file mode 100644 index 0000000..56630a5 --- /dev/null +++ b/fbi.pkg/control @@ -0,0 +1,6 @@ +Architecture: any-linux-any +Platform: all +Depends: fbida-common (>= ${Source-Version}) +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/fbi.pkg/files b/fbi.pkg/files new file mode 100644 index 0000000..8df5024 --- /dev/null +++ b/fbi.pkg/files @@ -0,0 +1 @@ +/usr/bin/fbi diff --git a/fbida-common.pkg/control b/fbida-common.pkg/control new file mode 100644 index 0000000..c21425c --- /dev/null +++ b/fbida-common.pkg/control @@ -0,0 +1,4 @@ +Architecture: all +Platform: all +Description: fbida applications for viewing and editing images - common files + This package contains source package documentation for the fbida packages. diff --git a/fbida-common.pkg/docs b/fbida-common.pkg/docs new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/fbida-common.pkg/docs diff --git a/fbida-doc.pkg/control b/fbida-doc.pkg/control new file mode 100644 index 0000000..41ef803 --- /dev/null +++ b/fbida-doc.pkg/control @@ -0,0 +1,6 @@ +Architecture: all +Platform: all +Depends: fbida-common (>= ${Source-Version}) +Recommends: fbi, exiftrans +Description: fbida applications for viewing and editing images - documentation + This package contains manual pages for the fbi and exiftran applications. diff --git a/fbida-doc.pkg/files b/fbida-doc.pkg/files new file mode 100644 index 0000000..72ec615 --- /dev/null +++ b/fbida-doc.pkg/files @@ -0,0 +1 @@ +/usr/share/man/ -- cgit v0.9.1