Subject: PR/29784 CVS commit: pkgsrc
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: Julio M. Merino Vidal <jmmv@netbsd.org>
List: pkgsrc-bugs
Date: 06/01/2005 18:46:01
The following reply was made to PR pkg/29784; it has been noted by GNATS.

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.