Port details |
- mous Simple yet powerful audio player
- 2.0.1_4 audio
=1 Version of this port present on the latest quarterly branch. - Maintainer: shen.elf@gmail.com
 - Port Added: 2012-07-23 18:14:21
- Last Update: 2022-07-20 14:20:54
- Commit Hash: 213b0b7
- People watching this port, also watch:: polipo, tcpdump, ratproxy, magicrescue, tmux
- License: BSD2CLAUSE
- Description:
- Mous is a simpe yet powerful audio player.
WWW: https://github.com/bsdelf/mous
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/audio/mous/ && make install clean
- To add the package, run one of these commands:
- pkg install audio/mous
- pkg install mous
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: mous
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1524993359
SHA256 (bsdelf-mous-v2.0.1_GH0.tar.gz) = b8866049c225fab2033617908d3c3b353533bc20c274b1fa0d7c034ea1c15cef
SIZE (bsdelf-mous-v2.0.1_GH0.tar.gz) = 2735960
- 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:
-
- cmake : devel/cmake
- ninja : devel/ninja
- Library dependencies:
-
- libfdk-aac.so : audio/fdk-aac
- libmp4v2.so : multimedia/mp4v2
- libFLAC.so : audio/flac
- libmp3lame.so : audio/lame
- libcue.so : textproc/libcue
- libmpg123.so : audio/mpg123
- libtag.so : audio/taglib
- libogg.so : audio/libogg
- libvorbis.so : audio/libvorbis
- libvorbisenc.so : audio/libvorbis
- libvorbisfile.so : audio/libvorbis
- libwavpack.so : audio/wavpack
- There are no ports dependent upon this port
- Configuration Options:
- ===> The following configuration options are available for mous-2.0.1_4:
====> Interface support
CLI=on: Command line interface support
NCURSES=on: Console (text) interface support
QT5=off: Qt 5 toolkit support
====> Generic plugins
LIBCUE=on: CUE sheet support
TAGLIB=on: TagLib support
====> Codec plugins
FDK_AAC=on: FDK AAC codec support
FLAC=on: FLAC lossless audio codec support
LAME=on: LAME MP3 audio encoder support
MAC=on: Monkey's Audio codec support
MPG123=on: MP3 decoding support via mpg123
VORBIS=on: Ogg Vorbis audio codec support
WAV=on: WAV audio format support
WAVPACK=on: WavPack lossless audio format support
====> Output plugins: you can only select none or one of them
OSS=on: Open Sound System support
SNDIO=off: Sndio audio support
===> Use 'make config' to modify these settings
- Options name:
- audio_mous
- USES:
- cmake compiler:c++14-lang
- pkg-message:
- For install:
- You can check mous-ncurses usage with 'H' after starting.
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
20 Jul 2022 14:20:54 2.0.1_4 |
Tobias C. Berner (tcberner)  |
audio: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <dmagda+libsamplerate@ee.ryerson.ca>
* <trasz@FreeBSD.org>
* Adam Weinberger
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Aleksander Fafula <alex@bsdguru.org>
* Alex Allan <alex@kamaz.org.uk>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kojevnikov <alexander@kojevnikov.com>
* Alexander Nedotsukov <bland@FreeBSD.org>
* Alexander Vereeken <Alexander88207@protonmail.com> (Only the first 15 lines of the commit message are shown above ) |
27 Nov 2021 12:54:50 2.0.1_4 |
Piotr Kubaj (pkubaj)  |
audio/mous: fix build on non-x86
The problem is not present only on i386, but also on other architectures. |
06 Apr 2021 14:31:07 2.0.1_4 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
12 Jul 2020 09:30:29
2.0.1_4 |
tobik  |
audio/sndio: Update to 1.7.0 |
27 Aug 2019 12:12:02
2.0.1_3 |
riggs  |
Chase multimedia/mp4v2 update; bump PORTREVISIONS of dependent ports
PR: 212785 |
13 Aug 2019 16:00:39
2.0.1_2 |
mat  |
Convert to UCL & cleanup pkg-message (categories a-c) |
26 Jul 2019 20:46:57
2.0.1_2 |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
25 Dec 2018 20:25:40
2.0.1_1 |
tcberner  |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine |
12 Dec 2018 01:35:36
2.0.1_1 |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
28 Jun 2018 17:39:55
2.0.1 |
tcberner  |
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
From now on, ports that depend on Qt4 will have to set
USES= qt:4
USE_QT= foo bar
ports depending on Qt5 will use
USES= qt:5
USE_QT= foo bar
PR: 229225
Exp-run by: antoine
Reviewed by: mat
Approved by: portmgr (antoine)
Differential Revision: -https://reviews.freebsd.org/D15540 |
22 Jun 2018 00:03:08
2.0.1 |
linimon  |
Mark these ports as broken on aarch64.
Approved by: portmgr (tier-2 blanket) |
29 Apr 2018 09:17:17
2.0.1 |
tobik  |
audio/mous: Unbreak and update to 2.0.1
Changes: https://github.com/bsdelf/mous/releases
PR: 227500
Submitted by: Yanhui Shen <shen.elf@gmail.com> (maintainer, based on) |
14 Mar 2018 19:41:25
1.1a_6 |
linimon  |
Give these BROKEN ports more descriptive error messages. Pet portlint.
Note: the error messages are not tier-2 specific, but I discovered them
during an aarch64 test run. Thus, using the tier-2 blanket is a stretch,
but this change is believed harmless.
Approved by: portmgr (tier-2 blanket) |
19 Nov 2017 11:37:26
1.1a_6 |
riggs  |
Chase audio/faac update (ABI incompatible to previous version 1.28)
PR: 223416
Submitted by: riggs |
05 Nov 2017 16:40:48
1.1a_5 |
antoine  |
Mark BROKEN: fails to build
/usr/bin/c++ -DCMAKE_INSTALL_PREFIX=\"/usr/local\" -DFaacEncoder_EXPORTS
-DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -Icontrib -Isdk -isystem
/usr/local/include -isystem /opt/local/include -isystem /usr/local/include/qt4
-isystem /usr/local/include/qt4/QtGui -isystem /usr/local/include/qt4/QtCore -I.
-O2 -pipe -fstack-protector -fno-strict-aliasing -Wall -O2 -pipe
-fstack-protector -fno-strict-aliasing -fPIC -MD -MT
CMakeFiles/FaacEncoder.dir/plugins/FaacEncoder/FaacEncoder.cpp.o -MF
CMakeFiles/FaacEncoder.dir/plugins/FaacEncoder/FaacEncoder.cpp.o.d -o
CMakeFiles/FaacEncoder.dir/plugins/FaacEncoder/FaacEncoder.cpp.o -c
plugins/FaacEncoder/FaacEncoder.cpp
In file included from plugins/FaacEncoder/FaacEncoder.cpp:1:
plugins/FaacEncoder/FaacEncoder.h:7:10: fatal error: 'mp4v2/mp4v2.h' file not
found
#include <mp4v2/mp4v2.h>
^
1 error generated.
Reported by: pkg-fallout |
26 Jul 2016 16:51:16
1.1a_5 |
mat  |
Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.
With hat: portmgr
Sponsored by: Absolight |
18 Apr 2016 17:19:00
1.1a_5 |
olivierd  |
- Fix build with the new API of libcue, after revision r413589
- Bump PORTREVISION |
01 Apr 2016 13:29:17
1.1a_4 |
mat  |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
13 Sep 2015 10:14:25
1.1a_4 |
riggs  |
Turn WMA into a non-default OPTION for all but i386 and amd64
PR: 202350
Submitted by: sbruno@FreeBSD.org
Approved by: maintainer timeout |
04 Sep 2015 16:02:17
1.1a_4 |
mat  |
Convert most ports using cloud.github.com to GHC.
Convert a couple to github, and use some options helpers on the way.
Sponsored by: Absolight |
18 Aug 2015 20:00:22
1.1a_4 |
pgollucci  |
audio/mous: qt4-linguist -> qt4-linguisttools
- USE_QT4=linguist -> USE_QT4=linguisttools_build. Also, add 'corelib'.
- Add USE_LDCONFIG.
- Regenerate patches.
- Bump PORTREVISION
PR: 201684
Submitted by: s3erios@gmail.com
Approved by: shen.elf@gmail.com |
14 Aug 2015 18:30:55
1.1a_3 |
sbruno  |
Move ASSEMBLY to an i386/amd64 only OPTION_DEFAULT
PR: 201598
Reviewed by: shen.elf@gmail.com (maintainer) |
08 Dec 2014 16:48:41
1.1a_3 |
tijl  |
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it. Bump PORTREVISION on their dependent
ports except the ones that depend on these:
audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt
In these cases the same trick as in the recent gettext update is used. (Only the first 15 lines of the commit message are shown above ) |
20 Oct 2014 06:36:00
1.1a_2 |
bapt  |
Cleanup plist |
10 Sep 2014 20:50:37
1.1a_2 |
gerald  |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
30 Aug 2014 22:17:25
1.1a_1 |
marino  |
audio/mous: Update MASTER_SITES url
PR: 192984
Submitted by: maintainer (Shen Elf) |
03 Jul 2014 11:09:48
1.1a_1 |
jhale  |
- Support staging
- Fix build with clang (error: no member named 'please_use_av_free'
in the global namespace using ::free;)
- Fix build with custom LOCALBASE
- Update LICENSE (BSD -> BSD2CLAUSE)
- Use options helpers
- Strip binaries
- No subsitutions were being made to files/pkg-message.in, so move
it to pkg-message and clean it up a bit
Approved by: portmgr (blanket approval) |
09 Jun 2014 11:21:53
1.1a_1 |
olgeni  |
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories A-C.
CR: D196
Approved by: portmgr (bapt) |
11 Dec 2013 14:35:37
 |
bapt  |
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in audio
With hat: portmgr |
20 Sep 2013 14:36:37
1.1a_1 |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio) |
14 Aug 2013 22:35:54
1.1a_1  |
ak  |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
09 Jun 2013 19:30:59
1.1a_1 |
naddy  |
* Major update to FLAC 1.3.0, including shared library bumps.
* Chase the update in dependent ports.
PR: 179072 |
06 May 2013 15:34:18
1.1a |
bapt  |
Convert USE_NCURSES by USES=ncurses
Convert USE_READLINE by USES=readline |
22 Mar 2013 20:06:15
1.1a |
makc  |
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi) |
23 Jul 2012 18:13:56
1.1a |
madpilot  |
Mous is a simpe yet powerful audio player.
WWW: https://github.com/0x02/mous
PR: ports/169095
Submitted by: Yanhui Shen <shen.elf@gmail.com>
Approved by: tabthorpe (mentor) |