1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Update to 10

Changes:
  * Fixed change of channel settings (#18299)
  * Added a MIDI out port for feeding back volume levels into motorized
    controllers
  * Added jack_mix_box, a minimalistic (no UI) jack mixer
  * Added a trayicon and minimize to tray feature
- Add LICENSE
This commit is contained in:
Pietro Cerutti 2014-04-30 13:14:56 +00:00
parent c882debc8b
commit f02f8154d8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=352679
3 changed files with 7 additions and 5 deletions

View File

@ -2,13 +2,14 @@
# $FreeBSD$
PORTNAME= jack_mixer
PORTVERSION= 9
PORTREVISION= 1
PORTVERSION= 10
CATEGORIES= audio
MASTER_SITES= http://download.gna.org/${PORTNAME:S/_//}/
MAINTAINER= gahr@FreeBSD.org
COMMENT= A mixer for the jack audio connection kit
COMMENT= Mixer for the jack audio connection kit
LICENSE= GPLv2
LIB_DEPENDS= libjack.so:${PORTSDIR}/audio/jack
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/fpconst.py:${PORTSDIR}/math/py-fpconst \

View File

@ -1,2 +1,2 @@
SHA256 (jack_mixer-9.tar.gz) = 7683b637368bf515031c362c1a698edfaf390f1b3ba0f5211fe3277a496520f7
SIZE (jack_mixer-9.tar.gz) = 381557
SHA256 (jack_mixer-10.tar.gz) = 165bc1f8e21f32a244651bf6c120cfd1d3c5dd9a99a3f0cce9c6068600727121
SIZE (jack_mixer-10.tar.gz) = 415996

View File

@ -1,5 +1,6 @@
bin/jack_mixer.py
bin/jack_mixer
bin/jack_mix_box
share/icons/hicolor/16x16/apps/jack_mixer.png
share/icons/hicolor/22x22/apps/jack_mixer.png
share/icons/hicolor/24x24/apps/jack_mixer.png