Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Aug 2007 08:58:01 GMT
From:      Thomas Zander <thomas.e.zander@googlemail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/115416: Update the mencoder-dependent ports to the latest mplayer/mencoder commits
Message-ID:  <200708110858.l7B8w1Rw027149@www.freebsd.org>
Resent-Message-ID: <200708110900.l7B901Y9085569@freefall.freebsd.org>

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

>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:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 11 09:00:01 GMT 2007
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



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