public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-sound/rosegarden: ChangeLog rosegarden-10.04.2.ebuild
@ 2010-10-24 16:05 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; only message in thread
From: Samuli Suominen (ssuominen) @ 2010-10-24 16:05 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/10/24 16:05:07

  Modified:             ChangeLog
  Added:                rosegarden-10.04.2.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.0_alpha1/cvs/Linux x86_64)

Revision  Changes    Path
1.81                 media-sound/rosegarden/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/rosegarden/ChangeLog?rev=1.81&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/rosegarden/ChangeLog?rev=1.81&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/rosegarden/ChangeLog?r1=1.80&r2=1.81

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/rosegarden/ChangeLog,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -r1.80 -r1.81
--- ChangeLog	24 Oct 2010 15:45:16 -0000	1.80
+++ ChangeLog	24 Oct 2010 16:05:07 -0000	1.81
@@ -1,6 +1,12 @@
 # ChangeLog for media-sound/rosegarden
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/rosegarden/ChangeLog,v 1.80 2010/10/24 15:45:16 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/rosegarden/ChangeLog,v 1.81 2010/10/24 16:05:07 ssuominen Exp $
+
+*rosegarden-10.04.2 (24 Oct 2010)
+
+  24 Oct 2010; Samuli Suominen <ssuominen@gentoo.org>
+  +rosegarden-10.04.2.ebuild:
+  Version bump.
 
   24 Oct 2010; Brent Baude <ranger@gentoo.org> rosegarden-10.04.ebuild:
   Marking rosegarden-10.04 ppc for bug 329675



1.1                  media-sound/rosegarden/rosegarden-10.04.2.ebuild

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

Index: rosegarden-10.04.2.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/rosegarden/rosegarden-10.04.2.ebuild,v 1.1 2010/10/24 16:05:07 ssuominen Exp $

EAPI=2
inherit autotools fdo-mime multilib

DESCRIPTION="MIDI and audio sequencer and notation editor"
HOMEPAGE="http://www.rosegardenmusic.com/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="debug lirc"

RDEPEND="x11-libs/qt-gui:4
	x11-libs/qt-qt3support:4
	media-libs/ladspa-sdk
	x11-libs/libSM
	media-sound/jack-audio-connection-kit
	media-libs/alsa-lib
	>=media-libs/dssi-1.0.0
	media-libs/liblo
	media-libs/liblrdf
	=sci-libs/fftw-3*
	media-libs/libsamplerate[sndfile]
	lirc? ( app-misc/lirc )"
DEPEND="${RDEPEND}
	dev-util/pkgconfig
	x11-misc/makedepend"

src_prepare() {
	if ! use lirc; then
		sed -i \
			-e '/AC_CHECK_HEADER/s:lirc_client.h:dIsAbLe&:' \
			-e '/AC_CHECK_LIB/s:lirc_init:dIsAbLe&:' \
			configure.ac || die
	fi

	eautoreconf
}

src_configure() {
	export USER_CXXFLAGS="${CXXFLAGS}"

	local myconf
	use debug && myconf="--enable-debug"

	econf \
		--with-qtdir=/usr \
		--with-qtlibdir=/usr/$(get_libdir)/qt4 \
		${myconf}
}

src_install() {
	emake DESTDIR="${D}" install || die
	dodoc AUTHORS CONTRIBUTING README
}

pkg_postinst() {
	fdo-mime_mime_database_update
}

pkg_postrm() {
	fdo-mime_mime_database_update
}






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

only message in thread, other threads:[~2010-10-24 16:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-24 16:05 [gentoo-commits] gentoo-x86 commit in media-sound/rosegarden: ChangeLog rosegarden-10.04.2.ebuild Samuli Suominen (ssuominen)

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