eva 14/11/02 13:52:41 Modified: ChangeLog Added: gphoto2-2.5.5.ebuild Log: Version bump. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Revision Changes Path 1.157 media-gfx/gphoto2/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gphoto2/ChangeLog?rev=1.157&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gphoto2/ChangeLog?rev=1.157&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gphoto2/ChangeLog?r1=1.156&r2=1.157 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-gfx/gphoto2/ChangeLog,v retrieving revision 1.156 retrieving revision 1.157 diff -u -r1.156 -r1.157 --- ChangeLog 15 Sep 2014 08:20:44 -0000 1.156 +++ ChangeLog 2 Nov 2014 13:52:41 -0000 1.157 @@ -1,6 +1,11 @@ # ChangeLog for media-gfx/gphoto2 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gphoto2/ChangeLog,v 1.156 2014/09/15 08:20:44 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gphoto2/ChangeLog,v 1.157 2014/11/02 13:52:41 eva Exp $ + +*gphoto2-2.5.5 (02 Nov 2014) + + 02 Nov 2014; Gilles Dartiguelongue <[email protected]> +gphoto2-2.5.5.ebuild: + Version bump. 15 Sep 2014; Agostino Sarubbo <[email protected]> gphoto2-2.5.4.ebuild: Stable for sparc, wrt bug #512012 1.1 media-gfx/gphoto2/gphoto2-2.5.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gphoto2/gphoto2-2.5.5.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gphoto2/gphoto2-2.5.5.ebuild?rev=1.1&content-type=text/plain Index: gphoto2-2.5.5.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-gfx/gphoto2/gphoto2-2.5.5.ebuild,v 1.1 2014/11/02 13:52:41 eva 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.4[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 }
