Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Nov 2003 20:51:13 +0100 (CET)
From:      "Thomas E. Zander" <riggs@rrr.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/59350: solve mplayer/ungif problem
Message-ID:  <200311161951.hAGJpDB4050689@o503.hadiko.de>
Resent-Message-ID: <200311162000.hAGK0gro051793@freefall.freebsd.org>

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

>Number:         59350
>Category:       ports
>Synopsis:       solve mplayer/ungif problem
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 16 12:00:42 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Thomas E. Zander
>Release:        FreeBSD 5.1-RELEASE-p10 i386
>Organization:
>Environment:
System: FreeBSD o503.hadiko.de 5.1-RELEASE-p10 FreeBSD 5.1-RELEASE-p10 #1: Sun Oct 5 22:36:27 CEST 2003 root@o503.hadiko.de:/usr/obj/usr/src/sys/MARVIN i386
>Description:
My latest pr unfortunately breaks linking of mplayer if build against
libungif.
>How-To-Repeat:
Build mplayer using Makefile 1.74 with installed libungif.
>Fix:

Patch for multimedia/mplayer:

diff -ruN mplayer-old/Makefile mplayer/Makefile
--- mplayer-old/Makefile	Sun Nov 16 19:50:16 2003
+++ mplayer/Makefile	Sun Nov 16 20:35:14 2003
@@ -170,7 +170,7 @@
 
 PORTNAME=	mplayer
 PORTVERSION=	0.92.0
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	multimedia audio ipv6
 MASTER_SITES=	http://www1.mplayerhq.hu/MPlayer/releases/ \
 		http://www2.mplayerhq.hu/MPlayer/releases/ \
@@ -385,7 +385,7 @@
 
 .if defined(WITH_LIBUNGIF)
 LIB_DEPENDS+=	ungif.5:${PORTSDIR}/graphics/libungif
-CONFIGURE_ARGS+=	--enable-gif
+#CONFIGURE_ARGS+=	--enable-gif
 .else
 CONFIGURE_ARGS+=	--disable-gif
 .endif

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



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