* [gentoo-commits] gentoo-x86 commit in media-plugins/alsa-plugins: ChangeLog alsa-plugins-1.0.16.ebuild
@ 2008-03-13 14:30 Tony Vroon (chainsaw)
0 siblings, 0 replies; 9+ messages in thread
From: Tony Vroon (chainsaw) @ 2008-03-13 14:30 UTC (permalink / raw
To: gentoo-commits
chainsaw 08/03/13 14:30:56
Modified: ChangeLog
Added: alsa-plugins-1.0.16.ebuild
Log:
Version bump, for bug #210249.
(Portage version: 2.1.4.4)
Revision Changes Path
1.67 media-plugins/alsa-plugins/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/alsa-plugins/ChangeLog?rev=1.67&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/alsa-plugins/ChangeLog?rev=1.67&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/alsa-plugins/ChangeLog?r1=1.66&r2=1.67
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/alsa-plugins/ChangeLog,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- ChangeLog 31 Jan 2008 14:38:19 -0000 1.66
+++ ChangeLog 13 Mar 2008 14:30:56 -0000 1.67
@@ -1,6 +1,11 @@
# ChangeLog for media-plugins/alsa-plugins
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/alsa-plugins/ChangeLog,v 1.66 2008/01/31 14:38:19 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/alsa-plugins/ChangeLog,v 1.67 2008/03/13 14:30:56 chainsaw Exp $
+
+*alsa-plugins-1.0.16 (13 Mar 2008)
+
+ 13 Mar 2008; Tony Vroon <chainsaw@gentoo.org> +alsa-plugins-1.0.16.ebuild:
+ Version bump, for bug #210249.
*alsa-plugins-1.0.16_rc1 (31 Jan 2008)
1.1 media-plugins/alsa-plugins/alsa-plugins-1.0.16.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/alsa-plugins/alsa-plugins-1.0.16.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/alsa-plugins/alsa-plugins-1.0.16.ebuild?rev=1.1&content-type=text/plain
Index: alsa-plugins-1.0.16.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-plugins/alsa-plugins/alsa-plugins-1.0.16.ebuild,v 1.1 2008/03/13 14:30:56 chainsaw Exp $
WANT_AUTOMAKE=latest
WANT_AUTOCONF=latest
inherit libtool autotools eutils flag-o-matic
MY_P="${P/_/}"
DESCRIPTION="ALSA extra plugins"
HOMEPAGE="http://www.alsa-project.org/"
SRC_URI="mirror://alsaproject/plugins/${MY_P}.tar.bz2"
LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
IUSE="debug ffmpeg jack libsamplerate pulseaudio speex"
RDEPEND=">=media-libs/alsa-lib-${PV}
ffmpeg? ( media-video/ffmpeg )
jack? ( >=media-sound/jack-audio-connection-kit-0.98 )
libsamplerate? ( media-libs/libsamplerate )
pulseaudio? ( media-sound/pulseaudio )
speex? ( media-libs/speex )
!media-plugins/alsa-jack"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
S="${WORKDIR}/${MY_P}"
src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}/${PN}-1.0.14_rc1-automagic.patch"
epatch "${FILESDIR}/${PN}-1.0.14_rc1-init-ffmpeg.patch"
# For some reasons the polyp/pulse plugin does fail with alsaplayer with a
# failed assert. As the code works just fine with asserts disabled, for now
# disable them waiting for a better solution.
sed -i -e '/AM_CFLAGS/s:-Wall:-DNDEBUG -Wall:' \
"${S}/pulse/Makefile.am"
eautoreconf
elibtoolize
}
src_compile() {
use debug || append-flags -DNDEBUG
# D-Bus is used for Maemo SDK, that standing to the
# changelog is related to n770... disable it until
# someone ask for it explicitely, to be on the safe
# side.
econf \
$(use_enable ffmpeg avcodec) \
$(use_enable jack) \
$(use_enable libsamplerate samplerate) \
$(use_enable pulseaudio) \
$(use_with speex speex lib) \
--disable-dbus \
--disable-dependency-tracking \
|| die "econf failed"
emake || die "emake failed"
}
src_install() {
emake DESTDIR="${D}" install
cd "${S}/doc"
dodoc upmix.txt vdownmix.txt README-pcm-oss
use jack && dodoc README-jack
use libsamplerate && dodoc samplerate.txt
use pulseaudio && dodoc README-pulse
use ffmpeg && dodoc lavcrate.txt a52.txt
}
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-plugins/alsa-plugins: ChangeLog alsa-plugins-1.0.16.ebuild
@ 2008-04-11 15:11 Markus Rothe (corsair)
0 siblings, 0 replies; 9+ messages in thread
From: Markus Rothe (corsair) @ 2008-04-11 15:11 UTC (permalink / raw
To: gentoo-commits
corsair 08/04/11 15:11:14
Modified: ChangeLog alsa-plugins-1.0.16.ebuild
Log:
Stable on ppc64; bug #217075
(Portage version: 2.1.4.4)
Revision Changes Path
1.68 media-plugins/alsa-plugins/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/alsa-plugins/ChangeLog?rev=1.68&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/alsa-plugins/ChangeLog?rev=1.68&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/alsa-plugins/ChangeLog?r1=1.67&r2=1.68
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/alsa-plugins/ChangeLog,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- ChangeLog 13 Mar 2008 14:30:56 -0000 1.67
+++ ChangeLog 11 Apr 2008 15:11:13 -0000 1.68
@@ -1,6 +1,9 @@
# ChangeLog for media-plugins/alsa-plugins
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/alsa-plugins/ChangeLog,v 1.67 2008/03/13 14:30:56 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/alsa-plugins/ChangeLog,v 1.68 2008/04/11 15:11:13 corsair Exp $
+
+ 11 Apr 2008; Markus Rothe <corsair@gentoo.org> alsa-plugins-1.0.16.ebuild:
+ Stable on ppc64; bug #217075
*alsa-plugins-1.0.16 (13 Mar 2008)
1.2 media-plugins/alsa-plugins/alsa-plugins-1.0.16.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/alsa-plugins/alsa-plugins-1.0.16.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/alsa-plugins/alsa-plugins-1.0.16.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/alsa-plugins/alsa-plugins-1.0.16.ebuild?r1=1.1&r2=1.2
Index: alsa-plugins-1.0.16.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/alsa-plugins/alsa-plugins-1.0.16.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- alsa-plugins-1.0.16.ebuild 13 Mar 2008 14:30:56 -0000 1.1
+++ alsa-plugins-1.0.16.ebuild 11 Apr 2008 15:11:13 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/alsa-plugins/alsa-plugins-1.0.16.ebuild,v 1.1 2008/03/13 14:30:56 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/alsa-plugins/alsa-plugins-1.0.16.ebuild,v 1.2 2008/04/11 15:11:13 corsair Exp $
WANT_AUTOMAKE=latest
WANT_AUTOCONF=latest
@@ -15,7 +15,7 @@
LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ppc64 ~sh ~sparc ~x86"
IUSE="debug ffmpeg jack libsamplerate pulseaudio speex"
RDEPEND=">=media-libs/alsa-lib-${PV}
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-plugins/alsa-plugins: ChangeLog alsa-plugins-1.0.16.ebuild
@ 2008-04-12 1:12 Mike Doty (kingtaco)
0 siblings, 0 replies; 9+ messages in thread
From: Mike Doty (kingtaco) @ 2008-04-12 1:12 UTC (permalink / raw
To: gentoo-commits
kingtaco 08/04/12 01:12:12
Modified: ChangeLog alsa-plugins-1.0.16.ebuild
Log:
x86 stable, bug 217075
(Portage version: 2.1.5_rc2)
Revision Changes Path
1.69 media-plugins/alsa-plugins/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/alsa-plugins/ChangeLog?rev=1.69&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/alsa-plugins/ChangeLog?rev=1.69&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/alsa-plugins/ChangeLog?r1=1.68&r2=1.69
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/alsa-plugins/ChangeLog,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- ChangeLog 11 Apr 2008 15:11:13 -0000 1.68
+++ ChangeLog 12 Apr 2008 01:12:12 -0000 1.69
@@ -1,6 +1,9 @@
# ChangeLog for media-plugins/alsa-plugins
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/alsa-plugins/ChangeLog,v 1.68 2008/04/11 15:11:13 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/alsa-plugins/ChangeLog,v 1.69 2008/04/12 01:12:12 kingtaco Exp $
+
+ 12 Apr 2008; Mike Doty <kingtaco@gentoo.org> alsa-plugins-1.0.16.ebuild:
+ x86 stable, bug 217075
11 Apr 2008; Markus Rothe <corsair@gentoo.org> alsa-plugins-1.0.16.ebuild:
Stable on ppc64; bug #217075
1.3 media-plugins/alsa-plugins/alsa-plugins-1.0.16.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/alsa-plugins/alsa-plugins-1.0.16.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/alsa-plugins/alsa-plugins-1.0.16.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/alsa-plugins/alsa-plugins-1.0.16.ebuild?r1=1.2&r2=1.3
Index: alsa-plugins-1.0.16.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/alsa-plugins/alsa-plugins-1.0.16.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- alsa-plugins-1.0.16.ebuild 11 Apr 2008 15:11:13 -0000 1.2
+++ alsa-plugins-1.0.16.ebuild 12 Apr 2008 01:12:12 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/alsa-plugins/alsa-plugins-1.0.16.ebuild,v 1.2 2008/04/11 15:11:13 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/alsa-plugins/alsa-plugins-1.0.16.ebuild,v 1.3 2008/04/12 01:12:12 kingtaco Exp $
WANT_AUTOMAKE=latest
WANT_AUTOCONF=latest
@@ -15,7 +15,7 @@
LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ppc64 ~sh ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ppc64 ~sh ~sparc x86"
IUSE="debug ffmpeg jack libsamplerate pulseaudio speex"
RDEPEND=">=media-libs/alsa-lib-${PV}
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-plugins/alsa-plugins: ChangeLog alsa-plugins-1.0.16.ebuild
@ 2008-04-12 13:52 Gysbert Wassenaar (nixnut)
0 siblings, 0 replies; 9+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2008-04-12 13:52 UTC (permalink / raw
To: gentoo-commits
nixnut 08/04/12 13:52:49
Modified: ChangeLog alsa-plugins-1.0.16.ebuild
Log:
Stable on ppc wrt bug 217075
(Portage version: 2.1.4.4)
Revision Changes Path
1.70 media-plugins/alsa-plugins/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/alsa-plugins/ChangeLog?rev=1.70&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/alsa-plugins/ChangeLog?rev=1.70&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/alsa-plugins/ChangeLog?r1=1.69&r2=1.70
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/alsa-plugins/ChangeLog,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- ChangeLog 12 Apr 2008 01:12:12 -0000 1.69
+++ ChangeLog 12 Apr 2008 13:52:49 -0000 1.70
@@ -1,6 +1,9 @@
# ChangeLog for media-plugins/alsa-plugins
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/alsa-plugins/ChangeLog,v 1.69 2008/04/12 01:12:12 kingtaco Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/alsa-plugins/ChangeLog,v 1.70 2008/04/12 13:52:49 nixnut Exp $
+
+ 12 Apr 2008; nixnut <nixnut@gentoo.org> alsa-plugins-1.0.16.ebuild:
+ Stable on ppc wrt bug 217075
12 Apr 2008; Mike Doty <kingtaco@gentoo.org> alsa-plugins-1.0.16.ebuild:
x86 stable, bug 217075
1.4 media-plugins/alsa-plugins/alsa-plugins-1.0.16.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/alsa-plugins/alsa-plugins-1.0.16.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/alsa-plugins/alsa-plugins-1.0.16.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/alsa-plugins/alsa-plugins-1.0.16.ebuild?r1=1.3&r2=1.4
Index: alsa-plugins-1.0.16.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/alsa-plugins/alsa-plugins-1.0.16.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- alsa-plugins-1.0.16.ebuild 12 Apr 2008 01:12:12 -0000 1.3
+++ alsa-plugins-1.0.16.ebuild 12 Apr 2008 13:52:49 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/alsa-plugins/alsa-plugins-1.0.16.ebuild,v 1.3 2008/04/12 01:12:12 kingtaco Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/alsa-plugins/alsa-plugins-1.0.16.ebuild,v 1.4 2008/04/12 13:52:49 nixnut Exp $
WANT_AUTOMAKE=latest
WANT_AUTOCONF=latest
@@ -15,7 +15,7 @@
LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ppc64 ~sh ~sparc x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sh ~sparc x86"
IUSE="debug ffmpeg jack libsamplerate pulseaudio speex"
RDEPEND=">=media-libs/alsa-lib-${PV}
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-plugins/alsa-plugins: ChangeLog alsa-plugins-1.0.16.ebuild
@ 2008-04-15 2:59 Jeroen Roovers (jer)
0 siblings, 0 replies; 9+ messages in thread
From: Jeroen Roovers (jer) @ 2008-04-15 2:59 UTC (permalink / raw
To: gentoo-commits
jer 08/04/15 02:59:35
Modified: ChangeLog alsa-plugins-1.0.16.ebuild
Log:
Stable for HPPA (bug #217075).
(Portage version: 2.1.5_rc3)
Revision Changes Path
1.71 media-plugins/alsa-plugins/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/alsa-plugins/ChangeLog?rev=1.71&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/alsa-plugins/ChangeLog?rev=1.71&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/alsa-plugins/ChangeLog?r1=1.70&r2=1.71
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/alsa-plugins/ChangeLog,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- ChangeLog 12 Apr 2008 13:52:49 -0000 1.70
+++ ChangeLog 15 Apr 2008 02:59:34 -0000 1.71
@@ -1,6 +1,9 @@
# ChangeLog for media-plugins/alsa-plugins
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/alsa-plugins/ChangeLog,v 1.70 2008/04/12 13:52:49 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/alsa-plugins/ChangeLog,v 1.71 2008/04/15 02:59:34 jer Exp $
+
+ 15 Apr 2008; Jeroen Roovers <jer@gentoo.org> alsa-plugins-1.0.16.ebuild:
+ Stable for HPPA (bug #217075).
12 Apr 2008; nixnut <nixnut@gentoo.org> alsa-plugins-1.0.16.ebuild:
Stable on ppc wrt bug 217075
1.5 media-plugins/alsa-plugins/alsa-plugins-1.0.16.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/alsa-plugins/alsa-plugins-1.0.16.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/alsa-plugins/alsa-plugins-1.0.16.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/alsa-plugins/alsa-plugins-1.0.16.ebuild?r1=1.4&r2=1.5
Index: alsa-plugins-1.0.16.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/alsa-plugins/alsa-plugins-1.0.16.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- alsa-plugins-1.0.16.ebuild 12 Apr 2008 13:52:49 -0000 1.4
+++ alsa-plugins-1.0.16.ebuild 15 Apr 2008 02:59:34 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/alsa-plugins/alsa-plugins-1.0.16.ebuild,v 1.4 2008/04/12 13:52:49 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/alsa-plugins/alsa-plugins-1.0.16.ebuild,v 1.5 2008/04/15 02:59:34 jer Exp $
WANT_AUTOMAKE=latest
WANT_AUTOCONF=latest
@@ -15,7 +15,7 @@
LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sh ~sparc x86"
+KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ppc ppc64 ~sh ~sparc x86"
IUSE="debug ffmpeg jack libsamplerate pulseaudio speex"
RDEPEND=">=media-libs/alsa-lib-${PV}
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-plugins/alsa-plugins: ChangeLog alsa-plugins-1.0.16.ebuild
@ 2008-04-16 18:52 Tobias Klausmann (klausman)
0 siblings, 0 replies; 9+ messages in thread
From: Tobias Klausmann (klausman) @ 2008-04-16 18:52 UTC (permalink / raw
To: gentoo-commits
klausman 08/04/16 18:52:29
Modified: ChangeLog alsa-plugins-1.0.16.ebuild
Log:
Stable on alpha, bug #217075
(Portage version: 2.1.5_rc3)
Revision Changes Path
1.72 media-plugins/alsa-plugins/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/alsa-plugins/ChangeLog?rev=1.72&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/alsa-plugins/ChangeLog?rev=1.72&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/alsa-plugins/ChangeLog?r1=1.71&r2=1.72
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/alsa-plugins/ChangeLog,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- ChangeLog 15 Apr 2008 02:59:34 -0000 1.71
+++ ChangeLog 16 Apr 2008 18:52:28 -0000 1.72
@@ -1,6 +1,10 @@
# ChangeLog for media-plugins/alsa-plugins
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/alsa-plugins/ChangeLog,v 1.71 2008/04/15 02:59:34 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/alsa-plugins/ChangeLog,v 1.72 2008/04/16 18:52:28 klausman Exp $
+
+ 16 Apr 2008; Tobias Klausmann <klausman@gentoo.org>
+ alsa-plugins-1.0.16.ebuild:
+ Stable on alpha, bug #217075
15 Apr 2008; Jeroen Roovers <jer@gentoo.org> alsa-plugins-1.0.16.ebuild:
Stable for HPPA (bug #217075).
1.6 media-plugins/alsa-plugins/alsa-plugins-1.0.16.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/alsa-plugins/alsa-plugins-1.0.16.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/alsa-plugins/alsa-plugins-1.0.16.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/alsa-plugins/alsa-plugins-1.0.16.ebuild?r1=1.5&r2=1.6
Index: alsa-plugins-1.0.16.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/alsa-plugins/alsa-plugins-1.0.16.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- alsa-plugins-1.0.16.ebuild 15 Apr 2008 02:59:34 -0000 1.5
+++ alsa-plugins-1.0.16.ebuild 16 Apr 2008 18:52:28 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/alsa-plugins/alsa-plugins-1.0.16.ebuild,v 1.5 2008/04/15 02:59:34 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/alsa-plugins/alsa-plugins-1.0.16.ebuild,v 1.6 2008/04/16 18:52:28 klausman Exp $
WANT_AUTOMAKE=latest
WANT_AUTOCONF=latest
@@ -15,7 +15,7 @@
LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ppc ppc64 ~sh ~sparc x86"
+KEYWORDS="alpha ~amd64 ~arm hppa ~ia64 ppc ppc64 ~sh ~sparc x86"
IUSE="debug ffmpeg jack libsamplerate pulseaudio speex"
RDEPEND=">=media-libs/alsa-lib-${PV}
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-plugins/alsa-plugins: ChangeLog alsa-plugins-1.0.16.ebuild
@ 2008-04-18 18:39 Ferris McCormick (fmccor)
0 siblings, 0 replies; 9+ messages in thread
From: Ferris McCormick (fmccor) @ 2008-04-18 18:39 UTC (permalink / raw
To: gentoo-commits
fmccor 08/04/18 18:39:35
Modified: ChangeLog alsa-plugins-1.0.16.ebuild
Log:
Sparc stable, Bug #217075.
(Portage version: 2.2_pre5)
Revision Changes Path
1.73 media-plugins/alsa-plugins/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/alsa-plugins/ChangeLog?rev=1.73&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/alsa-plugins/ChangeLog?rev=1.73&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/alsa-plugins/ChangeLog?r1=1.72&r2=1.73
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/alsa-plugins/ChangeLog,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- ChangeLog 16 Apr 2008 18:52:28 -0000 1.72
+++ ChangeLog 18 Apr 2008 18:39:34 -0000 1.73
@@ -1,6 +1,10 @@
# ChangeLog for media-plugins/alsa-plugins
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/alsa-plugins/ChangeLog,v 1.72 2008/04/16 18:52:28 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/alsa-plugins/ChangeLog,v 1.73 2008/04/18 18:39:34 fmccor Exp $
+
+ 18 Apr 2008; Ferris McCormick <fmccor@gentoo.org>
+ alsa-plugins-1.0.16.ebuild:
+ Sparc stable, Bug #217075.
16 Apr 2008; Tobias Klausmann <klausman@gentoo.org>
alsa-plugins-1.0.16.ebuild:
1.7 media-plugins/alsa-plugins/alsa-plugins-1.0.16.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/alsa-plugins/alsa-plugins-1.0.16.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/alsa-plugins/alsa-plugins-1.0.16.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/alsa-plugins/alsa-plugins-1.0.16.ebuild?r1=1.6&r2=1.7
Index: alsa-plugins-1.0.16.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/alsa-plugins/alsa-plugins-1.0.16.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- alsa-plugins-1.0.16.ebuild 16 Apr 2008 18:52:28 -0000 1.6
+++ alsa-plugins-1.0.16.ebuild 18 Apr 2008 18:39:34 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/alsa-plugins/alsa-plugins-1.0.16.ebuild,v 1.6 2008/04/16 18:52:28 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/alsa-plugins/alsa-plugins-1.0.16.ebuild,v 1.7 2008/04/18 18:39:34 fmccor Exp $
WANT_AUTOMAKE=latest
WANT_AUTOCONF=latest
@@ -15,7 +15,7 @@
LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm hppa ~ia64 ppc ppc64 ~sh ~sparc x86"
+KEYWORDS="alpha ~amd64 ~arm hppa ~ia64 ppc ppc64 ~sh sparc x86"
IUSE="debug ffmpeg jack libsamplerate pulseaudio speex"
RDEPEND=">=media-libs/alsa-lib-${PV}
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-plugins/alsa-plugins: ChangeLog alsa-plugins-1.0.16.ebuild
@ 2008-05-13 14:49 Steve Dibb (beandog)
0 siblings, 0 replies; 9+ messages in thread
From: Steve Dibb (beandog) @ 2008-05-13 14:49 UTC (permalink / raw
To: gentoo-commits
beandog 08/05/13 14:49:26
Modified: ChangeLog alsa-plugins-1.0.16.ebuild
Log:
amd64 stable, bug 217075
(Portage version: 2.1.5_rc10)
Revision Changes Path
1.74 media-plugins/alsa-plugins/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/alsa-plugins/ChangeLog?rev=1.74&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/alsa-plugins/ChangeLog?rev=1.74&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/alsa-plugins/ChangeLog?r1=1.73&r2=1.74
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/alsa-plugins/ChangeLog,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- ChangeLog 18 Apr 2008 18:39:34 -0000 1.73
+++ ChangeLog 13 May 2008 14:49:26 -0000 1.74
@@ -1,6 +1,9 @@
# ChangeLog for media-plugins/alsa-plugins
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/alsa-plugins/ChangeLog,v 1.73 2008/04/18 18:39:34 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/alsa-plugins/ChangeLog,v 1.74 2008/05/13 14:49:26 beandog Exp $
+
+ 13 May 2008; Steve Dibb <beandog@gentoo.org> alsa-plugins-1.0.16.ebuild:
+ amd64 stable, bug 217075
18 Apr 2008; Ferris McCormick <fmccor@gentoo.org>
alsa-plugins-1.0.16.ebuild:
1.8 media-plugins/alsa-plugins/alsa-plugins-1.0.16.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/alsa-plugins/alsa-plugins-1.0.16.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/alsa-plugins/alsa-plugins-1.0.16.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/alsa-plugins/alsa-plugins-1.0.16.ebuild?r1=1.7&r2=1.8
Index: alsa-plugins-1.0.16.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/alsa-plugins/alsa-plugins-1.0.16.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- alsa-plugins-1.0.16.ebuild 18 Apr 2008 18:39:34 -0000 1.7
+++ alsa-plugins-1.0.16.ebuild 13 May 2008 14:49:26 -0000 1.8
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/alsa-plugins/alsa-plugins-1.0.16.ebuild,v 1.7 2008/04/18 18:39:34 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/alsa-plugins/alsa-plugins-1.0.16.ebuild,v 1.8 2008/05/13 14:49:26 beandog Exp $
WANT_AUTOMAKE=latest
WANT_AUTOCONF=latest
@@ -15,7 +15,7 @@
LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm hppa ~ia64 ppc ppc64 ~sh sparc x86"
+KEYWORDS="alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~sh sparc x86"
IUSE="debug ffmpeg jack libsamplerate pulseaudio speex"
RDEPEND=">=media-libs/alsa-lib-${PV}
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-plugins/alsa-plugins: ChangeLog alsa-plugins-1.0.16.ebuild
@ 2008-06-05 7:43 Raul Porcel (armin76)
0 siblings, 0 replies; 9+ messages in thread
From: Raul Porcel (armin76) @ 2008-06-05 7:43 UTC (permalink / raw
To: gentoo-commits
armin76 08/06/05 07:43:57
Modified: ChangeLog alsa-plugins-1.0.16.ebuild
Log:
ia64 stable
(Portage version: 2.1.4.4)
Revision Changes Path
1.75 media-plugins/alsa-plugins/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/alsa-plugins/ChangeLog?rev=1.75&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/alsa-plugins/ChangeLog?rev=1.75&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/alsa-plugins/ChangeLog?r1=1.74&r2=1.75
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/alsa-plugins/ChangeLog,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- ChangeLog 13 May 2008 14:49:26 -0000 1.74
+++ ChangeLog 5 Jun 2008 07:43:57 -0000 1.75
@@ -1,6 +1,9 @@
# ChangeLog for media-plugins/alsa-plugins
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/alsa-plugins/ChangeLog,v 1.74 2008/05/13 14:49:26 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/alsa-plugins/ChangeLog,v 1.75 2008/06/05 07:43:57 armin76 Exp $
+
+ 05 Jun 2008; Raúl Porcel <armin76@gentoo.org> alsa-plugins-1.0.16.ebuild:
+ ia64 stable
13 May 2008; Steve Dibb <beandog@gentoo.org> alsa-plugins-1.0.16.ebuild:
amd64 stable, bug 217075
1.9 media-plugins/alsa-plugins/alsa-plugins-1.0.16.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/alsa-plugins/alsa-plugins-1.0.16.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/alsa-plugins/alsa-plugins-1.0.16.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/alsa-plugins/alsa-plugins-1.0.16.ebuild?r1=1.8&r2=1.9
Index: alsa-plugins-1.0.16.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/alsa-plugins/alsa-plugins-1.0.16.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- alsa-plugins-1.0.16.ebuild 13 May 2008 14:49:26 -0000 1.8
+++ alsa-plugins-1.0.16.ebuild 5 Jun 2008 07:43:57 -0000 1.9
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/alsa-plugins/alsa-plugins-1.0.16.ebuild,v 1.8 2008/05/13 14:49:26 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/alsa-plugins/alsa-plugins-1.0.16.ebuild,v 1.9 2008/06/05 07:43:57 armin76 Exp $
WANT_AUTOMAKE=latest
WANT_AUTOCONF=latest
@@ -15,7 +15,7 @@
LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~sh sparc x86"
+KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 ~sh sparc x86"
IUSE="debug ffmpeg jack libsamplerate pulseaudio speex"
RDEPEND=">=media-libs/alsa-lib-${PV}
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2008-06-05 7:44 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-05 7:43 [gentoo-commits] gentoo-x86 commit in media-plugins/alsa-plugins: ChangeLog alsa-plugins-1.0.16.ebuild Raul Porcel (armin76)
-- strict thread matches above, loose matches on Subject: below --
2008-05-13 14:49 Steve Dibb (beandog)
2008-04-18 18:39 Ferris McCormick (fmccor)
2008-04-16 18:52 Tobias Klausmann (klausman)
2008-04-15 2:59 Jeroen Roovers (jer)
2008-04-12 13:52 Gysbert Wassenaar (nixnut)
2008-04-12 1:12 Mike Doty (kingtaco)
2008-04-11 15:11 Markus Rothe (corsair)
2008-03-13 14:30 Tony Vroon (chainsaw)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox