update to Mixer.app-1.8.0

- Now supports all mixer sources. NOTE! The source names have been
  changed. See "Mixer.app -h".
- Fixed warnings when compiling with GCC 3.2.
This commit is contained in:
wilfried 2002-09-17 14:58:51 +00:00
parent 69531d4e5c
commit 77ed152243
3 changed files with 5 additions and 18 deletions

View File

@ -1,11 +1,10 @@
# $OpenBSD: Makefile,v 1.10 2002/05/15 09:30:21 wilfried Exp $
# $OpenBSD: Makefile,v 1.11 2002/09/17 14:58:51 wilfried Exp $
COMMENT= 'wm-dockapp; sound mixer'
DISTNAME= Mixer.app-1.7.0
DISTNAME= Mixer.app-1.8.0
PKGNAME= ${DISTNAME:L}
CATEGORIES= audio x11 x11/windowmaker
NEED_VERSION= 1.515
HOMEPAGE= http://www.fukt.hk-r.se/~per/mixer/

View File

@ -1,3 +1,3 @@
MD5 (Mixer.app-1.7.0.tar.gz) = 8ab5dca4458d3d6202131f497aadcb27
RMD160 (Mixer.app-1.7.0.tar.gz) = e7a99793e51f5757a981fbdf702bf8ea237feb9a
SHA1 (Mixer.app-1.7.0.tar.gz) = 76e5cd55155d63c9a5130280fdb56c8b1b9141d8
MD5 (Mixer.app-1.8.0.tar.gz) = e2c275f16a91c52552d9e2221e18d24c
RMD160 (Mixer.app-1.8.0.tar.gz) = ae29a9b6c4a3d37d48f5e2b936ac62b81cc02c52
SHA1 (Mixer.app-1.8.0.tar.gz) = 68b644e2b13fe4a89461cf28ab6aebbcaedc0552

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-Mixer_cc,v 1.1.1.1 2001/02/05 18:53:29 wilfried Exp $
--- Mixer.cc.orig Wed Feb 2 01:31:42 2000
+++ Mixer.cc Mon Feb 5 16:19:30 2001
@@ -35,6 +35,8 @@
#include <linux/soundcard.h>
#elif defined(__FreeBSD__)
#include <machine/soundcard.h>
+#elif defined(__OpenBSD__)
+#include <soundcard.h>
#else
#include <sys/soundcard.h>
#endif