Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Jul 2005 11:48:09 +0200 (CEST)
From:      Ulrich Spoerlein <q@galgenberg.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        ahze@freebsd.org`, hendrik@scholz.net
Subject:   ports/83597: [PATCH] multimedia/transcode: Unbreak WITH_MJPEG
Message-ID:  <200507170948.j6H9m9IZ002300@roadrunner.q.local>
Resent-Message-ID: <200507170950.j6H9o5SA092933@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         83597
>Category:       ports
>Synopsis:       [PATCH] multimedia/transcode: Unbreak WITH_MJPEG
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 17 09:50:05 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Ulrich Spoerlein
>Release:        FreeBSD 6.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD roadrunner 6.0-CURRENT FreeBSD 6.0-CURRENT #1: Sun Jul  3 14:07:41 CEST
>Description:
- The library version of mjpegtools has been bumped
- portlint

Port maintainer (hendrik@scholz.net) is cc'd.
Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- transcode-1.0.0.r1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/multimedia/transcode/Makefile,v
retrieving revision 1.62
diff -u -u -r1.62 Makefile
--- Makefile	5 Jul 2005 17:04:13 -0000	1.62
+++ Makefile	17 Jul 2005 09:45:46 -0000
@@ -176,7 +176,7 @@
 .endif
 
 .if defined(WITH_MJPEG)
-LIB_DEPENDS+=	lavjpeg-1.6.2:${PORTSDIR}/multimedia/mjpegtools
+LIB_DEPENDS+=	lavjpeg-1.6.3:${PORTSDIR}/multimedia/mjpegtools
 CONFIGURE_ARGS+=	--enable-mjpegtools
 PLIST_SUB+=	WITH_MJPEG=""
 .else
@@ -414,7 +414,7 @@
 		${WRKSRC}/import/decode_mov.c \
 		${WRKSRC}/import/import_mov.c \
 		${WRKSRC}/import/probe_mov.c
-	
+
 post-install:
 .if defined(WITH_XVID)
 	@${LN} -sf ${LOCALBASE}/lib/libxvidcore.so \
--- transcode-1.0.0.r1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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