Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Nov 2003 19:04:17 +0100 (CET)
From:      "Thomas E. Zander" <riggs@rrr.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/59145: maintainer-update of multimedia/mplayer
Message-ID:  <200311101804.hAAI4HBk011906@o503.hadiko.de>
Resent-Message-ID: <200311101810.hAAIAHFB044862@freefall.freebsd.org>

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

>Number:         59145
>Category:       ports
>Synopsis:       maintainer-update of multimedia/mplayer
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 10 10:10:17 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:
This update of multimedia/mplayer consists of:

o Add missing dependency on libungif, reported by Pav Lucistnik <pav@oook.cz>
o Import latest kame ipv6 patches.
o Bump PORTREVISION
>How-To-Repeat:
>Fix:
Please apply the following patch to multimedia/mplayer:

diff -ruN mplayer-old/Makefile mplayer/Makefile
--- mplayer-old/Makefile	Fri Oct 10 19:30:46 2003
+++ mplayer/Makefile	Mon Nov 10 18:52:55 2003
@@ -95,6 +95,9 @@
 # WITH_LIBDVDNAV
 # default: autodetect
 #
+# WITH_LIBUNGIF
+# default: autodetect
+#
 # WITH_ARTS
 # default: autodetect
 #
@@ -167,7 +170,7 @@
 
 PORTNAME=	mplayer
 PORTVERSION=	0.92.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	multimedia audio ipv6
 MASTER_SITES=	http://www1.mplayerhq.hu/MPlayer/releases/ \
 		http://www2.mplayerhq.hu/MPlayer/releases/ \
@@ -182,7 +185,7 @@
 DISTNAME=	MPlayer-0.92
 
 PATCH_SITES=	${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/kame/misc/&,}
-PATCHFILES=	mplayer-0.9.1-v6-20030825.diff.gz
+PATCHFILES=	mplayer-0.9.2-v6-20030930.diff.gz
 PATCH_DIST_STRIP=	-p1
 
 MAINTAINER=	riggs@rrr.de
@@ -250,6 +253,10 @@
 WITH_LIBDVDNAV=	yes
 .endif
 
+.if exists(${LOCALBASE}/lib/libungif.so.5)
+WITH_LIBUNGIF=	yes
+.endif
+
 .if exists(${LOCALBASE}/lib/libmad.so.1)
 WITH_MAD=	yes
 .endif
@@ -374,6 +381,13 @@
 			--with-csslibdir=${LOCALBASE}/lib
 .else
 CONFIGURE_ARGS+=	--disable-css
+.endif
+
+.if defined(WITH_LIBUNGIF)
+LIB_DEPENDS+=	ungif.5:${PORTSDIR}/graphics/libungif
+CONFIGURE_ARGS+=	--enable-gif
+.else
+CONFIGURE_ARGS+=	--disable-gif
 .endif
 
 .if defined(WITH_LIBDV)
diff -ruN mplayer-old/distinfo mplayer/distinfo
--- mplayer-old/distinfo	Mon Sep 29 11:34:59 2003
+++ mplayer/distinfo	Mon Nov 10 18:42:32 2003
@@ -1,2 +1,2 @@
 MD5 (MPlayer-0.92.tar.bz2) = c4e003fc6c6f82c1cae96a95eb9b2d28
-MD5 (mplayer-0.9.1-v6-20030825.diff.gz) = b99f40b5e1ee9fd467246e0c627794eb
+MD5 (mplayer-0.9.2-v6-20030930.diff.gz) = 1984f929672e38efb589c0f5fc61b37e
>Release-Note:
>Audit-Trail:
>Unformatted:



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