[SCM] mda-lv2/master: Drop 01-makefile.patch, now unnecessary.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Tue Mar 22 10:41:21 UTC 2011


The following commit has been merged in the master branch:
commit 8972d08726333cdfe936e292eb63fe5e3400a9d2
Author: Alessio Treglia <alessio at debian.org>
Date:   Tue Mar 22 11:38:49 2011 +0100

    Drop 01-makefile.patch, now unnecessary.

diff --git a/debian/patches/01-makefile.patch b/debian/patches/01-makefile.patch
deleted file mode 100644
index 28c8d24..0000000
--- a/debian/patches/01-makefile.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-Description: Adjust installation path.
- Fix linking order to avoid FTBFS with binutils-gold.
-Author: Alessio Treglia <alessio at debian.org>
-Forwarded: no
----
- Makefile |    7 +++++--
- 1 file changed, 5 insertions(+), 2 deletions(-)
-
---- mda-lv2.orig/Makefile
-+++ mda-lv2/Makefile
-@@ -1,3 +1,5 @@
-+#!/usr/bin/make -f
-+
- CFLAGS = -O0 -g -ansi -Wall -Wextra -Wno-unused # -pedantic -Woverloaded-virtual
- CFLAGS += -fPIC -DPIC -Ilvz -Ivstgui -I. -DURI_PREFIX=\"http://drobilla.net/plugins/mda.lv2/\"
- 
-@@ -12,7 +14,7 @@ SYSTEM_INSTALL_DIR = /Library/Audio/Plug
- else
- SHARED_LDFLAGS = -shared
- USER_INSTALL_DIR = ~/.lv2/
--SYSTEM_INSTALL_DIR = /usr/lib/lv2/
-+SYSTEM_INSTALL_DIR = $(DESTDIR)/usr/lib/lv2/
- LOCAL_INSTALL_DIR = /usr/local/lib/lv2/
- endif
- 
-@@ -103,7 +106,7 @@ uninstall:
- src/%.cpp: src/%.h lvz/audioeffectx.h
- 
- lvz/gendata: lvz/gendata.cpp lvz/audioeffectx.h
--	$(CXX) $(CFLAGS) -ldl $< -o $@
-+	$(CXX) $(CFLAGS) $< -ldl -o $@
- 
- mda.lv2/%GUI.so: src/%GUI.cpp src/%.cpp lvz/gui_wrapper.cpp vstgui/vstgui.cpp vstgui/vstgui.h vstgui/vstcontrols.cpp vstgui/vstcontrols.h
- 	if [ $(BUILD_GUI) ]; then \
diff --git a/debian/patches/series b/debian/patches/series
index ca1ca48..21369f2 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
-01-makefile.patch
 02-system_libs.patch

-- 
mda-lv2 packaging



More information about the pkg-multimedia-commits mailing list