Port details |
- fossmixer Graphical mixer application for OSS
- 0.0.3_2 audio
=0 0.0.3_2Version of this port present on the latest quarterly branch. - Maintainer: salojan@goto10.co
 - Port Added: 2019-08-20 12:33:50
- Last Update: 2021-08-01 14:23:13
- Commit Hash: b8e8a95
- License: BSD3CLAUSE
- Description:
- FOSS Mixer is a graphical mixer application for FreeBSD to control OSS
audio backend. Mixer can be use to control audio levels, set recording
source, and it includes white noise generator for testing the audio
output. It is pretty much what mixer(1) does. FOSS Mixer does not need
third party user interface library, it runs on plain X11/OpenGL.
WWW: http://detroit.sourceforge.net/app_fossmixer.html
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- fossmixer>0:audio/fossmixer
- To install the port:
- cd /usr/ports/audio/fossmixer/ && make install clean
- To add the package, run one of these commands:
- pkg install audio/fossmixer
- pkg install fossmixer
- PKGNAME: fossmixer
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1627745757
SHA256 (detroit-0.2.3.tar.xz) = b56f1f4b32eb3c39b428d944a05b65cd17a4328e1b6bb577bd5de1d9f0d55618
SIZE (detroit-0.2.3.tar.xz) = 22256400
- 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:
-
- pkgconf>=1.3.0_1 : devel/pkgconf
- xorgproto>=0 : x11/xorgproto
- x11.pc : x11/libX11
- xext.pc : x11/libXext
- xrandr.pc : x11/libXrandr
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- NotoSans-Italic.ttf : x11-fonts/noto-basic
- NotoSans-Regular.ttf : x11-fonts/noto-basic
- x11.pc : x11/libX11
- xext.pc : x11/libXext
- xrandr.pc : x11/libXrandr
- Library dependencies:
-
- libao.so : audio/libao
- libportaudio.so : audio/portaudio
- libpulse-simple.so : audio/pulseaudio
- libiconv.so : converters/libiconv
- libltdl.so : devel/libltdl
- libfreetype.so : print/freetype2
- libintl.so : devel/gettext-runtime
- libGL.so : graphics/libglvnd
-
- There are no ports dependent upon this port
- Configuration Options:
- No options to configure
- Options name:
- audio_fossmixer
- USES:
- gettext-runtime gl perl5 pkgconfig tar:xz xorg xorg
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
01 Aug 2021 14:23:13 0.0.3_2
|
Alexey Dokuchaev (danfe)  |
audio/fossmixer: fix illegal instruction error on some hosts
Previously, configure script was passing certain optimization options
by default; now it is protected by --enable-native switch which users
have to specify explicitly:
-C_FLAGS=$C_FLAGS" -O3 -ffast-math `/bin/sh ./build/opt.sh \"$CC\"
-march=native`"
+C_FLAGS=$C_FLAGS" -O2"
Take one step further and replace -O2 with our default CFLAGS which are
essentially the same, but safer (https://blog.regehr.org/archives/1307).
We must, however, force -msse2 on i386 for the build to succeed there;
other architectures might or might not need similar treatment as well.
PR: 257520
Submitted by: maintainer (who is also upstream author) |
22 Jun 2021 18:53:08 0.0.3_1
|
Kevin Bowling (kbowling)  |
graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.
PR: 246767
Reviewed by: manu, bapt
Approved by: x11
Differential Revision: https://reviews.freebsd.org/D30824 |
07 Apr 2021 08:09:01 0.0.3
|
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 0.0.3
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
22 Jan 2021 08:30:42
0.0.3
|
jhale  |
audio/fossmixer: Update to 0.0.3
Update maintainer email address.
*While here*
Use SF macro in MASTER_SITES
Use USES=tar:xz instead of EXTRACT_SUFX
Remove redundant redefinition of WRKSRC
PR: 242088
Submitted by: Jani Salonen <salojan@goto10.co> (maintainer) |
09 Nov 2020 17:08:12
0.0.2_1
|
tcberner  |
Prefer graphics/ligvrsvg2-rust over graphics/librsvg2
- switch to the more modern version of librsvg2 on architectures
supporting rust
- this will fix some graphical issues on these architectures
PR: 250276
Exp-run by: antoine
Submitted by: tobik
Differential Revision: https://reviews.freebsd.org/D18878 |
04 Nov 2019 20:39:52
0.0.2
|
zeising  |
Add USES=xorg USES=gl, ports categories a
Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories
starting with 'a'. |
20 Aug 2019 12:33:45
0.0.2
|
rodrigo  |
New port audio/fossmixer: Graphical mixer application for OSS
FOSS Mixer is a graphical mixer application for FreeBSD to control OSS
audio backend. Mixer can be use to control audio levels, set recording
source, and it includes white noise generator for testing the audio
output. It is pretty much what mixer(1) does. FOSS Mixer does not need
third party user interface library, it runs on plain X11/OpenGL.
PR: 239929
Submitted by: manwe@suomi24.fi |