summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Schwarzott <zzam@gentoo.org>2007-01-08 13:49:06 +0000
committerMatthias Schwarzott <zzam@gentoo.org>2007-01-08 13:49:06 +0000
commit0b09248ae42c4ba268d75643592ab6184f7ec6a7 (patch)
treee031f617c61e4787794491cffb998fe8ad2e1c70 /media-video/sampeg3/files
parentStable for HPPA (bug #160463). (diff)
downloadgentoo-2-0b09248ae42c4ba268d75643592ab6184f7ec6a7.tar.gz
gentoo-2-0b09248ae42c4ba268d75643592ab6184f7ec6a7.tar.bz2
gentoo-2-0b09248ae42c4ba268d75643592ab6184f7ec6a7.zip
Finally removed as unfixable since ages.
Diffstat (limited to 'media-video/sampeg3/files')
-rw-r--r--media-video/sampeg3/files/digest-sampeg3-0.0.33
-rw-r--r--media-video/sampeg3/files/sampeg3-0.0.3-gcc4.patch27
2 files changed, 0 insertions, 30 deletions
diff --git a/media-video/sampeg3/files/digest-sampeg3-0.0.3 b/media-video/sampeg3/files/digest-sampeg3-0.0.3
deleted file mode 100644
index baeee989d320..000000000000
--- a/media-video/sampeg3/files/digest-sampeg3-0.0.3
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 25d9bad14ed37ed2e8b9a8dfa5dbea5f sampeg3-0.0.3.tar.gz 405965
-RMD160 df786fb3d0e719f9169a694be978b4cb35a50316 sampeg3-0.0.3.tar.gz 405965
-SHA256 479d457976fcc8a96f646253220ebef921b2d438eebe4fd43573212590471a6f sampeg3-0.0.3.tar.gz 405965
diff --git a/media-video/sampeg3/files/sampeg3-0.0.3-gcc4.patch b/media-video/sampeg3/files/sampeg3-0.0.3-gcc4.patch
deleted file mode 100644
index 4484c9816ead..000000000000
--- a/media-video/sampeg3/files/sampeg3-0.0.3-gcc4.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-Index: sampeg3-0.0.3/src/coding/dct/idctblk_fp_aan.hh
-===================================================================
---- sampeg3-0.0.3.orig/src/coding/dct/idctblk_fp_aan.hh
-+++ sampeg3-0.0.3/src/coding/dct/idctblk_fp_aan.hh
-@@ -50,6 +50,9 @@
-
- #include "coding/dct/dctblk.hh"
-
-+#ifndef PI
-+#define PI M_PI
-+#endif
-
- template <class OutputType,int Low,int High> class IDCTBlk_AccurateFP
- : public IDCTBlk<OutputType,Low,High>
-Index: sampeg3-0.0.3/src/test/rdcurves.cc
-===================================================================
---- sampeg3-0.0.3.orig/src/test/rdcurves.cc
-+++ sampeg3-0.0.3/src/test/rdcurves.cc
-@@ -86,7 +86,7 @@ private:
- static const int left = 3*28;
- static const int top = 26*28;
- static const double width=16*28;
-- static const double height = width*3/4;
-+ static const double height = (16*28)*3/4;
- };
-
-