yngwin 14/12/15 13:44:50 Modified: ChangeLog Added: photoqt-1.0.ebuild Log: Add version bump to last Qt4-based version (bug #514622) (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0x0F9C590B7FF324F6!)
Revision Changes Path 1.2 media-gfx/photoqt/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/photoqt/ChangeLog?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/photoqt/ChangeLog?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/photoqt/ChangeLog?r1=1.1&r2=1.2 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-gfx/photoqt/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLog 15 Dec 2014 13:02:21 -0000 1.1 +++ ChangeLog 15 Dec 2014 13:44:50 -0000 1.2 @@ -1,6 +1,11 @@ # ChangeLog for media-gfx/photoqt # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/photoqt/ChangeLog,v 1.1 2014/12/15 13:02:21 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/photoqt/ChangeLog,v 1.2 2014/12/15 13:44:50 yngwin Exp $ + +*photoqt-1.0 (15 Dec 2014) + + 15 Dec 2014; Ben de Groot <[email protected]> +photoqt-1.0.ebuild: + Add version bump to last Qt4-based version (bug #514622) *photo-0.8-r1 (19 Aug 2014) 1.1 media-gfx/photoqt/photoqt-1.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/photoqt/photoqt-1.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/photoqt/photoqt-1.0.ebuild?rev=1.1&content-type=text/plain Index: photoqt-1.0.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-gfx/photoqt/photoqt-1.0.ebuild,v 1.1 2014/12/15 13:44:50 yngwin Exp $ EAPI=5 inherit cmake-utils DESCRIPTION="Simple but powerful Qt-based image viewer" HOMEPAGE="http://photoqt.org/" SRC_URI="http://photoqt.org/oldRel/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64" IUSE="exiv2 graphicsmagick" # phonon" DEPEND="dev-qt/qtcore:4 dev-qt/qtgui:4 dev-qt/qtsql:4 exiv2? ( media-gfx/exiv2:= ) graphicsmagick? ( media-gfx/graphicsmagick:= )" # phonon? ( || ( media-libs/phonon dev-qt/qtphonon ) )" # fails to compile RDEPEND="${DEPEND}" src_prepare() { # make desktop file validate; needs more work echo ';' >> "${S}"/${PN}.desktop || die } src_configure() { local mycmakeargs=( $(cmake-utils_use exiv2 EXIV2) $(cmake-utils_use graphicsmagick GM) -DPHONON=OFF ) cmake-utils_src_configure }
