openjpeg: dropped unmaintained port

This commit is contained in:
Tim Biermann 2023-09-24 09:32:51 +02:00
parent f30f353c5a
commit 546fa6029f
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 0 additions and 52 deletions

View File

@ -1,25 +0,0 @@
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.2
lrwxrwxrwx root/root usr/lib/libopenjpeg.so.1 -> libopenjpeg.so.1.5.2
-rwxr-xr-x root/root usr/lib/libopenjpeg.so.1.5.2
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/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/image_to_j2k.1.gz
-rw-r--r-- root/root usr/share/man/man1/j2k_dump.1.gz
-rw-r--r-- root/root usr/share/man/man1/j2k_to_image.1.gz
drwxr-xr-x root/root usr/share/man/man3/
-rw-r--r-- root/root usr/share/man/man3/libopenjpeg.3.gz

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3zGbYbkNBI9Y8UriF52JLKRFTPIaR/V0DBp5aOVCUPp/stx2d+G5ycTK+snc//538Kt4FfY/r7LxlOO4HD1bNwY=
SHA256 (Pkgfile) = 8c14ef4ced1e534ecd0d357def02b3c56ea704d2d00aa8f5f0ca9dad15389bac
SHA256 (.footprint) = d7436dd81f2e5e53162eb6973b3344be23d017d207015f9d763618a5fceff0a6
SHA256 (openjpeg-1.5.2.tar.gz) = 15df7b194a5d8dba0052cd21c17a4dc761149a770a907d73fffb972078c28a87

View File

@ -1,22 +0,0 @@
# Description: An open source JPEG 2000 codec.
# URL: http://www.openjpeg.org/
# Maintainer: unmaintained
# Depends on: lcms2 libpng
name=openjpeg
version=1.5.2
release=2
source=(http://downloads.sourceforge.net/project/openjpeg.mirror/$version/$name-$version.tar.gz)
build() {
cd $name-$version
autoreconf -fi
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/doc
}