xmmix port
This commit is contained in:
parent
74c6e7d684
commit
97c7cd64b2
19
audio/xmmix/Makefile
Normal file
19
audio/xmmix/Makefile
Normal file
@ -0,0 +1,19 @@
|
||||
# OpenBSD makefile for: xmmix
|
||||
# Version required: 1.2
|
||||
# Date created: May 21 1998
|
||||
# Whom: Angelos D. Keromytis
|
||||
#
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 1998/05/22 00:25:22 angelos Exp $
|
||||
#
|
||||
|
||||
DISTNAME= xmmix-1.2
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
|
||||
MASTER_SITE_SUBDIR= applications/
|
||||
|
||||
MAINTAINER= angelos@openbsd.org
|
||||
|
||||
USE_IMAKE= yes
|
||||
REQUIRES_MOTIF= yes
|
||||
|
||||
.include <bsd.port.mk>
|
1
audio/xmmix/files/md5
Normal file
1
audio/xmmix/files/md5
Normal file
@ -0,0 +1 @@
|
||||
MD5 (xmmix-1.2.tar.gz) = 5a6556ec9a84888d7e77ba59c2128843
|
22
audio/xmmix/patches/patch-aa
Normal file
22
audio/xmmix/patches/patch-aa
Normal file
@ -0,0 +1,22 @@
|
||||
--- ./appenv.h.org Sun Jul 14 10:48:59 1996
|
||||
+++ ./appenv.h Mon Aug 19 04:05:16 1996
|
||||
@@ -59,7 +59,7 @@
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <sys/ioctl.h>
|
||||
-#include <sys/soundcard.h>
|
||||
+#include <soundcard.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <errno.h>
|
||||
--- ./Imakefile.org Sun Jul 14 10:48:56 1996
|
||||
+++ ./Imakefile Mon Aug 19 04:09:48 1996
|
||||
@@ -43,7 +43,7 @@
|
||||
* #include "Motif.tmpl"
|
||||
* #include "Motif.rules"
|
||||
*/
|
||||
-LOCAL_LIBRARIES= XmClientLibs
|
||||
+LOCAL_LIBRARIES= ${MOTIFLIB} ${XTOOLLIB} ${XLIB} -lossaudio
|
||||
|
||||
|
||||
/*
|
1
audio/xmmix/pkg/COMMENT
Normal file
1
audio/xmmix/pkg/COMMENT
Normal file
@ -0,0 +1 @@
|
||||
a Motif based audio mixer
|
20
audio/xmmix/pkg/DESCR
Normal file
20
audio/xmmix/pkg/DESCR
Normal file
@ -0,0 +1,20 @@
|
||||
From the README:
|
||||
|
||||
Xmmix is a sound mixer utility for the X Window System using the
|
||||
OSF/Motif interface. It requires the Unix Sound System (formerly
|
||||
"VoxWare") sound driver by Hannu Savolainen (hannu@voxware.pp.fi).
|
||||
|
||||
For those of you with access to the WWW (via Netscape, NCSA Mosaic
|
||||
or other WWW browser), The URL for the xmmix home page is as
|
||||
follows:
|
||||
|
||||
http://sunsite.unc.edu/~cddb/xmmix/
|
||||
|
||||
This home page provides up-to-date information about the
|
||||
current release version, online README file, FTP service to get
|
||||
the software, an interactive form to send comments and
|
||||
suggestions, and late breaking announcement, if any.
|
||||
|
||||
I don't have hardware to test all the features, but it looks ok.
|
||||
eric.
|
||||
erich@FreeBSD.org
|
4
audio/xmmix/pkg/PLIST
Normal file
4
audio/xmmix/pkg/PLIST
Normal file
@ -0,0 +1,4 @@
|
||||
bin/xmmix
|
||||
lib/X11/app-defaults/XMmix
|
||||
lib/X11/xmmix.hlp
|
||||
man/man1/xmmix.1
|
Loading…
Reference in New Issue
Block a user