summaryrefslogtreecommitdiff
path: root/audio/mixer.app
diff options
context:
space:
mode:
authorjschauma <jschauma@pkgsrc.org>2003-06-03 15:35:59 +0000
committerjschauma <jschauma@pkgsrc.org>2003-06-03 15:35:59 +0000
commit2574d8083bda29d14abcfdd6cfeba2c7a15a2ba1 (patch)
treef5806209ac0da3e9373c9628dc51cbeb25c2b46e /audio/mixer.app
parentfb2818516ab75220ee1ccaf49bfca376d2692f2c (diff)
downloadpkgsrc-2574d8083bda29d14abcfdd6cfeba2c7a15a2ba1.tar.gz
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>).
Diffstat (limited to 'audio/mixer.app')
-rw-r--r--audio/mixer.app/Makefile9
-rw-r--r--audio/mixer.app/distinfo8
-rw-r--r--audio/mixer.app/patches/patch-ab10
3 files changed, 13 insertions, 14 deletions
diff --git a/audio/mixer.app/Makefile b/audio/mixer.app/Makefile
index 1be85c75028..6b365b8711e 100644
--- a/audio/mixer.app/Makefile
+++ b/audio/mixer.app/Makefile
@@ -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
diff --git a/audio/mixer.app/distinfo b/audio/mixer.app/distinfo
index cde0e2dc6c4..b8d8a1484a8 100644
--- a/audio/mixer.app/distinfo
+++ b/audio/mixer.app/distinfo
@@ -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
diff --git a/audio/mixer.app/patches/patch-ab b/audio/mixer.app/patches/patch-ab
index 8097ef40fbe..8b0233f8dfd 100644
--- a/audio/mixer.app/patches/patch-ab
+++ b/audio/mixer.app/patches/patch-ab
@@ -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>