summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-05-08 15:28:01 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-05-08 15:28:01 +0000
commitad2c6b9180b034935ff61face52172b4d1b3ba06 (patch)
tree02e2098308cc4de7da70a2ab727be80b0f0dee3d /media-sound/seq24
parentVersion bump. (diff)
downloadgentoo-2-ad2c6b9180b034935ff61face52172b4d1b3ba06.tar.gz
gentoo-2-ad2c6b9180b034935ff61face52172b4d1b3ba06.tar.bz2
gentoo-2-ad2c6b9180b034935ff61face52172b4d1b3ba06.zip
Pimp up desktop entry and remove old version..
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/seq24')
-rw-r--r--media-sound/seq24/ChangeLog4
-rw-r--r--media-sound/seq24/seq24-0.8.7-r1.ebuild45
-rw-r--r--media-sound/seq24/seq24-0.9.0.ebuild21
3 files changed, 11 insertions, 59 deletions
diff --git a/media-sound/seq24/ChangeLog b/media-sound/seq24/ChangeLog
index ac0c16a5689a..4d74ce2de319 100644
--- a/media-sound/seq24/ChangeLog
+++ b/media-sound/seq24/ChangeLog
@@ -1,9 +1,9 @@
# ChangeLog for media-sound/seq24
# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/seq24/ChangeLog,v 1.36 2009/01/25 15:12:01 mescalinum Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/seq24/ChangeLog,v 1.37 2009/05/08 15:28:01 ssuominen Exp $
25 Jan 2009; Federico Ferri <mescalinum@gentoo.org> seq24-0.9.0.ebuild:
- install desktop file
+ Install desktop entry wrt #256319
*seq24-0.9.0 (29 Nov 2008)
diff --git a/media-sound/seq24/seq24-0.8.7-r1.ebuild b/media-sound/seq24/seq24-0.8.7-r1.ebuild
deleted file mode 100644
index 1b1dab97692b..000000000000
--- a/media-sound/seq24/seq24-0.8.7-r1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/seq24/seq24-0.8.7-r1.ebuild,v 1.1 2008/10/10 12:44:41 flameeyes Exp $
-
-EAPI=2
-
-inherit eutils
-
-IUSE="jack lash"
-DESCRIPTION="Seq24 is a loop based MIDI sequencer with focus on live performances."
-HOMEPAGE="http://www.filter24.org/seq24/"
-SRC_URI="http://www.filter24.org/seq24/${P}.tar.gz
- mirror://gentoo/${P}-sigc22_fix.patch.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-
-RDEPEND=">=media-libs/alsa-lib-0.9.0[midi]
- >=dev-cpp/gtkmm-2.4
- >=dev-libs/libsigc++-2.0
- jack? ( >=media-sound/jack-audio-connection-kit-0.90.0 )
- lash? ( >=media-sound/lash-0.5.0 )"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-src_prepare() {
- # fix #220827
- if has_version ">=dev-libs/libsigc++-2.2"; then
- epatch "${WORKDIR}/${P}-sigc22_fix.patch"
- fi
-}
-
-src_configure() {
- econf \
- $(use_enable jack jack-support) \
- $(use_enable lash) \
- --disable-alsatest \
- || die
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc AUTHORS ChangeLog README RTC SEQ24
-}
diff --git a/media-sound/seq24/seq24-0.9.0.ebuild b/media-sound/seq24/seq24-0.9.0.ebuild
index b614868d0273..adb1242b9d75 100644
--- a/media-sound/seq24/seq24-0.9.0.ebuild
+++ b/media-sound/seq24/seq24-0.9.0.ebuild
@@ -1,9 +1,8 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/seq24/seq24-0.9.0.ebuild,v 1.2 2009/01/25 14:54:45 mescalinum Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/seq24/seq24-0.9.0.ebuild,v 1.3 2009/05/08 15:28:01 ssuominen Exp $
EAPI=2
-
inherit eutils
DESCRIPTION="Seq24 is a loop based MIDI sequencer with focus on live performances."
@@ -15,25 +14,23 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
-RDEPEND=">=media-libs/alsa-lib-0.9.0[midi]
+RDEPEND=">=media-libs/alsa-lib-0.9[midi]
>=dev-cpp/gtkmm-2.4
- >=dev-libs/libsigc++-2.2
- jack? ( >=media-sound/jack-audio-connection-kit-0.90.0 )
- lash? ( >=media-sound/lash-0.5.0 )"
+ >=dev-libs/libsigc++-2.2:2
+ jack? ( >=media-sound/jack-audio-connection-kit-0.90 )
+ lash? ( >=media-sound/lash-0.5 )"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
src_configure() {
econf \
$(use_enable jack jack-support) \
- $(use_enable lash) \
- --disable-alsatest \
- || die
+ $(use_enable lash)
}
src_install() {
- emake DESTDIR="${D}" install || die
+ emake DESTDIR="${D}" install || die "emake install failed"
dodoc AUTHORS ChangeLog README RTC SEQ24
- doicon src/seq24_32.xpm
- make_desktop_entry seq24 seq24 seq24_32.xpm
+ newicon src/seq24_32.xpm seq24.xpm
+ make_desktop_entry seq24
}