Update of Mixer.app from 1.7.0 to 1.8.0, per PR pkg/21278.

From Changelog:
- Now supports all mixer sources. NOTE! The source names have
  been changed. See "Mixer.app -h".
- Added alternative skin submitted by Hans D. <barross@web.de>.
- Fixed warnings when compiling with GCC 3.2.
- Added OpenBSD support (thanks to ptiJo <ptiJo@noos.fr>).
This commit is contained in:
jschauma 2003-06-03 15:35:59 +00:00
parent fb2818516a
commit 2574d8083b
3 changed files with 13 additions and 14 deletions

View file

@ -1,13 +1,14 @@
# $NetBSD: Makefile,v 1.3 2003/04/26 09:49:35 jmmv Exp $
# $NetBSD: Makefile,v 1.4 2003/06/03 15:35:59 jschauma Exp $
#
DISTNAME= Mixer.app-1.7.0
PKGNAME= mixer.app-1.7.0
DISTNAME= Mixer.app-1.8.0
PKGNAME= mixer.app-1.8.0
CATEGORIES= audio
CATEGORIES= audio windowmaker
MASTER_SITES= http://www.fukt.bth.se/~per/mixer/
MAINTAINER= ptiJo@noos.fr
HOMEPAGE= http://www.student.hk-r.se/~pt96pli/mixer/
HOMEPAGE= http://www.fukt.bth.se/~per/mixer/
COMMENT= Another mixer intended for the windowmaker dockapp
USE_BUILDLINK2= YES

View file

@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.2 2002/09/21 00:46:08 jlam Exp $
$NetBSD: distinfo,v 1.3 2003/06/03 15:35:59 jschauma Exp $
SHA1 (Mixer.app-1.7.0.tar.gz) = 76e5cd55155d63c9a5130280fdb56c8b1b9141d8
Size (Mixer.app-1.7.0.tar.gz) = 19101 bytes
SHA1 (Mixer.app-1.8.0.tar.gz) = 68b644e2b13fe4a89461cf28ab6aebbcaedc0552
Size (Mixer.app-1.8.0.tar.gz) = 37884 bytes
SHA1 (patch-aa) = 5af6ac73896573c81659fef91d37e9e0c21b71be
SHA1 (patch-ab) = 40a73805ca71cb743005324fb7637d0d0a60f1dd
SHA1 (patch-ab) = ba60e28d50761c89faf1ca1c0ac9cb18725a1c14

View file

@ -1,13 +1,11 @@
$NetBSD: patch-ab,v 1.1.1.1 2002/07/08 02:43:01 wiz Exp $
$NetBSD: patch-ab,v 1.2 2003/06/03 15:36:00 jschauma 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>
@@ -36,4 +36,6 @@
#elif defined(__FreeBSD__)
#include <machine/soundcard.h>
+#elif defined(__NetBSD__)
+#include <soundcard.h>
#else
#include <sys/soundcard.h>
#endif
#elif defined(__OpenBSD__)
#include <soundcard.h>