Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 259196 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/media-libs/libgphoto2/libgphoto2-2.4.4.ebuild (-4 / +6 lines)
Lines 88-99 Link Here
88
	# Fix bug #216206, libusb detection
88
	# Fix bug #216206, libusb detection
89
	sed -i "s:usb_busses:usb_find_busses:g" libgphoto2_port/configure || die "libusb sed failed"
89
	sed -i "s:usb_busses:usb_find_busses:g" libgphoto2_port/configure || die "libusb sed failed"
90
90
91
	# Fix exif :)
92
	epatch ${FILESDIR}/${P}-libexif.patch
93
91
	# Fix building on alpha, bug #221853 comment #6
94
	# Fix building on alpha, bug #221853 comment #6
92
	epatch "${FILESDIR}/gphoto2-ixany.patch"
95
	epatch "${FILESDIR}/gphoto2-ixany.patch"
93
96
94
	# Fix automagic dependencies, bug #242470
97
	# Fix automagic dependencies, bug #242470
95
	epatch "${FILESDIR}/${PN}-2.4.3-automagic.patch"
98
	epatch "${FILESDIR}/${PN}-2.4.3-automagic.patch"
96
99
100
	cd "${S}"
101
	eautoreconf
97
	cd "${S}/libgphoto2_port"
102
	cd "${S}/libgphoto2_port"
98
	eautoreconf
103
	eautoreconf
99
}
104
}
Lines 115-128 Link Here
115
120
116
	local myconf
121
	local myconf
117
122
118
	use exif \
119
		&& myconf="${myconf} --with-libexif=/usr" \
120
		|| myconf="${myconf} --with-libexif=no"
121
122
	econf \
123
	econf \
123
		${myconf} \
124
		${myconf} \
124
		--disable-docs \
125
		--disable-docs \
125
		--disable-gp2ddb \
126
		--disable-gp2ddb \
127
		$(use_enable exif) \
126
		$(use_enable bonjour) \
128
		$(use_enable bonjour) \
127
		$(use_enable hal) \
129
		$(use_enable hal) \
128
		$(use_enable nls) \
130
		$(use_enable nls) \

Return to bug 259196