* [gentoo-commits] gentoo-x86 commit in media-sound/horgand: ChangeLog horgand-1.14.ebuild
@ 2008-04-19 15:24 Alexis Ballier (aballier)
0 siblings, 0 replies; 5+ messages in thread
From: Alexis Ballier (aballier) @ 2008-04-19 15:24 UTC (permalink / raw
To: gentoo-commits
aballier 08/04/19 15:24:37
Modified: ChangeLog
Added: horgand-1.14.ebuild
Log:
version bump
(Portage version: 2.1.5_rc4)
Revision Changes Path
1.18 media-sound/horgand/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/horgand/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/horgand/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/horgand/ChangeLog?r1=1.17&r2=1.18
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/horgand/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog 13 Jan 2008 16:44:28 -0000 1.17
+++ ChangeLog 19 Apr 2008 15:24:36 -0000 1.18
@@ -1,6 +1,11 @@
# ChangeLog for media-sound/horgand
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/horgand/ChangeLog,v 1.17 2008/01/13 16:44:28 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/horgand/ChangeLog,v 1.18 2008/04/19 15:24:36 aballier Exp $
+
+*horgand-1.14 (19 Apr 2008)
+
+ 19 Apr 2008; Alexis Ballier <aballier@gentoo.org> +horgand-1.14.ebuild:
+ version bump
13 Jan 2008; Samuli Suominen <drac@gentoo.org> horgand-1.11.ebuild:
Depend on alsa-utils for aconnect wrt #205648
1.1 media-sound/horgand/horgand-1.14.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/horgand/horgand-1.14.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/horgand/horgand-1.14.ebuild?rev=1.1&content-type=text/plain
Index: horgand-1.14.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/horgand/horgand-1.14.ebuild,v 1.1 2008/04/19 15:24:36 aballier Exp $
inherit eutils toolchain-funcs
DESCRIPTION="Horgand is an opensource software organ."
HOMEPAGE="http://horgand.berlios.de"
SRC_URI="mirror://berlios/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE=""
RDEPEND=">=x11-libs/fltk-1.1.2
media-libs/libsndfile
media-libs/alsa-lib
media-sound/alsa-utils
media-sound/jack-audio-connection-kit"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
src_compile() {
econf
emake CXX="$(tc-getCXX)" CXXFLAGS="${CXXFLAGS} $(fltk-config --cxxflags) \
$(pkg-config --cflags jack) $(pkg-config --cflags sndfile)" || die "emake failed."
}
src_install() {
emake DESTDIR="${D}" install || die "emake install failed."
dodoc AUTHORS ChangeLog NEWS README
doman man/${PN}.1
newicon src/${PN}128.xpm ${PN}.xpm
make_desktop_entry ${PN} Horgand ${PN}
}
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-sound/horgand: ChangeLog horgand-1.14.ebuild
@ 2008-12-15 1:42 Ben de Groot (yngwin)
0 siblings, 0 replies; 5+ messages in thread
From: Ben de Groot (yngwin) @ 2008-12-15 1:42 UTC (permalink / raw
To: gentoo-commits
yngwin 08/12/15 01:42:01
Modified: ChangeLog horgand-1.14.ebuild
Log:
Pinning fltk dep on slot 1.1, bug 246445
(Portage version: 2.2_rc17/cvs/Linux 2.6.27-hh6 i686)
Revision Changes Path
1.24 media-sound/horgand/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/horgand/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/horgand/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/horgand/ChangeLog?r1=1.23&r2=1.24
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/horgand/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog 28 Oct 2008 07:07:49 -0000 1.23
+++ ChangeLog 15 Dec 2008 01:42:01 -0000 1.24
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/horgand
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/horgand/ChangeLog,v 1.23 2008/10/28 07:07:49 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/horgand/ChangeLog,v 1.24 2008/12/15 01:42:01 yngwin Exp $
+
+ 15 Dec 2008; Ben de Groot <yngwin@gentoo.org> horgand-1.14.ebuild:
+ Pinning fltk dep on slot 1.1, bug 246445
28 Oct 2008; Alexis Ballier <aballier@gentoo.org> horgand-1.14.ebuild:
add missing libxpm dep, bug #239689
1.5 media-sound/horgand/horgand-1.14.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/horgand/horgand-1.14.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/horgand/horgand-1.14.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/horgand/horgand-1.14.ebuild?r1=1.4&r2=1.5
Index: horgand-1.14.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/horgand/horgand-1.14.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- horgand-1.14.ebuild 28 Oct 2008 07:07:49 -0000 1.4
+++ horgand-1.14.ebuild 15 Dec 2008 01:42:01 -0000 1.5
@@ -1,7 +1,8 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/horgand/horgand-1.14.ebuild,v 1.4 2008/10/28 07:07:49 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/horgand/horgand-1.14.ebuild,v 1.5 2008/12/15 01:42:01 yngwin Exp $
+EAPI="1"
inherit eutils toolchain-funcs
DESCRIPTION="Horgand is an opensource software organ."
@@ -13,7 +14,7 @@
KEYWORDS="amd64 ~ppc sparc x86"
IUSE=""
-RDEPEND=">=x11-libs/fltk-1.1.2
+RDEPEND="x11-libs/fltk:1.1
x11-libs/libXpm
media-libs/libsndfile
media-libs/alsa-lib
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-sound/horgand: ChangeLog horgand-1.14.ebuild
@ 2011-03-20 20:09 Justin Lecher (jlec)
0 siblings, 0 replies; 5+ messages in thread
From: Justin Lecher (jlec) @ 2011-03-20 20:09 UTC (permalink / raw
To: gentoo-commits
jlec 11/03/20 20:09:59
Modified: ChangeLog horgand-1.14.ebuild
Log:
x11-libs/fltk SLOTMOVE 1.1 -> 1, corrected ebuild accordingly
(Portage version: 2.2.0_alpha28/cvs/Linux x86_64)
Revision Changes Path
1.25 media-sound/horgand/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/horgand/ChangeLog?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/horgand/ChangeLog?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/horgand/ChangeLog?r1=1.24&r2=1.25
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/horgand/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog 15 Dec 2008 01:42:01 -0000 1.24
+++ ChangeLog 20 Mar 2011 20:09:59 -0000 1.25
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/horgand
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/horgand/ChangeLog,v 1.24 2008/12/15 01:42:01 yngwin Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/horgand/ChangeLog,v 1.25 2011/03/20 20:09:59 jlec Exp $
+
+ 20 Mar 2011; Justin Lecher <jlec@gentoo.org> horgand-1.14.ebuild:
+ x11-libs/fltk SLOTMOVE 1.1 -> 1, corrected ebuild accordingly
15 Dec 2008; Ben de Groot <yngwin@gentoo.org> horgand-1.14.ebuild:
Pinning fltk dep on slot 1.1, bug 246445
1.6 media-sound/horgand/horgand-1.14.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/horgand/horgand-1.14.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/horgand/horgand-1.14.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/horgand/horgand-1.14.ebuild?r1=1.5&r2=1.6
Index: horgand-1.14.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/horgand/horgand-1.14.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- horgand-1.14.ebuild 15 Dec 2008 01:42:01 -0000 1.5
+++ horgand-1.14.ebuild 20 Mar 2011 20:09:59 -0000 1.6
@@ -1,11 +1,11 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/horgand/horgand-1.14.ebuild,v 1.5 2008/12/15 01:42:01 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/horgand/horgand-1.14.ebuild,v 1.6 2011/03/20 20:09:59 jlec Exp $
EAPI="1"
inherit eutils toolchain-funcs
-DESCRIPTION="Horgand is an opensource software organ."
+DESCRIPTION="Opensource software organ"
HOMEPAGE="http://horgand.berlios.de"
SRC_URI="mirror://berlios/${PN}/${P}.tar.gz"
@@ -14,7 +14,7 @@
KEYWORDS="amd64 ~ppc sparc x86"
IUSE=""
-RDEPEND="x11-libs/fltk:1.1
+RDEPEND="x11-libs/fltk:1
x11-libs/libXpm
media-libs/libsndfile
media-libs/alsa-lib
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-sound/horgand: ChangeLog horgand-1.14.ebuild
@ 2011-05-07 17:46 Christoph Mende (angelos)
0 siblings, 0 replies; 5+ messages in thread
From: Christoph Mende (angelos) @ 2011-05-07 17:46 UTC (permalink / raw
To: gentoo-commits
angelos 11/05/07 17:46:18
Modified: ChangeLog horgand-1.14.ebuild
Log:
Fix possible overflow (bug #351290)
(Portage version: 2.2.0_alpha31/cvs/Linux x86_64)
Revision Changes Path
1.26 media-sound/horgand/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/horgand/ChangeLog?rev=1.26&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/horgand/ChangeLog?rev=1.26&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/horgand/ChangeLog?r1=1.25&r2=1.26
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/horgand/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog 20 Mar 2011 20:09:59 -0000 1.25
+++ ChangeLog 7 May 2011 17:46:18 -0000 1.26
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/horgand
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/horgand/ChangeLog,v 1.25 2011/03/20 20:09:59 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/horgand/ChangeLog,v 1.26 2011/05/07 17:46:18 angelos Exp $
+
+ 07 May 2011; Christoph Mende <angelos@gentoo.org> horgand-1.14.ebuild,
+ +files/horgand-1.14-overflow.patch:
+ Fix possible overflow (bug #351290)
20 Mar 2011; Justin Lecher <jlec@gentoo.org> horgand-1.14.ebuild:
x11-libs/fltk SLOTMOVE 1.1 -> 1, corrected ebuild accordingly
1.7 media-sound/horgand/horgand-1.14.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/horgand/horgand-1.14.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/horgand/horgand-1.14.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/horgand/horgand-1.14.ebuild?r1=1.6&r2=1.7
Index: horgand-1.14.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/horgand/horgand-1.14.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- horgand-1.14.ebuild 20 Mar 2011 20:09:59 -0000 1.6
+++ horgand-1.14.ebuild 7 May 2011 17:46:18 -0000 1.7
@@ -1,8 +1,8 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/horgand/horgand-1.14.ebuild,v 1.6 2011/03/20 20:09:59 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/horgand/horgand-1.14.ebuild,v 1.7 2011/05/07 17:46:18 angelos Exp $
-EAPI="1"
+EAPI=2
inherit eutils toolchain-funcs
DESCRIPTION="Opensource software organ"
@@ -23,8 +23,11 @@
DEPEND="${RDEPEND}
dev-util/pkgconfig"
+src_prepare() {
+ epatch "${FILESDIR}"/${P}-overflow.patch
+}
+
src_compile() {
- econf
emake CXX="$(tc-getCXX)" CXXFLAGS="${CXXFLAGS} $(fltk-config --cxxflags) \
$(pkg-config --cflags jack) $(pkg-config --cflags sndfile)" || die "emake failed."
}
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-sound/horgand: ChangeLog horgand-1.14.ebuild
@ 2012-05-05 8:31 Michal Gorny (mgorny)
0 siblings, 0 replies; 5+ messages in thread
From: Michal Gorny (mgorny) @ 2012-05-05 8:31 UTC (permalink / raw
To: gentoo-commits
mgorny 12/05/05 08:31:00
Modified: ChangeLog horgand-1.14.ebuild
Log:
dev-util/pkgconfig -> virtual/pkgconfig
(Portage version: 2.2.0_alpha101_p8/cvs/Linux x86_64)
Revision Changes Path
1.27 media-sound/horgand/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/horgand/ChangeLog?rev=1.27&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/horgand/ChangeLog?rev=1.27&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/horgand/ChangeLog?r1=1.26&r2=1.27
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/horgand/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog 7 May 2011 17:46:18 -0000 1.26
+++ ChangeLog 5 May 2012 08:31:00 -0000 1.27
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/horgand
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/horgand/ChangeLog,v 1.26 2011/05/07 17:46:18 angelos Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/horgand/ChangeLog,v 1.27 2012/05/05 08:31:00 mgorny Exp $
+
+ 05 May 2012; Michał Górny <mgorny@gentoo.org> horgand-1.14.ebuild:
+ dev-util/pkgconfig -> virtual/pkgconfig
07 May 2011; Christoph Mende <angelos@gentoo.org> horgand-1.14.ebuild,
+files/horgand-1.14-overflow.patch:
1.8 media-sound/horgand/horgand-1.14.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/horgand/horgand-1.14.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/horgand/horgand-1.14.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/horgand/horgand-1.14.ebuild?r1=1.7&r2=1.8
Index: horgand-1.14.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/horgand/horgand-1.14.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- horgand-1.14.ebuild 7 May 2011 17:46:18 -0000 1.7
+++ horgand-1.14.ebuild 5 May 2012 08:31:00 -0000 1.8
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/horgand/horgand-1.14.ebuild,v 1.7 2011/05/07 17:46:18 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/horgand/horgand-1.14.ebuild,v 1.8 2012/05/05 08:31:00 mgorny Exp $
EAPI=2
inherit eutils toolchain-funcs
@@ -21,7 +21,7 @@
media-sound/alsa-utils
media-sound/jack-audio-connection-kit"
DEPEND="${RDEPEND}
- dev-util/pkgconfig"
+ virtual/pkgconfig"
src_prepare() {
epatch "${FILESDIR}"/${P}-overflow.patch
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2012-05-05 8:32 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-07 17:46 [gentoo-commits] gentoo-x86 commit in media-sound/horgand: ChangeLog horgand-1.14.ebuild Christoph Mende (angelos)
-- strict thread matches above, loose matches on Subject: below --
2012-05-05 8:31 Michal Gorny (mgorny)
2011-03-20 20:09 Justin Lecher (jlec)
2008-12-15 1:42 Ben de Groot (yngwin)
2008-04-19 15:24 Alexis Ballier (aballier)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox