diff options
-rw-r--r-- | devel/SDL/Makefile | 4 | ||||
-rw-r--r-- | devel/SDL/options.mk | 4 | ||||
-rw-r--r-- | graphics/gimp/Makefile | 4 | ||||
-rw-r--r-- | graphics/gimp/options.mk | 4 | ||||
-rw-r--r-- | multimedia/mencoder/Makefile | 3 | ||||
-rw-r--r-- | multimedia/mplayer-share/options.mk | 4 | ||||
-rw-r--r-- | multimedia/mplayer/Makefile | 3 |
7 files changed, 14 insertions, 12 deletions
diff --git a/devel/SDL/Makefile b/devel/SDL/Makefile index a9b2122d967..f11d64c0227 100644 --- a/devel/SDL/Makefile +++ b/devel/SDL/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.107 2012/10/23 10:24:02 wiz Exp $ +# $NetBSD: Makefile,v 1.108 2012/10/28 23:40:24 wiz Exp $ DISTNAME= SDL-1.2.15 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= devel games MASTER_SITES= http://www.libsdl.org/release/ diff --git a/devel/SDL/options.mk b/devel/SDL/options.mk index d1f6abf39b1..86287b2e2b6 100644 --- a/devel/SDL/options.mk +++ b/devel/SDL/options.mk @@ -1,8 +1,8 @@ -# $NetBSD: options.mk,v 1.5 2008/12/19 13:05:06 tron Exp $ +# $NetBSD: options.mk,v 1.6 2012/10/28 23:40:24 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.SDL PKG_SUPPORTED_OPTIONS= aalib arts esound nas pulseaudio -PKG_SUGGESTED_OPTIONS= aalib arts esound nas pulseaudio +PKG_SUGGESTED_OPTIONS= esound nas pulseaudio .include "../../mk/bsd.options.mk" diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile index 614ecd3697f..6c8059e04a1 100644 --- a/graphics/gimp/Makefile +++ b/graphics/gimp/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.224 2012/10/08 23:00:54 adam Exp $ +# $NetBSD: Makefile,v 1.225 2012/10/28 23:40:24 wiz Exp $ DISTNAME= gimp-2.8.2 -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= graphics MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/v${PKGVERSION_NOREV:R}/ \ ${MASTER_SITE_GNU:=gimp/v${PKGVERSION_NOREV:R}/} \ diff --git a/graphics/gimp/options.mk b/graphics/gimp/options.mk index e13d01492f3..caa44da8409 100644 --- a/graphics/gimp/options.mk +++ b/graphics/gimp/options.mk @@ -1,8 +1,8 @@ -# $NetBSD: options.mk,v 1.4 2010/09/15 20:59:50 drochner Exp $ +# $NetBSD: options.mk,v 1.5 2012/10/28 23:40:24 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.gimp PKG_SUPPORTED_OPTIONS= aalib mng svg -PKG_SUGGESTED_OPTIONS= aalib mng svg +PKG_SUGGESTED_OPTIONS= mng svg .include "../../mk/bsd.options.mk" diff --git a/multimedia/mencoder/Makefile b/multimedia/mencoder/Makefile index ff32d3aeaac..a76c63280d7 100644 --- a/multimedia/mencoder/Makefile +++ b/multimedia/mencoder/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.55 2012/10/08 09:21:08 asau Exp $ +# $NetBSD: Makefile,v 1.56 2012/10/28 23:40:25 wiz Exp $ PKGNAME= mencoder-${MPLAYER_VERSION} +PKGREVISION= 1 COMMENT= Simple movie encoder for MPlayer-playable movies diff --git a/multimedia/mplayer-share/options.mk b/multimedia/mplayer-share/options.mk index 1c58fc49a6b..eb82ca6635e 100644 --- a/multimedia/mplayer-share/options.mk +++ b/multimedia/mplayer-share/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.45 2012/06/11 13:41:12 wiz Exp $ +# $NetBSD: options.mk,v 1.46 2012/10/28 23:40:24 wiz Exp $ .if defined(PKGNAME) && empty(PKGNAME:Mmplayer-share*) @@ -85,7 +85,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 \ diff --git a/multimedia/mplayer/Makefile b/multimedia/mplayer/Makefile index ab42f077eb9..127941744e9 100644 --- a/multimedia/mplayer/Makefile +++ b/multimedia/mplayer/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.85 2012/10/08 09:21:09 asau Exp $ +# $NetBSD: Makefile,v 1.86 2012/10/28 23:40:24 wiz Exp $ PKGNAME= mplayer-${MPLAYER_VERSION} +PKGREVISION= 1 COMMENT= Fast, cross-platform movie player |