summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2004-10-20 05:11:49 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2004-10-20 05:11:49 +0000
commit5280c877820cca094b9614793c3e474438c1850c (patch)
treec3e32241cd27849ac2a8da51fdf0ad1b7a167dc4 /media-sound/museseq
parentNSS maintainer decided to change where the libs are installed, without revisi... (diff)
downloadgentoo-2-5280c877820cca094b9614793c3e474438c1850c.tar.gz
gentoo-2-5280c877820cca094b9614793c3e474438c1850c.tar.bz2
gentoo-2-5280c877820cca094b9614793c3e474438c1850c.zip
Removing old versions.
Diffstat (limited to 'media-sound/museseq')
-rw-r--r--media-sound/museseq/ChangeLog6
-rw-r--r--media-sound/museseq/files/digest-museseq-0.6.01
-rw-r--r--media-sound/museseq/files/digest-museseq-0.6.21
-rw-r--r--media-sound/museseq/museseq-0.6.0.ebuild63
-rw-r--r--media-sound/museseq/museseq-0.6.2.ebuild89
5 files changed, 5 insertions, 155 deletions
diff --git a/media-sound/museseq/ChangeLog b/media-sound/museseq/ChangeLog
index d1085e48da72..e7b79057a6ed 100644
--- a/media-sound/museseq/ChangeLog
+++ b/media-sound/museseq/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/museseq
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/museseq/ChangeLog,v 1.20 2004/10/19 06:14:42 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/museseq/ChangeLog,v 1.21 2004/10/20 05:11:49 eradicator Exp $
+
+ 19 Oct 2004; Jeremy Huddleston <eradicator@gentoo.org>
+ -museseq-0.6.0.ebuild, -museseq-0.6.2.ebuild:
+ Removing old versions.
18 Oct 2004; Jeremy Huddleston <eradicator@gentoo.org>
museseq-0.7.0.20040925.ebuild:
diff --git a/media-sound/museseq/files/digest-museseq-0.6.0 b/media-sound/museseq/files/digest-museseq-0.6.0
deleted file mode 100644
index 51d8901e279b..000000000000
--- a/media-sound/museseq/files/digest-museseq-0.6.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 9718daf13d2587c369d049261abe7bcb muse-0.6.0.tar.bz2 1497656
diff --git a/media-sound/museseq/files/digest-museseq-0.6.2 b/media-sound/museseq/files/digest-museseq-0.6.2
deleted file mode 100644
index 07c0adf3a15a..000000000000
--- a/media-sound/museseq/files/digest-museseq-0.6.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 e12491f3f399751c1648ecb55770dde0 muse-0.6.2.tar.bz2 1263832
diff --git a/media-sound/museseq/museseq-0.6.0.ebuild b/media-sound/museseq/museseq-0.6.0.ebuild
deleted file mode 100644
index de62819cc55d..000000000000
--- a/media-sound/museseq/museseq-0.6.0.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/museseq/museseq-0.6.0.ebuild,v 1.6 2004/06/25 00:15:05 agriffis Exp $
-
-inherit virtualx
-
-MY_P=muse-${PV}
-DESCRIPTION="The Linux (midi) MUSic Editor (a sequencer)"
-HOMEPAGE="http://muse.seh.de"
-SRC_URI="http://muse.seh.de/bin/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-
-IUSE="jack fluidsynth ladcca"
-
-DEPEND="media-libs/alsa-lib \
- >=media-libs/libsndfile-1.0.4 \
- >=x11-libs/qt-3.1.0
- ladcca? ( media-libs/ladcca ) \
- jack? ( media-sound/jack-audio-connection-kit ) \
- fluidsynth? ( media-sound/fluidsynth )"
-
-S=${WORKDIR}/${MY_P}
-
-src_compile() {
- local myconf
- use ladcca || myconf="${myconf} --disable-ladcca"
- use jack || myconf="${myconf} --disable-jack"
- use fluidsynth || myconf="${myconf} --disable-fluidsynth"
- Xeconf ${myconf} || die "configure failed"
-
- # Allow access to /dev/dri/card*
- addpredict /dev/dri/card*
-
- emake || die
-}
-
-src_install() {
- make DESTDIR=${D} install || die
- dodoc COPYING INSTALL README README.softsynth SECURITY TODO
-
- # Name conflict with media-sound/muse. See bug #34973
- mv ${D}/usr/bin/muse ${D}/usr/bin/lmuse
-
- if [ ! -f /usr/bin/muse -o -L /usr/bin/muse ]; then
- dosym /usr/bin/lmuse /usr/bin/muse
- fi
-}
-
-pkg_postinst() {
- einfo ""
- einfo "Muse has been installed normally. If,"
- einfo "you would like to use muse with real time"
- einfo "time capabilities for the sequencer then do"
- einfo "chmod 4755 /usr/bin/lmuse"
- einfo ""
- einfo "Muse can use /dev/rtc if it is compiled in"
- einfo "to your kernel, or available as a module."
- einfo ""
-}
-
diff --git a/media-sound/museseq/museseq-0.6.2.ebuild b/media-sound/museseq/museseq-0.6.2.ebuild
deleted file mode 100644
index dd0b3a68a546..000000000000
--- a/media-sound/museseq/museseq-0.6.2.ebuild
+++ /dev/null
@@ -1,89 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/museseq/museseq-0.6.2.ebuild,v 1.11 2004/06/25 00:15:05 agriffis Exp $
-
-inherit virtualx eutils kde-functions
-need-qt 3
-
-MY_P=muse-${PV}
-DESCRIPTION="The Linux (midi) MUSic Editor (a sequencer)"
-HOMEPAGE="http://muse.seh.de"
-SRC_URI="mirror://sourceforge/lmuse/${MY_P}.tar.bz2"
-RESTRICT="nomirror"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ~amd64"
-
-IUSE="jack fluidsynth ladcca"
-
-DEPEND="media-libs/alsa-lib \
- >=media-libs/libsndfile-1.0.4 \
- >=x11-libs/qt-3.1.0
- ladcca? ( >=media-libs/ladcca-0.4.0 ) \
- jack? ( media-sound/jack-audio-connection-kit ) \
- fluidsynth? ( media-sound/fluidsynth )"
-
-S=${WORKDIR}/${MY_P}
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- sed -i "s/HAVE_JACK_JACK_H/HAVE_JACK/" widgets/audioconf.cpp
- sed -i "/#include <alsa\\/asoundlib.h>/i\\#define ALSA_PCM_OLD_HW_PARAMS_API 1\\" driver/alsaaudio.cpp
- epatch ${FILESDIR}/${P}-fPIC.patch
-}
-
-src_compile() {
- local myconf
- myconf="--disable-suid-build"
- use ladcca || myconf="${myconf} --disable-ladcca"
- use jack || myconf="${myconf} --disable-jack"
- use fluidsynth || myconf="${myconf} --disable-fluidsynth"
- Xeconf ${myconf} || die "configure failed"
-
- ### borrowed from kde.eclass #
- #
- # fix the sandbox errors "can't writ to .kde or .qt" problems.
- # this is a fake homedir that is writeable under the sandbox,
- # so that the build process can do anything it wants with it.
- REALHOME="$HOME"
- mkdir -p $T/fakehome/.kde
- mkdir -p $T/fakehome/.qt
- export HOME="$T/fakehome"
- #addwrite "${QTDIR}/etc/settings"
- # commented this out, proper fix is need-qt 3 from
- # kde-functions.
- # Danny van Dyk <kugelfang@gentoo.org> 2004/05/26
-
- # things that should access the real homedir
- [ -d "$REALHOME/.ccache" ] && ln -sf "$REALHOME/.ccache" "$HOME/"
-
- # Allow access to /dev/dri/card*
- addpredict /dev/dri/card*
-
- emake || die
-}
-
-src_install() {
- make DESTDIR=${D} install || die
- dodoc COPYING INSTALL README README.softsynth SECURITY TODO
-
- # Name conflict with media-sound/muse. See bug #34973
- mv ${D}/usr/bin/muse ${D}/usr/bin/lmuse
- if [ ! -f /usr/bin/muse -o -L /usr/bin/muse ]; then
- dosym /usr/bin/lmuse /usr/bin/muse
- fi
-}
-
-pkg_postinst() {
- einfo ""
- einfo "Muse has been installed normally. If,"
- einfo "you would like to use muse with real time"
- einfo "time capabilities for the sequencer then do"
- einfo "chmod 4755 /usr/bin/lmuse"
- einfo ""
- einfo "Muse can use /dev/rtc if it is compiled in"
- einfo "to your kernel, or available as a module."
- einfo ""
-}