diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-09-10 19:43:23 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-09-10 19:43:23 +0000 |
commit | 507d29b825915921c794eb370deac3f104a19705 (patch) | |
tree | e602cb014003fcd2de6981311eb1f489311d8f56 /media-plugins/mythvideo/files | |
parent | revision bump: ant moved to ant-core (diff) | |
download | gentoo-2-507d29b825915921c794eb370deac3f104a19705.tar.gz gentoo-2-507d29b825915921c794eb370deac3f104a19705.tar.bz2 gentoo-2-507d29b825915921c794eb370deac3f104a19705.zip |
Version bump
Diffstat (limited to 'media-plugins/mythvideo/files')
-rw-r--r-- | media-plugins/mythvideo/files/digest-mythvideo-0.16 | 1 | ||||
-rw-r--r-- | media-plugins/mythvideo/files/mythvideo-0.16-gcc34.patch | 10 |
2 files changed, 11 insertions, 0 deletions
diff --git a/media-plugins/mythvideo/files/digest-mythvideo-0.16 b/media-plugins/mythvideo/files/digest-mythvideo-0.16 new file mode 100644 index 000000000000..55b054e00c73 --- /dev/null +++ b/media-plugins/mythvideo/files/digest-mythvideo-0.16 @@ -0,0 +1 @@ +MD5 fab66c2defc3621bb40d7bc4dd9e0ba3 mythvideo-0.16.tar.bz2 277436 diff --git a/media-plugins/mythvideo/files/mythvideo-0.16-gcc34.patch b/media-plugins/mythvideo/files/mythvideo-0.16-gcc34.patch new file mode 100644 index 000000000000..1a6efda18170 --- /dev/null +++ b/media-plugins/mythvideo/files/mythvideo-0.16-gcc34.patch @@ -0,0 +1,10 @@ +--- mythvideo/videogallery.cpp 2004-09-10 19:34:22.146614146 +0000 ++++ mythvideo/videogallery.cpp 2004-09-10 19:34:41.502917718 +0000 +@@ -17,6 +17,7 @@ + #include <qstringlist.h> + #include <qpixmap.h> + #include <unistd.h> ++#include <math.h> + + using namespace std; + |