Port details |
- xanalyser Spectrum analyser
- 1.32_4 audio =3 1.32_4Version of this port present on the latest quarterly branch.
- Maintainer: hamradio@FreeBSD.org
- Port Added: 2006-11-09 19:14:27
- Last Update: 2024-02-18 16:03:00
- Commit Hash: 8d59f2f
- People watching this port, also watch:: xorg-docs, xdm, p5-MIME-Tools, libevent, fusefs-sshfs
- Also Listed In: hamradio
- License: GPLv2+
- WWW:
- http://arvin.schnell-web.net/xanalyser/
- Description:
- XAnalyser is a program to analyse a stereo audio signal. It has two displays:
Frequency Spectrum
Using Fast Fourier Transform, the time domain of the signal is transformed into
the frequency domain, i.e. the amplitude (in logarithmic scale) of the
audio signal is plotted versus the frequency. Either the sum of the
left and right channel of the audio signal can be shown or both
channels simultaneously.
XY Scope
Roughly speaking, the audio signal of left channel deflects a point
horizontally and the right channel vertically (just as the beam of a CRT
would do). Thus, an audio signal only present on the left channel produces
a horizontal line, whereas an audio signal only present on the right channel
produces a vertical line. A mono signal produces a 45 degree line.
A stereo signal creates a wilde pattern (if the phase is correct,
predominately in the same direction as a mono signal) or may even fill
the entire scope.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- xanalyser>0:audio/xanalyser
- To install the port:
- cd /usr/ports/audio/xanalyser/ && make install clean
- To add the package, run one of these commands:
- pkg install audio/xanalyser
- pkg install xanalyser
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: xanalyser
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (xanalyser-1.32.tar.bz2) = 8ca3f65bcaad92b1421912311da47e4aa1741a4bb1f422eaf85d75e5996f7946
SIZE (xanalyser-1.32.tar.bz2) = 86086
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.3 : devel/gmake
- x11.pc : x11/libX11
- xmu.pc : x11-toolkits/libXmu
- ice.pc : x11/libICE
- sm.pc : x11/libSM
- xt.pc : x11-toolkits/libXt
- xext.pc : x11/libXext
- xpm.pc : x11/libXpm
- Runtime dependencies:
-
- x11.pc : x11/libX11
- xmu.pc : x11-toolkits/libXmu
- ice.pc : x11/libICE
- sm.pc : x11/libSM
- xt.pc : x11-toolkits/libXt
- xext.pc : x11/libXext
- xpm.pc : x11/libXpm
- Library dependencies:
-
- libXm.so.4 : x11-toolkits/open-motif
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- audio_xanalyser
- USES:
- gmake libtool motif tar:bzip2 xorg
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.32_4 18 Feb 2024 16:03:00 |
Gleb Popov (arrowd) |
audio/*: Move manpages to share/man
Approved by: portmgr (blanket) |
1.32_3 16 Jul 2023 15:27:46 |
Yuri Victorovich (yuri) |
audio/xanalyser: Fix build with clang-16 by adding USE_CXXSTD |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.32_3 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.32_3 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.32_3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.32_3 06 Oct 2019 00:22:33 |
db |
libXp is being deprecated.
Also fixed Makefile to properly patch xanalyser.spec.in
Replaced hard coded /usr/local in favour of PREFIX and LOCALBASE as needed
PR: ports/241001 |
1.32_2 01 Oct 2019 18:11:52 |
db |
Unbreak port due to missing dependencies
Regenerate bad non makepatch patch
Give to hamradio@ team
Reported by: pkg-fallout |
1.32_2 03 Sep 2018 18:21:27 |
pi |
audio/xanalyser: fix a ioctl call (now for real)
- SNDCTL_DSP_GETBLKSIZE() is in FreeBSD a read only ioctl()
Need to use SNDCTL_DSP_SETBLKSIZE() to really set the blocksize.
PR: 193373
Submitted by: hselasky
Reviewed by: Walter Schwarzenfeld <w.schwarzenfeld@utanet.at>
Approved by: db (maintainer) |
1.32_2 03 Sep 2018 18:20:23 |
pi |
audio/xanalyser: fix a ioctl call
- SNDCTL_DSP_GETBLKSIZE() is in FreeBSD a read only ioctl()
Need to use SNDCTL_DSP_SETBLKSIZE() to really set the blocksize.
PR: 193373
Submitted by: hselasky
Reviewed by: Walter Schwarzenfeld <w.schwarzenfeld@utanet.at>
Approved by: db (maintainer) |
1.32_1 19 Jan 2018 01:22:11 |
db |
- Fix build under clang6
- replace pkg-plist with PLIST_FILES
- add LICENSE
Reported by: pkg-fallout |
1.32_1 26 Jul 2016 16:51:16 |
mat |
Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.
With hat: portmgr
Sponsored by: Absolight |
1.32_1 19 May 2016 10:21:25 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
1.32_1 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
1.32_1 01 Jul 2014 02:49:47 |
amdmi3 |
- Switch to USES=libtool
- Convert USE_BZIP2 to USES
Approved by: portmgr blanket |
1.32_1 30 Dec 2013 20:39:53 |
db |
- Enable staging |
1.32_1 20 Sep 2013 14:36:37 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio) |
1.32_1 09 Jul 2013 21:20:28 |
bapt |
Convert from USE_MOTIF to USES=motif
While here:
Convert to USES=gmake as well
Trim headers |
1.32_1 02 May 2011 12:44:53 |
makc |
Bump PORTREVISION after open-mofit update |
1.32 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
1.32 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
1.32 27 May 2010 00:32:09 |
db |
- Update to 1.32 |
1.30_2 02 Aug 2009 19:36:34 |
mezz |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
1.30_2 21 Aug 2008 06:18:49 |
rafan |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
1.30_2 19 Apr 2008 17:56:05 |
miwi |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
1.30_2 23 Mar 2008 16:44:09 |
miwi |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup) |
1.30_1 23 Jul 2007 09:36:52 |
rafan |
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run |
1.30_1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
1.30 20 Apr 2007 21:27:48 |
db |
- cleanup non-supported [1] (with changes)
- update to 1.30 [2]
PR: ports/111694 [1]
Submitted by: edwin [1], Diane Bruce (maintainer) [2]
Approved by: ehaupt (mentor) |
1.29 19 Jan 2007 18:14:20 |
db |
Change my MAINTAINER: line in Makfile to db@FreeBSD.org
fix simple typo in xwota Makefile while at it.
Approved by: ehaupt (mentor) |
1.29 01 Dec 2006 14:45:19 |
laszlof |
1) Move patch-Makefile.in into REINPLACE_CMD
2) Respect X11BASE
PR: ports/105922
Submitted by: Diane Bruce <db@db.net> (maintainer) |
1.29 17 Nov 2006 00:15:22 |
xride |
Mark BROKEN for 4.X
Notified by: pointyhat
Approved by: maintainer, tmclaugh (mentor) |
1.29 09 Nov 2006 18:41:59 |
xride |
Add xanalyser 1.29
XAnalyser is a program to analyse a stereo audio signal. It has two displays:
Frequency Spectrum
Using Fast Fourier Transform, the time domain of the signal is transformed into
the frequency domain, i.e. the amplitude (in logarithmic scale) of the
audio signal is plotted versus the frequency. Either the sum of the
left and right channel of the audio signal can be shown or both
channels simultaneously.
XY Scope
Roughly speaking, the audio signal of left channel deflects a point
horizontally and the right channel vertically (just as the beam of a CRT
would do). Thus, an audio signal only present on the left channel produces (Only the first 15 lines of the commit message are shown above ) |