summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-gfx/f4l/files')
-rw-r--r--media-gfx/f4l/files/digest-f4l-0.2.13
-rw-r--r--media-gfx/f4l/files/f4l-0.2.1-gcc41.patch12
2 files changed, 15 insertions, 0 deletions
diff --git a/media-gfx/f4l/files/digest-f4l-0.2.1 b/media-gfx/f4l/files/digest-f4l-0.2.1
new file mode 100644
index 000000000..284a10dda
--- /dev/null
+++ b/media-gfx/f4l/files/digest-f4l-0.2.1
@@ -0,0 +1,3 @@
+MD5 dcc2ef251814008e753becb933afb266 f4l-0.2.1.tar.bz2 1502767
+RMD160 318a6c222466637b6f8d7fe955caacb0d1ee35f5 f4l-0.2.1.tar.bz2 1502767
+SHA256 5c1aa166afdd9d666d32eee49248eb1e702d0814e424de6468137147e2e4a668 f4l-0.2.1.tar.bz2 1502767
diff --git a/media-gfx/f4l/files/f4l-0.2.1-gcc41.patch b/media-gfx/f4l/files/f4l-0.2.1-gcc41.patch
new file mode 100644
index 000000000..898da3763
--- /dev/null
+++ b/media-gfx/f4l/files/f4l-0.2.1-gcc41.patch
@@ -0,0 +1,12 @@
+diff -ur f4l-0.2.1-orig/src/flagStonePort/transform-cxx-bsd/transform/FSDefineSound.h f4l-0.2.1/src/flagStonePort/transform-cxx-bsd/transform/FSDefineSound.h
+--- f4l-0.2.1-orig/src/flagStonePort/transform-cxx-bsd/transform/FSDefineSound.h 2005-07-03 21:26:32.000000000 +0200
++++ f4l-0.2.1/src/flagStonePort/transform-cxx-bsd/transform/FSDefineSound.h 2006-07-19 17:33:02.000000000 +0200
+@@ -137,7 +137,7 @@
+ @param bytes the sound data.
+ @param length the number of bytes in the sound data.
+ */
+- FSDefineSound::FSDefineSound(int anIdentifier, int encoding, int rate, int channels, int sampleSize, int count, byte* bytes, size_t length);
++ FSDefineSound(int anIdentifier, int encoding, int rate, int channels, int sampleSize, int count, byte* bytes, size_t length);
+
+ FSDefineSound(const FSDefineSound& rhs);
+