summaryrefslogtreecommitdiff
path: root/audio/xmixer/files/patch-aa
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>1999-11-14 03:17:42 +0000
committerChris Piazza <cpiazza@FreeBSD.org>1999-11-14 03:17:42 +0000
commit7613a069318846401c8567f4b6e0f813f2095afc (patch)
tree4bff54f164ae91380c5e67d8b8db7a1ce4b2ea65 /audio/xmixer/files/patch-aa
parentUpdate to apache version 1.3.9 and RA 29.0. (diff)
Import of xmixer.
Xmixer includes two programs, xmixer and gmixer. xmixer uses Athena widgets and gmixer uses GTK+. It can change the volume for multiple devices, select input device(s) for recording, hide devices you don't want to see, and has batch support. PR: 14555 Submitted by: Trevor Johnson <trevor@jpj.net>
Notes
Notes: svn path=/head/; revision=23101
Diffstat (limited to 'audio/xmixer/files/patch-aa')
-rw-r--r--audio/xmixer/files/patch-aa36
1 files changed, 36 insertions, 0 deletions
diff --git a/audio/xmixer/files/patch-aa b/audio/xmixer/files/patch-aa
new file mode 100644
index 000000000000..98a2fd7643bb
--- /dev/null
+++ b/audio/xmixer/files/patch-aa
@@ -0,0 +1,36 @@
+--- Makefile.in.orig Sat Aug 21 15:25:07 1999
++++ Makefile.in Wed Oct 27 06:02:28 1999
+@@ -33,16 +33,18 @@
+ mkfb.pl < XMixer.ad > fallback.h
+
+ gui_gtk.o: gui_gtk.c
+- $(CC) $(CFLAGS) $(INCS) `gtk-config --cflags` -c $<
++ $(CC) $(CFLAGS) $(INCS) `gtk12-config --cflags` -c $<
+
+ %.o: %.c
+ $(CC) $(CFLAGS) $(INCS) -c $<
+
++all: gmixer xmixer
++
+ xmixer: Xw/libXw.a $(OBJS)
+ $(LD) $(LDFLAGS) -o $@ $(OBJS) $(LIBS)
+
+ gmixer: $(G_OBJS)
+- $(LD) $(LDFLAGS) -o $@ $(G_OBJS) `gtk-config --libs`
++ $(LD) $(LDFLAGS) -o $@ $(G_OBJS) `gtk12-config --libs`
+
+ Xw/libXw.a:
+ cd Xw && make libXw.a
+@@ -51,9 +53,9 @@
+ lynx -dump http://www/~rasca/xmixer/index.html | sed "s%//www/%//home.pages.de/%" > README
+
+ install: $(PROGS)
+- install -o bin xmixer $(bindir)
+- install xmixer.man $(mandir)/xmixer.1
+- install -o bin gmixer $(bindir)
++ install -c -o bin xmixer $(bindir)
++ install -c xmixer.man $(mandir)/xmixer.1
++ install -c -o bin gmixer $(bindir)
+
+ install.lib: libmixer.a
+ install libsmixer.a $(LIBDIR)