mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Add xvmixer 1.0, open Look-based audio mixer.
PR: 51017 Submitted by: Serge Gagnon <gagnon__s@videotron.ca>
This commit is contained in:
parent
122e6065d5
commit
492bd8f43e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=85460
@ -363,6 +363,7 @@
|
||||
SUBDIR += xmradio
|
||||
SUBDIR += xsidplay
|
||||
SUBDIR += xtuner
|
||||
SUBDIR += xvmixer
|
||||
SUBDIR += xwave
|
||||
SUBDIR += yamt
|
||||
SUBDIR += zinf
|
||||
|
26
audio/xvmixer/Makefile
Normal file
26
audio/xvmixer/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# New Ports collection makefile for: xvmixer
|
||||
# Date created: Tue Apr 15 23:07:07 EDT 2003
|
||||
# Whom: Serge Gagnon <gagnon__s@videotron.ca>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= xvmixer
|
||||
PORTVERSION= 1.0
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://ftp.auxio.org/pub/mirrors/step.polymtl.ca/pub/Xview/apps/xvmixer/ \
|
||||
ftp://quenix.dyndns.org/freebsd/
|
||||
|
||||
MAINTAINER= gagnon__s@videotron.ca
|
||||
COMMENT= Open Look-based audio mixer
|
||||
|
||||
LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview
|
||||
|
||||
USE_REINPLACE= yes
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|%%X11BASE%%|${X11BASE}|g' ${WRKSRC}/Makefile
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/xvmixer ${LOCALBASE}/bin
|
||||
|
||||
.include <bsd.port.mk>
|
1
audio/xvmixer/distinfo
Normal file
1
audio/xvmixer/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (xvmixer-1.0.tar.gz) = 9dbf4a366c2ec2d82e54f182b57d30cc
|
25
audio/xvmixer/files/patch-Makefile
Normal file
25
audio/xvmixer/files/patch-Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
--- Makefile.orig Mon Mar 17 04:43:11 1997
|
||||
+++ Makefile Wed Jul 23 17:00:50 2003
|
||||
@@ -1,17 +1,12 @@
|
||||
-#CC = gcc
|
||||
-CC = cc
|
||||
-#LD = gcc
|
||||
-LD = cc
|
||||
-CFLAGS = -pipe -O2 -DUSE_XBM_ICON
|
||||
-#LDFLAGS =
|
||||
-LIBRARIES= -L/usr/X11R6/lib -L/usr/openwin/lib -lxview -lolgx -lX11
|
||||
-
|
||||
-#.c.o: $(CC) -c $(CFLAGS) $@
|
||||
+CC?= cc
|
||||
+INCLUDES= -I. -I%%X11BASE%%/include
|
||||
+CFLAGS+= -DUSE_XBM_ICON $(INCLUDES)
|
||||
+LIBRARIES= -L%%X11BASE%%/lib -L/usr/lib -lxview -lolgx -lX11
|
||||
|
||||
all: xvmixer
|
||||
|
||||
xvmixer: xvmixer.o
|
||||
- $(LD) $(LDFLAGS) -o $@ xvmixer.o $(LIBRARIES)
|
||||
+ $(CC) -o $@ xvmixer.o $(LIBRARIES)
|
||||
|
||||
xvmixer.o: locked.bit unlocked.bit rec.bit
|
||||
|
3
audio/xvmixer/pkg-descr
Normal file
3
audio/xvmixer/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Open Look-based audio mixer
|
||||
|
||||
WWW: http://step.polymtl.ca/~coyote/xview_main.html
|
1
audio/xvmixer/pkg-plist
Normal file
1
audio/xvmixer/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/xvmixer
|
Loading…
Reference in New Issue
Block a user