As promised a week ago, remove arts and aalib from default suggested
options. arts is obsolete and aalib only ever was a nice hack, not something to be enabled by default.
This commit is contained in:
parent
6bfe793ce8
commit
d9606d1e7f
3 changed files with 6 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: options.mk,v 1.3 2010/12/26 05:01:23 davesainty Exp $
|
||||
# $NetBSD: options.mk,v 1.4 2012/10/28 23:40:32 thomasklausner Exp $
|
||||
|
||||
.if defined(PKGNAME) && empty(PKGNAME:Mmplayer-share*)
|
||||
|
||||
|
@ -51,7 +51,7 @@ PKG_SUPPORTED_OPTIONS+= mplayer-real
|
|||
# Define PKG_SUGGESTED_OPTIONS.
|
||||
# -------------------------------------------------------------------------
|
||||
|
||||
.for _o_ in aalib arts cdparanoia dv dvdread esound gif jpeg \
|
||||
.for _o_ in cdparanoia dv dvdread esound gif jpeg \
|
||||
lame mad mplayer-menu mplayer-real \
|
||||
mplayer-runtime-cpudetection mplayer-win32 \
|
||||
nas oss png sdl theora vorbis xvid
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: options.mk,v 1.7 2010/12/26 05:01:23 davesainty Exp $
|
||||
# $NetBSD: options.mk,v 1.8 2012/10/28 23:40:34 thomasklausner Exp $
|
||||
|
||||
.if defined(PKGNAME) && empty(PKGNAME:Mmplayer-share*)
|
||||
|
||||
|
@ -79,7 +79,7 @@ PKG_SUPPORTED_OPTIONS+= xvid
|
|||
# Define PKG_SUGGESTED_OPTIONS.
|
||||
# -------------------------------------------------------------------------
|
||||
|
||||
.for _o_ in aalib arts cdparanoia dv esound gif jpeg \
|
||||
.for _o_ in cdparanoia dv esound gif jpeg \
|
||||
dvdread dvdnav \
|
||||
lame mad mplayer-menu mplayer-real \
|
||||
mplayer-default-cflags mplayer-runtime-cpudetection mplayer-win32 \
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.2 2012/10/03 15:09:58 asau Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2012/10/28 23:40:34 thomasklausner Exp $
|
||||
|
||||
PKGNAME= mplayer-${MPLAYER_VERSION}
|
||||
PKGREVISION= 1
|
||||
|
||||
COMMENT= Fast, cross-platform movie player
|
||||
|
||||
|
|
Loading…
Reference in a new issue