diff options
author | tijl <tijl@FreeBSD.org> | 2016-08-05 01:30:18 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2016-08-05 01:30:18 +0800 |
commit | f59f6b7b85640e31509132d97000fee5dd7a5870 (patch) | |
tree | 7593aa8fedb145db2fcf3a6fac86288c4c112146 /graphics | |
parent | 225ff6623b41175e1ccc2c3ee5a640c34172dd74 (diff) | |
download | freebsd-ports-gnome-f59f6b7b85640e31509132d97000fee5dd7a5870.tar.gz freebsd-ports-gnome-f59f6b7b85640e31509132d97000fee5dd7a5870.tar.zst freebsd-ports-gnome-f59f6b7b85640e31509132d97000fee5dd7a5870.zip |
Add graphics/linux-c6-jasper, required by graphics/linux-c6-gdk-pixbuf2.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/linux-c6-jasper/Makefile | 20 | ||||
-rw-r--r-- | graphics/linux-c6-jasper/distinfo.i386 | 5 | ||||
-rw-r--r-- | graphics/linux-c6-jasper/distinfo.x86_64 | 7 | ||||
-rw-r--r-- | graphics/linux-c6-jasper/pkg-plist.i386 | 2 | ||||
-rw-r--r-- | graphics/linux-c6-jasper/pkg-plist.x86_64 | 4 |
6 files changed, 39 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index a760ab1f0403..51bb43c89c8a 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -545,6 +545,7 @@ SUBDIR += linux-c6-dri SUBDIR += linux-c6-gdk-pixbuf2 SUBDIR += linux-c6-glx-utils + SUBDIR += linux-c6-jasper SUBDIR += linux-c6-jpeg SUBDIR += linux-c6-libGLU SUBDIR += linux-c6-png diff --git a/graphics/linux-c6-jasper/Makefile b/graphics/linux-c6-jasper/Makefile new file mode 100644 index 000000000000..a17c02d71cae --- /dev/null +++ b/graphics/linux-c6-jasper/Makefile @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= jasper +PORTVERSION= 1.900.1 +CATEGORIES= graphics linux +LIB_DISTFILES= ${PORTNAME}-libs-${PORTVERSION}-${RPMVERSION}${EXTRACT_SUFX} +SRC_DISTFILES= ${DISTNAME}${SRC_SUFX}:SOURCE + +MAINTAINER= emulation@FreeBSD.org +COMMENT= JPEG-2000 reference implementation (Linux CentOS ${LINUX_DIST_VER}) + +ONLY_FOR_ARCHS= i386 amd64 +RPMVERSION= 16.el6_6.3 +USES= linux:c6 +USE_LINUX_RPM= yes +USE_LDCONFIG= yes + +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +.include <bsd.port.mk> diff --git a/graphics/linux-c6-jasper/distinfo.i386 b/graphics/linux-c6-jasper/distinfo.i386 new file mode 100644 index 000000000000..7188b7d089c0 --- /dev/null +++ b/graphics/linux-c6-jasper/distinfo.i386 @@ -0,0 +1,5 @@ +TIMESTAMP = 1470330564 +SHA256 (rpm/i686/centos/6.8/jasper-libs-1.900.1-16.el6_6.3.i686.rpm) = 867485f066f16b8d4067771a01f6f8c60dda135f27c5a6441b2089d8e9255533 +SIZE (rpm/i686/centos/6.8/jasper-libs-1.900.1-16.el6_6.3.i686.rpm) = 140456 +SHA256 (rpm/i686/centos/6.8/jasper-1.900.1-16.el6_6.3.src.rpm) = 28ef9fb9cc889fc9f43cd360125de42994829a92c5ede0b3d82dc9e0159f4605 +SIZE (rpm/i686/centos/6.8/jasper-1.900.1-16.el6_6.3.src.rpm) = 1404135 diff --git a/graphics/linux-c6-jasper/distinfo.x86_64 b/graphics/linux-c6-jasper/distinfo.x86_64 new file mode 100644 index 000000000000..1279f9e39ed0 --- /dev/null +++ b/graphics/linux-c6-jasper/distinfo.x86_64 @@ -0,0 +1,7 @@ +TIMESTAMP = 1470330517 +SHA256 (rpm/x86_64/centos/6.8/jasper-libs-1.900.1-16.el6_6.3.i686.rpm) = 867485f066f16b8d4067771a01f6f8c60dda135f27c5a6441b2089d8e9255533 +SIZE (rpm/x86_64/centos/6.8/jasper-libs-1.900.1-16.el6_6.3.i686.rpm) = 140456 +SHA256 (rpm/x86_64/centos/6.8/jasper-libs-1.900.1-16.el6_6.3.x86_64.rpm) = f97f6af75d7ac6140e4f126e4e34b8e5b2eba7a0c6ed65694cecaaf88100d806 +SIZE (rpm/x86_64/centos/6.8/jasper-libs-1.900.1-16.el6_6.3.x86_64.rpm) = 140540 +SHA256 (rpm/x86_64/centos/6.8/jasper-1.900.1-16.el6_6.3.src.rpm) = 28ef9fb9cc889fc9f43cd360125de42994829a92c5ede0b3d82dc9e0159f4605 +SIZE (rpm/x86_64/centos/6.8/jasper-1.900.1-16.el6_6.3.src.rpm) = 1404135 diff --git a/graphics/linux-c6-jasper/pkg-plist.i386 b/graphics/linux-c6-jasper/pkg-plist.i386 new file mode 100644 index 000000000000..1977d823b4a5 --- /dev/null +++ b/graphics/linux-c6-jasper/pkg-plist.i386 @@ -0,0 +1,2 @@ +usr/lib/libjasper.so.1 +usr/lib/libjasper.so.1.0.0 diff --git a/graphics/linux-c6-jasper/pkg-plist.x86_64 b/graphics/linux-c6-jasper/pkg-plist.x86_64 new file mode 100644 index 000000000000..1bc57ec44bf1 --- /dev/null +++ b/graphics/linux-c6-jasper/pkg-plist.x86_64 @@ -0,0 +1,4 @@ +usr/lib/libjasper.so.1 +usr/lib/libjasper.so.1.0.0 +usr/lib64/libjasper.so.1 +usr/lib64/libjasper.so.1.0.0 |