aboutsummaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2011-06-25 17:26:46 +0000
committerKoop Mast <kwm@FreeBSD.org>2011-06-25 17:26:46 +0000
commita261e0a8644ee224c17e1c15ccdd48198d0f6c27 (patch)
treef1689190a90eb14537740b6470ed2c76166615c6 /multimedia
parentb23ad6dac7abe04f924d4991e7c778b34cc948ec (diff)
Notes
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/v4l_compat/Makefile5
-rw-r--r--multimedia/v4l_compat/distinfo4
-rw-r--r--multimedia/v4l_compat/files/patch-videodev2.h35
-rw-r--r--multimedia/v4l_compat/pkg-plist2
4 files changed, 6 insertions, 40 deletions
diff --git a/multimedia/v4l_compat/Makefile b/multimedia/v4l_compat/Makefile
index 5152cda34ce5..a8c97de1714b 100644
--- a/multimedia/v4l_compat/Makefile
+++ b/multimedia/v4l_compat/Makefile
@@ -7,16 +7,15 @@
PORTNAME= v4l_compat
PORTVERSION= 1.0.${DUMMYDATE}
-PORTREVISION= 1
CATEGORIES= multimedia
MASTER_SITES= LOCAL/kwm
-DUMMYDATE= 20101027
+DUMMYDATE= 20110603
MAINTAINER= multimedia@FreeBSD.org
COMMENT= Video4Linux IOCTL header files
NO_BUILD= yes
-BASE_HEADERS= videodev.h videodev2.h
+BASE_HEADERS= input.h uinput.h videodev.h videodev2.h
DVB_HEADERS= audio.h ca.h dmx.h frontend.h net.h osd.h version.h video.h
do-install:
diff --git a/multimedia/v4l_compat/distinfo b/multimedia/v4l_compat/distinfo
index 24cf8f36500a..9d143fec4e52 100644
--- a/multimedia/v4l_compat/distinfo
+++ b/multimedia/v4l_compat/distinfo
@@ -1,2 +1,2 @@
-SHA256 (v4l_compat-1.0.20101027.tar.gz) = fe6237bf237e9377b297985358f476a7a476d4b1bf032891a37e39efe3cfbdc0
-SIZE (v4l_compat-1.0.20101027.tar.gz) = 40644
+SHA256 (v4l_compat-1.0.20110603.tar.gz) = eb7a81735ace6b4b5e241e3e072767f51a8882a5bcc075407b9e359fcbe72a39
+SIZE (v4l_compat-1.0.20110603.tar.gz) = 57273
diff --git a/multimedia/v4l_compat/files/patch-videodev2.h b/multimedia/v4l_compat/files/patch-videodev2.h
deleted file mode 100644
index 0fc1fa6ae0ce..000000000000
--- a/multimedia/v4l_compat/files/patch-videodev2.h
+++ /dev/null
@@ -1,35 +0,0 @@
---- videodev2.h.orig 2011-01-07 14:10:29.000000000 +0100
-+++ videodev2.h 2011-01-07 14:11:23.000000000 +0100
-@@ -62,16 +62,32 @@
-
- #ifndef HAVE_LINUX_INTEGER_TYPES
- /* XXX remove when depending software has been updated */
-+#ifndef __u64
- typedef uint64_t __u64;
-+#endif
-+#ifndef __u32
- typedef uint32_t __u32;
-+#endif
-+#ifndef __u16
- typedef uint16_t __u16;
-+#endif
-+#ifndef __u8
- typedef uint8_t __u8;
-+#endif
-
-+#ifndef __s64
- typedef int64_t __s64;
-+#endif
-+#ifndef __s32
- typedef int32_t __s32;
-+#endif
-+#ifndef __s16
- typedef int16_t __s16;
-+#endif
-+#ifndef __s8
- typedef int8_t __s8;
- #endif
-+#endif
-
- /*
- * Common stuff for both V4L1 and V4L2
diff --git a/multimedia/v4l_compat/pkg-plist b/multimedia/v4l_compat/pkg-plist
index e1e7f1f0bf03..992d4889d013 100644
--- a/multimedia/v4l_compat/pkg-plist
+++ b/multimedia/v4l_compat/pkg-plist
@@ -1,3 +1,5 @@
+include/linux/input.h
+include/linux/uinput.h
include/linux/videodev.h
include/linux/videodev2.h
include/linux/dvb/audio.h