mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-29 11:38:52 +02:00
gphoto2: bump to 2.5.17, add debuginfo, add libexif. (#2458)
This commit is contained in:
@@ -9,8 +9,8 @@ HOMEPAGE="http://www.gphoto.org/"
|
|||||||
COPYRIGHT="The gphoto2 team"
|
COPYRIGHT="The gphoto2 team"
|
||||||
LICENSE="GNU GPL v2"
|
LICENSE="GNU GPL v2"
|
||||||
REVISION="1"
|
REVISION="1"
|
||||||
SOURCE_URI="https://downloads.sourceforge.net/gphoto/gphoto2-$portVersion.tar.gz"
|
SOURCE_URI="https://downloads.sourceforge.net/gphoto/gphoto2-$portVersion.tar.bz2"
|
||||||
CHECKSUM_SHA256="74ff7bccd638e35a61ec4f6dda40897134b2462fa156778fa71c0683afd1336d"
|
CHECKSUM_SHA256="aa571039240c68a053be710ca41645aed0239fa2f0b737b8ec767fef29e3544f"
|
||||||
|
|
||||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||||
SECONDARY_ARCHITECTURES="x86"
|
SECONDARY_ARCHITECTURES="x86"
|
||||||
@@ -21,6 +21,7 @@ PROVIDES="
|
|||||||
"
|
"
|
||||||
REQUIRES="
|
REQUIRES="
|
||||||
haiku$secondaryArchSuffix
|
haiku$secondaryArchSuffix
|
||||||
|
lib:libexif$secondaryArchSuffix
|
||||||
lib:libgphoto2$secondaryArchSuffix
|
lib:libgphoto2$secondaryArchSuffix
|
||||||
lib:libjpeg$secondaryArchSuffix
|
lib:libjpeg$secondaryArchSuffix
|
||||||
lib:libpopt$secondaryArchSuffix
|
lib:libpopt$secondaryArchSuffix
|
||||||
@@ -28,7 +29,7 @@ REQUIRES="
|
|||||||
|
|
||||||
BUILD_REQUIRES="
|
BUILD_REQUIRES="
|
||||||
haiku${secondaryArchSuffix}_devel
|
haiku${secondaryArchSuffix}_devel
|
||||||
# devel:libexif$secondaryArchSuffix
|
devel:libexif$secondaryArchSuffix
|
||||||
devel:libiconv$secondaryArchSuffix
|
devel:libiconv$secondaryArchSuffix
|
||||||
devel:libgphoto2$secondaryArchSuffix
|
devel:libgphoto2$secondaryArchSuffix
|
||||||
devel:libjpeg$secondaryArchSuffix
|
devel:libjpeg$secondaryArchSuffix
|
||||||
@@ -42,6 +43,9 @@ BUILD_PREREQUIRES="
|
|||||||
cmd:pkg_config$secondaryArchSuffix
|
cmd:pkg_config$secondaryArchSuffix
|
||||||
"
|
"
|
||||||
|
|
||||||
|
defineDebugInfoPackage gphoto2$secondaryArchSuffix \
|
||||||
|
"$binDir"/gphoto2
|
||||||
|
|
||||||
BUILD()
|
BUILD()
|
||||||
{
|
{
|
||||||
runConfigure ./configure
|
runConfigure ./configure
|
||||||
Reference in New Issue
Block a user