summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Sherwood2009-02-24 14:34:30 -0600
committerArwed von Merkatz2009-03-06 18:25:59 +0100
commit6b3815480511936f6370922f42e45b094b6746e5 (patch)
treedd5d9fe74ce976b4f28b2df38a2821ba498307da
parentd75d7ba5754045187ba36bb36768ae61d881b756 (diff)
moc: Removed patch incorporated upstream. Appears they changed the
source and didn't version bump. No integrity failure since we are using their key and sig. Bug 15087. (cherry picked from commit 4a5ee4638e3e4b5dc8a32edacdc617b8a574d0d1)
-rw-r--r--audio-players/moc/HISTORY4
-rwxr-xr-xaudio-players/moc/PRE_BUILD2
-rw-r--r--audio-players/moc/ffmpeg.patch23
3 files changed, 4 insertions, 25 deletions
diff --git a/audio-players/moc/HISTORY b/audio-players/moc/HISTORY
index 6158385423..6a1139d00e 100644
--- a/audio-players/moc/HISTORY
+++ b/audio-players/moc/HISTORY
@@ -1,3 +1,7 @@
+2009-02-24 George Sherwood <gsherwood@sourcemage.org>
+ * PRE_BUILD: Removed. Bug #15087
+ * ffmpeg.patch: Removed. Fixed upstream without version bump.
+
2009-01-07 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
* ffmpeg.patch: fix the include path #14349 (by Javier)
* DEPENDS: changed ffmpeg-svn to LIBAVCODEC
diff --git a/audio-players/moc/PRE_BUILD b/audio-players/moc/PRE_BUILD
deleted file mode 100755
index ed8a1e0ceb..0000000000
--- a/audio-players/moc/PRE_BUILD
+++ /dev/null
@@ -1,2 +0,0 @@
-default_pre_build &&
-patch -p1 -d $SOURCE_DIRECTORY < $SPELL_DIRECTORY/ffmpeg.patch
diff --git a/audio-players/moc/ffmpeg.patch b/audio-players/moc/ffmpeg.patch
deleted file mode 100644
index 1226e4bd99..0000000000
--- a/audio-players/moc/ffmpeg.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-diff -Naur moc-2.4.3.orig/configure moc-2.4.3/configure
---- moc-2.4.3.orig/configure 2008-03-12 20:01:40.000000000 -0600
-+++ moc-2.4.3/configure 2008-03-12 20:42:11.000000000 -0600
-@@ -29013,6 +29013,7 @@
- fi
-
-
-+ libavformat_CFLAGS='-I/usr/include/ffmpeg'
- if test "x$FFMPEG_CONFIG" = "xyes"
- then
- libavformat_CFLAGAS=`ffmpeg-config --cflags`
-diff -Naur moc-2.4.3.orig/decoder_plugins/ffmpeg/ffmpeg.c moc-2.4.3/decoder_plugins/ffmpeg/ffmpeg.c
---- moc-2.4.3.orig/decoder_plugins/ffmpeg/ffmpeg.c 2008-03-12 20:01:40.000000000 -0600
-+++ moc-2.4.3/decoder_plugins/ffmpeg/ffmpeg.c 2008-03-12 20:10:43.000000000 -0600
-@@ -22,7 +22,7 @@
- #ifdef HAVE_INTTYPES_H
- # include <inttypes.h>
- #endif
--#include <ffmpeg/avformat.h>
-+#include <libavformat/avformat.h>
-
- /* FFmpeg also likes common names, without that, our common.h and log.h would
- * not be included. */