Port details |
- xmixer Audio mixer (gtk and Xlib) for X11R6
- 0.9.4_8 audio =18 0.9.4_8Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: unknown
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: bison, gettext, unzip, nasm, libiconv
- License: GPLv2
- WWW:
- http://mpx.freeshell.net/
- Description:
- This package includes two programs for adjusting sound mixers: xmixer, which
uses the Athena toolkit, and xgmixer, based on GTK+. From the README:
Features:
* For every device which is supported by the sound card you can
change the volume via a slider. Unsupported devices are not shown.
* Select the input device(s) for recording.
* On startup a configuration file is read which restores device
settings.
* With a menu option you can save the current settings for the next
start up.
* Hide devices which you don't want to see.
* Batch support - just read and evaluate the settings in the
configuration file.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/audio/xmixer/ && make install clean
- To add the package, run one of these commands:
- pkg install audio/xmixer
- pkg install xmixer
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: xmixer
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (xmixer-0.9.4.tar.gz) = f717e70d6ad38000f01350fd8671700ab0c86915654ee5ad090418ff086724de
SIZE (xmixer-0.9.4.tar.gz) = 131906
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:
-
- x11.pc : x11/libX11
- xt.pc : x11-toolkits/libXt
- ice.pc : x11/libICE
- xaw7.pc : x11-toolkits/libXaw
- xmu.pc : x11-toolkits/libXmu
- sm.pc : x11/libSM
- Runtime dependencies:
-
- x11.pc : x11/libX11
- xt.pc : x11-toolkits/libXt
- ice.pc : x11/libICE
- xaw7.pc : x11-toolkits/libXaw
- xmu.pc : x11-toolkits/libXmu
- sm.pc : x11/libSM
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- audio_xmixer
- USES:
- 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 |
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) |
0.9.4_8 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 ) |
0.9.4_8 20 Jul 2022 14:20:54 |
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 ) |
0.9.4_8 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.9.4_8 16 Jan 2020 09:34:42 |
bapt |
First pass at moving manpages to share/man for category a* |
0.9.4_8 04 Nov 2019 20:39:52 |
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'. |
0.9.4_8 08 Jan 2019 13:06:00 |
tobik |
audio/xmixer: Remove GTK1 option
gtk12 is gone |
0.9.4_7 09 Jan 2018 07:40:56 |
mat |
Remove support for variables that have been deprecated for a while.
variables deprecation revision
WITHOUT_NLS 2013-12-13 r336337
WITH_/WITHOUT_ 2014-02-24 r345870
NOPORT(DOC|EXAMPLE)S 2014-04-19 r351587
WITH_BDB_VER 2016-05-02 r414444
OVERRIDE_LINUX_BASE_PORT 2016-09-05 r421387
WITH_OPENSSL_(BASE|PORT) 2016-06-16 r416965
While there, add an ERROR variable that works like DEV_ERROR, but for
user facing errors, and move NOPORTDOCS,
NOPORTEXAMPLES and WITHOUT_NLS to it.
Cleanup bsd.sanity.mk a bit.
Fix fallout.
PR: 224613
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D13490 |
0.9.4_7 12 Oct 2017 15:57:51 |
mat |
Remove WANT_GNOME and HAVE_GNOME.
Approved by: bapt kwm
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D12643 |
0.9.4_7 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 |
0.9.4_7 22 May 2015 13:34:22 |
mat |
Remove $FreeBSD$ from patches files in categories a-j.
With hat: portmgr
Sponsored by: Absolight |
0.9.4_7 29 Jul 2014 17:12:50 |
adamw |
Rename all patches that contain '::' as a path separator, and use
'__' instead. |
0.9.4_7 28 Jul 2014 14:12:36 |
adamw |
Rename audio/ patch-xy patches to reflect the files they modify. |
0.9.4_7 28 Jul 2014 13:41:50 |
adamw |
Make gtk12 support an OPTION, rather than just checking if it's already
installed. |
0.9.4_7 16 Apr 2014 18:28:50 |
zeising |
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well (Only the first 15 lines of the commit message are shown above ) |
0.9.4_6 23 Dec 2013 13:59:07 |
amdmi3 |
- Support staging |
0.9.4_6 07 Oct 2013 23:03:13 |
marino |
Explicitly link libraries on 10 unmaintained ports
The following ports will not build with a binutils 2.22+ linker built
with standard options. This has been obvious with DPorts, but difficult
to see on FreeBSD. However, setting the ports compiler as a recent gcc
(e.g lang/gcc48) is an excellent way to detect the unspecified but needed
libraries as these recent GCC compilers use the latest binutils linkers.
These patches were tested on FreeBSD 8.4 and DragonFly 3.5 |
0.9.4_6 04 Oct 2013 08:52:33 |
bapt |
Do not arbitrary rename packages |
0.9.4_6 20 Sep 2013 14:36:37 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio) |
0.9.4_6 27 Jan 2013 05:55:20 |
tabthorpe |
- Strip header at request of original creator
Submitted by: trevor
With hat: portmgr |
0.9.4_6 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
0.9.4_6 23 Jan 2009 16:28:36 |
flz |
- Update X.org ports to 7.4+ (few ports are more recent than the katamari).
- Bump PORTREVISION for all ports depending on libglut since the shlib
version number went from 4 to 3.
- Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't
installed anymore.
- Couple of ports fixes (mostly missing xorg components added to USE_XORG). |
0.9.4_5 15 Jun 2008 12:52:11 |
olgeni |
A few typo fixes for ports/audio descriptions. |
0.9.4_5 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) |
0.9.4_4 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}. |
0.9.4_3 03 May 2006 05:14:35 |
edwin |
Remove USE_REINPLACE from ports in categories starting with A. |
0.9.4_3 07 Mar 2006 08:28:06 |
ade |
Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.
Discussed with: kris
Approved by: portmgr (implicit) |
0.9.4_2 23 Nov 2005 23:29:54 |
pav |
- Add some SHA256 checksums |
0.9.4_2 26 May 2005 19:36:41 |
pav |
- Fix MASTER_SITES
- Optionalize GTK support
- Add WWW: line
PR: ports/81504
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
0.9.4_1 19 Apr 2005 14:27:28 |
vs |
Use PLIST_FILES |
0.9.4_1 06 Sep 2004 09:04:43 |
krion |
Fix build with gcc-3.4
Approved by: portmgr (implicit) |
0.9.4_1 29 May 2004 23:04:15 |
pav |
- Remove dead WWW |
0.9.4_1 14 Mar 2004 06:17:56 |
ade |
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed. |
0.9.4_1 25 Feb 2004 09:54:10 |
kris |
BROKEN on !i386: Does not compile |
0.9.4_1 04 Feb 2004 05:21:48 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
0.9.4 27 Jan 2004 20:51:07 |
trevor |
Add SIZE. |
0.9.4 13 Nov 2003 10:11:35 |
trevor |
Remove my e-mail address from comment blocks of ports
I have contributed, in hopes of attracting less spam. |
0.9.4 24 Jul 2003 15:23:03 |
osa |
Fix building under -CURRENT (gcc 3.3)
Submitted by: Simon Barner <barner@in.tum.de> |
0.9.4 08 Apr 2003 00:40:09 |
marcus |
Remove the USE_GNOMENG macro. |
0.9.4 20 Feb 2003 16:49:55 |
knu |
De-pkg-comment. |
0.9.4 21 Dec 2002 22:41:30 |
edwin |
Mastersite has gone Missing In Action.
Noticed by: portsurvey |
0.9.4 29 Sep 2002 08:07:47 |
ijliao |
find->${FIND},xargs->${XARGS}
PR: 40791
Submitted by: Simon 'corecode' Schubert <corecode@corecode.ath.cx> |
0.9.4 08 Sep 2002 09:55:31 |
kris |
Fix buildworld in current (machine/soundcard.h -> sys/soundcard.h) |
0.9.4 31 Aug 2002 00:13:25 |
marcus |
Use USE_GNOMENG.
PR: 42232
Submitted by: Edwin Groothuis <edwin@mavetju.org> |
0.9.4 08 Jul 2002 10:22:14 |
ijliao |
PERL -> REINPLACE_CMD
PR: 39283
Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de> |
19 Feb 2001 22:58:23 |
trevor |
Update to 0.9.4. Install gmixer as xgmixer, to avoid conflict with the
audio/gmixer port/package. Remove BROKEN line since this version works. |
02 Nov 2000 22:38:54 |
trevor |
Mark this broken. Mention conflict with audio/gmixer. Set maintainer to
ports@FreeBSD.org. |
08 Oct 2000 00:19:06 |
asami |
Convert category audio to new layout. |
05 Oct 2000 07:36:24 |
reg |
Implement USE_GTK, part 1. |
02 Oct 2000 06:39:36 |
trevor |
Change MAINTAINER for my ports. |
07 Jul 2000 20:59:26 |
steve |
- Use GTK_CONFIG/GLIB_CONFIG instead of hardcoded gtk12-config/glib12-config -
Support CC/CFLAGS/PREIFX/LOCALBASE/X11BASE/MAKE/etc. properly |