diff options
-rw-r--r-- | jpeg-utils-doc.pkg/control | 11 | ||||
-rw-r--r-- | jpeg-utils-doc.pkg/files | 1 | ||||
-rw-r--r-- | jpeg-utils.pkg/control | 10 | ||||
-rw-r--r-- | jpeg-utils.pkg/files | 1 | ||||
-rw-r--r-- | libjpeg.8-dbg.pkg/control | 8 | ||||
-rw-r--r-- | libjpeg.8-dbg.pkg/files | 1 | ||||
-rw-r--r-- | libjpeg.8-dev.pkg/control | 8 | ||||
-rw-r--r-- | libjpeg.8-dev.pkg/files | 3 | ||||
-rw-r--r-- | libjpeg.8.pkg/control | 4 | ||||
-rw-r--r-- | libjpeg.8.pkg/docs | 0 | ||||
-rw-r--r-- | libjpeg.8.pkg/files | 1 | ||||
-rw-r--r-- | substvars | 10 |
12 files changed, 58 insertions, 0 deletions
diff --git a/jpeg-utils-doc.pkg/control b/jpeg-utils-doc.pkg/control new file mode 100644 index 0000000..12dcc8f --- /dev/null +++ b/jpeg-utils-doc.pkg/control @@ -0,0 +1,11 @@ +Architecture: all +Platform: all +Depends: libjpeg.8 (>= ${Source-Version}), jpeg-utils (>= ${Source-Version}) +Description: Utilities for manipulating JPEG files - documentation + This package contains documentation for the following utilities for + manipulating JPEG files: + * cjpeg - compress an image file to a JPEG file + * djpeg - decompress a JPEG file to an image file + * jpegtran - lossless transformation of JPEG files + * rdjpgcom - display text comments from a JPEG file + * wrjpgcom - insert text comments into a JPEG file diff --git a/jpeg-utils-doc.pkg/files b/jpeg-utils-doc.pkg/files new file mode 100644 index 0000000..72ec615 --- /dev/null +++ b/jpeg-utils-doc.pkg/files @@ -0,0 +1 @@ +/usr/share/man/ diff --git a/jpeg-utils.pkg/control b/jpeg-utils.pkg/control new file mode 100644 index 0000000..313a930 --- /dev/null +++ b/jpeg-utils.pkg/control @@ -0,0 +1,10 @@ +Architecture: any +Platform: all +Depends: libjpeg.8 (= ${Binary-Version}) +Description: Utilities for manipulating JPEG files + This package contains the following utilities for manipulating JPEG files: + * cjpeg - compress an image file to a JPEG file + * djpeg - decompress a JPEG file to an image file + * jpegtran - lossless transformation of JPEG files + * rdjpgcom - display text comments from a JPEG file + * wrjpgcom - insert text comments into a JPEG file diff --git a/jpeg-utils.pkg/files b/jpeg-utils.pkg/files new file mode 100644 index 0000000..bc7b689 --- /dev/null +++ b/jpeg-utils.pkg/files @@ -0,0 +1 @@ +/usr/bin/ diff --git a/libjpeg.8-dbg.pkg/control b/libjpeg.8-dbg.pkg/control new file mode 100644 index 0000000..fbab9a6 --- /dev/null +++ b/libjpeg.8-dbg.pkg/control @@ -0,0 +1,8 @@ +Architecture: any +Platform: all +Depends: libjpeg.8 (= ${Binary-Version}) +Description: Independent JPEG Group's JPEG library - debugging symbols + ${Library-Description} + . + This package provides debugging symbols for the Independent JPEG Group's JPEG + library. diff --git a/libjpeg.8-dbg.pkg/files b/libjpeg.8-dbg.pkg/files new file mode 100644 index 0000000..b69d578 --- /dev/null +++ b/libjpeg.8-dbg.pkg/files @@ -0,0 +1 @@ +/usr/lib/debug/ diff --git a/libjpeg.8-dev.pkg/control b/libjpeg.8-dev.pkg/control new file mode 100644 index 0000000..c18e62f --- /dev/null +++ b/libjpeg.8-dev.pkg/control @@ -0,0 +1,8 @@ +Architecture: any +Platform: all +Depends: libjpeg.8 (= ${Binary-Version}) +Description: Independent JPEG Group's JPEG library - development files + ${Library-Description} + . + This package provides development files for the Independent JPEG Group's JPEG + library. diff --git a/libjpeg.8-dev.pkg/files b/libjpeg.8-dev.pkg/files new file mode 100644 index 0000000..ea9d186 --- /dev/null +++ b/libjpeg.8-dev.pkg/files @@ -0,0 +1,3 @@ +/usr/include/ +/usr/lib/*/libjpeg.so +/usr/lib/*/libjpeg.a diff --git a/libjpeg.8.pkg/control b/libjpeg.8.pkg/control new file mode 100644 index 0000000..bbb11a3 --- /dev/null +++ b/libjpeg.8.pkg/control @@ -0,0 +1,4 @@ +Architecture: any +Platform: all +Description: Independent JPEG Group's JPEG library + ${Library-Description} diff --git a/libjpeg.8.pkg/docs b/libjpeg.8.pkg/docs new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/libjpeg.8.pkg/docs diff --git a/libjpeg.8.pkg/files b/libjpeg.8.pkg/files new file mode 100644 index 0000000..debfed1 --- /dev/null +++ b/libjpeg.8.pkg/files @@ -0,0 +1 @@ +/usr/lib/*/libjpeg.so.* diff --git a/substvars b/substvars new file mode 100644 index 0000000..3e18c36 --- /dev/null +++ b/substvars @@ -0,0 +1,10 @@ +Library-Description: + libjpeg is C software to implement JPEG image encoding, decoding, and + transcoding. JPEG (pronounced "jay-peg") is a standardized compression + method for full-color and gray-scale images. + . + This software implements JPEG baseline, extended-sequential, and progressive + compression processes. Provision is made for supporting all variants of these + processes, although some uncommon parameter settings aren't implemented yet. + We have made no provision for supporting the hierarchical or lossless + processes defined in the standard. |