svn commit: r352679 - head/audio/jack_mixer
Pietro Cerutti
gahr at FreeBSD.org
Wed Apr 30 13:14:57 UTC 2014
Author: gahr
Date: Wed Apr 30 13:14:56 2014
New Revision: 352679
URL: http://svnweb.freebsd.org/changeset/ports/352679
QAT: https://qat.redports.org/buildarchive/r352679/
Log:
- 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
Modified:
head/audio/jack_mixer/Makefile
head/audio/jack_mixer/distinfo
head/audio/jack_mixer/pkg-plist
Modified: head/audio/jack_mixer/Makefile
==============================================================================
--- head/audio/jack_mixer/Makefile Wed Apr 30 13:06:56 2014 (r352678)
+++ head/audio/jack_mixer/Makefile Wed Apr 30 13:14:56 2014 (r352679)
@@ -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 at 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 \
Modified: head/audio/jack_mixer/distinfo
==============================================================================
--- head/audio/jack_mixer/distinfo Wed Apr 30 13:06:56 2014 (r352678)
+++ head/audio/jack_mixer/distinfo Wed Apr 30 13:14:56 2014 (r352679)
@@ -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
Modified: head/audio/jack_mixer/pkg-plist
==============================================================================
--- head/audio/jack_mixer/pkg-plist Wed Apr 30 13:06:56 2014 (r352678)
+++ head/audio/jack_mixer/pkg-plist Wed Apr 30 13:14:56 2014 (r352679)
@@ -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
More information about the svn-ports-all
mailing list