diff --git a/media-gfx/gphoto2/gphoto2-2.5.9.recipe b/media-gfx/gphoto2/gphoto2-2.5.11.recipe similarity index 91% rename from media-gfx/gphoto2/gphoto2-2.5.9.recipe rename to media-gfx/gphoto2/gphoto2-2.5.11.recipe index b772ccab3..867402ea9 100644 --- a/media-gfx/gphoto2/gphoto2-2.5.9.recipe +++ b/media-gfx/gphoto2/gphoto2-2.5.11.recipe @@ -8,12 +8,11 @@ developers." HOMEPAGE="http://www.gphoto.org/" COPYRIGHT="The gphoto2 team" LICENSE="GNU GPL v2" -REVISION="2" +REVISION="1" SOURCE_URI="http://sourceforge.net/projects/gphoto/files/gphoto/$portVersion/gphoto2-$portVersion.tar.gz" -CHECKSUM_SHA256="cdb0e8e3a93417eb25892c4b03e64c07e93488ce05072edb62e1b70ff3291f32" - -ARCHITECTURES="?x86 ?x86_64" +CHECKSUM_SHA256="c2b85221a1d90a416b309283695ebaecaf5de2276371fc2292d655b745ccf6db" +ARCHITECTURES="?x86 x86_64" SECONDARY_ARCHITECTURES="x86" PROVIDES=" diff --git a/media-gfx/gphoto2/gphoto2-2.5.8.recipe b/media-gfx/gphoto2/gphoto2-2.5.8.recipe deleted file mode 100644 index 1f4981124..000000000 --- a/media-gfx/gphoto2/gphoto2-2.5.8.recipe +++ /dev/null @@ -1,54 +0,0 @@ -SUMMARY="A command-line frontend to libgphoto2" -DESCRIPTION="gphoto2 is a command line client to for the libgphoto2. It allows \ -to use gPhoto software from a terminal or from a script shell to perform any \ -camera operation that can be done. This is the main user interface. - -gphoto2 also provide convenient debugging features for camera driver \ -developers." -HOMEPAGE="http://www.gphoto.org/" -COPYRIGHT="The gphoto2 team" -LICENSE="GNU GPL v2" -REVISION="1" -SOURCE_URI="http://sourceforge.net/projects/gphoto/files/gphoto/$portVersion/gphoto2-$portVersion.tar.gz" -CHECKSUM_SHA256="1950542253d42fa9898028879b04fdbf09393c095f2c0273b062e897d10790ad" - -ARCHITECTURES="?x86 ?x86_64" -SECONDARY_ARCHITECTURES="x86" - -PROVIDES=" - gphoto$secondaryArchSuffix = $portVersion - cmd:gphoto2$secondaryArchSuffix = $portVersion - " -REQUIRES=" - haiku$secondaryArchSuffix - lib:libgphoto2$secondaryArchSuffix - lib:libjpeg$secondaryArchSuffix - lib:libpopt$secondaryArchSuffix - " - -BUILD_REQUIRES=" - haiku${secondaryArchSuffix}_devel -# devel:libexif$secondaryArchSuffix - devel:libiconv$secondaryArchSuffix - devel:libgphoto2$secondaryArchSuffix - devel:libjpeg$secondaryArchSuffix - devel:libpopt$secondaryArchSuffix - " -BUILD_PREREQUIRES=" - cmd:awk - cmd:libtoolize - cmd:make - cmd:gcc$secondaryArchSuffix - cmd:pkg_config$secondaryArchSuffix - " - -BUILD() -{ - runConfigure ./configure - make $jobArgs -} - -INSTALL() -{ - make install -}