NetBSD Problem Report #29784
From pancake@phreaker.net Thu Mar 24 11:46:21 2005
Return-Path: <pancake@phreaker.net>
Received: from porticoluna.org (62-81-187-163-BCN.HnS.iddeo.com [62.81.187.163])
by narn.netbsd.org (Postfix) with ESMTP id BA68563B117
for <gnats-bugs@gnats.netbsd.org>; 2005年3月24日 11:46:20 +0000 (UTC)
Message-Id: <20050324115931.202FAEF7B@porticoluna.org>
Date: 2005年3月24日 12:59:31 +0100 (CET)
From: pancake@phreaker.net
Reply-To: pancake@phreaker.net
To: gnats-bugs@netbsd.org
Subject: mplayer with menu support
X-Send-Pr-Version: 3.95
>Number: 29784
>Category: pkg
>Synopsis: mplayer with menu support.
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: pkg-manager
>State: closed
>Class: change-request
>Submitter-Id: net
>Arrival-Date: Thu Mar 24 11:47:00 +0000 2005
>Closed-Date: Wed Jun 01 19:26:13 +0000 2005
>Last-Modified: Wed Jun 01 19:26:13 +0000 2005
>Originator: pancake@phreaker.net
>Release: Linux 2.6.10-mm3
>Organization:
>Environment:
System: Linux bare 2.6.10-mm3 #1 Fri Feb 25 14:51:59 VET 2005 i686 GNU/Linux
Architecture: i686
Machine: i686
>Description:
i'll be good to add --enable-menu to mplayer. It's a useful feature and
must be included by default IMHO.
mplayer menu allows to create menus using a simple XML syntax. To find
files into filesystem, change video options, change dvb channel, etc.
>How-To-Repeat:
>Fix:
Apply this patch:
Index: Makefile.common
===================================================================
RCS file: /cvsroot/pkgsrc/multimedia/mplayer-share/Makefile.common,v
retrieving revision 1.18
diff -u -r1.18 Makefile.common
--- Makefile.common 5 Jan 2005 15:39:15 -0000 1.18
+++ Makefile.common 24 Mar 2005 11:39:28 -0000
@@ -43,7 +43,8 @@
--with-extralibdir="${LOCALBASE}/lib" \
--with-x11incdir="${X11BASE}/include" \
--with-x11libdir="${X11BASE}/lib" \
- --disable-mpdvdkit
+ --disable-mpdvdkit \
+ --enable-menu
ONLY_FOR_COMPILER= gcc
>Release-Note:
>Audit-Trail:
From: "Julio M. Merino Vidal" <jmmv@netbsd.org>
To: gnats-bugs@netbsd.org
Cc:
Subject: PR/29784 CVS commit: pkgsrc
Date: Wed, 1 Jun 2005 18:45:46 +0000 (UTC)
Module Name: pkgsrc
Committed By: jmmv
Date: Wed Jun 1 18:45:46 UTC 2005
Modified Files:
pkgsrc/doc: CHANGES
pkgsrc/mk/defaults: options.description
pkgsrc/multimedia/mencoder: Makefile
pkgsrc/multimedia/mplayer: Makefile
pkgsrc/multimedia/mplayer-share: Makefile.common Makefile.depends
Added Files:
pkgsrc/multimedia/mplayer-share: options.mk
Log Message:
Convert the mplayer* and mencoder* packages to the options framework.
This means that the MPLAYER_ENABLE_RUNTIME_CPU_DETECTION,
MPLAYER_DISABLE_DRIVERS and MPLAYER_USE_MEDIALIB become deprecated
(although still recognized).
Visible changes in the resulting binary packages should be minimum by
default (everything that was enabled before still is, and the same
dependencies are kept). A notable addition, though, is the support for
user-defined menus, closing PR pkg/29784.
Also note that (almost) all dependencies have now a corresponding option
to disable them in case you want to get a minimalist mplayer package.
'make show-options' is your friend ;)
With thanks to wiz@ and dillo@ for their comments and help.
To generate a diff of this commit:
cvs rdiff -r1.10271 -r1.10272 pkgsrc/doc/CHANGES
cvs rdiff -r1.9 -r1.10 pkgsrc/mk/defaults/options.description
cvs rdiff -r1.19 -r1.20 pkgsrc/multimedia/mencoder/Makefile
cvs rdiff -r1.17 -r1.18 pkgsrc/multimedia/mplayer/Makefile
cvs rdiff -r1.21 -r1.22 pkgsrc/multimedia/mplayer-share/Makefile.common
cvs rdiff -r1.13 -r1.14 pkgsrc/multimedia/mplayer-share/Makefile.depends
cvs rdiff -r0 -r1.1 pkgsrc/multimedia/mplayer-share/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
State-Changed-From-To: open->closed
State-Changed-By: jmmv@netbsd.org
State-Changed-When: 2005年6月01日 19:26:13 +0000
State-Changed-Why:
Support added. It can be disabled through the 'mplayer-menu' option, if
wanted. Thanks.
>Unformatted: