pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/multimedia multimedia: align variable assignments



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ccb3f908b263
branches:  trunk
changeset: 343406:ccb3f908b263
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Nov 03 17:11:59 2019 +0000

description:
multimedia: align variable assignments

pkglint -Wall -F --only aligned --only indent -r

No manual corrections.

diffstat:

 multimedia/acidrip/Makefile                     |    4 +-
 multimedia/adobe-flash-player/options.mk        |    6 +-
 multimedia/dvd-slideshow/Makefile               |   14 +-
 multimedia/dvdrip/Makefile                      |    4 +-
 multimedia/ffmpeg010/Makefile                   |   10 +-
 multimedia/ffmpeg010/options.mk                 |   10 +-
 multimedia/ffmpeg1/options.mk                   |   10 +-
 multimedia/ffmpeg2/Makefile.common              |    4 +-
 multimedia/ggrab/Makefile                       |    4 +-
 multimedia/gmediaserver/Makefile                |    4 +-
 multimedia/gmplayer/Makefile                    |    4 +-
 multimedia/gopchop/Makefile                     |   12 +-
 multimedia/gst-plugins0.10-bad/Makefile         |    4 +-
 multimedia/gst-plugins0.10-bad/Makefile.common  |    4 +-
 multimedia/gst-plugins0.10-base/Makefile        |    4 +-
 multimedia/gst-plugins0.10-base/plugins.mk      |   10 +-
 multimedia/gst-plugins0.10-ugly/Makefile.common |    4 +-
 multimedia/gst-plugins0.10-v4l2/Makefile        |    4 +-
 multimedia/gst-plugins1-base/Makefile           |    4 +-
 multimedia/gst-plugins1-gtk/buildlink3.mk       |    4 +-
 multimedia/gst123/Makefile                      |    4 +-
 multimedia/gstreamer0.10/buildlink3.mk          |    6 +-
 multimedia/handbrake/Makefile                   |   16 +-
 multimedia/kodi/Makefile                        |    8 +-
 multimedia/libdvdcss/Makefile                   |    8 +-
 multimedia/libhdhomerun/Makefile                |   32 +-
 multimedia/libmpeg3/Makefile                    |   10 +-
 multimedia/libva-driver-vdpau/Makefile          |    4 +-
 multimedia/libva-utils/Makefile                 |    4 +-
 multimedia/minidlna/Makefile                    |    6 +-
 multimedia/mjpegtools/hacks.mk                  |    4 +-
 multimedia/mjpegtools/options.mk                |    8 +-
 multimedia/mkvtoolnix-old/Makefile              |   10 +-
 multimedia/mplayer-share/options.mk             |  346 ++++++++++++------------
 multimedia/ogle/Makefile                        |    4 +-
 multimedia/omxplayer/Makefile                   |   18 +-
 multimedia/phonon-backend-vlc/Makefile.common   |    6 +-
 multimedia/php-ming/Makefile                    |    4 +-
 multimedia/py-gstreamer0.10/Makefile            |   14 +-
 multimedia/py-ming/Makefile                     |    4 +-
 multimedia/replex/Makefile                      |    4 +-
 multimedia/smpeg/Makefile                       |    6 +-
 multimedia/totem-browser-plugin/Makefile        |    4 +-
 multimedia/totem-nautilus/Makefile              |    8 +-
 multimedia/totem/Makefile.common                |    4 +-
 multimedia/tstools/Makefile                     |   38 +-
 multimedia/win32-codecs/Makefile                |   12 +-
 multimedia/xine-lib/Makefile                    |   10 +-
 multimedia/xine-lib/Makefile.common             |   12 +-
 multimedia/xine-v4l/Makefile                    |    4 +-
 multimedia/xine-v4l2/Makefile                   |    4 +-
 multimedia/xvidcore/Makefile                    |    8 +-
 52 files changed, 377 insertions(+), 377 deletions(-)

diffs (truncated from 1701 to 300 lines):

diff -r e2d6c0b2fe23 -r ccb3f908b263 multimedia/acidrip/Makefile
--- a/multimedia/acidrip/Makefile       Sun Nov 03 17:04:19 2019 +0000
+++ b/multimedia/acidrip/Makefile       Sun Nov 03 17:11:59 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2019/08/11 13:22:01 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2019/11/03 17:11:59 rillig Exp $
 #
 
 DISTNAME=      acidrip-0.14
@@ -15,7 +15,7 @@
 DEPENDS+=      mplayer-[0-9]*:../../multimedia/mplayer
 DEPENDS+=      p5-gtk2>=1.040:../../x11/p5-gtk2
 
-PERL5_PACKLIST= auto/AcidRip/.packlist
+PERL5_PACKLIST=        auto/AcidRip/.packlist
 
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r e2d6c0b2fe23 -r ccb3f908b263 multimedia/adobe-flash-player/options.mk
--- a/multimedia/adobe-flash-player/options.mk  Sun Nov 03 17:04:19 2019 +0000
+++ b/multimedia/adobe-flash-player/options.mk  Sun Nov 03 17:11:59 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2017/03/17 21:56:29 tsutsui Exp $
+# $NetBSD: options.mk,v 1.2 2019/11/03 17:11:59 rillig Exp $
 #
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.adobe-flash-plugin
@@ -15,12 +15,12 @@
 .include "../../mk/bsd.options.mk"
 
 .if !empty(PKG_OPTIONS:Mnspluginwrapper)
-DEPENDS+= nspluginwrapper>=1.4.4:../../www/nspluginwrapper
+DEPENDS+=              nspluginwrapper>=1.4.4:../../www/nspluginwrapper
 .  if !empty(PKG_OPTIONS:Mpulseaudio)
 EMUL_MODULES.linux+=   pulseaudio
 MESSAGE_SRC+=          ${PKGDIR}/MESSAGE.pulseaudio
 .  else
-DEPENDS+= libflashsupport>=4.2.2011:../../multimedia/libflashsupport
+DEPENDS+=              libflashsupport>=4.2.2011:../../multimedia/libflashsupport
 .  endif
 INSTALL_TEMPLATES+=    ${PKGDIR}/INSTALL.nspluginwrapper
 DEINSTALL_TEMPLATES+=  ${PKGDIR}/INSTALL.nspluginwrapper
diff -r e2d6c0b2fe23 -r ccb3f908b263 multimedia/dvd-slideshow/Makefile
--- a/multimedia/dvd-slideshow/Makefile Sun Nov 03 17:04:19 2019 +0000
+++ b/multimedia/dvd-slideshow/Makefile Sun Nov 03 17:11:59 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2015/07/04 16:18:38 joerg Exp $
+# $NetBSD: Makefile,v 1.19 2019/11/03 17:11:59 rillig Exp $
 
 DISTNAME=      dvd-slideshow-0.7.5
 PKGREVISION=   12
@@ -34,16 +34,16 @@
                                dvd-slideshow dvd-slideshow.orig gallery1-to-slideshow \
                                install.sh jigl2slideshow
 
-SUBST_CLASSES+=                        fonts
-SUBST_STAGE.fonts=             post-configure
-SUBST_FILES.fonts=             dvd-menu dvd-slideshow
-SUBST_SED.fonts=               -e 's,/usr/share/fonts/,${PREFIX}/share/fonts/,g'
+SUBST_CLASSES+=                fonts
+SUBST_STAGE.fonts=     post-configure
+SUBST_FILES.fonts=     dvd-menu dvd-slideshow
+SUBST_SED.fonts=       -e 's,/usr/share/fonts/,${PREFIX}/share/fonts/,g'
 SUBST_MESSAGE.fonts=   Fixing hardcoded fonts paths.
 
-SUBST_CLASSES+=                        pipeline
+SUBST_CLASSES+=                pipeline
 SUBST_STAGE.pipeline=  post-configure
 SUBST_FILES.pipeline=  dvd-slideshow
-SUBST_SED.pipeline=            -e 's/print0/printx/g;s/sort -z/sort/g;s/xargs -0/xargs/g'
+SUBST_SED.pipeline=    -e 's/print0/printx/g;s/sort -z/sort/g;s/xargs -0/xargs/g'
 SUBST_MESSAGE.pipeline=        Fixing Linux centric pipeline.
 
 SUBST_CLASSES+=                        lsof
diff -r e2d6c0b2fe23 -r ccb3f908b263 multimedia/dvdrip/Makefile
--- a/multimedia/dvdrip/Makefile        Sun Nov 03 17:04:19 2019 +0000
+++ b/multimedia/dvdrip/Makefile        Sun Nov 03 17:11:59 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.64 2019/08/11 13:22:01 wiz Exp $
+# $NetBSD: Makefile,v 1.65 2019/11/03 17:11:59 rillig Exp $
 
 DISTNAME=      dvdrip-0.98.11
 PKGREVISION=   9
@@ -35,7 +35,7 @@
 MAKE_ENV+=             SKIP_UNPACK_REQUIRED_MODULES=1
 MAKE_JOBS_SAFE=                no
 
-PERL5_PACKLIST= auto/Video/DVDRip/.packlist
+PERL5_PACKLIST=        auto/Video/DVDRip/.packlist
 
 SUBST_CLASSES+=                fping
 SUBST_STAGE.fping=     pre-configure
diff -r e2d6c0b2fe23 -r ccb3f908b263 multimedia/ffmpeg010/Makefile
--- a/multimedia/ffmpeg010/Makefile     Sun Nov 03 17:04:19 2019 +0000
+++ b/multimedia/ffmpeg010/Makefile     Sun Nov 03 17:11:59 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2018/11/23 08:06:31 ryoon Exp $
+# $NetBSD: Makefile,v 1.30 2019/11/03 17:12:00 rillig Exp $
 
 PKGNAME=       ffmpeg010-20150312.${DISTVERSION}
 PKGREVISION=   8
@@ -33,14 +33,14 @@
 # disable asm on i386 for non-gcc and gcc < 4.2
 
 .if ${MACHINE_ARCH} == "i386"
-.if !empty(MACHINE_PLATFORM:MDarwin-*-i386) \
+.  if !empty(MACHINE_PLATFORM:MDarwin-*-i386) \
    || !empty(CC_VERSION:Mgcc-[123]*) \
    || !empty(CC_VERSION:Mgcc-4.[01].*) \
    || empty(CC_VERSION:Mgcc*)
 CONFIGURE_ARGS+=       --disable-asm
-.elif !empty(CC_VERSION:Mgcc-[456].*)
-CFLAGS+=-mstackrealign -mpreferred-stack-boundary=4
-.endif
+.  elif !empty(CC_VERSION:Mgcc-[456].*)
+CFLAGS+=               -mstackrealign -mpreferred-stack-boundary=4
+.  endif
 .endif
 
 TEST_TARGET=   check
diff -r e2d6c0b2fe23 -r ccb3f908b263 multimedia/ffmpeg010/options.mk
--- a/multimedia/ffmpeg010/options.mk   Sun Nov 03 17:04:19 2019 +0000
+++ b/multimedia/ffmpeg010/options.mk   Sun Nov 03 17:11:59 2019 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: options.mk,v 1.7 2018/06/15 10:55:12 jperkin Exp $
+# $NetBSD: options.mk,v 1.8 2019/11/03 17:12:00 rillig Exp $
 
 # Global and legacy options
 
-PKG_OPTIONS_VAR=       PKG_OPTIONS.ffmpeg010
-PKG_SUPPORTED_OPTIONS= faac lame libvpx opencore-amr theora vorbis xvid
-#PKG_SUPPORTED_OPTIONS+=x264
-PKG_SUGGESTED_OPTIONS= lame libvpx theora vorbis xvid
+PKG_OPTIONS_VAR=               PKG_OPTIONS.ffmpeg010
+PKG_SUPPORTED_OPTIONS=         faac lame libvpx opencore-amr theora vorbis xvid
+#PKG_SUPPORTED_OPTIONS+=       x264
+PKG_SUGGESTED_OPTIONS=         lame libvpx theora vorbis xvid
 #PKG_OPTIONS_OPTIONAL_GROUPS=  aac-decoder
 #PKG_OPTIONS_GROUP.aac-decoder=        faac
 
diff -r e2d6c0b2fe23 -r ccb3f908b263 multimedia/ffmpeg1/options.mk
--- a/multimedia/ffmpeg1/options.mk     Sun Nov 03 17:04:19 2019 +0000
+++ b/multimedia/ffmpeg1/options.mk     Sun Nov 03 17:11:59 2019 +0000
@@ -1,12 +1,12 @@
-# $NetBSD: options.mk,v 1.4 2018/06/15 10:52:02 jperkin Exp $
+# $NetBSD: options.mk,v 1.5 2019/11/03 17:12:00 rillig Exp $
 
 # Global and legacy options
 
-PKG_OPTIONS_VAR=       PKG_OPTIONS.ffmpeg
-PKG_SUPPORTED_OPTIONS= faac lame ass libvpx theora vorbis xvid \
+PKG_OPTIONS_VAR=               PKG_OPTIONS.ffmpeg
+PKG_SUPPORTED_OPTIONS=         faac lame ass libvpx theora vorbis xvid \
                        opencore-amr rtmp
-#PKG_SUPPORTED_OPTIONS+=x264
-PKG_SUGGESTED_OPTIONS= lame ass libvpx theora vorbis xvid
+#PKG_SUPPORTED_OPTIONS+=       x264
+PKG_SUGGESTED_OPTIONS=         lame ass libvpx theora vorbis xvid
 #PKG_OPTIONS_OPTIONAL_GROUPS=  aac-decoder
 #PKG_OPTIONS_GROUP.aac-decoder=        faac
 
diff -r e2d6c0b2fe23 -r ccb3f908b263 multimedia/ffmpeg2/Makefile.common
--- a/multimedia/ffmpeg2/Makefile.common        Sun Nov 03 17:04:19 2019 +0000
+++ b/multimedia/ffmpeg2/Makefile.common        Sun Nov 03 17:11:59 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.57 2018/09/25 10:03:49 wiz Exp $
+# $NetBSD: Makefile.common,v 1.58 2019/11/03 17:12:00 rillig Exp $
 # used by multimedia/ffmpeg2/Makefile
 # used by multimedia/ffplay2/Makefile
 
@@ -70,7 +70,7 @@
 .endif
 
 #BUILD_DEPENDS+=       yasm>=0.7.2:../../devel/yasm
-BUILD_DEPENDS+=        nasm>=2.13:../../devel/nasm
+BUILD_DEPENDS+=                nasm>=2.13:../../devel/nasm
 
 REPLACE_PERL+= doc/texi2pod.pl
 REPLACE_SH+=   configure version.sh
diff -r e2d6c0b2fe23 -r ccb3f908b263 multimedia/ggrab/Makefile
--- a/multimedia/ggrab/Makefile Sun Nov 03 17:04:19 2019 +0000
+++ b/multimedia/ggrab/Makefile Sun Nov 03 17:11:59 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2017/08/16 20:45:41 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2019/11/03 17:12:00 rillig Exp $
 #
 
 DISTNAME=              ${PKGNAME}-linux
@@ -12,7 +12,7 @@
 COMMENT=               Server for recording video streams from dream dvb-receivers
 
 USE_LANGUAGES= c++
-WRKSRC=                        ${WRKDIR}/ggrab-0.22a
+WRKSRC=                ${WRKDIR}/ggrab-0.22a
 
 RCD_SCRIPTS=           sserver
 DOCDIR=                        ${PREFIX}/share/doc/${PKGBASE}
diff -r e2d6c0b2fe23 -r ccb3f908b263 multimedia/gmediaserver/Makefile
--- a/multimedia/gmediaserver/Makefile  Sun Nov 03 17:04:19 2019 +0000
+++ b/multimedia/gmediaserver/Makefile  Sun Nov 03 17:11:59 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2019/08/11 13:22:02 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2019/11/03 17:12:00 rillig Exp $
 
 DISTNAME=              gmediaserver-0.13.0
 PKGREVISION=           13
@@ -24,7 +24,7 @@
 
 CONF_FILES=            ${PREFIX}/${EGDIR}/${CFGNAME} ${CFGFILE}
 INSTALLATION_DIRS+=    ${EGDIR}
-OWN_DIRS_PERMS+=       ${VARBASE}/gmediaserver ${GMEDIA_USER} \
+OWN_DIRS_PERMS+=       ${VARBASE}/gmediaserver ${GMEDIA_USER} \
                        ${GMEDIA_GROUP} 750
 RCD_SCRIPTS=           gmediaserver
 
diff -r e2d6c0b2fe23 -r ccb3f908b263 multimedia/gmplayer/Makefile
--- a/multimedia/gmplayer/Makefile      Sun Nov 03 17:04:19 2019 +0000
+++ b/multimedia/gmplayer/Makefile      Sun Nov 03 17:11:59 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.148 2019/07/21 22:25:25 wiz Exp $
+# $NetBSD: Makefile,v 1.149 2019/11/03 17:12:00 rillig Exp $
 #
 # NOTE: if you are updating both mplayer and gmplayer, you must ensure
 # that *both* distinfo files contain the correct, up-to-date files and
@@ -95,7 +95,7 @@
                xmmplayer-1.5${SKIN_EXTRACT_SUFX}
 
 .for skin in ${SKINS}
-SITES.${skin}= ${SKIN_SITES}
+SITES.${skin}= ${SKIN_SITES}
 .endfor
 
 DISTFILES+=    ${DISTNAME}${EXTRACT_SUFX}
diff -r e2d6c0b2fe23 -r ccb3f908b263 multimedia/gopchop/Makefile
--- a/multimedia/gopchop/Makefile       Sun Nov 03 17:04:19 2019 +0000
+++ b/multimedia/gopchop/Makefile       Sun Nov 03 17:11:59 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.55 2019/07/21 22:25:26 wiz Exp $
+# $NetBSD: Makefile,v 1.56 2019/11/03 17:12:00 rillig Exp $
 #
 
 DISTNAME=              gopchop-1.1.8
@@ -11,11 +11,11 @@
 HOMEPAGE=              http://outflux.net/unix/software/GOPchop/
 COMMENT=               MPEG2 GOP-accurate editor
 
-GNU_CONFIGURE=         yes
-USE_LANGUAGES=         c c++
-USE_LIBTOOL=           yes
-USE_PKGLOCALEDIR=      yes
-USE_TOOLS+=            intltool msgfmt pkg-config
+GNU_CONFIGURE=                 yes
+USE_LANGUAGES=                 c c++
+USE_LIBTOOL=                   yes
+USE_PKGLOCALEDIR=              yes
+USE_TOOLS+=                    intltool msgfmt pkg-config
 BROKEN_GETTEXT_DETECTION=      yes
 
 # XXX make this an option?
diff -r e2d6c0b2fe23 -r ccb3f908b263 multimedia/gst-plugins0.10-bad/Makefile
--- a/multimedia/gst-plugins0.10-bad/Makefile   Sun Nov 03 17:04:19 2019 +0000
+++ b/multimedia/gst-plugins0.10-bad/Makefile   Sun Nov 03 17:11:59 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2016/03/05 11:29:00 jperkin Exp $
+# $NetBSD: Makefile,v 1.29 2019/11/03 17:12:00 rillig Exp $
 #
 
 USE_LANGUAGES= c c++
@@ -9,7 +9,7 @@
 COMMENT+=      Bad plugins
 
 # builds gsettings module
-BUILDLINK_API_DEPENDS.glib2+= glib2>=2.26.0
+BUILDLINK_API_DEPENDS.glib2+=  glib2>=2.26.0
 
 .include "../../devel/glib2/schemas.mk"
 # bzip2 is likely present anyway, make it default
diff -r e2d6c0b2fe23 -r ccb3f908b263 multimedia/gst-plugins0.10-bad/Makefile.common
--- a/multimedia/gst-plugins0.10-bad/Makefile.common    Sun Nov 03 17:04:19 2019 +0000
+++ b/multimedia/gst-plugins0.10-bad/Makefile.common    Sun Nov 03 17:11:59 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.35 2014/10/05 16:41:07 wiz Exp $
+# $NetBSD: Makefile.common,v 1.36 2019/11/03 17:12:00 rillig Exp $
 #
 # used by audio/gst-plugins0.10-dts/Makefile
 # used by audio/gst-plugins0.10-faac/Makefile
@@ -40,7 +40,7 @@
 CONFIGURE_ARGS+=       --disable-${driver}
 .endfor
 
-BUILDLINK_API_DEPENDS.gstreamer0.10+=  gstreamer0.10>=0.10.22.1
+BUILDLINK_API_DEPENDS.gstreamer0.10+=          gstreamer0.10>=0.10.22.1
 BUILDLINK_API_DEPENDS.gst-plugins0.10-base+=   gst-plugins0.10-base>=0.10.22.1
 
 .include "../../devel/orc/buildlink3.mk"
diff -r e2d6c0b2fe23 -r ccb3f908b263 multimedia/gst-plugins0.10-base/Makefile
--- a/multimedia/gst-plugins0.10-base/Makefile  Sun Nov 03 17:04:19 2019 +0000
+++ b/multimedia/gst-plugins0.10-base/Makefile  Sun Nov 03 17:11:59 2019 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.35 2019/08/11 13:22:02 wiz Exp $



Home | Main Index | Thread Index | Old Index