diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2005-12-30 05:03:53 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2005-12-30 05:03:53 +0000 |
commit | cae7cb64c4f207de91bd8ffc97b0057b04799cb4 (patch) | |
tree | 804b0f5f2bfe15c457b257c0cadd323fe01e8e0c /media-tv/ivtv/files | |
parent | digest fix - bug #117123 - thanks je_fro (diff) | |
download | gentoo-2-cae7cb64c4f207de91bd8ffc97b0057b04799cb4.tar.gz gentoo-2-cae7cb64c4f207de91bd8ffc97b0057b04799cb4.tar.bz2 gentoo-2-cae7cb64c4f207de91bd8ffc97b0057b04799cb4.zip |
Add patch to handle possible MAXDEV issue. Mark version stable since 0.2.0 sources aren't available and no longer work with current kernels.
(Portage version: 2.1_pre2)
Diffstat (limited to 'media-tv/ivtv/files')
-rw-r--r-- | media-tv/ivtv/files/digest-ivtv-0.2.0_rc3-r5 | 2 | ||||
-rw-r--r-- | media-tv/ivtv/files/digest-ivtv-0.4.0-r3 (renamed from media-tv/ivtv/files/digest-ivtv-0.4.0-r2) | 0 | ||||
-rw-r--r-- | media-tv/ivtv/files/ivtv-0.4.0-maxdev.patch | 11 |
3 files changed, 11 insertions, 2 deletions
diff --git a/media-tv/ivtv/files/digest-ivtv-0.2.0_rc3-r5 b/media-tv/ivtv/files/digest-ivtv-0.2.0_rc3-r5 deleted file mode 100644 index 4696a085ef15..000000000000 --- a/media-tv/ivtv/files/digest-ivtv-0.2.0_rc3-r5 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 392fc959ca8c4f76919c617c169e0672 ivtv-0.2.0-rc3k.tgz 600006 -MD5 173c5ce2c0f16da42a5316ef7cee6834 pvr_1.18.21.22168_inf.zip 676578 diff --git a/media-tv/ivtv/files/digest-ivtv-0.4.0-r2 b/media-tv/ivtv/files/digest-ivtv-0.4.0-r3 index ab9f88ff72fa..ab9f88ff72fa 100644 --- a/media-tv/ivtv/files/digest-ivtv-0.4.0-r2 +++ b/media-tv/ivtv/files/digest-ivtv-0.4.0-r3 diff --git a/media-tv/ivtv/files/ivtv-0.4.0-maxdev.patch b/media-tv/ivtv/files/ivtv-0.4.0-maxdev.patch new file mode 100644 index 000000000000..7e51a7dcf51a --- /dev/null +++ b/media-tv/ivtv/files/ivtv-0.4.0-maxdev.patch @@ -0,0 +1,11 @@ +--- utils/ivtv-detect.c 2005-12-03 19:25:43.000000000 +0100 ++++ utils/ivtv-detect.c.new 2005-12-03 19:25:12.000000000 +0100 +@@ -32,7 +32,7 @@ + + // device -1 is a special code for the device names without a number + #define MINDEV -1 +-#define MAXDEV 15 ++#define MAXDEV 63 + + struct stream_info { + char name[100]; |