besides bringing gkrellm and the plugins up2date, this introduces a new port structure, where all plugins are located in sysutils/gkrellm/plugins. the set of plugins consists of: aclock, bgchg, flynn, itime, kam, launch, mailwatch, mms, moon, mss, reminder shoot, stock, sun, volume, weather and wireless ports done and maintained by Peter Hessler <spambox@theapt.org> all prior maintainers either agreed to him taking over their plugins or timed out.
15 lines
349 B
Plaintext
15 lines
349 B
Plaintext
$OpenBSD: patch-volume_c,v 1.1.1.1 2003/11/03 20:34:18 sturm Exp $
|
|
--- volume.c.orig Mon Nov 18 12:34:32 2002
|
|
+++ volume.c Wed Jan 8 22:56:11 2003
|
|
@@ -8,6 +8,10 @@
|
|
#include "volume.h"
|
|
#include "mixer.h"
|
|
|
|
+#ifdef __OpenBSD__
|
|
+#include <soundcard.h>
|
|
+#endif
|
|
+
|
|
#define VOLUME_STYLE style_id
|
|
static gint style_id;
|
|
static GkrellmMonitor *monitor;
|