]> git.pld-linux.org Git - packages/moc.git/commitdiff
- outdated
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 7 Jan 2009 20:22:07 +0000 (20:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    layout-1-is-malformed-fix.patch -> 1.2
    moc-ffmpeg.patch -> 1.2
    moc-libtool.patch -> 1.2

layout-1-is-malformed-fix.patch [deleted file]
moc-ffmpeg.patch [deleted file]
moc-libtool.patch [deleted file]

diff --git a/layout-1-is-malformed-fix.patch b/layout-1-is-malformed-fix.patch
deleted file mode 100644 (file)
index 3818e12..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: interface_elements.c
-===================================================================
---- interface_elements.c       (revision 2091)
-+++ interface_elements.c       (revision 2092)
-@@ -736,7 +736,7 @@
-               const int max)
- {
-       long v;
--      const char *e;
-+      const char *e = fmt;
-       if (!strncasecmp(fmt, "FILL", sizeof("FILL") - 1)) {
-               *val = LAYOUT_SIZE_FILL;
diff --git a/moc-ffmpeg.patch b/moc-ffmpeg.patch
deleted file mode 100644 (file)
index 805cc81..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- moc-2.4.3/decoder_plugins/ffmpeg/ffmpeg.c.orig     2008-10-13 00:00:40.792474789 +0200
-+++ moc-2.4.3/decoder_plugins/ffmpeg/ffmpeg.c  2008-10-13 00:01:03.290928519 +0200
-@@ -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. */
diff --git a/moc-libtool.patch b/moc-libtool.patch
deleted file mode 100644 (file)
index d58ffa8..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
---- moc-2.4.3/Makefile.am.orig 2008-10-13 01:05:07.026757308 +0200
-+++ moc-2.4.3/Makefile.am      2008-10-13 01:09:16.009645282 +0200
-@@ -40,8 +40,6 @@
-              themes.h \
-              keys.c \
-              keys.h \
--             ltdl.c \
--             ltdl.h \
-              io.c \
-              io.h \
-              compat.c \
-@@ -70,7 +68,7 @@
- man_MANS = mocp.1
- mocp_LDADD = @EXTRA_OBJS@
- mocp_DEPENDENCIES = @EXTRA_OBJS@
--mocp_LDFLAGS = @EXTRA_LIBS@
-+mocp_LDFLAGS = @EXTRA_LIBS@ -lltdl
- EXTRA_DIST = config.example mocp.1 THANKS keymap.example Doxyfile \
-            doxy_pages/decoder_api.doxy doxy_pages/main_page.doxy \
-            doxy_pages/sound_output_driver_api.doxy moc.spec.in \
This page took 0.082971 seconds and 4 git commands to generate.