* [gentoo-commits] gentoo-x86 commit in media-plugins/audacious-plugins: ChangeLog audacious-plugins-2.0.1.ebuild
@ 2009-05-24 15:43 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 4+ messages in thread
From: Samuli Suominen (ssuominen) @ 2009-05-24 15:43 UTC (permalink / raw
To: gentoo-commits
ssuominen 09/05/24 15:43:29
Modified: ChangeLog audacious-plugins-2.0.1.ebuild
Log:
Move libcdio behind USE cdaudio wrt #270246.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Revision Changes Path
1.113 media-plugins/audacious-plugins/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/audacious-plugins/ChangeLog?rev=1.113&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/audacious-plugins/ChangeLog?rev=1.113&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/audacious-plugins/ChangeLog?r1=1.112&r2=1.113
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/ChangeLog,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -r1.112 -r1.113
--- ChangeLog 14 May 2009 16:09:28 -0000 1.112
+++ ChangeLog 24 May 2009 15:43:29 -0000 1.113
@@ -1,6 +1,10 @@
# ChangeLog for media-plugins/audacious-plugins
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/ChangeLog,v 1.112 2009/05/14 16:09:28 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/ChangeLog,v 1.113 2009/05/24 15:43:29 ssuominen Exp $
+
+ 24 May 2009; Samuli Suominen <ssuominen@gentoo.org>
+ audacious-plugins-2.0.1.ebuild:
+ Move libcdio behind USE cdaudio wrt #270246.
*audacious-plugins-2.0.1 (14 May 2009)
1.2 media-plugins/audacious-plugins/audacious-plugins-2.0.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-2.0.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-2.0.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-2.0.1.ebuild?r1=1.1&r2=1.2
Index: audacious-plugins-2.0.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-2.0.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- audacious-plugins-2.0.1.ebuild 14 May 2009 16:09:28 -0000 1.1
+++ audacious-plugins-2.0.1.ebuild 24 May 2009 15:43:29 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-2.0.1.ebuild,v 1.1 2009/05/14 16:09:28 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-2.0.1.ebuild,v 1.2 2009/05/24 15:43:29 ssuominen Exp $
inherit eutils flag-o-matic
@@ -17,7 +17,6 @@
nls oss projectm pulseaudio scrobbler sdl sid sndfile sse2 timidity tta vorbis wavpack wma"
RDEPEND="app-arch/unzip
- >=dev-libs/libcdio-0.79-r1
>=dev-libs/dbus-glib-0.60
dev-libs/libxml2
>=media-sound/audacious-2.0.1
@@ -25,7 +24,8 @@
>=x11-libs/gtk+-2.14
adplug? ( >=dev-cpp/libbinio-1.4 )
alsa? ( >=media-libs/alsa-lib-1.0.16 )
- cdaudio? ( >=media-libs/libcddb-1.2.1 )
+ cdaudio? ( >=media-libs/libcddb-1.2.1
+ >=dev-libs/libcdio-0.79-r1 )
esd? ( >=media-sound/esound-0.2.38-r1 )
flac? ( >=media-libs/libvorbis-1.0
>=media-libs/flac-1.2.1-r1 )
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-plugins/audacious-plugins: ChangeLog audacious-plugins-2.0.1.ebuild
@ 2009-06-17 12:07 Tony Vroon (chainsaw)
0 siblings, 0 replies; 4+ messages in thread
From: Tony Vroon (chainsaw) @ 2009-06-17 12:07 UTC (permalink / raw
To: gentoo-commits
chainsaw 09/06/17 12:07:28
Modified: ChangeLog audacious-plugins-2.0.1.ebuild
Log:
Upstream patch from Matti Hamalainen <ccr@tnsp.org> allows unusual USE-flag combination of icecast without vorbis, closes bug #274309 by Diego E. 'Flameeyes' Pettenò <flameeyes@gentoo.org>. No revision bump, just a build fix. Marking stable on AMD64 as there have been no significant bugs reported for this package. Tested on a Core2 Duo with Realtek ALC226 @ ICH9M HD-Audio.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Revision Changes Path
1.115 media-plugins/audacious-plugins/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/audacious-plugins/ChangeLog?rev=1.115&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/audacious-plugins/ChangeLog?rev=1.115&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/audacious-plugins/ChangeLog?r1=1.114&r2=1.115
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/ChangeLog,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -r1.114 -r1.115
--- ChangeLog 16 Jun 2009 14:04:09 -0000 1.114
+++ ChangeLog 17 Jun 2009 12:07:28 -0000 1.115
@@ -1,6 +1,16 @@
# ChangeLog for media-plugins/audacious-plugins
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/ChangeLog,v 1.114 2009/06/16 14:04:09 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/ChangeLog,v 1.115 2009/06/17 12:07:28 chainsaw Exp $
+
+ 17 Jun 2009; <chainsaw@gentoo.org>
+ +files/2.0.1-icecast-flawed-vorbis-enum.patch,
+ audacious-plugins-2.0.1.ebuild:
+ Upstream patch from Matti Hamalainen <ccr@tnsp.org> allows unusual
+ USE-flag combination of icecast without vorbis, closes bug #274309 by
+ Diego E. 'Flameeyes' Pettenò <flameeyes@gentoo.org>. No revision bump,
+ just a build fix. Marking stable on AMD64 as there have been no
+ significant bugs reported for this package. Tested on a Core2 Duo with
+ Realtek ALC226 @ ICH9M HD-Audio.
*audacious-plugins-2.1_alpha1 (16 Jun 2009)
1.3 media-plugins/audacious-plugins/audacious-plugins-2.0.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-2.0.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-2.0.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-2.0.1.ebuild?r1=1.2&r2=1.3
Index: audacious-plugins-2.0.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-2.0.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- audacious-plugins-2.0.1.ebuild 24 May 2009 15:43:29 -0000 1.2
+++ audacious-plugins-2.0.1.ebuild 17 Jun 2009 12:07:28 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-2.0.1.ebuild,v 1.2 2009/05/24 15:43:29 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-2.0.1.ebuild,v 1.3 2009/06/17 12:07:28 chainsaw Exp $
inherit eutils flag-o-matic
@@ -12,7 +12,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="adplug alsa cdaudio esd flac gnome icecast ipv6 jack lirc mp3 mtp musepack
nls oss projectm pulseaudio scrobbler sdl sid sndfile sse2 timidity tta vorbis wavpack wma"
@@ -59,11 +59,13 @@
fi
}
-src_compile() {
- # This is masked in the portage tree, so I'll save you the
- # popup. Be good, bugs go upstream and we like patches.
- append-flags -DNOT_ALPHA_RELEASE
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+ epatch "${FILESDIR}/${PV}-icecast-flawed-vorbis-enum.patch"
+}
+src_compile() {
mp3_warning
econf \
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-plugins/audacious-plugins: ChangeLog audacious-plugins-2.0.1.ebuild
@ 2009-06-17 21:21 Christian Faulhammer (fauli)
0 siblings, 0 replies; 4+ messages in thread
From: Christian Faulhammer (fauli) @ 2009-06-17 21:21 UTC (permalink / raw
To: gentoo-commits
fauli 09/06/17 21:21:56
Modified: ChangeLog audacious-plugins-2.0.1.ebuild
Log:
stable x86, bug 274549
(Portage version: 2.1.6.13/cvs/Linux i686, RepoMan options: --force)
Revision Changes Path
1.118 media-plugins/audacious-plugins/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/audacious-plugins/ChangeLog?rev=1.118&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/audacious-plugins/ChangeLog?rev=1.118&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/audacious-plugins/ChangeLog?r1=1.117&r2=1.118
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/ChangeLog,v
retrieving revision 1.117
retrieving revision 1.118
diff -u -r1.117 -r1.118
--- ChangeLog 17 Jun 2009 20:35:59 -0000 1.117
+++ ChangeLog 17 Jun 2009 21:21:56 -0000 1.118
@@ -1,6 +1,10 @@
# ChangeLog for media-plugins/audacious-plugins
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/ChangeLog,v 1.117 2009/06/17 20:35:59 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/ChangeLog,v 1.118 2009/06/17 21:21:56 fauli Exp $
+
+ 17 Jun 2009; Christian Faulhammer <fauli@gentoo.org>
+ audacious-plugins-2.0.1.ebuild:
+ stable x86, bug 274549
*audacious-plugins-2.1_alpha1-r1 (17 Jun 2009)
1.4 media-plugins/audacious-plugins/audacious-plugins-2.0.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-2.0.1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-2.0.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-2.0.1.ebuild?r1=1.3&r2=1.4
Index: audacious-plugins-2.0.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-2.0.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- audacious-plugins-2.0.1.ebuild 17 Jun 2009 12:07:28 -0000 1.3
+++ audacious-plugins-2.0.1.ebuild 17 Jun 2009 21:21:56 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-2.0.1.ebuild,v 1.3 2009/06/17 12:07:28 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-2.0.1.ebuild,v 1.4 2009/06/17 21:21:56 fauli Exp $
inherit eutils flag-o-matic
@@ -12,7 +12,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
IUSE="adplug alsa cdaudio esd flac gnome icecast ipv6 jack lirc mp3 mtp musepack
nls oss projectm pulseaudio scrobbler sdl sid sndfile sse2 timidity tta vorbis wavpack wma"
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-plugins/audacious-plugins: ChangeLog audacious-plugins-2.0.1.ebuild
@ 2009-06-22 21:04 Tony Vroon (chainsaw)
0 siblings, 0 replies; 4+ messages in thread
From: Tony Vroon (chainsaw) @ 2009-06-22 21:04 UTC (permalink / raw
To: gentoo-commits
chainsaw 09/06/22 21:04:59
Modified: ChangeLog audacious-plugins-2.0.1.ebuild
Log:
Revert stable keywords as per the wishes of the reporters in bug #274659.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Revision Changes Path
1.121 media-plugins/audacious-plugins/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/audacious-plugins/ChangeLog?rev=1.121&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/audacious-plugins/ChangeLog?rev=1.121&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/audacious-plugins/ChangeLog?r1=1.120&r2=1.121
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/ChangeLog,v
retrieving revision 1.120
retrieving revision 1.121
diff -u -r1.120 -r1.121
--- ChangeLog 18 Jun 2009 11:57:04 -0000 1.120
+++ ChangeLog 22 Jun 2009 21:04:59 -0000 1.121
@@ -1,6 +1,9 @@
# ChangeLog for media-plugins/audacious-plugins
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/ChangeLog,v 1.120 2009/06/18 11:57:04 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/ChangeLog,v 1.121 2009/06/22 21:04:59 chainsaw Exp $
+
+ 22 Jun 2009; <chainsaw@gentoo.org> audacious-plugins-2.0.1.ebuild:
+ Revert stable keywords as per the wishes of the reporters in bug #274659.
18 Jun 2009; Samuli Suominen <ssuominen@gentoo.org>
-audacious-plugins-2.1_alpha1.ebuild,
1.5 media-plugins/audacious-plugins/audacious-plugins-2.0.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-2.0.1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-2.0.1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-2.0.1.ebuild?r1=1.4&r2=1.5
Index: audacious-plugins-2.0.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-2.0.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- audacious-plugins-2.0.1.ebuild 17 Jun 2009 21:21:56 -0000 1.4
+++ audacious-plugins-2.0.1.ebuild 22 Jun 2009 21:04:59 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-2.0.1.ebuild,v 1.4 2009/06/17 21:21:56 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-2.0.1.ebuild,v 1.5 2009/06/22 21:04:59 chainsaw Exp $
inherit eutils flag-o-matic
@@ -12,7 +12,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="adplug alsa cdaudio esd flac gnome icecast ipv6 jack lirc mp3 mtp musepack
nls oss projectm pulseaudio scrobbler sdl sid sndfile sse2 timidity tta vorbis wavpack wma"
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2009-06-22 21:05 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-17 21:21 [gentoo-commits] gentoo-x86 commit in media-plugins/audacious-plugins: ChangeLog audacious-plugins-2.0.1.ebuild Christian Faulhammer (fauli)
-- strict thread matches above, loose matches on Subject: below --
2009-06-22 21:04 Tony Vroon (chainsaw)
2009-06-17 12:07 Tony Vroon (chainsaw)
2009-05-24 15:43 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