diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2008-11-17 22:51:10 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2008-11-17 22:51:10 +0000 |
commit | f668e8697abdf76dc4cd436fa49b78ec7bb1fa13 (patch) | |
tree | 659aef05fd1b6ea7fefd04ee4ffef7a06ad45f50 /media-tv/mythtv/files | |
parent | Fix patch with absolute paths. (diff) | |
download | gentoo-2-f668e8697abdf76dc4cd436fa49b78ec7bb1fa13.tar.gz gentoo-2-f668e8697abdf76dc4cd436fa49b78ec7bb1fa13.tar.bz2 gentoo-2-f668e8697abdf76dc4cd436fa49b78ec7bb1fa13.zip |
fix DOS line endings in patch so that it works with the stable version of patch. git-ify the file name to patch
(Portage version: 2.2_rc14/cvs/Linux 2.6.27-gentoo-r2 x86_64)
Diffstat (limited to 'media-tv/mythtv/files')
-rw-r--r-- | media-tv/mythtv/files/mythtv-0.21-bttv.patch | 4 | ||||
-rw-r--r-- | media-tv/mythtv/files/mythtv-0.21-mythflix-naming-collision.patch | 22 |
2 files changed, 13 insertions, 13 deletions
diff --git a/media-tv/mythtv/files/mythtv-0.21-bttv.patch b/media-tv/mythtv/files/mythtv-0.21-bttv.patch index 1b1b711b1a1e..d1f418dab361 100644 --- a/media-tv/mythtv/files/mythtv-0.21-bttv.patch +++ b/media-tv/mythtv/files/mythtv-0.21-bttv.patch @@ -1,7 +1,7 @@ Index: libs/libmythtv/NuppelVideoRecorder.cpp =================================================================== ---- libs/libmythtv/NuppelVideoRecorder.cpp (revision 18814) -+++ libs/libmythtv/NuppelVideoRecorder.cpp (working copy) +--- a/mythtv/libs/libmythtv/NuppelVideoRecorder.cpp (revision 18814) ++++ b/mythtv/libs/libmythtv/NuppelVideoRecorder.cpp (working copy) @@ -981,7 +981,7 @@ correct_bttv = true; diff --git a/media-tv/mythtv/files/mythtv-0.21-mythflix-naming-collision.patch b/media-tv/mythtv/files/mythtv-0.21-mythflix-naming-collision.patch index 49fa98fae5bc..582fbe48cb03 100644 --- a/media-tv/mythtv/files/mythtv-0.21-mythflix-naming-collision.patch +++ b/media-tv/mythtv/files/mythtv-0.21-mythflix-naming-collision.patch @@ -1,11 +1,11 @@ -Index: themes/default-wide/netflix-ui.xml
-===================================================================
---- themes/default-wide/netflix-ui.xml (revision 14295)
-+++ themes/default-wide/netflix-ui.xml (revision 19046)
-@@ -267,5 +267,5 @@
-
- <image name="background" draworder="0" fleximage="no">
-- <filename>news-info-bg.png</filename>
-+ <filename>mythflix_background.png</filename>
- <position>0,0</position>
- </image>
+Index: themes/default-wide/netflix-ui.xml +=================================================================== +--- a/mythtv/themes/default-wide/netflix-ui.xml (revision 14295) ++++ b/mythtv/themes/default-wide/netflix-ui.xml (revision 19046) +@@ -267,5 +267,5 @@ + + <image name="background" draworder="0" fleximage="no"> +- <filename>news-info-bg.png</filename> ++ <filename>mythflix_background.png</filename> + <position>0,0</position> + </image> |