From d137d396bc04c1220840a49d9e1c78de472305cb Mon Sep 17 00:00:00 2001 From: Steve Price Date: Sat, 3 Apr 1999 01:48:17 +0000 Subject: Import of gmixer version 0.98c. A X11/gtk+ mixer control. PR: 10272 Submitted by: Chris Piazza --- audio/gmixer/Makefile | 22 ++++++++++++++++++++++ audio/gmixer/distinfo | 1 + audio/gmixer/files/patch-aa | 18 ++++++++++++++++++ audio/gmixer/files/patch-ab | 11 +++++++++++ audio/gmixer/pkg-comment | 1 + audio/gmixer/pkg-descr | 10 ++++++++++ audio/gmixer/pkg-plist | 3 +++ 7 files changed, 66 insertions(+) create mode 100644 audio/gmixer/Makefile create mode 100644 audio/gmixer/distinfo create mode 100644 audio/gmixer/files/patch-aa create mode 100644 audio/gmixer/files/patch-ab create mode 100644 audio/gmixer/pkg-comment create mode 100644 audio/gmixer/pkg-descr create mode 100644 audio/gmixer/pkg-plist (limited to 'audio') 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 +# +# $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 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 + #include + #include +-#include ++#include + #include + #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 + +-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 -- cgit v1.2.3