FreeBSD Bugzilla – Attachment 121618 Details for
Bug 164639
enable enca charset detection engine in multimedia/mplayer
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
m.diff.txt
m.diff.txt (text/plain; charset=US-ASCII), 2.06 KB, created by
Thomas Zander
on 2012-02-03 17:17:13 UTC
(
hide
)
Description:
m.diff.txt
Filename:
MIME Type:
Creator:
Thomas Zander
Created:
2012-02-03 17:17:13 UTC
Size:
2.06 KB
patch
obsolete
>diff -r 646bfbadd4b6 -r a35503dee9a1 mencoder/Makefile >--- a/mencoder/Makefile Fri Feb 03 15:41:52 2012 +0100 >+++ b/mencoder/Makefile Fri Feb 03 17:51:38 2012 +0100 >@@ -86,6 +86,7 @@ > --disable-joystick \ > --disable-directfb \ > --disable-mpg123 \ >+ --disable-enca \ > --disable-musepack > > ALL_TARGET= mencoder >diff -r 646bfbadd4b6 -r a35503dee9a1 mplayer/Makefile >--- a/mplayer/Makefile Fri Feb 03 15:41:52 2012 +0100 >+++ b/mplayer/Makefile Fri Feb 03 17:51:38 2012 +0100 >@@ -7,7 +7,7 @@ > > PORTNAME= mplayer > PORTVERSION= ${MPLAYER_PORT_VERSION} >-PORTREVISION= 2 >+PORTREVISION= 3 > COMMENT= High performance media player supporting many formats > > .include "${.CURDIR}/Makefile.shared" >@@ -66,6 +66,7 @@ > OPTIONS+= JOYSTICK "Enable joystick support" off > OPTIONS+= V4L "Enable Video4Linux TV support" off > OPTIONS+= LIBRTMP "Enable RTMPDump Streaming Media support" off >+OPTIONS+= ENCA "Enable enca charset detection" off > > MAN1= mplayer.1 > MANCOMPRESSED= no >@@ -221,6 +222,12 @@ > CONFIGURE_ARGS+=--disable-joystick > .endif > >+.if defined(WITH_ENCA) >+LIB_DEPENDS+= enca.5:${PORTSDIR}/converters/enca >+.else >+CONFIGURE_ARGS+= --disable-enca >+.endif >+ > pre-everything:: > @${ECHO_MSG} "N - O - T - E" > @${ECHO_MSG} "" >diff -r 646bfbadd4b6 -r a35503dee9a1 mplayer/Makefile.options >--- a/mplayer/Makefile.options Fri Feb 03 15:41:52 2012 +0100 >+++ b/mplayer/Makefile.options Fri Feb 03 17:51:38 2012 +0100 >@@ -244,6 +244,8 @@ > .if defined(WITH_V4L) > BUILD_DEPENDS+= ${LOCALBASE}/include/linux/videodev2.h:${PORTSDIR}/multimedia/v4l_compat > LIB_DEPENDS+= v4l2.0:${PORTSDIR}/multimedia/libv4l >+CONFIGURE_ARGS+= --enable-tv-v4l1 \ >+ --enable-tv-v4l2 > EXTRA_LIBS+= -lv4l1 -lv4l2 > .else > CONFIGURE_ARGS+= --disable-tv-v4l1 \ >diff -r 646bfbadd4b6 -r a35503dee9a1 mplayer/Makefile.shared >--- a/mplayer/Makefile.shared Fri Feb 03 15:41:52 2012 +0100 >+++ b/mplayer/Makefile.shared Fri Feb 03 17:51:38 2012 +0100 >@@ -39,8 +39,7 @@ > --disable-bitmap-font \ > --disable-liba52 \ > --disable-alsa \ >- --enable-ass-internal \ >- --disable-enca >+ --enable-ass-internal > > WANT_GNOME= yes > WANT_SDL= yes
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 164639
:
121614
|
121615
|
121616
|
121617
| 121618 |
121619
|
121620