mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
1eb0c93e27
Do not create JFIF header (APP0 block) by default. This saves 18 bytes per image. - Add jpeg and libjpeg-turbo to CONFLICTS_INSTALL - Add USE_LDCONFIG=${PREFIX}/include ${PREFIX}/lib - Change CONFIGURE_ARGS, change USE_LDCONFIG, remove PORTNAME from PLIST_SUB, change STRIP_CMD, change pkg-plist - Add autoheader and libtoolize to USE_AUTOTOOLS, remove run-autotools, add AUTOMAKE_ARGS - Remove LIBTOOL_ARGS and LDFLAGS - Remove SIMD from default Options - Use GCC=yes instead of GCC=any - Change BUILD_DEPENDS from nasm to yasm, moved to SIMD - Change SOMAJORVERSION to VER - Reordering Options - Break lines around 80 characters - Change REINPLACE, cosmetical changes - Patch for warning: always_inline function might not be inlinable http://sourceforge.net/p/libjpeg-turbo/patches/56/ - Use .if for DOCS due to large number of files installed PR: ports/188540 Submitted by: Horia Racoviceanu <horia@racoviceanu.com> (maintainer)
27 lines
779 B
Plaintext
27 lines
779 B
Plaintext
bin/cjpeg
|
|
bin/djpeg
|
|
bin/jpegtran
|
|
bin/rdjpgcom
|
|
%%TURBOJPEG%%bin/tjbench
|
|
bin/wrjpgcom
|
|
include/%%PORTNAME%%/jconfig.h
|
|
include/%%PORTNAME%%/jerror.h
|
|
include/%%PORTNAME%%/jmorecfg.h
|
|
include/%%PORTNAME%%/jpeglib.h
|
|
%%TURBOJPEG%%include/%%PORTNAME%%/turbojpeg.h
|
|
%%STATIC%%lib/%%PORTNAME%%/libjpeg.a
|
|
lib/%%PORTNAME%%/libjpeg.la
|
|
%%SHARED%%lib/%%PORTNAME%%/libjpeg.so
|
|
%%SHARED%%lib/%%PORTNAME%%/libjpeg.so.%%VER%%
|
|
%%STATIC%%%%TURBOJPEG%%lib/%%PORTNAME%%/libturbojpeg.a
|
|
%%TURBOJPEG%%lib/%%PORTNAME%%/libturbojpeg.la
|
|
%%SHARED%%%%TURBOJPEG%%lib/%%PORTNAME%%/libturbojpeg.so
|
|
%%SHARED%%%%TURBOJPEG%%lib/%%PORTNAME%%/libturbojpeg.so.1
|
|
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
|
|
@dirrm lib/%%PORTNAME%%
|
|
@dirrm include/%%PORTNAME%%
|