diff options
author | Alan Eldridge <alane@FreeBSD.org> | 2003-01-21 00:54:27 +0000 |
---|---|---|
committer | Alan Eldridge <alane@FreeBSD.org> | 2003-01-21 00:54:27 +0000 |
commit | 35230fb4f8e57e6c8f5d4037fa1ec48d0b0d20fb (patch) | |
tree | 90faef7865ef0844473dd6b425b455ebaa5881d6 | |
parent | Stop automatic generation of the pkg-message for emulators/klh10 (diff) |
The holy grail! I don't need kdemultimedia now! My cup runneth over. My
floor getteth wet.
Really nice mixer with command line, ncurses, and QT GUI modes. 'Tis cool.
Notes
Notes:
svn path=/head/; revision=73689
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/ermixer/Makefile | 32 | ||||
-rw-r--r-- | audio/ermixer/Makefile~ | 32 | ||||
-rw-r--r-- | audio/ermixer/distinfo | 1 | ||||
-rw-r--r-- | audio/ermixer/files/manpages.mk | 1 | ||||
-rw-r--r-- | audio/ermixer/pkg-comment | 1 | ||||
-rw-r--r-- | audio/ermixer/pkg-descr | 10 | ||||
-rw-r--r-- | audio/ermixer/pkg-plist | 1 |
8 files changed, 79 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index 08695c89c9aa..4a149d0108de 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -48,6 +48,7 @@ SUBDIR += easytag SUBDIR += ecasound SUBDIR += ecawave + SUBDIR += ermixer SUBDIR += esound SUBDIR += extace SUBDIR += faad diff --git a/audio/ermixer/Makefile b/audio/ermixer/Makefile new file mode 100644 index 000000000000..ff030b1dfaf4 --- /dev/null +++ b/audio/ermixer/Makefile @@ -0,0 +1,32 @@ +# ex:ts=8 -*-mode: makefile-*- +# +# New ports collection makefile for: ermixer +# Date created: 2003-01-20 +# Whom: Alan Eldridge <alane@geeksrus.net> +# +# $FreeBSD$ +# + +PORTNAME= ermixer +PORTVERSION= 0.8 +PORTREVISION= 0 +PORTEPOCH= 0 +CATEGORIES= audio kde +MASTER_SITES= http://erevan.cuore.org/files/ermixer/ + +MAINTAINER= alane@FreeBSD.org + +USE_QT_VERSION= 3 +USE_GMAKE= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS+=--enable-qt + +CONFIGURE_ENV+= QTDIR="${X11BASE}" +CONFIGURE_ENV+= LDFLAGS="${PTHREAD_LIBS} -L${X11BASE}/lib" +CONFIGURE_ENV+= CPPFLAGS="${PTHREAD_CFLAGS} -I${X11BASE}/include" + +.include <bsd.port.pre.mk> +.include "${FILESDIR}/manpages.mk" +.include <bsd.port.post.mk> + +#EOF diff --git a/audio/ermixer/Makefile~ b/audio/ermixer/Makefile~ new file mode 100644 index 000000000000..816e548b66e3 --- /dev/null +++ b/audio/ermixer/Makefile~ @@ -0,0 +1,32 @@ +# ex:ts=8 -*-mode: makefile-*- +# +# New ports collection makefile for: ermixer +# Date created: 2003-01-20 +# Whom: Alan Eldridge <alane@geeksrus.net> +# +# $FreeBSD$ +# + +PORTNAME= ermixer +PORTVERSION= 0.8 +PORTREVISION= 0 +PORTEPOCH= 0 +CATEGORIES= audio kde +MASTER_SITES= http://erevan.cuore.org/files/ermixer/ + +MAINTAINER= alane@FreeBSD.org + +USE_QT_VERSION= 3 +USE_GMAKE= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS+=--enable-qt + +CONFIGURE_ENV+= QTDIR="${X11BASE}" +CONFIGURE_ENV+= LDFLAGS="${PTHREAD_LIBS} -L${X11BASE}/lib" +CONFIGURE_ENV+= CPPFLAGS="${PTHREAD_CFLAGS} -I${X11BASE}/include" + +.include "${FILESDIR}/manpages.mk" +.include <bsd.port.pre.mk> +.include <bsd.port.post.mk> + +#EOF diff --git a/audio/ermixer/distinfo b/audio/ermixer/distinfo new file mode 100644 index 000000000000..08ac5a8b56d0 --- /dev/null +++ b/audio/ermixer/distinfo @@ -0,0 +1 @@ +MD5 (ermixer-0.8.tar.gz) = ce6e896c7c2678c98ff9d841d3504003 diff --git a/audio/ermixer/files/manpages.mk b/audio/ermixer/files/manpages.mk new file mode 100644 index 000000000000..642a9c2e8f78 --- /dev/null +++ b/audio/ermixer/files/manpages.mk @@ -0,0 +1 @@ +MAN1+= ermixer.1 diff --git a/audio/ermixer/pkg-comment b/audio/ermixer/pkg-comment new file mode 100644 index 000000000000..b504ba758965 --- /dev/null +++ b/audio/ermixer/pkg-comment @@ -0,0 +1 @@ +A command-line, ncurses, and Qt-GUI OSS audio mixer diff --git a/audio/ermixer/pkg-descr b/audio/ermixer/pkg-descr new file mode 100644 index 000000000000..85892e8dc6a9 --- /dev/null +++ b/audio/ermixer/pkg-descr @@ -0,0 +1,10 @@ +Ermixer is a command-line, ncurses, and Qt-GUI OSS audio mixer that looks +very nice in GUI mode, and can save and restore multiple named profiles. It +also has a command-line mode that makes it useful in scripts. + +WWW: http://ermixer.sourceforge.net/ + +P.S. I have found the holy grail! Now I don't need to install kdemultimedia +just to get a bloody mixer! + +-- AlanE (KDE-FreeBSD Team) diff --git a/audio/ermixer/pkg-plist b/audio/ermixer/pkg-plist new file mode 100644 index 000000000000..268654d6437e --- /dev/null +++ b/audio/ermixer/pkg-plist @@ -0,0 +1 @@ +bin/ermixer |