diff options
author | steve <steve@FreeBSD.org> | 1999-04-03 01:48:17 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-04-03 01:48:17 +0000 |
commit | 84b3797635aa3026d9d3eb461b709140a9dc90e6 (patch) | |
tree | df15c2647417cc9977ed2a45f0ee7f9a82933c8f /audio/gmixer | |
parent | 508532891d00379faa2788b980b6e2a68e15030a (diff) | |
download | FreeBSD-ports-84b3797635aa3026d9d3eb461b709140a9dc90e6.zip FreeBSD-ports-84b3797635aa3026d9d3eb461b709140a9dc90e6.tar.gz |
Import of gmixer version 0.98c.
A X11/gtk+ mixer control.
PR: 10272
Submitted by: Chris Piazza <cpiazza@home.net>
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 0000000..c47c04a --- /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 0000000..e5ad646 --- /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 0000000..a587105 --- /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 0000000..2be4237 --- /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 0000000..669adc9 --- /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 0000000..93f1c5c --- /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 0000000..f41a301 --- /dev/null +++ b/audio/gmixer/pkg-plist @@ -0,0 +1,3 @@ +bin/gmixer +share/pixmaps/gmixer.xpm +@dirrm share/pixmaps |