diff options
author | jmmv <jmmv@pkgsrc.org> | 2005-06-01 18:45:45 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2005-06-01 18:45:45 +0000 |
commit | 8ef285f516fea08214543d08e5ac6cb02039e0fa (patch) | |
tree | 1541b2d5b7427ec71134f81983f8f5194ef3e5f7 /multimedia/mencoder | |
parent | f2d8f710dd8626547aec304836ee41515fae314d (diff) | |
download | pkgsrc-8ef285f516fea08214543d08e5ac6cb02039e0fa.tar.gz |
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.
Diffstat (limited to 'multimedia/mencoder')
-rw-r--r-- | multimedia/mencoder/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/multimedia/mencoder/Makefile b/multimedia/mencoder/Makefile index b986d30a410..96a7e2f1c15 100644 --- a/multimedia/mencoder/Makefile +++ b/multimedia/mencoder/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2005/04/18 17:49:41 drochner Exp $ +# $NetBSD: Makefile,v 1.20 2005/06/01 18:45:46 jmmv Exp $ PKGNAME= mencoder-${MPLAYER_PKG_VERSION} @@ -24,7 +24,5 @@ do-install: .include "../../multimedia/mplayer-share/Makefile.depends" -.include "../../audio/lame/buildlink3.mk" - .include "../../mk/bsd.pkg.mk" .include "../../multimedia/mplayer-share/Makefile.cflags" |