View | Details | Raw Unified | Return to bug 34598
Collapse All | Expand All

(-)/usr/ports/graphics/xawtv/Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=       xawtv
8
PORTNAME=       xawtv
9
PORTVERSION=	3.68
9
PORTVERSION=	3.69
10
CATEGORIES=     graphics
10
CATEGORIES=     graphics
11
MASTER_SITES=   http://bytesex.org/xawtv/
11
MASTER_SITES=   http://bytesex.org/xawtv/
12
DISTNAME=	${PORTNAME}_${PORTVERSION}
12
DISTNAME=	${PORTNAME}_${PORTVERSION}
(-)/usr/ports/graphics/xawtv/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (xawtv_3.68.tar.gz) = c4cd6ad8d8c1bc45a4f994671954f23d
1
MD5 (xawtv_3.69.tar.gz) = 05b5e9bbee276ff8e2ba7a200f8db449
(-)/usr/ports/graphics/xawtv/files/patch-src::xt.c (-17 lines)
Lines 1-17 Link Here
1
--- src/xt.c.orig	Mon Sep 17 00:39:58 2001
2
+++ src/xt.c	Mon Sep 17 00:40:07 2001
3
@@ -27,6 +27,13 @@
4
 # include <linux/videodev.h>
5
 #endif
6
 
7
+#if defined(__FreeBSD__)
8
+#define VIDEO_SOUND_MONO        1
9
+#define VIDEO_SOUND_STEREO      2
10
+#define VIDEO_SOUND_LANG1       4
11
+#define VIDEO_SOUND_LANG2       8
12
+#endif
13
+
14
 #include "config.h"
15
 
16
 #include <X11/Xlib.h>
17
(-)/usr/ports/graphics/xawtv/pkg-plist (-1 / +1 lines)
Lines 16-23 Link Here
16
bin/xawtv-remote
16
bin/xawtv-remote
17
lib/xawtv/conv-mjpeg.so
17
lib/xawtv/conv-mjpeg.so
18
lib/xawtv/drv0-bsd.so
18
lib/xawtv/drv0-bsd.so
19
lib/xawtv/flt-gamma.so
19
lib/xawtv/flt-invert.so
20
lib/xawtv/flt-invert.so
20
lib/xawtv/flt-nop.so
21
lib/xawtv/snd-oss.so
21
lib/xawtv/snd-oss.so
22
lib/xawtv/write-avi.so
22
lib/xawtv/write-avi.so
23
@dirrm lib/xawtv
23
@dirrm lib/xawtv

Return to bug 34598