mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 13:38:52 +02:00
PhotoGrabber, update recipe after fix in the source (#1934)
This commit is contained in:
committed by
humdinger
parent
3522aa04e1
commit
3a2a001b1f
@@ -1,19 +0,0 @@
|
|||||||
From cc394a2ab9628aa84db7f4aa579c7d0dafe95c9f Mon Sep 17 00:00:00 2001
|
|
||||||
From: begasus <begasus@gmail.com>
|
|
||||||
Date: Wed, 20 Dec 2017 22:26:01 +0100
|
|
||||||
Subject: fix path for makefile-engine
|
|
||||||
|
|
||||||
|
|
||||||
diff --git a/plugins/bdcpPTP/Makefile b/plugins/bdcpPTP/Makefile
|
|
||||||
index b285549..7673980 100644
|
|
||||||
--- a/plugins/bdcpPTP/Makefile
|
|
||||||
+++ b/plugins/bdcpPTP/Makefile
|
|
||||||
@@ -47,4 +47,4 @@ APP_MENU=
|
|
||||||
|
|
||||||
|
|
||||||
## include the makefile-engine
|
|
||||||
-include $(BUILDHOME)/etc/makefile-engine
|
|
||||||
+include $(shell finddir B_SYSTEM_DEVELOP_DIRECTORY)/etc/makefile-engine
|
|
||||||
--
|
|
||||||
2.15.0
|
|
||||||
|
|
||||||
@@ -7,15 +7,15 @@ just copy it into the 'plugins' folder and PhotoGrabber will detect \
|
|||||||
and use it.
|
and use it.
|
||||||
|
|
||||||
At this moment PhotoGrabber only supports PTP (Picture Transfer Protocol) \
|
At this moment PhotoGrabber only supports PTP (Picture Transfer Protocol) \
|
||||||
cameras. In the future Mass Storage and Bluethooth support may be added."
|
cameras. In the future Mass Storage and Bluetooth support may be added."
|
||||||
HOMEPAGE="https://github.com/HaikuArchives/PhotoGrabber"
|
HOMEPAGE="https://github.com/HaikuArchives/PhotoGrabber"
|
||||||
COPYRIGHT="2010 Jan-Rixt Van Hoye (Jixt)"
|
COPYRIGHT="2010 Jan-Rixt Van Hoye (Jixt)"
|
||||||
LICENSE="MIT"
|
LICENSE="MIT"
|
||||||
REVISION="1"
|
REVISION="1"
|
||||||
SOURCE_URI="https://github.com/HaikuArchives/PhotoGrabber/archive/$portVersion.tar.gz"
|
COMMIT=f4a061cb61e188f59a80b1080ccc7da3ea55b352
|
||||||
CHECKSUM_SHA256="9d83e857b2b1d0424e6e71f8989cb802ab11d26b4feb5d539a10cb9d3a69754a"
|
SOURCE_URI="https://github.com/HaikuArchives/PhotoGrabber/archive/$COMMIT.tar.gz"
|
||||||
SOURCE_DIR="PhotoGrabber-$portVersion"
|
CHECKSUM_SHA256="296fb46be1a0d580fe47156ee5328d1b1103e5e7a73d216ca006a438c47b8fec"
|
||||||
PATCHES="photograbber-$portVersion.patchset"
|
SOURCE_DIR="PhotoGrabber-$COMMIT"
|
||||||
|
|
||||||
ARCHITECTURES="x86_gcc2 ?x86_64"
|
ARCHITECTURES="x86_gcc2 ?x86_64"
|
||||||
|
|
||||||
Reference in New Issue
Block a user