Gentoo Logo
Gentoo Spaceship




Note: Due to technical difficulties, the Archives are currently not up to date. GMANE provides an alternative service for most mailing lists.
c.f. bug 424647
List Archive: gentoo-commits
Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Headers:
To: gentoo-commits@g.o
From: "Samuli Suominen (drac)" <drac@g.o>
Subject: gentoo-x86 commit in media-sound/museseq: ChangeLog museseq-0.9.ebuild museseq-0.9_pre2.ebuild
Date: Fri, 16 May 2008 13:04:02 +0000
drac        08/05/16 13:04:02

  Modified:             ChangeLog
  Added:                museseq-0.9.ebuild
  Removed:              museseq-0.9_pre2.ebuild
  Log:
  Version bump. Patch to stop using lash private api. Patch to build with GCC 4.3. Patch to fix some of the anti-aliasing rules.
  (Portage version: 2.1.5_rc10)

Revision  Changes    Path
1.51                 media-sound/museseq/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/museseq/ChangeLog?rev=1.51&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/museseq/ChangeLog?rev=1.51&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/museseq/ChangeLog?r1=1.50&r2=1.51

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/museseq/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog	13 May 2008 05:35:43 -0000	1.50
+++ ChangeLog	16 May 2008 13:04:01 -0000	1.51
@@ -1,6 +1,17 @@
 # ChangeLog for media-sound/museseq
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/museseq/ChangeLog,v 1.50 2008/05/13 05:35:43 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/museseq/ChangeLog,v 1.51 2008/05/16 13:04:01 drac Exp $
+
+*museseq-0.9 (16 May 2008)
+
+  16 May 2008; Samuli Suominen <drac@g.o>
+  +files/0.9/02_all_log2f_aliasing.patch,
+  +files/0.9/03_all_lash_private_api.patch,
+  -files/museseq-0.9_pre2-asneeded.patch, +files/0.9/01_all_gcc43.patch,
+  +files/0.9/04_all_asneeded.patch, -museseq-0.9_pre2.ebuild,
+  +museseq-0.9.ebuild:
+  Version bump. Patch to stop using lash private api. Patch to build with
+  GCC 4.3. Patch to fix some of the anti-aliasing rules.
 
   13 May 2008; Samuli Suominen <drac@g.o> museseq-0.8.1-r1.ebuild:
   Move documentation generation tools into DEPEND wrt #221679.



1.1                  media-sound/museseq/museseq-0.9.ebuild

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

Index: museseq-0.9.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/museseq/museseq-0.9.ebuild,v 1.1 2008/05/16 13:04:01 drac Exp $

inherit kde-functions virtualx eutils

MY_P=${P/museseq/muse}

DESCRIPTION="MusE is a MIDI/Audio sequencer with recording and editing capabilities"
HOMEPAGE="http://www.muse-sequencer.org"
SRC_URI="mirror://sourceforge/lmuse/${MY_P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE="doc lash debug"

RDEPEND="$(qt_min_version 3.2)
	>=media-libs/alsa-lib-0.9.0
	>=media-sound/fluidsynth-1.0.3
	dev-lang/perl
	media-libs/libsndfile
	media-libs/libsamplerate
	>=media-sound/jack-audio-connection-kit-0.98.0
	lash? ( media-sound/lash )"
DEPEND="${RDEPEND}
	dev-util/pkgconfig
	doc? ( app-text/openjade
		app-doc/doxygen
		media-gfx/graphviz )"

S=${WORKDIR}/${MY_P}

src_unpack() {
	unpack ${A}
	cd "${S}"
	EPATCH_SUFFIX="patch" epatch "${FILESDIR}"/${PV}
}

src_compile() {
	Xeconf --disable-suid-build --disable-optimize \
		$(use_enable lash) $(use_enable debug) \
		|| die "Xeconf failed."

	emake || die "emake failed."
}

src_install() {
	emake DESTDIR="${D}" install || die "emake install failed."
	dodoc AUTHORS ChangeLog NEWS README* SECURITY
	mv "${D}"/usr/bin/muse "${D}"/usr/bin/museseq
}

pkg_postinst() {
	elog "You must have the realtime module loaded to use MusE 0.8.x"
	elog "Additionally, configure your Linux Kernel for non-generic"
	elog "Real Time Clock support enabled or loaded as a module."
	elog "User must have read/write access to /dev/misc/rtc device."
	elog "Realtime LSM: http://sourceforge.net/projects/realtime-lsm/"
}



-- 
gentoo-commits@g.o mailing list


Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Previous by thread:
gentoo-x86 commit in media-sound/museseq/files/0.9: - New directory
Next by thread:
gentoo-x86 commit in media-sound/museseq/files: museseq-0.9_pre2-asneeded.patch
Previous by date:
gentoo-x86 commit in media-sound/museseq/files/0.9: - New directory
Next by date:
gentoo-x86 commit in media-sound/museseq/files: museseq-0.9_pre2-asneeded.patch


Updated Nov 09, 2011

Summary: Archive of the gentoo-commits mailing list.

Donate to support our development efforts.

Copyright 2001-2013 Gentoo Foundation, Inc. Questions, Comments? Contact us.