Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Jul 2012 21:04:28 GMT
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/170035: multimedia/mplayer not bumped after recent libogg update
Message-ID:  <201207202104.q6KL4SD0095921@red.freebsd.org>
Resent-Message-ID: <201207202110.q6KLAFZX032221@freefall.freebsd.org>

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

>Number:         170035
>Category:       ports
>Synopsis:       multimedia/mplayer not bumped after recent libogg update
>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:   Fri Jul 20 21:10:15 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Pawel Pekala
>Release:        10.0-CURRENT
>Organization:
>Environment:
FreeBSD blaviken.slowicza.org 10.0-CURRENT FreeBSD 10.0-CURRENT #10: Sat Jul 14 11:00:18 CEST 2012     corn@blaviken.slowicza.org:/usr/obj/usr/src/sys/BLAVIKEN  i386

>Description:
This port links to libogg and it's portrevision wasn't bumped after recent
libogg update. I propose to bump port revision and add explicit dependency
on audio/libogg so in the future this can be avoided.

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -urN /usr/ports/multimedia/mplayer/Makefile multimedia/mplayer/Makefile
--- /usr/ports/multimedia/mplayer/Makefile	2012-06-01 07:22:38.000000000 +0200
+++ multimedia/mplayer/Makefile	2012-07-20 23:01:57.000000000 +0200
@@ -7,7 +7,7 @@
 
 PORTNAME=	mplayer
 PORTVERSION=	${MPLAYER_PORT_VERSION}
-PORTREVISION=	2
+PORTREVISION=	3
 
 COMMENT=	High performance media player supporting many formats
 
diff -urN /usr/ports/multimedia/mplayer/Makefile.options multimedia/mplayer/Makefile.options
--- /usr/ports/multimedia/mplayer/Makefile.options	2012-04-17 20:50:38.000000000 +0200
+++ multimedia/mplayer/Makefile.options	2012-07-20 22:04:29.000000000 +0200
@@ -94,7 +94,8 @@
 .endif
 
 .if defined(WITH_THEORA)
-LIB_DEPENDS+=	theora.0:${PORTSDIR}/multimedia/libtheora
+LIB_DEPENDS+=	theora.0:${PORTSDIR}/multimedia/libtheora \
+		ogg:${PORTSDIR}/audio/libogg
 .else
 CONFIGURE_ARGS+=	--disable-theora
 .endif


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



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