[SCM] pd-smlib/master: removed patches since they are included in new upstream v0.12.2 release
eighthave at users.alioth.debian.org
eighthave at users.alioth.debian.org
Tue Sep 25 16:42:32 UTC 2012
The following commit has been merged in the master branch:
commit 2806e17182b8abeeb83ae6e73d79c24760eb177f
Author: Hans-Christoph Steiner <hans at eds.org>
Date: Tue Sep 25 12:22:20 2012 -0400
removed patches since they are included in new upstream v0.12.2 release
diff --git a/debian/patches/nonlinux_fixes.patch b/debian/patches/nonlinux_fixes.patch
deleted file mode 100644
index 680cea5..0000000
--- a/debian/patches/nonlinux_fixes.patch
+++ /dev/null
@@ -1,48 +0,0 @@
-Author: IOhannes m zmölnig
-Description: upstream Makefile forgot about Hurd & kFreeBSD;
- they should be handled the same as Linux
---- pd-smlib.orig/Makefile
-+++ pd-smlib/Makefile
-@@ -41,6 +41,7 @@
- #
- #------------------------------------------------------------------------------#
-
-+
- # get library version from meta file
- LIBRARY_VERSION = $(shell sed -n 's|^\#X text [0-9][0-9]* [0-9][0-9]* VERSION \(.*\);|\1|p' $(LIBRARY_NAME)-meta.pd)
-
-@@ -121,6 +122,34 @@
- STRIP = strip --strip-unneeded -R .note -R .comment
- DISTBINDIR=$(DISTDIR)-$(OS)-$(shell uname -m)
- endif
-+ifeq ($(UNAME),GNU)
-+ # GNU/Hurd, should work like GNU/Linux for basically all externals
-+ CPU := $(shell uname -m)
-+ SOURCES += $(SOURCES_linux)
-+ EXTENSION = pd_linux
-+ OS = linux
-+ PD_PATH = /usr
-+ OPT_CFLAGS = -O6 -funroll-loops -fomit-frame-pointer
-+ ALL_CFLAGS += -fPIC
-+ ALL_LDFLAGS += -Wl,--export-dynamic -shared -fPIC
-+ ALL_LIBS += -lc
-+ STRIP = strip --strip-unneeded -R .note -R .comment
-+ DISTBINDIR=$(DISTDIR)-$(OS)-$(shell uname -m)
-+endif
-+ifeq ($(UNAME),GNU/kFreeBSD)
-+ # Debian GNU/kFreeBSD, should work like GNU/Linux for basically all externals
-+ CPU := $(shell uname -m)
-+ SOURCES += $(SOURCES_linux)
-+ EXTENSION = pd_linux
-+ OS = linux
-+ PD_PATH = /usr
-+ OPT_CFLAGS = -O6 -funroll-loops -fomit-frame-pointer
-+ ALL_CFLAGS += -fPIC
-+ ALL_LDFLAGS += -Wl,--export-dynamic -shared -fPIC
-+ ALL_LIBS += -lc
-+ STRIP = strip --strip-unneeded -R .note -R .comment
-+ DISTBINDIR=$(DISTDIR)-$(OS)-$(shell uname -m)
-+endif
- ifeq (CYGWIN,$(findstring CYGWIN,$(UNAME)))
- CPU := $(shell uname -m)
- SOURCES += $(SOURCES_cygwin)
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index a4ea679..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-nonlinux_fixes.patch
--
pd-smlib packaging
More information about the pkg-multimedia-commits
mailing list