summaryrefslogtreecommitdiff
path: root/openjpeg
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2013-10-22 20:16:48 +1100
committerDanny Rawlins <monster.romster@gmail.com>2013-10-22 21:57:43 +1100
commitcaaa21a1fb3326ee9aaf1802e567a09a3a262fd6 (patch)
tree79d4f7a39b1eb6630b7404a2a7776e652ad4fcff /openjpeg
parent7f9d29915659ef72d5ec27a24daeef1c722513e5 (diff)
downloadcontrib-caaa21a1fb3326ee9aaf1802e567a09a3a262fd6.tar.gz
contrib-caaa21a1fb3326ee9aaf1802e567a09a3a262fd6.tar.xz
openjpeg: initial import
Diffstat (limited to 'openjpeg')
-rw-r--r--openjpeg/.footprint28
-rw-r--r--openjpeg/.md5sum1
-rw-r--r--openjpeg/Pkgfile23
3 files changed, 52 insertions, 0 deletions
diff --git a/openjpeg/.footprint b/openjpeg/.footprint
new file mode 100644
index 000000000..aae03289f
--- /dev/null
+++ b/openjpeg/.footprint
@@ -0,0 +1,28 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/image_to_j2k
+-rwxr-xr-x root/root usr/bin/j2k_dump
+-rwxr-xr-x root/root usr/bin/j2k_to_image
+drwxr-xr-x root/root usr/include/
+drwxr-xr-x root/root usr/include/openjpeg-1.5/
+-rw-r--r-- root/root usr/include/openjpeg-1.5/openjpeg.h
+drwxr-xr-x root/root usr/lib/
+-rw-r--r-- root/root usr/lib/libopenjpeg.a
+-rwxr-xr-x root/root usr/lib/libopenjpeg.la
+lrwxrwxrwx root/root usr/lib/libopenjpeg.so -> libopenjpeg.so.1.5.0
+lrwxrwxrwx root/root usr/lib/libopenjpeg.so.1 -> libopenjpeg.so.1.5.0
+-rwxr-xr-x root/root usr/lib/libopenjpeg.so.1.5.0
+drwxr-xr-x root/root usr/lib/pkgconfig/
+lrwxrwxrwx root/root usr/lib/pkgconfig/libopenjpeg.pc -> libopenjpeg1.pc
+-rw-r--r-- root/root usr/lib/pkgconfig/libopenjpeg1.pc
+drwxr-xr-x root/root usr/man/
+drwxr-xr-x root/root usr/man/man1/
+-rw-r--r-- root/root usr/man/man1/image_to_j2k.1.gz
+-rw-r--r-- root/root usr/man/man1/j2k_dump.1.gz
+-rw-r--r-- root/root usr/man/man1/j2k_to_image.1.gz
+lrwxrwxrwx root/root usr/man/man1/jpwl_image_to_j2k.1.gz -> image_to_j2k.1.gz
+lrwxrwxrwx root/root usr/man/man1/jpwl_j2k_to_image.1.gz -> j2k_to_image.1.gz
+drwxr-xr-x root/root usr/man/man3/
+lrwxrwxrwx root/root usr/man/man3/jpwl_libopenjpeg.3.gz -> libopenjpeg.3.gz
+-rw-r--r-- root/root usr/man/man3/libopenjpeg.3.gz
+drwxr-xr-x root/root usr/share/
diff --git a/openjpeg/.md5sum b/openjpeg/.md5sum
new file mode 100644
index 000000000..8cf5e0adb
--- /dev/null
+++ b/openjpeg/.md5sum
@@ -0,0 +1 @@
+b5f74cec2688fb918331bb014061be6f openjpeg-1.5.1.tar.gz
diff --git a/openjpeg/Pkgfile b/openjpeg/Pkgfile
new file mode 100644
index 000000000..644270d37
--- /dev/null
+++ b/openjpeg/Pkgfile
@@ -0,0 +1,23 @@
+# Description: An open source JPEG 2000 codec.
+# URL: http://www.openjpeg.org/
+# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
+# Packager: Danny Rawlins, monster dot romster at gmail dot com
+# Depends on: lcms2 libpng xz
+
+name=openjpeg
+version=1.5.1
+release=1
+source=(http://openjpeg.googlecode.com/files/$name-$version.tar.gz)
+
+build() {
+ cd $name-$version
+
+ ./configure \
+ --prefix=/usr \
+ --mandir=/usr/man
+
+ make
+ make DESTDIR=$PKG install
+
+ rm -r $PKG/usr/share/doc
+}

Generated by cgit