diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2002-06-02 13:54:49 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2002-06-02 13:54:49 +0000 |
commit | 0b4df6adcb40fc09cc8ca535b63706fe801ab8b1 (patch) | |
tree | 4de9d5369789720450a019ae90f8139a92a530f7 /graphics | |
parent | Updated to 1.12, minor fixes (diff) |
(1) Update distinfo.
(2) Sync with xine-0.9.10.
(3) Bump PORTREVISION.
Submitted by: maintainer (1)
Notes
Notes:
svn path=/head/; revision=60462
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/xine_d4d_plugin/Makefile | 1 | ||||
-rw-r--r-- | graphics/xine_d4d_plugin/distinfo | 2 | ||||
-rw-r--r-- | graphics/xine_d4d_plugin/files/patch-src:input:input_dvd.c | 11 |
3 files changed, 13 insertions, 1 deletions
diff --git a/graphics/xine_d4d_plugin/Makefile b/graphics/xine_d4d_plugin/Makefile index 8364817cff93..cbc1ebca89f7 100644 --- a/graphics/xine_d4d_plugin/Makefile +++ b/graphics/xine_d4d_plugin/Makefile @@ -7,6 +7,7 @@ PORTNAME= xine_d4d_plugin PORTVERSION= 0.3.1 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://worldzone.net/technology/captaincss/ \ http://debianlinux.net/ diff --git a/graphics/xine_d4d_plugin/distinfo b/graphics/xine_d4d_plugin/distinfo index 4e68b689abf9..16ae196c6245 100644 --- a/graphics/xine_d4d_plugin/distinfo +++ b/graphics/xine_d4d_plugin/distinfo @@ -1 +1 @@ -MD5 (d4d031.txt) = f11a94e352743e990fce5e9a40fdc2f0 +MD5 (d4d031.txt) = 02163a4b17c31a5bf16bb68479647884 diff --git a/graphics/xine_d4d_plugin/files/patch-src:input:input_dvd.c b/graphics/xine_d4d_plugin/files/patch-src:input:input_dvd.c new file mode 100644 index 000000000000..a0312b6ee3fc --- /dev/null +++ b/graphics/xine_d4d_plugin/files/patch-src:input:input_dvd.c @@ -0,0 +1,11 @@ +--- src/input/input_dvd.c.orig Sun Jun 2 04:15:05 2002 ++++ src/input/input_dvd.c Sun Jun 2 04:15:08 2002 +@@ -1132,7 +1132,7 @@ + config_values_t *config; + int i, fd; + +- if (iface != 6) { ++ if (iface != 7) { + printf ("input_d4d: input plugin doesn't support plugin API version %d.\n", + iface); + return NULL; |