summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-libs/mlt/files')
-rw-r--r--media-libs/mlt/files/mlt-0.2.3-nostrip.patch52
-rw-r--r--media-libs/mlt/files/mlt-0.3.8-as-needed.patch80
-rw-r--r--media-libs/mlt/files/mlt-0.4.2-nostrip.patch13
3 files changed, 0 insertions, 145 deletions
diff --git a/media-libs/mlt/files/mlt-0.2.3-nostrip.patch b/media-libs/mlt/files/mlt-0.2.3-nostrip.patch
deleted file mode 100644
index 67bcd41396ab..000000000000
--- a/media-libs/mlt/files/mlt-0.2.3-nostrip.patch
+++ /dev/null
@@ -1,52 +0,0 @@
-Index: mlt-0.2.3/src/albino/Makefile
-===================================================================
---- mlt-0.2.3.orig/src/albino/Makefile
-+++ mlt-0.2.3/src/albino/Makefile
-@@ -26,7 +26,7 @@ clean:
-
- install: all
- install -d "$(DESTDIR)$(bindir)"
-- install -c -s -m 755 $(TARGET) "$(DESTDIR)$(bindir)"
-+ install -c -m 755 $(TARGET) "$(DESTDIR)$(bindir)"
-
- ifneq ($(wildcard .depend),)
- include .depend
-Index: mlt-0.2.3/src/humperdink/Makefile
-===================================================================
---- mlt-0.2.3.orig/src/humperdink/Makefile
-+++ mlt-0.2.3/src/humperdink/Makefile
-@@ -28,7 +28,7 @@ clean:
-
- install: all
- install -d "$(DESTDIR)$(bindir)"
-- install -c -s -m 755 $(TARGET) "$(DESTDIR)$(bindir)"
-+ install -c -m 755 $(TARGET) "$(DESTDIR)$(bindir)"
-
- ifneq ($(wildcard .depend),)
- include .depend
-Index: mlt-0.2.3/src/inigo/Makefile
-===================================================================
---- mlt-0.2.3.orig/src/inigo/Makefile
-+++ mlt-0.2.3/src/inigo/Makefile
-@@ -27,7 +27,7 @@ clean:
-
- install: all
- install -d "$(DESTDIR)$(bindir)"
-- install -c -s -m 755 $(TARGET) "$(DESTDIR)$(bindir)"
-+ install -c -m 755 $(TARGET) "$(DESTDIR)$(bindir)"
-
- ifneq ($(wildcard .depend),)
- include .depend
-Index: mlt-0.2.3/src/miracle/Makefile
-===================================================================
---- mlt-0.2.3.orig/src/miracle/Makefile
-+++ mlt-0.2.3/src/miracle/Makefile
-@@ -54,7 +54,7 @@ clean:
-
- install: all
- install -d "$(DESTDIR)$(bindir)"
-- install -c -s -m 755 $(TARGET) "$(DESTDIR)$(bindir)"
-+ install -c -m 755 $(TARGET) "$(DESTDIR)$(bindir)"
- install -m 755 $(LIBTARGET) $(DESTDIR)$(libdir)
- ln -sf $(LIBTARGET) $(DESTDIR)$(libdir)/$(LIBNAME)
- mkdir -p "$(DESTDIR)$(prefix)/include/mlt/miracle"
diff --git a/media-libs/mlt/files/mlt-0.3.8-as-needed.patch b/media-libs/mlt/files/mlt-0.3.8-as-needed.patch
deleted file mode 100644
index 7d98dc104db1..000000000000
--- a/media-libs/mlt/files/mlt-0.3.8-as-needed.patch
+++ /dev/null
@@ -1,80 +0,0 @@
-diff -NrU5 mlt-0.3.8.orig/src/modules/core/Makefile mlt-0.3.8/src/modules/core/Makefile
---- mlt-0.3.8.orig/src/modules/core/Makefile 2009-04-22 12:56:59.000000000 +0200
-+++ mlt-0.3.8/src/modules/core/Makefile 2009-04-22 12:59:34.000000000 +0200
-@@ -31,11 +31,11 @@
-
- ASM_OBJS =
-
- CFLAGS += -I../..
-
--LDFLAGS+=-L../../framework -lmlt
-+LDFLAGS+=-L../../framework -lmlt -lm
-
- SRCS := $(OBJS:.o=.c)
-
- all: $(TARGET)
-
-diff -NrU5 mlt-0.3.8.orig/src/modules/effectv/Makefile mlt-0.3.8/src/modules/effectv/Makefile
---- mlt-0.3.8.orig/src/modules/effectv/Makefile 2009-04-22 12:56:59.000000000 +0200
-+++ mlt-0.3.8/src/modules/effectv/Makefile 2009-04-22 12:59:23.000000000 +0200
-@@ -7,11 +7,11 @@
- image.o \
- utils.o
-
- CFLAGS += -I../..
-
--LDFLAGS+=-L../../framework -lmlt
-+LDFLAGS+=-L../../framework -lmlt -lm
-
- SRCS := $(OBJS:.o=.c)
-
- all: $(TARGET)
-
-diff -NrU5 mlt-0.3.8.orig/src/modules/motion_est/Makefile mlt-0.3.8/src/modules/motion_est/Makefile
---- mlt-0.3.8.orig/src/modules/motion_est/Makefile 2009-04-22 12:56:59.000000000 +0200
-+++ mlt-0.3.8/src/modules/motion_est/Makefile 2009-04-22 12:58:45.000000000 +0200
-@@ -10,11 +10,11 @@
- filter_vismv.o \
- producer_slowmotion.o
-
- CFLAGS += -I../..
-
--LDFLAGS+=-L../../framework -lmlt
-+LDFLAGS+=-L../../framework -lmlt -lm
-
- SRCS := $(OBJS:.o=.c)
-
- all: $(TARGET)
-
-diff -NrU5 mlt-0.3.8.orig/src/modules/normalize/Makefile mlt-0.3.8/src/modules/normalize/Makefile
---- mlt-0.3.8.orig/src/modules/normalize/Makefile 2009-04-22 12:56:59.000000000 +0200
-+++ mlt-0.3.8/src/modules/normalize/Makefile 2009-04-22 12:58:00.000000000 +0200
-@@ -5,11 +5,11 @@
- OBJS = factory.o \
- filter_volume.o
-
- CFLAGS += -I../..
-
--LDFLAGS+=-L../../framework -lmlt
-+LDFLAGS+=-L../../framework -lmlt -lm
-
- SRCS := $(OBJS:.o=.c)
-
- all: $(TARGET)
-
-diff -NrU5 mlt-0.3.8.orig/src/modules/plus/Makefile mlt-0.3.8/src/modules/plus/Makefile
---- mlt-0.3.8.orig/src/modules/plus/Makefile 2009-04-22 12:56:59.000000000 +0200
-+++ mlt-0.3.8/src/modules/plus/Makefile 2009-04-22 12:57:40.000000000 +0200
-@@ -9,11 +9,11 @@
- filter_sepia.o \
- transition_affine.o
-
- CFLAGS += -I../..
-
--LDFLAGS+=-L../../framework -lmlt
-+LDFLAGS+=-L../../framework -lmlt -lm
-
- SRCS := $(OBJS:.o=.c)
-
- all: $(TARGET)
-
diff --git a/media-libs/mlt/files/mlt-0.4.2-nostrip.patch b/media-libs/mlt/files/mlt-0.4.2-nostrip.patch
deleted file mode 100644
index d7e90beab090..000000000000
--- a/media-libs/mlt/files/mlt-0.4.2-nostrip.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: mlt-0.4.2/src/melt/Makefile
-===================================================================
---- mlt-0.4.2.orig/src/melt/Makefile
-+++ mlt-0.4.2/src/melt/Makefile
-@@ -27,7 +27,7 @@ clean:
-
- install: all
- install -d "$(DESTDIR)$(bindir)"
-- install -c -s -m 755 $(TARGET) "$(DESTDIR)$(bindir)"
-+ install -c -m 755 $(TARGET) "$(DESTDIR)$(bindir)"
-
- uninstall:
- rm -f "$(DESTDIR)$(bindir)/$(TARGET)"