diff options
Diffstat (limited to 'graphics/autopano-sift/files')
-rw-r--r-- | graphics/autopano-sift/files/autopano.in | 13 | ||||
-rw-r--r-- | graphics/autopano-sift/files/patch-Makefile | 21 | ||||
-rw-r--r-- | graphics/autopano-sift/files/patch-bin-autopano-complete.sh | 15 | ||||
-rw-r--r-- | graphics/autopano-sift/files/patch-util-Makefile | 31 |
4 files changed, 0 insertions, 80 deletions
diff --git a/graphics/autopano-sift/files/autopano.in b/graphics/autopano-sift/files/autopano.in deleted file mode 100644 index 34ba6a83e2c5..000000000000 --- a/graphics/autopano-sift/files/autopano.in +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh -# -# wrapper script to invoke mono -# -# this same script is used for: -# autopano -# autopanog -# generatekeys-sd -# generatekeys -# showone -# showtwo - -exec mono %%DATADIR%%/`basename $0`.exe ${@+"$@"} diff --git a/graphics/autopano-sift/files/patch-Makefile b/graphics/autopano-sift/files/patch-Makefile deleted file mode 100644 index 658f2e0d9fdf..000000000000 --- a/graphics/autopano-sift/files/patch-Makefile +++ /dev/null @@ -1,21 +0,0 @@ ---- Makefile.orig Mon Oct 31 07:45:20 2005 -+++ Makefile Tue Apr 11 14:12:32 2006 -@@ -72,15 +72,15 @@ - - distclean: - rm -f libsift.dll -- make $(MAKE_OPTIONS) -C util clean -+ $(MAKE) $(MAKE_OPTIONS) -C util clean - - utils: -- make $(MAKE_OPTIONS) -C util all -+ $(MAKE) $(MAKE_OPTIONS) -C util all - - release: clean releasetempclean releasetempsetup all bin_install - # autopano-sift - svn export . /tmp/$(APSVER)/src -- make -C util/man/ -+ $(MAKE) -C util/man/ - mkdir /tmp/$(APSVER)/doc - cp util/man/*.[17] util/man/*.pdf util/man/*.txt /tmp/$(APSVER)/doc - mkdir /tmp/$(APSVER)/bin diff --git a/graphics/autopano-sift/files/patch-bin-autopano-complete.sh b/graphics/autopano-sift/files/patch-bin-autopano-complete.sh deleted file mode 100644 index 383756b3a077..000000000000 --- a/graphics/autopano-sift/files/patch-bin-autopano-complete.sh +++ /dev/null @@ -1,15 +0,0 @@ ---- bin/autopano-complete.sh.orig Sat Apr 9 05:40:12 2005 -+++ bin/autopano-complete.sh Wed Apr 12 12:14:10 2006 -@@ -7,10 +7,10 @@ - MONO=$(which mono) - - # Set this to the directory you installed autopano-sift into, for example --#AUTOPANO_PATH=/usr/local/autopano-sift/bin -+AUTOPANO_PATH=/usr/local/share/autopano-sift - # Do not use a trailing backslash. If the executeables are within your path - # (recommended, you can leave the line below). --AUTOPANO_PATH=$(dirname $(which generatekeys.exe)) -+#AUTOPANO_PATH=$(dirname $(which generatekeys.exe)) - - usage() - { diff --git a/graphics/autopano-sift/files/patch-util-Makefile b/graphics/autopano-sift/files/patch-util-Makefile deleted file mode 100644 index ad0d9b219e22..000000000000 --- a/graphics/autopano-sift/files/patch-util-Makefile +++ /dev/null @@ -1,31 +0,0 @@ ---- util/Makefile.orig Sat Jan 15 11:33:38 2005 -+++ util/Makefile Tue Apr 11 14:14:54 2006 -@@ -36,8 +36,8 @@ - #SOURCES=GUIImage.cs DrawingPrimitives.cs BasicImagingInterface.cs - - all: autopano.exe showone.exe showtwo.exe generatekeys.exe generatekeys-sd.exe -- make $(MAKE_OPTIONS) -C autopanog all -- make $(MAKE_OPTIONS) -C autopano-win32 all -+ $(MAKE) $(MAKE_OPTIONS) -C autopanog all -+ $(MAKE) $(MAKE_OPTIONS) -C autopano-win32 all - - autopano.exe: Autopano.cs DrawingPrimitives.cs BasicImagingInterface.cs GUIImage-Drawing.cs - $(CSC) $(CSCFLAGS) /out:autopano.exe Autopano.cs \ -@@ -50,7 +50,7 @@ - - generatekeys-sd.exe: - mv generatekeys.exe generatekeys-gtk.exe -- make -C . systemdrawing=yes generatekeys.exe -+ $(MAKE) -C . systemdrawing=yes generatekeys.exe - mv generatekeys.exe generatekeys-sd.exe - mv generatekeys-gtk.exe generatekeys.exe - -@@ -65,6 +65,6 @@ - - clean: - rm -f *.exe -- make $(MAKE_OPTIONS) -C autopanog/ clean -- make $(MAKE_OPTIONS) -C autopano-win32/ clean -+ $(MAKE) $(MAKE_OPTIONS) -C autopanog/ clean -+ $(MAKE) $(MAKE_OPTIONS) -C autopano-win32/ clean - |