Add mozjpeg- prefix to avoid CONFLICTS with jpeg-turbo and libjpeg-turbo

- Bump PORTREVISION for package change
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2017-05-13 14:59:10 +00:00
parent 0c8e9332a5
commit 5021b82151
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=440848
2 changed files with 13 additions and 11 deletions

View file

@ -4,6 +4,7 @@
PORTNAME= mozjpeg
PORTVERSION= 3.2
DISTVERSIONPREFIX= v
PORTREVISION= 1
CATEGORIES= graphics
MAINTAINER= sunpoet@FreeBSD.org
@ -27,6 +28,7 @@ TURBOJPEG_DESC= Include the TurboJPEG wrapper library and associated tests
CONFIGURE_ARGS= --docdir=${DOCSDIR} \
--includedir=${PREFIX}/include/${PORTNAME} \
--libdir=${PREFIX}/lib/${PORTNAME} \
--program-prefix=${PORTNAME}- \
--with-jpeg8
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip

View file

@ -1,9 +1,9 @@
bin/cjpeg
bin/djpeg
bin/jpegtran
bin/rdjpgcom
%%TURBOJPEG%%bin/tjbench
bin/wrjpgcom
bin/mozjpeg-cjpeg
bin/mozjpeg-djpeg
bin/mozjpeg-jpegtran
bin/mozjpeg-rdjpgcom
%%TURBOJPEG%%bin/mozjpeg-tjbench
bin/mozjpeg-wrjpgcom
include/mozjpeg/jconfig.h
include/mozjpeg/jerror.h
include/mozjpeg/jmorecfg.h
@ -17,8 +17,8 @@ lib/mozjpeg/libjpeg.so.8.1.2
%%TURBOJPEG%%lib/mozjpeg/libturbojpeg.so
%%TURBOJPEG%%lib/mozjpeg/libturbojpeg.so.0
%%TURBOJPEG%%lib/mozjpeg/libturbojpeg.so.0.1.0
man/man1/cjpeg.1.gz
man/man1/djpeg.1.gz
man/man1/jpegtran.1.gz
man/man1/rdjpgcom.1.gz
man/man1/wrjpgcom.1.gz
man/man1/mozjpeg-cjpeg.1.gz
man/man1/mozjpeg-djpeg.1.gz
man/man1/mozjpeg-jpegtran.1.gz
man/man1/mozjpeg-rdjpgcom.1.gz
man/man1/mozjpeg-wrjpgcom.1.gz