summaryrefslogtreecommitdiff
path: root/audio/aumix-gtk
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2004-10-22 18:30:42 +0000
committerjmmv <jmmv@pkgsrc.org>2004-10-22 18:30:42 +0000
commit92addbc4604ca6dd8bc3f6eb75f07b0368a6483b (patch)
treeb24eed62b57c133a0563a256f8b0d9b409fe35be /audio/aumix-gtk
parente0c8b0fb0b4ab5f17cbddbb6167df6b72e8a0fc9 (diff)
downloadpkgsrc-92addbc4604ca6dd8bc3f6eb75f07b0368a6483b.tar.gz
Split aumix into two different packages:
- aumix 2.8nb6, which only provides ncurses support. Note that its revision is bumped to note the differences from the previous package. - aumix-gtk 2.8, which includes GTK 2.x and ncurses support. While here, add a missing build dependency on pkgconfig. The descriptions have also been rewritten to note the differences. Addresses PR pkg/27340.
Diffstat (limited to 'audio/aumix-gtk')
-rw-r--r--audio/aumix-gtk/DESCR5
-rw-r--r--audio/aumix-gtk/Makefile15
2 files changed, 20 insertions, 0 deletions
diff --git a/audio/aumix-gtk/DESCR b/audio/aumix-gtk/DESCR
new file mode 100644
index 00000000000..5af2f29ce0c
--- /dev/null
+++ b/audio/aumix-gtk/DESCR
@@ -0,0 +1,5 @@
+Aumix lets you adjust all the values from your audio mixer from an easy to
+use interface.
+
+This package is built with ncurses and GTK+ 2.0 support, to be used from the
+console or from within a graphical environment.
diff --git a/audio/aumix-gtk/Makefile b/audio/aumix-gtk/Makefile
new file mode 100644
index 00000000000..c2f2742a375
--- /dev/null
+++ b/audio/aumix-gtk/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1 2004/10/22 18:30:43 jmmv Exp $
+
+.include "../../audio/aumix/Makefile.common"
+
+PKGNAME= ${DISTNAME:S/aumix/aumix-gtk/}
+
+COMMENT+= (ncurses and GTK+ 2.0 interfaces)
+
+CONFLICTS= aumix-[0-9]*
+
+CONFIGURE_ARGS:= ${CONFIGURE_ARGS:S/^--without-gtk$//}
+
+.include "../../devel/pkgconfig/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"