ports/159996: multimedia/ffmpegthumbnailer doesn't link with libjpeg.so library
Vladimir Pushkar
vladimir.pushkar at gmail.com
Mon Aug 22 14:20:08 UTC 2011
>Number: 159996
>Category: ports
>Synopsis: multimedia/ffmpegthumbnailer doesn't link with libjpeg.so library
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Mon Aug 22 14:20:08 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator: Vladimir Pushkar
>Release: 8.2-STABLE
>Organization:
Digital Ventures LLC
>Environment:
FreeBSD nox.dvdev.org.ua 8.2-STABLE FreeBSD 8.2-STABLE #18: Thu Aug 11 11:09:40 EEST 2011 root at nox.dvdev.org.ua:/usr/obj/usr/src/sys/NOX amd64
>Description:
ffmpegthumbnailer-2.0.4_2 doesn't link with libjpeg library.
>How-To-Repeat:
install ffmpegthumbnailer-2.0.4_2 via ports
>Fix:
apply attached path to your ffmpegthumbnailer port Makefile
Patch attached with submission follows:
--- Makefile.orig 2011-07-06 00:46:07.000000000 +0300
+++ Makefile 2011-08-22 17:04:01.000000000 +0300
@@ -17,7 +17,8 @@
swscale:${PORTSDIR}/multimedia/ffmpeg \
jpeg.11:${PORTSDIR}/graphics/jpeg
-CONFIGURE_ENV= LDFLAGS="${PTHREAD_LIBS} -L${LOCALBASE}/lib"
+CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \
+ LDFLAGS="${PTHREAD_LIBS} -L${LOCALBASE}/lib"
CONFIGURE_ARGS= --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig
GNU_CONFIGURE= yes
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list