mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
- New port: audio/jack_mixer
jack_mixer is a GTK+ JACK audio mixer app with a look similar to its hardware counterpart. It has lot of useful features, apart from being able to mix multiple JACK audio streams. WWW: http://home.gna.org/jackmixer/
This commit is contained in:
parent
a5556229b9
commit
82bef74764
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=259513
@ -328,6 +328,7 @@
|
||||
SUBDIR += jack-keyboard
|
||||
SUBDIR += jack-rack
|
||||
SUBDIR += jack-smf-utils
|
||||
SUBDIR += jack_mixer
|
||||
SUBDIR += jamin
|
||||
SUBDIR += jid3lib
|
||||
SUBDIR += jmusic
|
||||
|
29
audio/jack_mixer/Makefile
Normal file
29
audio/jack_mixer/Makefile
Normal file
@ -0,0 +1,29 @@
|
||||
# ex:ts=8
|
||||
# New ports collection Makefile for: jack_mixer
|
||||
# Date created: 13 August 2010
|
||||
# Whom: gahr
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= jack_mixer
|
||||
PORTVERSION= 8
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://download.gna.org/${PORTNAME:S/_//}/
|
||||
|
||||
MAINTAINER= gahr@FreeBSD.org
|
||||
COMMENT= A mixer for the jack audio connection kit
|
||||
|
||||
LIB_DEPENDS= jack.0:${PORTSDIR}/audio/jack
|
||||
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/fpconst.py:${PORTSDIR}/math/py-fpconst \
|
||||
${LOCALBASE}/include/pygtk-2.0/pygtk/pygtk.h:${PORTSDIR}/x11-toolkits/py-gtk2
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_GNOME= gconf2
|
||||
GCONF_SCHEMAS= jack_mixer.schemas
|
||||
INSTALLS_ICONS= yes
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
audio/jack_mixer/distinfo
Normal file
3
audio/jack_mixer/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (jack_mixer-8.tar.gz) = 5c0ae2d8825f326625c3aac2de3f358d
|
||||
SHA256 (jack_mixer-8.tar.gz) = 47f451b7ca730bc81f9becf87d6d3b981c2333101f3808c8e30e809bdd1e9826
|
||||
SIZE (jack_mixer-8.tar.gz) = 380897
|
5
audio/jack_mixer/pkg-descr
Normal file
5
audio/jack_mixer/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
jack_mixer is a GTK+ JACK audio mixer app with a look similar
|
||||
to its hardware counterpart. It has lot of useful features,
|
||||
apart from being able to mix multiple JACK audio streams.
|
||||
|
||||
WWW: http://home.gna.org/jackmixer/
|
34
audio/jack_mixer/pkg-plist
Normal file
34
audio/jack_mixer/pkg-plist
Normal file
@ -0,0 +1,34 @@
|
||||
bin/jack_mixer.py
|
||||
bin/jack_mixer
|
||||
share/icons/hicolor/16x16/apps/jack_mixer.png
|
||||
share/icons/hicolor/22x22/apps/jack_mixer.png
|
||||
share/icons/hicolor/24x24/apps/jack_mixer.png
|
||||
share/icons/hicolor/32x32/apps/jack_mixer.png
|
||||
share/icons/hicolor/48x48/apps/jack_mixer.png
|
||||
share/icons/hicolor/scalable/apps/jack_mixer.svg
|
||||
share/applications/jack_mixer.desktop
|
||||
%%DATADIR%%/abspeak.py
|
||||
%%DATADIR%%/channel.py
|
||||
%%DATADIR%%/gui.py
|
||||
%%DATADIR%%/meter.py
|
||||
%%DATADIR%%/scale.py
|
||||
%%DATADIR%%/serialization.py
|
||||
%%DATADIR%%/serialization_xml.py
|
||||
%%DATADIR%%/slider.py
|
||||
%%DATADIR%%/preferences.py
|
||||
%%PYTHON_SITELIBDIR%%/jack_mixer_c.so
|
||||
%%PYTHON_SITELIBDIR%%/jack_mixer_c.la
|
||||
@dirrmtry share/icons/hicolor/16x16/apps
|
||||
@dirrmtry share/icons/hicolor/16x16
|
||||
@dirrmtry share/icons/hicolor/22x22/apps
|
||||
@dirrmtry share/icons/hicolor/22x22
|
||||
@dirrmtry share/icons/hicolor/24x24/apps
|
||||
@dirrmtry share/icons/hicolor/24x24
|
||||
@dirrmtry share/icons/hicolor/32x32/apps
|
||||
@dirrmtry share/icons/hicolor/32x32
|
||||
@dirrmtry share/icons/hicolor/48x48/apps
|
||||
@dirrmtry share/icons/hicolor/48x48
|
||||
@dirrmtry share/icons/hicolor/scalable/apps
|
||||
@dirrmtry share/icons/hicolor/scalable
|
||||
@dirrmtry share/applications
|
||||
@dirrm %%DATADIR%%
|
Loading…
Reference in New Issue
Block a user