Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Aug 2016 17:30:18 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r419633 - in head: Mk graphics graphics/linux-c6-jasper
Message-ID:  <201608041730.u74HUIVX028569@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Thu Aug  4 17:30:18 2016
New Revision: 419633
URL: https://svnweb.freebsd.org/changeset/ports/419633

Log:
  Add graphics/linux-c6-jasper, required by graphics/linux-c6-gdk-pixbuf2.

Added:
  head/graphics/linux-c6-jasper/
  head/graphics/linux-c6-jasper/Makefile   (contents, props changed)
  head/graphics/linux-c6-jasper/distinfo.i386   (contents, props changed)
  head/graphics/linux-c6-jasper/distinfo.x86_64   (contents, props changed)
  head/graphics/linux-c6-jasper/pkg-plist.i386   (contents, props changed)
  head/graphics/linux-c6-jasper/pkg-plist.x86_64   (contents, props changed)
Modified:
  head/Mk/bsd.linux-apps.mk
  head/graphics/Makefile

Modified: head/Mk/bsd.linux-apps.mk
==============================================================================
--- head/Mk/bsd.linux-apps.mk	Thu Aug  4 17:23:00 2016	(r419632)
+++ head/Mk/bsd.linux-apps.mk	Thu Aug  4 17:30:18 2016	(r419633)
@@ -61,7 +61,7 @@ WEB_AUTH=			nvu
 # Non-version specific components
 _LINUX_APPS_ALL=	allegro alsalib alsa-plugins-oss alsa-plugins-pulseaudio \
 					arts aspell atk avahi-libs cairo cups-libs curl dri devtools esound expat \
-					flac fontconfig freealut gdkpixbuf gdkpixbuf2 gnutls gtk2 hicontheme imlib jpeg libaudiofile \
+					flac fontconfig freealut gdkpixbuf gdkpixbuf2 gnutls gtk2 hicontheme imlib jasper jpeg libaudiofile \
 					libasyncns libg2c libgcrypt libglade2 libglu libgpg-error libmng libogg \
 					libpciaccess libsigcpp20 libsndfile libtasn1 libthai libtheora libvorbis libxml2 mikmod \
 					naslibs ncurses-base openal openmotif openssl openssl-compat pango png \
@@ -259,6 +259,11 @@ imlib_f10_FILE=		${LINUXBASE}/usr/lib/li
 imlib_DETECT=		${imlib${LINUX_DIST_SUFFIX:S/-/_/}_FILE}
 imlib_PORT=			graphics/linux${LINUX_BASEPORT_NAME}-imlib
 
+jasper_c6_FILE=		${LINUXBASE}/usr/lib/libjasper.so.1.0.0
+jasper_c6_64_FILE=	${LINUXBASE}/usr/lib64/libjasper.so.1.0.0
+jasper_DETECT=		${jasper${LINUX_DIST_SUFFIX:S/-/_/}_FILE}
+jasper_PORT=		graphics/linux${LINUX_BASEPORT_NAME}-jasper
+
 jpeg_f10_FILE=		${LINUXBASE}/usr/lib/libjpeg.so.62.0.0
 jpeg_c6_FILE=		${LINUXBASE}/usr/lib/libjpeg.so.62.0.0
 jpeg_c6_64_FILE=	${LINUXBASE}/usr/lib64/libjpeg.so.62.0.0

Modified: head/graphics/Makefile
==============================================================================
--- head/graphics/Makefile	Thu Aug  4 17:23:00 2016	(r419632)
+++ head/graphics/Makefile	Thu Aug  4 17:30:18 2016	(r419633)
@@ -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

Added: head/graphics/linux-c6-jasper/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/linux-c6-jasper/Makefile	Thu Aug  4 17:30:18 2016	(r419633)
@@ -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>

Added: head/graphics/linux-c6-jasper/distinfo.i386
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/linux-c6-jasper/distinfo.i386	Thu Aug  4 17:30:18 2016	(r419633)
@@ -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

Added: head/graphics/linux-c6-jasper/distinfo.x86_64
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/linux-c6-jasper/distinfo.x86_64	Thu Aug  4 17:30:18 2016	(r419633)
@@ -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

Added: head/graphics/linux-c6-jasper/pkg-plist.i386
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/linux-c6-jasper/pkg-plist.i386	Thu Aug  4 17:30:18 2016	(r419633)
@@ -0,0 +1,2 @@
+usr/lib/libjasper.so.1
+usr/lib/libjasper.so.1.0.0

Added: head/graphics/linux-c6-jasper/pkg-plist.x86_64
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/linux-c6-jasper/pkg-plist.x86_64	Thu Aug  4 17:30:18 2016	(r419633)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608041730.u74HUIVX028569>