public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-gfx/gphoto2: gphoto2-2.5.6.ebuild ChangeLog gphoto2-2.5.4.ebuild gphoto2-2.5.3.ebuild
@ 2015-01-26 12:12 Pacho Ramos (pacho)
  0 siblings, 0 replies; only message in thread
From: Pacho Ramos (pacho) @ 2015-01-26 12:12 UTC (permalink / raw
  To: gentoo-commits

pacho       15/01/26 12:12:39

  Modified:             ChangeLog
  Added:                gphoto2-2.5.6.ebuild
  Removed:              gphoto2-2.5.4.ebuild gphoto2-2.5.3.ebuild
  Log:
  Version bump, drop old
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.165                media-gfx/gphoto2/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gphoto2/ChangeLog?rev=1.165&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gphoto2/ChangeLog?rev=1.165&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gphoto2/ChangeLog?r1=1.164&r2=1.165

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/gphoto2/ChangeLog,v
retrieving revision 1.164
retrieving revision 1.165
diff -u -r1.164 -r1.165
--- ChangeLog	2 Jan 2015 12:10:02 -0000	1.164
+++ ChangeLog	26 Jan 2015 12:12:39 -0000	1.165
@@ -1,6 +1,12 @@
 # ChangeLog for media-gfx/gphoto2
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/gphoto2/ChangeLog,v 1.164 2015/01/02 12:10:02 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gphoto2/ChangeLog,v 1.165 2015/01/26 12:12:39 pacho Exp $
+
+*gphoto2-2.5.6 (26 Jan 2015)
+
+  26 Jan 2015; Pacho Ramos <pacho@gentoo.org> +gphoto2-2.5.6.ebuild,
+  -gphoto2-2.5.3.ebuild, -gphoto2-2.5.4.ebuild:
+  Version bump, drop old
 
   02 Jan 2015; Agostino Sarubbo <ago@gentoo.org> gphoto2-2.5.5.ebuild:
   Stable for alpha, wrt bug #529964



1.1                  media-gfx/gphoto2/gphoto2-2.5.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gphoto2/gphoto2-2.5.6.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gphoto2/gphoto2-2.5.6.ebuild?rev=1.1&content-type=text/plain

Index: gphoto2-2.5.6.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/gphoto2/gphoto2-2.5.6.ebuild,v 1.1 2015/01/26 12:12:39 pacho Exp $

EAPI="5"
inherit autotools

DESCRIPTION="Free, redistributable digital camera software application"
HOMEPAGE="http://www.gphoto.org/"
SRC_URI="mirror://sourceforge/gphoto/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
IUSE="aalib exif ncurses nls readline"

# aalib -> needs libjpeg
RDEPEND="
	dev-libs/popt
	>=media-libs/libgphoto2-2.5.6[exif?]
	aalib? (
		media-libs/aalib
		virtual/jpeg:0 )
	exif? (	media-libs/libexif )
	ncurses? ( dev-libs/cdk )
	readline? ( sys-libs/readline )
"
DEPEND="${RDEPEND}
	virtual/pkgconfig
	nls? ( >=sys-devel/gettext-0.14.1 )
"

src_prepare() {
	# Leave GCC debug builds under user control
	sed -r '/(C|LD)FLAGS/ s/ -g( |")/\1/' \
		-i configure{.ac,} || die
	eautoreconf
}

src_configure() {
	CPPFLAGS="-I/usr/include/cdk" econf \
		--docdir=/usr/share/doc/${PF} \
		$(use_with aalib) \
		$(use_with aalib jpeg) \
		$(use_with exif libexif auto) \
		$(use_with ncurses cdk) \
		$(use_enable nls) \
		$(use_with readline)
}

src_install() {
	emake DESTDIR="${D}" \
		HTML_DIR="${D}"/usr/share/doc/${PF}/sgml \
		install

	dodoc ChangeLog NEWS* README AUTHORS
	rm -rf "${D}"/usr/share/doc/${PF}/sgml/gphoto2
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-01-26 12:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-26 12:12 [gentoo-commits] gentoo-x86 commit in media-gfx/gphoto2: gphoto2-2.5.6.ebuild ChangeLog gphoto2-2.5.4.ebuild gphoto2-2.5.3.ebuild Pacho Ramos (pacho)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox