diff options
Diffstat (limited to 'extra')
-rw-r--r-- | extra/autopano-sift-c/.footprint.i686 | 14 | ||||
-rw-r--r-- | extra/autopano-sift-c/.footprint.x86_64 | 14 | ||||
-rw-r--r-- | extra/autopano-sift-c/.md5sum.i686 | 1 | ||||
-rw-r--r-- | extra/autopano-sift-c/.md5sum.x86_64 | 1 | ||||
-rwxr-xr-x | extra/autopano-sift-c/Pkgfile | 20 |
5 files changed, 0 insertions, 50 deletions
diff --git a/extra/autopano-sift-c/.footprint.i686 b/extra/autopano-sift-c/.footprint.i686 deleted file mode 100644 index ed66825be..000000000 --- a/extra/autopano-sift-c/.footprint.i686 +++ /dev/null @@ -1,14 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/autopano --rwxr-xr-x root/root usr/bin/autopano-c-complete.sh --rwxr-xr-x root/root usr/bin/autopano-sift-c --rwxr-xr-x root/root usr/bin/generatekeys -drwxr-xr-x root/root usr/share/ -drwxr-xr-x root/root usr/share/man/ -drwxr-xr-x root/root usr/share/man/man1/ --rw-r--r-- root/root usr/share/man/man1/autopano-c-complete.1.gz --rw-r--r-- root/root usr/share/man/man1/autopano.1.gz --rw-r--r-- root/root usr/share/man/man1/generatekeys.1.gz -drwxr-xr-x root/root usr/share/man/man7/ --rw-r--r-- root/root usr/share/man/man7/autopano-sift-c.7.gz diff --git a/extra/autopano-sift-c/.footprint.x86_64 b/extra/autopano-sift-c/.footprint.x86_64 deleted file mode 100644 index ed66825be..000000000 --- a/extra/autopano-sift-c/.footprint.x86_64 +++ /dev/null @@ -1,14 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/autopano --rwxr-xr-x root/root usr/bin/autopano-c-complete.sh --rwxr-xr-x root/root usr/bin/autopano-sift-c --rwxr-xr-x root/root usr/bin/generatekeys -drwxr-xr-x root/root usr/share/ -drwxr-xr-x root/root usr/share/man/ -drwxr-xr-x root/root usr/share/man/man1/ --rw-r--r-- root/root usr/share/man/man1/autopano-c-complete.1.gz --rw-r--r-- root/root usr/share/man/man1/autopano.1.gz --rw-r--r-- root/root usr/share/man/man1/generatekeys.1.gz -drwxr-xr-x root/root usr/share/man/man7/ --rw-r--r-- root/root usr/share/man/man7/autopano-sift-c.7.gz diff --git a/extra/autopano-sift-c/.md5sum.i686 b/extra/autopano-sift-c/.md5sum.i686 deleted file mode 100644 index 8e13099ac..000000000 --- a/extra/autopano-sift-c/.md5sum.i686 +++ /dev/null @@ -1 +0,0 @@ -b9bade07e8c4f2ea383c22a082c260e0 autopano-sift-C-2.5.1.tar.gz diff --git a/extra/autopano-sift-c/.md5sum.x86_64 b/extra/autopano-sift-c/.md5sum.x86_64 deleted file mode 100644 index 8e13099ac..000000000 --- a/extra/autopano-sift-c/.md5sum.x86_64 +++ /dev/null @@ -1 +0,0 @@ -b9bade07e8c4f2ea383c22a082c260e0 autopano-sift-C-2.5.1.tar.gz diff --git a/extra/autopano-sift-c/Pkgfile b/extra/autopano-sift-c/Pkgfile deleted file mode 100755 index bc51a8c00..000000000 --- a/extra/autopano-sift-c/Pkgfile +++ /dev/null @@ -1,20 +0,0 @@ -# Description: Identify key feature points within arbitrary images -# URL: http://hugin.sourceforge.net/ -# Maintainer: NuTyX packager team -# Packager: lesibel at free dot fr -# Depends on: cmake, libxml2, libpano13 -# Run on: - -name=autopano-sift-c -version=2.5.1 -release=1 -source=( http://downloads.sourceforge.net/sourceforge/hugin/autopano-sift-C-$version.tar.gz) - -build() { - cd autopano-sift-C-$version - cmake -DCMAKE_INSTALL_PREFIX=/usr - make - make DESTDIR=$PKG install -} - - |