* [gentoo-commits] gentoo-x86 commit in media-libs/libvisual: ChangeLog libvisual-0.4.0-r2.ebuild
@ 2011-07-25 14:27 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 8+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-07-25 14:27 UTC (permalink / raw
To: gentoo-commits
ssuominen 11/07/25 14:27:00
Modified: ChangeLog
Added: libvisual-0.4.0-r2.ebuild
Log:
Revision bump with Fedora patchset for PowerPC. USE="static-libs" and remove useless libtool archive.
(Portage version: 2.2.0_alpha46/cvs/Linux x86_64)
Revision Changes Path
1.35 media-libs/libvisual/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvisual/ChangeLog?rev=1.35&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvisual/ChangeLog?rev=1.35&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvisual/ChangeLog?r1=1.34&r2=1.35
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libvisual/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog 29 Jun 2008 11:57:14 -0000 1.34
+++ ChangeLog 25 Jul 2011 14:27:00 -0000 1.35
@@ -1,6 +1,15 @@
# ChangeLog for media-libs/libvisual
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisual/ChangeLog,v 1.34 2008/06/29 11:57:14 aballier Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisual/ChangeLog,v 1.35 2011/07/25 14:27:00 ssuominen Exp $
+
+*libvisual-0.4.0-r2 (25 Jul 2011)
+
+ 25 Jul 2011; Samuli Suominen <ssuominen@gentoo.org>
+ +libvisual-0.4.0-r2.ebuild,
+ +files/libvisual-0.4.0-better-altivec-detection.patch,
+ +files/libvisual-0.4.0-inlinedefineconflict.patch:
+ Revision bump with Fedora patchset for PowerPC. USE="static-libs" and remove
+ useless libtool archive.
29 Jun 2008; Alexis Ballier <aballier@gentoo.org> -libvisual-0.4.0.ebuild:
remove old
1.1 media-libs/libvisual/libvisual-0.4.0-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvisual/libvisual-0.4.0-r2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvisual/libvisual-0.4.0-r2.ebuild?rev=1.1&content-type=text/plain
Index: libvisual-0.4.0-r2.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisual/libvisual-0.4.0-r2.ebuild,v 1.1 2011/07/25 14:27:00 ssuominen Exp $
EAPI=4
inherit eutils
DESCRIPTION="Libvisual is an abstraction library that comes between applications and audio visualisation plugins."
HOMEPAGE="http://libvisual.sourceforge.net"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0.4"
KEYWORDS="~amd64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="debug nls static-libs threads"
RDEPEND="threads? ( dev-libs/glib:2 )"
DEPEND="${RDEPEND}
nls? ( sys-devel/gettext )
dev-util/pkgconfig"
DOCS=( AUTHORS ChangeLog NEWS README TODO )
src_prepare() {
epatch \
"${FILESDIR}"/${P}-better-altivec-detection.patch \
"${FILESDIR}"/${P}-inlinedefineconflict.patch
}
src_configure() {
econf \
$(use_enable static-libs static) \
--enable-shared \
$(use_enable nls) \
$(use_enable threads) \
$(use_enable debug)
}
src_install() {
default
find "${D}" -name '*.la' -exec rm -f {} +
}
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/libvisual: ChangeLog libvisual-0.4.0-r2.ebuild
@ 2011-07-25 14:36 Kacper Kowalik (xarthisius)
0 siblings, 0 replies; 8+ messages in thread
From: Kacper Kowalik (xarthisius) @ 2011-07-25 14:36 UTC (permalink / raw
To: gentoo-commits
xarthisius 11/07/25 14:36:55
Modified: ChangeLog libvisual-0.4.0-r2.ebuild
Log:
Fast stable on ppc/ppc64 wrt #358675
(Portage version: 2.2.0_alpha46/cvs/Linux x86_64)
Revision Changes Path
1.36 media-libs/libvisual/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvisual/ChangeLog?rev=1.36&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvisual/ChangeLog?rev=1.36&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvisual/ChangeLog?r1=1.35&r2=1.36
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libvisual/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog 25 Jul 2011 14:27:00 -0000 1.35
+++ ChangeLog 25 Jul 2011 14:36:54 -0000 1.36
@@ -1,6 +1,10 @@
# ChangeLog for media-libs/libvisual
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisual/ChangeLog,v 1.35 2011/07/25 14:27:00 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisual/ChangeLog,v 1.36 2011/07/25 14:36:54 xarthisius Exp $
+
+ 25 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org>
+ libvisual-0.4.0-r2.ebuild:
+ Fast stable on ppc/ppc64 wrt #358675
*libvisual-0.4.0-r2 (25 Jul 2011)
1.2 media-libs/libvisual/libvisual-0.4.0-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvisual/libvisual-0.4.0-r2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvisual/libvisual-0.4.0-r2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvisual/libvisual-0.4.0-r2.ebuild?r1=1.1&r2=1.2
Index: libvisual-0.4.0-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libvisual/libvisual-0.4.0-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libvisual-0.4.0-r2.ebuild 25 Jul 2011 14:27:00 -0000 1.1
+++ libvisual-0.4.0-r2.ebuild 25 Jul 2011 14:36:54 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisual/libvisual-0.4.0-r2.ebuild,v 1.1 2011/07/25 14:27:00 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisual/libvisual-0.4.0-r2.ebuild,v 1.2 2011/07/25 14:36:54 xarthisius Exp $
EAPI=4
inherit eutils
@@ -11,7 +11,7 @@
LICENSE="LGPL-2.1"
SLOT="0.4"
-KEYWORDS="~amd64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~mips ppc ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="debug nls static-libs threads"
RDEPEND="threads? ( dev-libs/glib:2 )"
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/libvisual: ChangeLog libvisual-0.4.0-r2.ebuild
@ 2012-01-27 15:40 Agostino Sarubbo (ago)
0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-01-27 15:40 UTC (permalink / raw
To: gentoo-commits
ago 12/01/27 15:40:02
Modified: ChangeLog libvisual-0.4.0-r2.ebuild
Log:
Stable for amd64, wrt bug #400385
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Revision Changes Path
1.37 media-libs/libvisual/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvisual/ChangeLog?rev=1.37&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvisual/ChangeLog?rev=1.37&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvisual/ChangeLog?r1=1.36&r2=1.37
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libvisual/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog 25 Jul 2011 14:36:54 -0000 1.36
+++ ChangeLog 27 Jan 2012 15:40:02 -0000 1.37
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/libvisual
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisual/ChangeLog,v 1.36 2011/07/25 14:36:54 xarthisius Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisual/ChangeLog,v 1.37 2012/01/27 15:40:02 ago Exp $
+
+ 27 Jan 2012; Agostino Sarubbo <ago@gentoo.org> libvisual-0.4.0-r2.ebuild:
+ Stable for amd64, wrt bug #400385
25 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org>
libvisual-0.4.0-r2.ebuild:
1.3 media-libs/libvisual/libvisual-0.4.0-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvisual/libvisual-0.4.0-r2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvisual/libvisual-0.4.0-r2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvisual/libvisual-0.4.0-r2.ebuild?r1=1.2&r2=1.3
Index: libvisual-0.4.0-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libvisual/libvisual-0.4.0-r2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libvisual-0.4.0-r2.ebuild 25 Jul 2011 14:36:54 -0000 1.2
+++ libvisual-0.4.0-r2.ebuild 27 Jan 2012 15:40:02 -0000 1.3
@@ -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-libs/libvisual/libvisual-0.4.0-r2.ebuild,v 1.2 2011/07/25 14:36:54 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisual/libvisual-0.4.0-r2.ebuild,v 1.3 2012/01/27 15:40:02 ago Exp $
EAPI=4
inherit eutils
@@ -11,7 +11,7 @@
LICENSE="LGPL-2.1"
SLOT="0.4"
-KEYWORDS="~amd64 ~mips ppc ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ~mips ppc ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="debug nls static-libs threads"
RDEPEND="threads? ( dev-libs/glib:2 )"
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/libvisual: ChangeLog libvisual-0.4.0-r2.ebuild
@ 2012-01-28 14:40 PaweA Hajdan (phajdan.jr)
0 siblings, 0 replies; 8+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2012-01-28 14:40 UTC (permalink / raw
To: gentoo-commits
phajdan.jr 12/01/28 14:40:11
Modified: ChangeLog libvisual-0.4.0-r2.ebuild
Log:
x86 stable wrt bug #400385
(Portage version: 2.1.10.44/cvs/Linux i686)
Revision Changes Path
1.38 media-libs/libvisual/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvisual/ChangeLog?rev=1.38&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvisual/ChangeLog?rev=1.38&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvisual/ChangeLog?r1=1.37&r2=1.38
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libvisual/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog 27 Jan 2012 15:40:02 -0000 1.37
+++ ChangeLog 28 Jan 2012 14:40:10 -0000 1.38
@@ -1,6 +1,10 @@
# ChangeLog for media-libs/libvisual
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisual/ChangeLog,v 1.37 2012/01/27 15:40:02 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisual/ChangeLog,v 1.38 2012/01/28 14:40:10 phajdan.jr Exp $
+
+ 28 Jan 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+ libvisual-0.4.0-r2.ebuild:
+ x86 stable wrt bug #400385
27 Jan 2012; Agostino Sarubbo <ago@gentoo.org> libvisual-0.4.0-r2.ebuild:
Stable for amd64, wrt bug #400385
1.4 media-libs/libvisual/libvisual-0.4.0-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvisual/libvisual-0.4.0-r2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvisual/libvisual-0.4.0-r2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvisual/libvisual-0.4.0-r2.ebuild?r1=1.3&r2=1.4
Index: libvisual-0.4.0-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libvisual/libvisual-0.4.0-r2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libvisual-0.4.0-r2.ebuild 27 Jan 2012 15:40:02 -0000 1.3
+++ libvisual-0.4.0-r2.ebuild 28 Jan 2012 14:40:10 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisual/libvisual-0.4.0-r2.ebuild,v 1.3 2012/01/27 15:40:02 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisual/libvisual-0.4.0-r2.ebuild,v 1.4 2012/01/28 14:40:10 phajdan.jr Exp $
EAPI=4
inherit eutils
@@ -11,7 +11,7 @@
LICENSE="LGPL-2.1"
SLOT="0.4"
-KEYWORDS="amd64 ~mips ppc ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ~mips ppc ppc64 ~sparc x86 ~x86-fbsd"
IUSE="debug nls static-libs threads"
RDEPEND="threads? ( dev-libs/glib:2 )"
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/libvisual: ChangeLog libvisual-0.4.0-r2.ebuild
@ 2012-02-08 14:54 Jeroen Roovers (jer)
0 siblings, 0 replies; 8+ messages in thread
From: Jeroen Roovers (jer) @ 2012-02-08 14:54 UTC (permalink / raw
To: gentoo-commits
jer 12/02/08 14:54:30
Modified: ChangeLog libvisual-0.4.0-r2.ebuild
Log:
Marked ~hppa (bug #401469).
(Portage version: 2.2.0_alpha85/cvs/Linux x86_64)
Revision Changes Path
1.39 media-libs/libvisual/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvisual/ChangeLog?rev=1.39&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvisual/ChangeLog?rev=1.39&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvisual/ChangeLog?r1=1.38&r2=1.39
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libvisual/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog 28 Jan 2012 14:40:10 -0000 1.38
+++ ChangeLog 8 Feb 2012 14:54:30 -0000 1.39
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/libvisual
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisual/ChangeLog,v 1.38 2012/01/28 14:40:10 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisual/ChangeLog,v 1.39 2012/02/08 14:54:30 jer Exp $
+
+ 08 Feb 2012; Jeroen Roovers <jer@gentoo.org> libvisual-0.4.0-r2.ebuild:
+ Marked ~hppa (bug #401469).
28 Jan 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org>
libvisual-0.4.0-r2.ebuild:
1.5 media-libs/libvisual/libvisual-0.4.0-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvisual/libvisual-0.4.0-r2.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvisual/libvisual-0.4.0-r2.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvisual/libvisual-0.4.0-r2.ebuild?r1=1.4&r2=1.5
Index: libvisual-0.4.0-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libvisual/libvisual-0.4.0-r2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libvisual-0.4.0-r2.ebuild 28 Jan 2012 14:40:10 -0000 1.4
+++ libvisual-0.4.0-r2.ebuild 8 Feb 2012 14:54:30 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisual/libvisual-0.4.0-r2.ebuild,v 1.4 2012/01/28 14:40:10 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisual/libvisual-0.4.0-r2.ebuild,v 1.5 2012/02/08 14:54:30 jer Exp $
EAPI=4
inherit eutils
@@ -11,7 +11,7 @@
LICENSE="LGPL-2.1"
SLOT="0.4"
-KEYWORDS="amd64 ~mips ppc ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="amd64 ~hppa ~mips ppc ppc64 ~sparc x86 ~x86-fbsd"
IUSE="debug nls static-libs threads"
RDEPEND="threads? ( dev-libs/glib:2 )"
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/libvisual: ChangeLog libvisual-0.4.0-r2.ebuild
@ 2012-04-16 3:36 Jeroen Roovers (jer)
0 siblings, 0 replies; 8+ messages in thread
From: Jeroen Roovers (jer) @ 2012-04-16 3:36 UTC (permalink / raw
To: gentoo-commits
jer 12/04/16 03:36:29
Modified: ChangeLog libvisual-0.4.0-r2.ebuild
Log:
Stable for HPPA (bug #412113).
(Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
Revision Changes Path
1.41 media-libs/libvisual/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvisual/ChangeLog?rev=1.41&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvisual/ChangeLog?rev=1.41&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvisual/ChangeLog?r1=1.40&r2=1.41
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libvisual/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog 17 Mar 2012 18:04:08 -0000 1.40
+++ ChangeLog 16 Apr 2012 03:36:29 -0000 1.41
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/libvisual
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisual/ChangeLog,v 1.40 2012/03/17 18:04:08 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisual/ChangeLog,v 1.41 2012/04/16 03:36:29 jer Exp $
+
+ 16 Apr 2012; Jeroen Roovers <jer@gentoo.org> libvisual-0.4.0-r2.ebuild:
+ Stable for HPPA (bug #412113).
17 Mar 2012; Raúl Porcel <armin76@gentoo.org> libvisual-0.4.0-r1.ebuild,
libvisual-0.4.0-r2.ebuild:
1.7 media-libs/libvisual/libvisual-0.4.0-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvisual/libvisual-0.4.0-r2.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvisual/libvisual-0.4.0-r2.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvisual/libvisual-0.4.0-r2.ebuild?r1=1.6&r2=1.7
Index: libvisual-0.4.0-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libvisual/libvisual-0.4.0-r2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- libvisual-0.4.0-r2.ebuild 17 Mar 2012 18:04:09 -0000 1.6
+++ libvisual-0.4.0-r2.ebuild 16 Apr 2012 03:36:29 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisual/libvisual-0.4.0-r2.ebuild,v 1.6 2012/03/17 18:04:09 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisual/libvisual-0.4.0-r2.ebuild,v 1.7 2012/04/16 03:36:29 jer Exp $
EAPI=4
inherit eutils
@@ -11,7 +11,7 @@
LICENSE="LGPL-2.1"
SLOT="0.4"
-KEYWORDS="amd64 ~hppa ~mips ppc ppc64 x86 ~x86-fbsd"
+KEYWORDS="amd64 hppa ~mips ppc ppc64 x86 ~x86-fbsd"
IUSE="debug nls static-libs threads"
RDEPEND="threads? ( dev-libs/glib:2 )"
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/libvisual: ChangeLog libvisual-0.4.0-r2.ebuild
@ 2012-05-17 15:28 Alexis Ballier (aballier)
0 siblings, 0 replies; 8+ messages in thread
From: Alexis Ballier (aballier) @ 2012-05-17 15:28 UTC (permalink / raw
To: gentoo-commits
aballier 12/05/17 15:28:11
Modified: ChangeLog libvisual-0.4.0-r2.ebuild
Log:
keyword ~amd64-fbsd
(Portage version: 2.2.0_alpha107/cvs/Linux x86_64)
Revision Changes Path
1.43 media-libs/libvisual/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvisual/ChangeLog?rev=1.43&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvisual/ChangeLog?rev=1.43&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvisual/ChangeLog?r1=1.42&r2=1.43
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libvisual/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog 5 May 2012 08:02:29 -0000 1.42
+++ ChangeLog 17 May 2012 15:28:11 -0000 1.43
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/libvisual
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisual/ChangeLog,v 1.42 2012/05/05 08:02:29 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisual/ChangeLog,v 1.43 2012/05/17 15:28:11 aballier Exp $
+
+ 17 May 2012; Alexis Ballier <aballier@gentoo.org> libvisual-0.4.0-r2.ebuild:
+ keyword ~amd64-fbsd
05 May 2012; Jeff Horelick <jdhore@gentoo.org> libvisual-0.4.0-r1.ebuild,
libvisual-0.4.0-r2.ebuild:
1.9 media-libs/libvisual/libvisual-0.4.0-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvisual/libvisual-0.4.0-r2.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvisual/libvisual-0.4.0-r2.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvisual/libvisual-0.4.0-r2.ebuild?r1=1.8&r2=1.9
Index: libvisual-0.4.0-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libvisual/libvisual-0.4.0-r2.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- libvisual-0.4.0-r2.ebuild 5 May 2012 08:02:29 -0000 1.8
+++ libvisual-0.4.0-r2.ebuild 17 May 2012 15:28:11 -0000 1.9
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisual/libvisual-0.4.0-r2.ebuild,v 1.8 2012/05/05 08:02:29 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisual/libvisual-0.4.0-r2.ebuild,v 1.9 2012/05/17 15:28:11 aballier Exp $
EAPI=4
inherit eutils
@@ -11,7 +11,7 @@
LICENSE="LGPL-2.1"
SLOT="0.4"
-KEYWORDS="amd64 hppa ~mips ppc ppc64 x86 ~x86-fbsd"
+KEYWORDS="amd64 hppa ~mips ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd"
IUSE="debug nls static-libs threads"
RDEPEND="threads? ( dev-libs/glib:2 )"
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/libvisual: ChangeLog libvisual-0.4.0-r2.ebuild
@ 2012-05-17 15:31 Alexis Ballier (aballier)
0 siblings, 0 replies; 8+ messages in thread
From: Alexis Ballier (aballier) @ 2012-05-17 15:31 UTC (permalink / raw
To: gentoo-commits
aballier 12/05/17 15:31:49
Modified: ChangeLog libvisual-0.4.0-r2.ebuild
Log:
elibtoolize it for freebsd
(Portage version: 2.2.0_alpha107/cvs/Linux x86_64)
Revision Changes Path
1.44 media-libs/libvisual/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvisual/ChangeLog?rev=1.44&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvisual/ChangeLog?rev=1.44&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvisual/ChangeLog?r1=1.43&r2=1.44
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libvisual/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog 17 May 2012 15:28:11 -0000 1.43
+++ ChangeLog 17 May 2012 15:31:47 -0000 1.44
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/libvisual
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisual/ChangeLog,v 1.43 2012/05/17 15:28:11 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisual/ChangeLog,v 1.44 2012/05/17 15:31:47 aballier Exp $
+
+ 17 May 2012; Alexis Ballier <aballier@gentoo.org> libvisual-0.4.0-r2.ebuild:
+ elibtoolize it for freebsd
17 May 2012; Alexis Ballier <aballier@gentoo.org> libvisual-0.4.0-r2.ebuild:
keyword ~amd64-fbsd
1.10 media-libs/libvisual/libvisual-0.4.0-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvisual/libvisual-0.4.0-r2.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvisual/libvisual-0.4.0-r2.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvisual/libvisual-0.4.0-r2.ebuild?r1=1.9&r2=1.10
Index: libvisual-0.4.0-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libvisual/libvisual-0.4.0-r2.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- libvisual-0.4.0-r2.ebuild 17 May 2012 15:28:11 -0000 1.9
+++ libvisual-0.4.0-r2.ebuild 17 May 2012 15:31:47 -0000 1.10
@@ -1,9 +1,9 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisual/libvisual-0.4.0-r2.ebuild,v 1.9 2012/05/17 15:28:11 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisual/libvisual-0.4.0-r2.ebuild,v 1.10 2012/05/17 15:31:47 aballier Exp $
EAPI=4
-inherit eutils
+inherit eutils libtool
DESCRIPTION="Libvisual is an abstraction library that comes between applications and audio visualisation plugins."
HOMEPAGE="http://libvisual.sourceforge.net"
@@ -25,6 +25,7 @@
epatch \
"${FILESDIR}"/${P}-better-altivec-detection.patch \
"${FILESDIR}"/${P}-inlinedefineconflict.patch
+ elibtoolize #sane .so versionning on fbsd and .so -> .so.version symlink
}
src_configure() {
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2012-05-17 15:32 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-08 14:54 [gentoo-commits] gentoo-x86 commit in media-libs/libvisual: ChangeLog libvisual-0.4.0-r2.ebuild Jeroen Roovers (jer)
-- strict thread matches above, loose matches on Subject: below --
2012-05-17 15:31 Alexis Ballier (aballier)
2012-05-17 15:28 Alexis Ballier (aballier)
2012-04-16 3:36 Jeroen Roovers (jer)
2012-01-28 14:40 PaweA Hajdan (phajdan.jr)
2012-01-27 15:40 Agostino Sarubbo (ago)
2011-07-25 14:36 Kacper Kowalik (xarthisius)
2011-07-25 14:27 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