diff options
author | Steve Price <steve@FreeBSD.org> | 1999-04-03 01:48:17 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-04-03 01:48:17 +0000 |
commit | d137d396bc04c1220840a49d9e1c78de472305cb (patch) | |
tree | 19d173e946e333c37d76901e1bf6f815398b0b39 /audio/gmixer | |
parent | Activate the wterm port. (diff) |
Import of gmixer version 0.98c.
A X11/gtk+ mixer control.
PR: 10272
Submitted by: Chris Piazza <cpiazza@home.net>
Notes
Notes:
svn path=/head/; revision=17597
Diffstat (limited to 'audio/gmixer')
-rw-r--r-- | audio/gmixer/Makefile | 22 | ||||
-rw-r--r-- | audio/gmixer/distinfo | 1 | ||||
-rw-r--r-- | audio/gmixer/files/patch-aa | 18 | ||||
-rw-r--r-- | audio/gmixer/files/patch-ab | 11 | ||||
-rw-r--r-- | audio/gmixer/pkg-comment | 1 | ||||
-rw-r--r-- | audio/gmixer/pkg-descr | 10 | ||||
-rw-r--r-- | audio/gmixer/pkg-plist | 3 |
7 files changed, 66 insertions, 0 deletions
diff --git a/audio/gmixer/Makefile b/audio/gmixer/Makefile new file mode 100644 index 000000000000..c47c04a8b161 --- /dev/null +++ b/audio/gmixer/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: gmixer +# Version required: 0.98c +# Date created: 25 February 1999 +# Whom: Chris Piazza <cpiazza@home.net> +# +# $Id$ +# + +DISTNAME= gmixer-0.98c +CATEGORIES= audio +MASTER_SITES= http://junior.technion.ac.il/~sergey/linux/ + +MAINTAINER= cpiazza@home.net + +LIB_DEPENDS= gtk11d.1:${PORTSDIR}/x11-toolkits/gtk11-devel + +ALL_TARGET= gmixer + +pre-install: + @ ${MKDIR} ${PREFIX}/share/pixmaps + +.include <bsd.port.mk> diff --git a/audio/gmixer/distinfo b/audio/gmixer/distinfo new file mode 100644 index 000000000000..e5ad64630c95 --- /dev/null +++ b/audio/gmixer/distinfo @@ -0,0 +1 @@ +MD5 (gmixer-0.98c.tar.gz) = 3fd677595a012439759021a926112e1c diff --git a/audio/gmixer/files/patch-aa b/audio/gmixer/files/patch-aa new file mode 100644 index 000000000000..a58710516ba8 --- /dev/null +++ b/audio/gmixer/files/patch-aa @@ -0,0 +1,18 @@ +--- Makefile.orig Thu Feb 25 21:31:39 1999 ++++ Makefile Thu Feb 25 21:36:58 1999 +@@ -1,11 +1,11 @@ +-CC = gcc ++#CC = gcc + #CC = egcs + #FLAGS = -g + + gmixer: gmixer.c +- $(CC) $(FLAGS) `gtk-config --cflags` `gtk-config --libs` gmixer.c -o gmixer ++ $(CC) $(CFLAGS) `gtk11d-config --cflags` `gtk11d-config --libs` gmixer.c -o gmixer + install: gmixer +- install -s -m 755 -o 0 -g 0 gmixer /usr/X11R6/bin/ +- install -m 644 -o 0 -g 0 icons/gmixer.xpm /usr/share/pixmaps/ ++ install -c -s -m 755 -o 0 -g 0 gmixer $(PREFIX)/bin ++ install -c -m 644 -o 0 -g 0 icons/gmixer.xpm $(PREFIX)/share/pixmaps + clean: + rm -f gmixer diff --git a/audio/gmixer/files/patch-ab b/audio/gmixer/files/patch-ab new file mode 100644 index 000000000000..2be423772f31 --- /dev/null +++ b/audio/gmixer/files/patch-ab @@ -0,0 +1,11 @@ +--- gmixer.c.orig Thu Feb 25 21:32:29 1999 ++++ gmixer.c Thu Feb 25 21:32:48 1999 +@@ -4,7 +4,7 @@ + #include <fcntl.h> + #include <unistd.h> + #include <sys/ioctl.h> +-#include <linux/soundcard.h> ++#include <machine/soundcard.h> + #include <gtk/gtk.h> + #include "icons/gmixer.xpm" + #include "icons/mix_logo.xpm" diff --git a/audio/gmixer/pkg-comment b/audio/gmixer/pkg-comment new file mode 100644 index 000000000000..669adc9aa1ed --- /dev/null +++ b/audio/gmixer/pkg-comment @@ -0,0 +1 @@ +X11/gtk+ mixer control. diff --git a/audio/gmixer/pkg-descr b/audio/gmixer/pkg-descr new file mode 100644 index 000000000000..93f1c5cb80fc --- /dev/null +++ b/audio/gmixer/pkg-descr @@ -0,0 +1,10 @@ +gmixer is an X11/gtk+ mixer control program. Features a clean interface +and the ability to auto load/save a configuration. + +Homepage: +http://junior.technion.ac.il/~sergey/linux.html +Author: +Sergey Kiselev <asm@maxho.com> + +-Chris Piazza +cpiazza@home.net diff --git a/audio/gmixer/pkg-plist b/audio/gmixer/pkg-plist new file mode 100644 index 000000000000..f41a301d8bc2 --- /dev/null +++ b/audio/gmixer/pkg-plist @@ -0,0 +1,3 @@ +bin/gmixer +share/pixmaps/gmixer.xpm +@dirrm share/pixmaps |