summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schlemmer <azarah@gentoo.org>2002-11-20 16:04:51 +0000
committerMartin Schlemmer <azarah@gentoo.org>2002-11-20 16:04:51 +0000
commit519292cdb1d0f588faca688c6cf626fc694e5c75 (patch)
tree3188f414803955a376164e6e84f9b1cee561b7ee /media-plugins/xine-d5d/files
parentmove xine plugins (diff)
downloadhistorical-519292cdb1d0f588faca688c6cf626fc694e5c75.tar.gz
historical-519292cdb1d0f588faca688c6cf626fc694e5c75.tar.bz2
historical-519292cdb1d0f588faca688c6cf626fc694e5c75.zip
move xine plugins
Diffstat (limited to 'media-plugins/xine-d5d/files')
-rw-r--r--media-plugins/xine-d5d/files/digest-xine-d5d-0.2.71
-rw-r--r--media-plugins/xine-d5d/files/digest-xine-d5d-0.2.7-r11
-rw-r--r--media-plugins/xine-d5d/files/xine-d5d-0.2.7-r1-gentoo.diff14
3 files changed, 16 insertions, 0 deletions
diff --git a/media-plugins/xine-d5d/files/digest-xine-d5d-0.2.7 b/media-plugins/xine-d5d/files/digest-xine-d5d-0.2.7
new file mode 100644
index 000000000000..815f66836221
--- /dev/null
+++ b/media-plugins/xine-d5d/files/digest-xine-d5d-0.2.7
@@ -0,0 +1 @@
+MD5 73b7c4c1b3068c272d977495defd0aec d5d027.txt 391270
diff --git a/media-plugins/xine-d5d/files/digest-xine-d5d-0.2.7-r1 b/media-plugins/xine-d5d/files/digest-xine-d5d-0.2.7-r1
new file mode 100644
index 000000000000..815f66836221
--- /dev/null
+++ b/media-plugins/xine-d5d/files/digest-xine-d5d-0.2.7-r1
@@ -0,0 +1 @@
+MD5 73b7c4c1b3068c272d977495defd0aec d5d027.txt 391270
diff --git a/media-plugins/xine-d5d/files/xine-d5d-0.2.7-r1-gentoo.diff b/media-plugins/xine-d5d/files/xine-d5d-0.2.7-r1-gentoo.diff
new file mode 100644
index 000000000000..a2293c42f8d9
--- /dev/null
+++ b/media-plugins/xine-d5d/files/xine-d5d-0.2.7-r1-gentoo.diff
@@ -0,0 +1,14 @@
+diff -urN xine-d5d-0.2.7.orig/src/input_dvd.c xine-d5d-0.2.7/src/input_dvd.c
+--- xine-d5d-0.2.7.orig/src/input_dvd.c Fri Sep 20 00:50:43 2002
++++ xine-d5d-0.2.7/src/input_dvd.c Fri Sep 20 00:52:34 2002
+@@ -1050,7 +1050,8 @@
+ dvdnav_input_plugin_t *this;
+ config_values_t *config = xine->config;
+
+- if (iface != 7) {
++/* Josh McKinney 20 Sept 2002 - added api ver 8 to support xine 0.9.13 */
++ if (iface != 7 && iface != 8) {
+ printf("d5d input plugin doesn't support plugin API version %d.\n"
+ "PLUGIN DISABLED.\n"
+ "This means there's a version mismatch between xine and this input"
+