media-gfx/gphotofs - 1.0 (gentoo)

Search

Package Information

Description:
FUSE file system for interfacing with digital cameras using gphoto2
Homepage:
http://www.gphoto.org/
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
1.0 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit autotools

DESCRIPTION="FUSE file system for interfacing with digital cameras using gphoto2"
HOMEPAGE="http://www.gphoto.org/"
SRC_URI="https://github.com/gphoto/gphotofs/releases/download/v${PV}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"

PATCHES=(
	"${FILESDIR}"/"${P}"-fuse-prototype.patch
	"${FILESDIR}"/"${P}"-largefile.patch
)

RDEPEND="
	dev-libs/glib:2
	media-libs/libgphoto2:=
	sys-fs/fuse:3="
DEPEND="${RDEPEND}"
BDEPEND="
	sys-devel/gettext
	virtual/pkgconfig"

src_prepare() {
	default
	eautoreconf
}

Dependencies

DEPEND

	dev-libs/glib:2
	media-libs/libgphoto2:=
	sys-fs/fuse:3=

RDEPEND

	dev-libs/glib:2
	media-libs/libgphoto2:=
	sys-fs/fuse:3=

BDEPEND

	sys-devel/gettext
	virtual/pkgconfig

Manifest for 1.0

Type File Size Source URLs
DIST gphotofs-1.0.tar.gz 410080 bytes https://github.com/gphoto/gphotofs/releases/download/v1.0/gphotofs-1.0.tar.gz