diff options
author | ponce <matteo.bernardini@gmail.com> | 2012-08-27 17:45:28 +0200 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2012-08-27 13:07:03 -0500 |
commit | c86de10fd9579c237518c15ab875e4b6b198cf8e (patch) | |
tree | 534a70a7c78d682647678f590fe428c54661e651 | |
parent | 7ce10693eb9460e5d8ffe1d81f82153f8707777c (diff) | |
download | slackbuilds-c86de10fd9579c237518c15ab875e4b6b198cf8e.tar.gz |
graphics/hugin: Fixed dep information
-rw-r--r-- | graphics/hugin/README | 5 | ||||
-rw-r--r-- | graphics/hugin/hugin.info | 2 |
2 files changed, 1 insertions, 6 deletions
diff --git a/graphics/hugin/README b/graphics/hugin/README index cfd5a2020e..87809f1047 100644 --- a/graphics/hugin/README +++ b/graphics/hugin/README @@ -2,8 +2,3 @@ An easy to use cross-platform panoramic imaging toolchain based on Panorama Tools. With hugin you can assemble a mosaic of photographs into a complete immersive panorama, stitch any series of overlapping pictures and much more. - -This requires tclap, libpano13 and either wxPython, wxGTK, or wxX11 to build, -and exiftool as well as enblend-enfuse are required for it to run. - -This build was only tested with wxPython, so consider that when choosing. diff --git a/graphics/hugin/hugin.info b/graphics/hugin/hugin.info index d88e760678..19468f505d 100644 --- a/graphics/hugin/hugin.info +++ b/graphics/hugin/hugin.info @@ -5,6 +5,6 @@ DOWNLOAD="http://downloads.sourceforge.net/hugin/hugin-2011.4.0.tar.bz2" MD5SUM="3e4866dbbc7974972604aa18580eae0e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="enblend-enfuse exiftool libpano13 tclap wxPython wxX11" +REQUIRES="enblend-enfuse exiftool libpano13 tclap wxPython" MAINTAINER="titopoquito" EMAIL="titopoquito@gmail.com" |