From nobody@FreeBSD.org  Sat Aug 11 08:58:02 2007
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 25B0016A418
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 11 Aug 2007 08:58:02 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 0CBA613C467
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 11 Aug 2007 08:58:02 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.1/8.14.1) with ESMTP id l7B8w1xM027150
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 11 Aug 2007 08:58:01 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.1/8.14.1/Submit) id l7B8w1Rw027149;
	Sat, 11 Aug 2007 08:58:01 GMT
	(envelope-from nobody)
Message-Id: <200708110858.l7B8w1Rw027149@www.freebsd.org>
Date: Sat, 11 Aug 2007 08:58:01 GMT
From: Thomas Zander <thomas.e.zander@googlemail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Update the mencoder-dependent ports to the latest mplayer/mencoder commits
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         115416
>Category:       ports
>Synopsis:       Update the mencoder-dependent ports to the latest mplayer/mencoder commits
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 11 09:00:01 GMT 2007
>Closed-Date:    Sat Aug 11 15:34:02 GMT 2007
>Last-Modified:  Sat Aug 11 15:40:02 GMT 2007
>Originator:     Thomas Zander
>Release:        
>Organization:
>Environment:
>Description:
The last commit to multimedia/mplayer introduced a split into two ports,
mplayer, the player part and
mencoder, the movie encoder part.

The mencoder front-ends in the ports tree do not yet reflect this change.
>How-To-Repeat:

>Fix:
The attached patch glues together several diffs that patch the appropriate changes into the Makefiles of multimedia/
o gmencoder
o iriverter
o iso2mkv
o kino
o kmenc15
o manencode
o ogmrip
o tovid

Patch attached with submission follows:

diff -ruN /usr/ports/multimedia/gmencoder/Makefile gmencoder/Makefile
--- /usr/ports/multimedia/gmencoder/Makefile	2007-06-14 14:19:09.000000000 +0800
+++ gmencoder/Makefile	2007-08-11 16:41:22.000000000 +0800
@@ -16,8 +16,8 @@
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Gmencoder is Gnome2 front-end to mplayer/mencoder
 
-BUILD_DEPENDS=	mencoder:${PORTSDIR}/multimedia/mplayer
-RUN_DEPENDS=	mencoder:${PORTSDIR}/multimedia/mplayer
+BUILD_DEPENDS=	mencoder:${PORTSDIR}/multimedia/mencoder
+RUN_DEPENDS=	mencoder:${PORTSDIR}/multimedia/mencoder
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
diff -ruN /usr/ports/multimedia/iriverter/Makefile iriverter/Makefile
--- /usr/ports/multimedia/iriverter/Makefile	2007-06-14 14:19:26.000000000 +0800
+++ iriverter/Makefile	2007-08-11 16:41:44.000000000 +0800
@@ -14,7 +14,7 @@
 MAINTAINER=	multimedia@FreeBSD.org
 COMMENT=	Cross-platform frontend to mencoder
 
-RUN_DEPENDS=	mencoder:${PORTSDIR}/multimedia/mplayer
+RUN_DEPENDS=	mencoder:${PORTSDIR}/multimedia/mencoder
 
 USE_JAVA=	yes
 USE_BZIP2=	yes
diff -ruN /usr/ports/multimedia/iso2mkv/Makefile iso2mkv/Makefile
--- /usr/ports/multimedia/iso2mkv/Makefile	2007-06-14 14:19:26.000000000 +0800
+++ iso2mkv/Makefile	2007-08-11 16:42:09.000000000 +0800
@@ -15,7 +15,7 @@
 MAINTAINER=	alexbl@FreeBSD.org
 COMMENT=	Front-end shell script to convert DVD image, device, or VIDEO_TS to mkv with xvid and ogg or mp3 audio
 
-RUN_DEPENDS=	mencoder:${PORTSDIR}/multimedia/mplayer \
+RUN_DEPENDS=	mencoder:${PORTSDIR}/multimedia/mencoder \
 		bash:${PORTSDIR}/shells/bash \
 		mkvmerge:${PORTSDIR}/multimedia/mkvtoolnix \
 		lame:${PORTSDIR}/audio/lame \
diff -ruN /usr/ports/multimedia/kino/Makefile kino/Makefile
--- /usr/ports/multimedia/kino/Makefile	2007-08-09 10:04:51.000000000 +0800
+++ kino/Makefile	2007-08-11 16:42:30.000000000 +0800
@@ -17,7 +17,7 @@
 LIB_DEPENDS=	dv.4:${PORTSDIR}/multimedia/libdv	\
 		Magick.10:${PORTSDIR}/graphics/ImageMagick	\
 		samplerate.1:${PORTSDIR}/audio/libsamplerate
-RUN_DEPENDS=	mencoder:${PORTSDIR}/multimedia/mplayer	\
+RUN_DEPENDS=	mencoder:${PORTSDIR}/multimedia/mencoder	\
 		mplex:${PORTSDIR}/multimedia/mjpegtools
 
 OPTIONS=	QUICKTIME "With Quicktime support" off	\
diff -ruN /usr/ports/multimedia/kmenc15/Makefile kmenc15/Makefile
--- /usr/ports/multimedia/kmenc15/Makefile	2007-06-14 14:19:41.000000000 +0800
+++ kmenc15/Makefile	2007-08-11 16:42:43.000000000 +0800
@@ -15,7 +15,7 @@
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	KDE advanced MEncoder frontend, ala, VirtualDub
 
-RUN_DEPENDS=	mencoder:${PORTSDIR}/multimedia/mplayer
+RUN_DEPENDS=	mencoder:${PORTSDIR}/multimedia/mencoder
 
 USE_BZIP2=	yes
 USE_KDELIBS_VER=	3
diff -ruN /usr/ports/multimedia/manencode/Makefile manencode/Makefile
--- /usr/ports/multimedia/manencode/Makefile	2007-07-17 10:28:21.000000000 +0800
+++ manencode/Makefile	2007-08-11 16:42:54.000000000 +0800
@@ -13,7 +13,7 @@
 MAINTAINER=	trebestie@gmail.com
 COMMENT=	Utility to simply transcode your videos
 
-RUN_DEPENDS=	mencoder:${PORTSDIR}/multimedia/mplayer  \
+RUN_DEPENDS=	mencoder:${PORTSDIR}/multimedia/mencoder  \
 		transcode:${PORTSDIR}/multimedia/transcode
 
 USE_GMAKE=	yes
diff -ruN /usr/ports/multimedia/ogmrip/Makefile ogmrip/Makefile
--- /usr/ports/multimedia/ogmrip/Makefile	2007-08-06 10:30:33.000000000 +0800
+++ ogmrip/Makefile	2007-08-11 16:43:13.000000000 +0800
@@ -15,12 +15,12 @@
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Application and libraries for encoding DVDs into DivX/OGM files
 
-BUILD_DEPENDS=	mencoder:${PORTSDIR}/multimedia/mplayer \
+BUILD_DEPENDS=	mencoder:${PORTSDIR}/multimedia/mencoder \
 		oggenc:${PORTSDIR}/audio/vorbis-tools \
 		ogmmerge:${PORTSDIR}/multimedia/ogmtools \
 		lame:${PORTSDIR}/audio/lame \
 		gsed:${PORTSDIR}/textproc/gsed
-RUN_DEPENDS=	mencoder:${PORTSDIR}/multimedia/mplayer \
+RUN_DEPENDS=	mencoder:${PORTSDIR}/multimedia/mencoder \
 		oggenc:${PORTSDIR}/audio/vorbis-tools \
 		ogmmerge:${PORTSDIR}/multimedia/ogmtools \
 		lame:${PORTSDIR}/audio/lame
diff -ruN /usr/ports/multimedia/tovid/Makefile tovid/Makefile
--- /usr/ports/multimedia/tovid/Makefile	2007-07-25 12:14:00.000000000 +0800
+++ tovid/Makefile	2007-08-11 16:43:25.000000000 +0800
@@ -20,7 +20,7 @@
 COMMENT=	A collection of video disc authoring tools
 
 BUILD_DEPENDS=	txt2tags:${PORTSDIR}/textproc/txt2tags
-RUN_DEPENDS=	mencoder:${PORTSDIR}/multimedia/mplayer \
+RUN_DEPENDS=	mencoder:${PORTSDIR}/multimedia/mencoder \
 		mplex:${PORTSDIR}/multimedia/mjpegtools \
 		ffmpeg:${PORTSDIR}/multimedia/ffmpeg \
 		composite:${PORTSDIR}/graphics/ImageMagick \


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: rafan 
State-Changed-When: Sat Aug 11 15:33:59 UTC 2007 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=115416 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/115416: commit references a PR
Date: Sat, 11 Aug 2007 15:34:02 +0000 (UTC)

 rafan       2007-08-11 15:33:56 UTC
 
   FreeBSD ports repository
 
   Modified files:
     multimedia/gmencoder Makefile 
     multimedia/iriverter Makefile 
     multimedia/iso2mkv   Makefile 
     multimedia/kino      Makefile 
     multimedia/kmenc15   Makefile 
     multimedia/ogmrip    Makefile 
     multimedia/tovid     Makefile 
   Log:
   - Chase multimedia/mplayer split
   
   PR:             ports/115416
   Submitted by:   Thomas Zander <thomas.e.zander at googlemail.com>
   
   Revision  Changes    Path
   1.16      +2 -2      ports/multimedia/gmencoder/Makefile
   1.4       +1 -1      ports/multimedia/iriverter/Makefile
   1.5       +1 -1      ports/multimedia/iso2mkv/Makefile
   1.36      +1 -1      ports/multimedia/kino/Makefile
   1.9       +1 -1      ports/multimedia/kmenc15/Makefile
   1.37      +2 -2      ports/multimedia/ogmrip/Makefile
   1.19      +1 -1      ports/multimedia/tovid/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
