pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/xawtv Fix path to OSS audio device in multipl...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a35472566ef4
branches: trunk
changeset: 466753:a35472566ef4
user: jmmv <jmmv%pkgsrc.org@localhost>
date: Thu Jan 22 16:37:44 2004 +0000
description:
Fix path to OSS audio device in multiple places. Bump PKGREVISION to 1.
diffstat:
graphics/xawtv/Makefile | 11 ++++++++++-
1 files changed, 10 insertions(+), 1 deletions(-)
diffs (29 lines):
diff -r 5560a34714c5 -r a35472566ef4 graphics/xawtv/Makefile
--- a/graphics/xawtv/Makefile Thu Jan 22 16:14:47 2004 +0000
+++ b/graphics/xawtv/Makefile Thu Jan 22 16:37:44 2004 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.2 2004/01/20 12:18:17 agc Exp $
+# $NetBSD: Makefile,v 1.3 2004/01/22 16:37:44 jmmv Exp $
#
DISTNAME= xawtv_3.90
PKGNAME= ${DISTNAME:S/_/-/}
+PKGREVISION= 1
CATEGORIES= graphics
MASTER_SITES= http://bytesex.org/xawtv/
@@ -21,6 +22,14 @@
LDFLAGS+= ${LIBOSSAUDIO}
+SUBST_CLASSES+= devoss
+SUBST_MESSAGE.devoss= "Fixing path to OSS audio device."
+SUBST_STAGE.devoss= pre-configure
+SUBST_FILES.devoss= console/record.c libng/devices.c x11/pia.c
+SUBST_FILES.devoss+= man/motv.1 man/record.1 man/streamer.1 man/xawtv.1
+SUBST_FILES.devoss+= man/es/streamer.1 man/es/xawtv.1 man/fr/xawtv.1
+SUBST_SED.devoss= -e 's|/dev/dsp|${DEVOSSAUDIO}|g'
+
.include "../../mk/bsd.prefs.mk"
.if defined(USE_MMX) && !empty(USE_MMX:M[Yy][Ee][Ss])
Home |
Main Index |
Thread Index |
Old Index