public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-gfx/nip2: ChangeLog nip2-7.14.4.ebuild nip2-7.12.5.ebuild
@ 2008-06-28  8:46 Markus Meier (maekke)
  0 siblings, 0 replies; only message in thread
From: Markus Meier (maekke) @ 2008-06-28  8:46 UTC (permalink / raw
  To: gentoo-commits

maekke      08/06/28 08:46:38

  Modified:             ChangeLog
  Added:                nip2-7.14.4.ebuild
  Removed:              nip2-7.12.5.ebuild
  Log:
  bump to 7.14.4, bug #229073; old
  (Portage version: 2.2_rc1/cvs/Linux 2.6.26-rc7 i686)

Revision  Changes    Path
1.9                  media-gfx/nip2/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/nip2/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/nip2/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/nip2/ChangeLog?r1=1.8&r2=1.9

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/nip2/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	27 Apr 2008 15:27:54 -0000	1.8
+++ ChangeLog	28 Jun 2008 08:46:37 -0000	1.9
@@ -1,6 +1,12 @@
 # ChangeLog for media-gfx/nip2
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/nip2/ChangeLog,v 1.8 2008/04/27 15:27:54 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/nip2/ChangeLog,v 1.9 2008/06/28 08:46:37 maekke Exp $
+
+*nip2-7.14.4 (28 Jun 2008)
+
+  28 Jun 2008; Markus Meier <maekke@gentoo.org> -nip2-7.12.5.ebuild,
+  +nip2-7.14.4.ebuild:
+  bump to 7.14.4, bug #229073; old
 
 *nip2-7.14.3 (27 Apr 2008)
 



1.1                  media-gfx/nip2/nip2-7.14.4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/nip2/nip2-7.14.4.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/nip2/nip2-7.14.4.ebuild?rev=1.1&content-type=text/plain

Index: nip2-7.14.4.ebuild
===================================================================
# Copyright 2003-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/nip2/nip2-7.14.4.ebuild,v 1.1 2008/06/28 08:46:37 maekke Exp $

inherit fdo-mime

DESCRIPTION="VIPS Image Processing Graphical User Interface"
SRC_URI="http://www.vips.ecs.soton.ac.uk/supported/7.14/${P}.tar.gz"
HOMEPAGE="http://vips.sourceforge.net"

SLOT="0"
LICENSE="GPL-2"

KEYWORDS="~ppc ~x86"

IUSE="fftw"

RDEPEND=">=media-libs/vips-7.14.1
	>=x11-libs/gtk+-2.4
	dev-libs/libxml2
	>=dev-libs/glib-2
	fftw? ( >=sci-libs/fftw-3 )"

# Flex and bison are build dependencies, but are not needed at runtime
DEPEND="${RDEPEND}
	sys-devel/flex
	sys-devel/bison"

src_compile() {
	local myconf
	use fftw || myconf="--without-fftw"
	econf ${myconf} || die "econf failed"
	emake || die "emake failed"
}

src_install() {
	# create these dirs to make the makefile installs these items correctly
	dodir /usr/share/{applications,application-registry,mime-info}

	insinto	/usr/share/pixmaps
	doins "${FILESDIR}"/nip2.png
	insinto /usr/share/applications
	doins "${FILESDIR}"/nip2.desktop
	insinto /usr/share/mime/packages
	doins "${FILESDIR}"/nip2.xml

	einstall || die "einstall failed"
	dodoc AUTHORS ChangeLog NEWS README*
}

pkg_postinst() {
	fdo-mime_desktop_database_update
	fdo-mime_mime_database_update
}

pkg_postrm() {
	fdo-mime_desktop_database_update
	fdo-mime_mime_database_update
}



-- 
gentoo-commits@lists.gentoo.org mailing list



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

only message in thread, other threads:[~2008-06-28  8:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-28  8:46 [gentoo-commits] gentoo-x86 commit in media-gfx/nip2: ChangeLog nip2-7.14.4.ebuild nip2-7.12.5.ebuild Markus Meier (maekke)

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