pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio audio: align variable assignments and directives



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2458e365b71f
branches:  trunk
changeset: 417007:2458e365b71f
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat Nov 02 21:09:12 2019 +0000

description:
audio: align variable assignments and directives

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

No manual corrections.

diffstat:

 audio/alsa-lib/builtin.mk          |   8 ++++----
 audio/alure/Makefile               |   4 ++--
 audio/amaroc/Makefile              |   4 ++--
 audio/ardour/Makefile              |   6 +++---
 audio/ardour/options.mk            |   6 +++---
 audio/aubio/options.mk             |   4 ++--
 audio/bmp-crossfade/Makefile       |   4 ++--
 audio/bmp-scrobbler/Makefile       |   8 ++++----
 audio/cddb-bundle/Makefile         |   4 ++--
 audio/cdplayer/Makefile            |   4 ++--
 audio/celt/hacks.mk                |   8 ++++----
 audio/cs4235/Makefile              |   4 ++--
 audio/csound6-manual/Makefile      |   4 ++--
 audio/eawpatches/Makefile          |   4 ++--
 audio/freeswitch-music/options.mk  |  26 +++++++++++++-------------
 audio/gbemol/Makefile              |   8 ++++----
 audio/gimmix/Makefile              |   8 ++++----
 audio/gnome-speech-espeak/Makefile |   6 +++---
 audio/gqmpeg-devel/options.mk      |   4 ++--
 audio/id3lib/Makefile              |   4 ++--
 audio/jack/Makefile                |   4 ++--
 audio/kid3/hacks.mk                |   4 ++--
 audio/libfishsound/options.mk      |  10 +++++-----
 audio/libifp/Makefile              |  10 +++++-----
 audio/libopenmpt/Makefile          |   6 +++---
 audio/libsndfile/options.mk        |   6 +++---
 audio/libxspf/Makefile             |  16 ++++++++--------
 audio/lilv/Makefile                |   4 ++--
 audio/maplay/Makefile              |   4 ++--
 audio/moss/Makefile                |   4 ++--
 audio/mp3asm/Makefile              |   4 ++--
 audio/mserv-devel/Makefile         |   4 ++--
 audio/nas/Makefile                 |   4 ++--
 audio/openal-soft/Makefile         |   8 ++++----
 audio/pulseaudio/Makefile          |  16 ++++++++--------
 audio/py-audiotools/Makefile       |  16 ++++++++--------
 audio/py-id3/Makefile              |   4 ++--
 audio/py-karaoke/Makefile          |   4 ++--
 audio/py-musicbrainz/Makefile      |   6 +++---
 audio/py-musique/Makefile          |   8 ++++----
 audio/qjackctl/Makefile            |   4 ++--
 audio/rsynth/Makefile              |  14 +++++++-------
 audio/snd/options.mk               |   6 +++---
 audio/solfege/Makefile             |   4 ++--
 audio/spectro-edit/Makefile        |   6 +++---
 audio/squeezeboxserver/Makefile    |   6 +++---
 audio/streamripper/Makefile        |   4 ++--
 audio/timidity/Makefile            |   6 +++---
 audio/timidity/options.mk          |  28 ++++++++++++++--------------
 audio/tracker/Makefile             |   6 +++---
 audio/tunapie/Makefile             |   4 ++--
 audio/wmmp3/Makefile               |   4 ++--
 audio/wmsmixer/Makefile            |  10 +++++-----
 audio/wsoundprefs/Makefile         |   4 ++--
 audio/xine-alsa/Makefile           |   4 ++--
 audio/xine-esound/Makefile         |   4 ++--
 audio/xine-pulse/Makefile          |   4 ++--
 57 files changed, 194 insertions(+), 194 deletions(-)

diffs (truncated from 1222 to 300 lines):

diff -r 88862336dff9 -r 2458e365b71f audio/alsa-lib/builtin.mk
--- a/audio/alsa-lib/builtin.mk Sat Nov 02 20:55:56 2019 +0000
+++ b/audio/alsa-lib/builtin.mk Sat Nov 02 21:09:12 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: builtin.mk,v 1.1 2011/02/25 20:17:41 markd Exp $
+# $NetBSD: builtin.mk,v 1.2 2019/11/02 21:09:12 rillig Exp $
 
 BUILTIN_PKG:=  alsa-lib
 
@@ -12,12 +12,12 @@
 ### solely to determine whether a built-in implementation exists.
 ###
 
-CHECK_BUILTIN.alsa-lib?=      no
+CHECK_BUILTIN.alsa-lib?=       no
 .if !empty(CHECK_BUILTIN.alsa-lib:M[nN][oO])
 
 .  if !empty(USE_BUILTIN.alsa-lib:M[yY][eE][sS])
-BUILDLINK_PREFIX.alsa-lib=    /usr
-BUILDLINK_FILES.alsa-lib+=    lib/pkgconfig/alsa.pc
+BUILDLINK_PREFIX.alsa-lib=     /usr
+BUILDLINK_FILES.alsa-lib+=     lib/pkgconfig/alsa.pc
 .  endif
 
 .endif  # CHECK_BUILTIN.alsa-lib
diff -r 88862336dff9 -r 2458e365b71f audio/alure/Makefile
--- a/audio/alure/Makefile      Sat Nov 02 20:55:56 2019 +0000
+++ b/audio/alure/Makefile      Sat Nov 02 21:09:12 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2019/10/23 00:17:54 maya Exp $
+# $NetBSD: Makefile,v 1.4 2019/11/02 21:09:12 rillig Exp $
 
 DISTNAME=      alure-1.2
 CATEGORIES=    audio
@@ -19,7 +19,7 @@
 
 .include "../../mk/bsd.prefs.mk"
 
-PLIST_VARS+=    alincldir openalincldir
+PLIST_VARS+=   alincldir openalincldir
 
 .if ${OPSYS} == "Darwin"
 PLIST.openalincldir=   yes
diff -r 88862336dff9 -r 2458e365b71f audio/amaroc/Makefile
--- a/audio/amaroc/Makefile     Sat Nov 02 20:55:56 2019 +0000
+++ b/audio/amaroc/Makefile     Sat Nov 02 21:09:12 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2019/04/25 07:32:34 maya Exp $
+# $NetBSD: Makefile,v 1.15 2019/11/02 21:09:12 rillig Exp $
 #
 
 DISTNAME=              amaroc-0.3
@@ -15,7 +15,7 @@
 DEPENDS+=              ${PYPKGPREFIX}-curses-[0-9]*:../../devel/py-curses
 
 INSTALLATION_DIRS=     bin share/doc/amaroc
-REPLACE_PYTHON=        amaroc.py
+REPLACE_PYTHON=                amaroc.py
 
 NO_BUILD=              yes
 
diff -r 88862336dff9 -r 2458e365b71f audio/ardour/Makefile
--- a/audio/ardour/Makefile     Sat Nov 02 20:55:56 2019 +0000
+++ b/audio/ardour/Makefile     Sat Nov 02 21:09:12 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2019/09/02 13:20:06 adam Exp $
+# $NetBSD: Makefile,v 1.30 2019/11/02 21:09:12 rillig Exp $
 
 DISTNAME=      ardour-4.7
 PKGREVISION=   23
@@ -140,12 +140,12 @@
 # As of NetBSD-7.99.21 pkgsrc's checks cannot open file with rare unicode characters
 CHECK_PORTABILITY_SKIP+=       libs/pbd/test/i18n_test/*.tst
 
-PYTHON_VERSIONS_ACCEPTED=       27 # as of 4.4
+PYTHON_VERSIONS_ACCEPTED=      27 # as of 4.4
 
 .include "../../mk/bsd.prefs.mk"
 
 .if ${OPSYS} != "Linux"
-BUILDLINK_TRANSFORM+=   rm:-ldl
+BUILDLINK_TRANSFORM+=  rm:-ldl
 .endif
 
 LDFLAGS+=      ${COMPILER_RPATH_FLAG}${PREFIX}/lib/ardour4/LV2/reasonablesynth.lv2
diff -r 88862336dff9 -r 2458e365b71f audio/ardour/options.mk
--- a/audio/ardour/options.mk   Sat Nov 02 20:55:56 2019 +0000
+++ b/audio/ardour/options.mk   Sat Nov 02 21:09:12 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2016/07/07 06:28:24 wiz Exp $
+# $NetBSD: options.mk,v 1.3 2019/11/02 21:09:12 rillig Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.ardour
 
@@ -30,9 +30,9 @@
 # Useful for developers
 .if !empty(PKG_OPTIONS:Mdummy)
 ARDOUR_BACKENDS_DUMMY= yes
-PLIST.dummy=   yes
+PLIST.dummy=           yes
 .endif
 
 ARDOUR_BACKENDS=       ${ARDOUR_BACKENDS_ALSA:Dalsa},${ARDOUR_BACKENDS_JACK:Djack},${ARDOUR_BACKENDS_DUMMY:Ddummy}
 
-WAF_ARGS+=      --with-backends=${ARDOUR_BACKENDS:C/,+$//}
+WAF_ARGS+=     --with-backends=${ARDOUR_BACKENDS:C/,+$//}
diff -r 88862336dff9 -r 2458e365b71f audio/aubio/options.mk
--- a/audio/aubio/options.mk    Sat Nov 02 20:55:56 2019 +0000
+++ b/audio/aubio/options.mk    Sat Nov 02 21:09:12 2019 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: options.mk,v 1.1.1.1 2011/10/06 11:45:48 ryoon Exp $
+# $NetBSD: options.mk,v 1.2 2019/11/02 21:09:12 rillig Exp $
 #
 
-PKG_OPTIONS_VAR=               PKG_OPTIONS.aubio
+PKG_OPTIONS_VAR=       PKG_OPTIONS.aubio
 PKG_SUPPORTED_OPTIONS= jack alsa
 PKG_SUGGESTED_OPTIONS= jack alsa
 
diff -r 88862336dff9 -r 2458e365b71f audio/bmp-crossfade/Makefile
--- a/audio/bmp-crossfade/Makefile      Sat Nov 02 20:55:56 2019 +0000
+++ b/audio/bmp-crossfade/Makefile      Sat Nov 02 21:09:12 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2019/07/21 22:24:22 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2019/11/02 21:09:12 rillig Exp $
 
 PKGNAME=               bmp-crossfade-0.3.11
 DISTNAME=              xmms-crossfade-0.3.11
@@ -23,7 +23,7 @@
 .include "../../audio/bmp/buildlink3.mk"
 .include "../../mk/oss.buildlink3.mk"
 
-CONFIGURE_ARGS+=       --enable-player=bmp
+CONFIGURE_ARGS+=               --enable-player=bmp
 GNU_CONFIGURE_LIBSUBDIR=       bmp/Output
 
 .if ${OSS_TYPE} == "none"
diff -r 88862336dff9 -r 2458e365b71f audio/bmp-scrobbler/Makefile
--- a/audio/bmp-scrobbler/Makefile      Sat Nov 02 20:55:56 2019 +0000
+++ b/audio/bmp-scrobbler/Makefile      Sat Nov 02 21:09:12 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.49 2019/08/22 12:22:49 ryoon Exp $
+# $NetBSD: Makefile,v 1.50 2019/11/02 21:09:12 rillig Exp $
 
 DISTNAME=      xmms-scrobbler-0.4.0
 PKGNAME=       ${DISTNAME:S/xmms/bmp/}
@@ -13,9 +13,9 @@
 
 LICENSE=       gnu-lgpl-v2.1
 
-GNU_CONFIGURE= YES
-USE_LIBTOOL=   YES
-USE_TOOLS+=    gmake pkg-config
+GNU_CONFIGURE=         YES
+USE_LIBTOOL=           YES
+USE_TOOLS+=            gmake pkg-config
 CONFIGURE_ARGS+=       --disable-xmms-plugin
 
 .include "../../audio/musicbrainz/buildlink3.mk"
diff -r 88862336dff9 -r 2458e365b71f audio/cddb-bundle/Makefile
--- a/audio/cddb-bundle/Makefile        Sat Nov 02 20:55:56 2019 +0000
+++ b/audio/cddb-bundle/Makefile        Sat Nov 02 21:09:12 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2019/04/03 00:32:25 ryoon Exp $
+# $NetBSD: Makefile,v 1.31 2019/11/02 21:09:12 rillig Exp $
 #
 
 DISTNAME=      cddb.bundle-0.2
@@ -21,7 +21,7 @@
 INSTALL_MAKE_FLAGS=    INSTALL_PROGRAM=${INSTALL_PROGRAM:Q} \
                        INSTALL_DATA=${INSTALL_DATA:Q}
 
-FIX_GNUSTEP_INSTALLATION_DIR= yes
+FIX_GNUSTEP_INSTALLATION_DIR=          yes
 SUBST_FILES.gnustep_installation_dir+= Cddb/GNUmakefile
 
 .include "../../devel/gnustep-base/buildlink3.mk"
diff -r 88862336dff9 -r 2458e365b71f audio/cdplayer/Makefile
--- a/audio/cdplayer/Makefile   Sat Nov 02 20:55:56 2019 +0000
+++ b/audio/cdplayer/Makefile   Sat Nov 02 21:09:12 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2019/04/03 00:32:25 ryoon Exp $
+# $NetBSD: Makefile,v 1.37 2019/11/02 21:09:13 rillig Exp $
 #
 
 DISTNAME=      cdplayer-0.5.1
@@ -21,7 +21,7 @@
 MAKE_ENV+=     ADDITIONAL_CPPFLAGS="-Wno-import"
 MAKE_ENV+=     GNUSTEP_LIB_DIR=${GNUSTEP_LIB_DIR:Q}
 
-INSTALLATION_DIRS+=include/CDPlayer
+INSTALLATION_DIRS+=    include/CDPlayer
 
 .include "../../x11/gnustep-back/buildlink3.mk"
 .include "../../x11/gnustep-preferences/buildlink3.mk"
diff -r 88862336dff9 -r 2458e365b71f audio/celt/hacks.mk
--- a/audio/celt/hacks.mk       Sat Nov 02 20:55:56 2019 +0000
+++ b/audio/celt/hacks.mk       Sat Nov 02 21:09:12 2019 +0000
@@ -1,14 +1,14 @@
-# $NetBSD: hacks.mk,v 1.1.1.1 2008/12/03 00:44:49 bjs Exp $
+# $NetBSD: hacks.mk,v 1.2 2019/11/02 21:09:13 rillig Exp $
 #
 
 .if !defined(CELT_HACKS_MK)
 CELT_HACKS_MK= # empty
-.  include "../../mk/compiler.mk"
+.include "../../mk/compiler.mk"
 ###
 ### XXX Remove this if unneeded in the future.
 ###
-.  if !empty(CC_VERSION:Mgcc-[34]*)
+.if !empty(CC_VERSION:Mgcc-[34]*)
 CFLAGS+=       -fno-strict-aliasing
 PKG_HACKS+=    no-strict-aliasing
-.  endif
 .endif
+.endif
diff -r 88862336dff9 -r 2458e365b71f audio/cs4235/Makefile
--- a/audio/cs4235/Makefile     Sat Nov 02 20:55:56 2019 +0000
+++ b/audio/cs4235/Makefile     Sat Nov 02 21:09:12 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2017/08/01 17:40:08 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2019/11/02 21:09:13 rillig Exp $
 #
 
 DISTNAME=      cs4235-20001009
@@ -13,7 +13,7 @@
 
 INSTALLATION_DIRS=     bin
 
-ONLY_FOR_PLATFORM= NetBSD-*-i386 NetBSD-*-x86_64
+ONLY_FOR_PLATFORM=     NetBSD-*-i386 NetBSD-*-x86_64
 
 WRKSRC=                ${WRKDIR}/cs4235
 MAKE_ENV+=     ${BSD_MAKE_ENV}
diff -r 88862336dff9 -r 2458e365b71f audio/csound6-manual/Makefile
--- a/audio/csound6-manual/Makefile     Sat Nov 02 20:55:56 2019 +0000
+++ b/audio/csound6-manual/Makefile     Sat Nov 02 21:09:12 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2019/09/02 13:20:07 adam Exp $
+# $NetBSD: Makefile,v 1.13 2019/11/02 21:09:13 rillig Exp $
 
 DISTNAME=              manual_src
 PKGNAME=               csound6-manual-${CSOUND_VERSION}
@@ -32,7 +32,7 @@
 SUBST_STAGE.python=    pre-build
 SUBST_MESSAGE.python=  Fixing path to python.
 
-PYTHON_VERSIONS_ACCEPTED=       27 # as of 6.02
+PYTHON_VERSIONS_ACCEPTED=      27 # as of 6.02
 
 do-install:
        cd ${WRKSRC}/html && pax -rw * ${DESTDIR}${PREFIX}/${DOCDIR}
diff -r 88862336dff9 -r 2458e365b71f audio/eawpatches/Makefile
--- a/audio/eawpatches/Makefile Sat Nov 02 20:55:56 2019 +0000
+++ b/audio/eawpatches/Makefile Sat Nov 02 21:09:12 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2012/09/11 23:59:30 asau Exp $
+# $NetBSD: Makefile,v 1.26 2019/11/02 21:09:13 rillig Exp $
 #
 
 DISTNAME=      eawpats12_full
@@ -11,7 +11,7 @@
 COMMENT=       Eric A. Welsh' patches (audio samples) for TiMidity
 LICENSE=       generic-nonlicense
 
-RESTRICTED=    Some patches are copyrighted, some marked no-commercial-use
+RESTRICTED=            Some patches are copyrighted, some marked no-commercial-use
 NO_BIN_ON_FTP=         ${RESTRICTED}
 NO_BIN_ON_CDROM=       ${RESTRICTED}
 
diff -r 88862336dff9 -r 2458e365b71f audio/freeswitch-music/options.mk
--- a/audio/freeswitch-music/options.mk Sat Nov 02 20:55:56 2019 +0000
+++ b/audio/freeswitch-music/options.mk Sat Nov 02 21:09:12 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.5 2016/07/09 11:41:57 rillig Exp $
+# $NetBSD: options.mk,v 1.6 2019/11/02 21:09:13 rillig Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.freeswitch
 PKG_SUPPORTED_OPTIONS= freeswitch-08k freeswitch-16k freeswitch-32k freeswitch-48k
@@ -7,27 +7,27 @@
 .include "../../mk/bsd.options.mk"
 
 .if !empty(PKG_OPTIONS:Mfreeswitch-08k)
-DISTFILES+=    freeswitch-sounds-music-8000-1.0.8.tar.gz
-INSTALLATION_DIRS+= share/freeswitch/sounds/music/8000
-SOUND_DIRS+=   8000
+DISTFILES+=            freeswitch-sounds-music-8000-1.0.8.tar.gz
+INSTALLATION_DIRS+=    share/freeswitch/sounds/music/8000
+SOUND_DIRS+=           8000
 .endif
 
 .if !empty(PKG_OPTIONS:Mfreeswitch-16k)
-DISTFILES+=    freeswitch-sounds-music-16000-1.0.8.tar.gz
-SOUND_DIRS+=   16000
-INSTALLATION_DIRS+= share/freeswitch/sounds/music/16000
+DISTFILES+=            freeswitch-sounds-music-16000-1.0.8.tar.gz
+SOUND_DIRS+=           16000
+INSTALLATION_DIRS+=    share/freeswitch/sounds/music/16000
 .endif



Home | Main Index | Thread Index | Old Index