diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-07-30 11:09:17 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-07-30 11:09:17 (EDT) |
commit | 661c5b75fd25089f96bb5f999eba4810f851b0f0 (patch) | |
tree | 115249ccb239beaf7da1e1361cdfe303d24f92fa | |
parent | e8bb8052bb2e7f21ccc06af5bfbb128db4cdfd6b (diff) |
Add binary packages
-rw-r--r-- | exiftran.pkg/control | 10 | ||||
-rw-r--r-- | exiftran.pkg/files | 1 | ||||
-rw-r--r-- | fbi.pkg/control | 6 | ||||
-rw-r--r-- | fbi.pkg/files | 1 | ||||
-rw-r--r-- | fbida-common.pkg/control | 4 | ||||
-rw-r--r-- | fbida-common.pkg/docs | 0 | ||||
-rw-r--r-- | fbida-doc.pkg/control | 6 | ||||
-rw-r--r-- | fbida-doc.pkg/files | 1 |
8 files changed, 29 insertions, 0 deletions
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/ |