aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-09-13 18:46:11 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-09-13 18:46:11 +0000
commitb4535148a75c3a00cd5f97bd492cb1c140beaf2d (patch)
tree1c14d2980756261365538420b45cc8bbae44173c
parenta47e684951795942bec73a60368be9717ab2eef3 (diff)
changed paths to reflect puredata-import package name
svn path=/trunk/externals/import/; revision=14126
-rw-r--r--Makefile2
-rw-r--r--debian/patches/add_required_headers.patch4
2 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 006a12e..fa34389 100644
--- a/Makefile
+++ b/Makefile
@@ -62,7 +62,7 @@ ALLSOURCES := $(SOURCES) $(SOURCES_android) $(SOURCES_cygwin) $(SOURCES_macosx)
$(SOURCES_iphoneos) $(SOURCES_linux) $(SOURCES_windows)
DISTDIR=$(LIBRARY_NAME)-$(LIBRARY_VERSION)
-ORIGDIR=pd-$(LIBRARY_NAME:~=)_$(LIBRARY_VERSION)
+ORIGDIR=puredata-$(LIBRARY_NAME:~=)_$(LIBRARY_VERSION)
UNAME := $(shell uname -s)
ifeq ($(UNAME),Darwin)
diff --git a/debian/patches/add_required_headers.patch b/debian/patches/add_required_headers.patch
index a3356a5..515f0ea 100644
--- a/debian/patches/add_required_headers.patch
+++ b/debian/patches/add_required_headers.patch
@@ -10,7 +10,7 @@ Reviewed-By: Hans-Christoph Steiner <hans@eds.org>
Last-Update: <2010-09-13>
--- /dev/null
-+++ pd-libdir-1.9/s_stuff.h
++++ puredata-import-1.3/s_stuff.h
@@ -0,0 +1,333 @@
+/* Copyright (c) 1997-1999 Miller Puckette.
+* For information on usage and redistribution, and for a DISCLAIMER OF ALL
@@ -346,7 +346,7 @@ Last-Update: <2010-09-13>
+/* } jsarlo */
+extern t_widgetbehavior text_widgetbehavior;
--- /dev/null
-+++ pd-libdir-1.9/g_canvas.h
++++ puredata-import-1.3/g_canvas.h
@@ -0,0 +1,618 @@
+/* Copyright (c) 1997-1999 Miller Puckette.
+* For information on usage and redistribution, and for a DISCLAIMER OF ALL