From b4535148a75c3a00cd5f97bd492cb1c140beaf2d Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 13 Sep 2010 18:46:11 +0000 Subject: changed paths to reflect puredata-import package name svn path=/trunk/externals/import/; revision=14126 --- Makefile | 2 +- debian/patches/add_required_headers.patch | 4 ++-- 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 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 -- cgit v1.2.1