public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-sound/muine: ChangeLog muine-0.8.10.ebuild
@ 2008-11-23 23:51 Peter Alfredsen (loki_val)
  0 siblings, 0 replies; 5+ messages in thread
From: Peter Alfredsen (loki_val) @ 2008-11-23 23:51 UTC (permalink / raw
  To: gentoo-commits

loki_val    08/11/23 23:51:58

  Modified:             ChangeLog
  Added:                muine-0.8.10.ebuild
  Log:
  bump
  (Portage version: 2.2_rc14/cvs/Linux 2.6.28-rc4 x86_64)

Revision  Changes    Path
1.47                 media-sound/muine/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/muine/ChangeLog?rev=1.47&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/muine/ChangeLog?rev=1.47&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/muine/ChangeLog?r1=1.46&r2=1.47

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/muine/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog	20 Sep 2008 09:54:16 -0000	1.46
+++ ChangeLog	23 Nov 2008 23:51:58 -0000	1.47
@@ -1,6 +1,12 @@
 # ChangeLog for media-sound/muine
 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/muine/ChangeLog,v 1.46 2008/09/20 09:54:16 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/muine/ChangeLog,v 1.47 2008/11/23 23:51:58 loki_val Exp $
+
+*muine-0.8.10 (23 Nov 2008)
+
+  23 Nov 2008; Peter Alfredsen <loki_val@gentoo.org>
+  +files/muine-0.8.10-buttons.patch, +muine-0.8.10.ebuild:
+  bump
 
   20 Sep 2008; Tobias Scherbaum <dertobi123@gentoo.org> muine-0.8.8.ebuild:
   ppc stable, bug #218112



1.1                  media-sound/muine/muine-0.8.10.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/muine/muine-0.8.10.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/muine/muine-0.8.10.ebuild?rev=1.1&content-type=text/plain

Index: muine-0.8.10.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/muine/muine-0.8.10.ebuild,v 1.1 2008/11/23 23:51:58 loki_val Exp $

EAPI=2

inherit base gnome2 mono eutils multilib autotools flag-o-matic

DESCRIPTION="A music player for GNOME"
HOMEPAGE="http://muine-player.org"
SRC_URI="http://download.gnome.org/sources/muine/0.8/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="aac flac mad vorbis xine"

RDEPEND="x11-themes/gnome-icon-theme
	>=dev-lang/mono-2
	>=x11-libs/gtk+-2.6
	>=dev-dotnet/gtk-sharp-2.12.6[glade]
	>=dev-dotnet/gnome-sharp-2.6
	>=dev-dotnet/gconf-sharp-2.6
	>=dev-dotnet/gnomevfs-sharp-2.6
	>=dev-dotnet/dbus-sharp-0.4
	>=dev-dotnet/dbus-glib-sharp-0.3
	sys-libs/gdbm
	>=media-libs/flac-1.1.2
	>=media-libs/libvorbis-1
	>=media-libs/libid3tag-0.15.0b
	aac? ( >=media-libs/faad2-2.0-r4 )
	xine? ( >=media-libs/xine-lib-1 )
	!xine? (
		=media-libs/gstreamer-0.10*
		=media-libs/gst-plugins-base-0.10*
		=media-libs/gst-plugins-good-0.10*
		=media-plugins/gst-plugins-gconf-0.10*
		=media-plugins/gst-plugins-gnomevfs-0.10*
		aac? ( =media-plugins/gst-plugins-faad-0.10* )
		flac? ( =media-plugins/gst-plugins-flac-0.10* )
		mad? ( =media-plugins/gst-plugins-mad-0.10* )
		vorbis? ( =media-plugins/gst-plugins-ogg-0.10*
			=media-plugins/gst-plugins-vorbis-0.10* )
	)"
DEPEND="${RDEPEND}
	dev-util/pkgconfig
	app-text/scrollkeeper
	gnome-base/gnome-common
	>=dev-util/intltool-0.29
	>=dev-util/monodoc-1.1.9"

DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS PLUGINS README TODO"

PATCHES=( "${FILESDIR}/${P}-buttons.patch" )

# The build is not parallel safe
MAKEOPTS="${MAKEOPTS} -j1"

G2CONF="$(use_enable aac faad2) $(use_enable xine)"

src_unpack() {
	gnome2_src_unpack
}

src_prepare() {
	base_src_prepare

}

src_configure() {
	append-flags -Wno-error
	gnome2_src_configure
}

src_compile() {
	default
}

src_install() {
	gnome2_src_install
	insinto /usr/$(get_libdir)/${PN}/plugins
	doins "${S}"/plugins/TrayIcon.dll
}

pkg_postinst() {
	elog
	elog "Upstream no longer packages the tray icon plugin by default."
	elog "The Gentoo ebuilds will continue to install the plugin, if you don't"
	elog "want to use the plugin, remove TrayIcon.dll from"
	elog "/usr/$(get_libdir)/muine/plugins/"
	elog
}






^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-sound/muine: ChangeLog muine-0.8.10.ebuild
@ 2009-01-05 17:24 Peter Alfredsen (loki_val)
  0 siblings, 0 replies; 5+ messages in thread
From: Peter Alfredsen (loki_val) @ 2009-01-05 17:24 UTC (permalink / raw
  To: gentoo-commits

loki_val    09/01/05 17:24:27

  Modified:             ChangeLog muine-0.8.10.ebuild
  Log:
  FIX for new gtk-sharp-module eclass
  (Portage version: 2.2_rc20/cvs/Linux 2.6.28-rc9 x86_64)

Revision  Changes    Path
1.49                 media-sound/muine/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/muine/ChangeLog?rev=1.49&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/muine/ChangeLog?rev=1.49&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/muine/ChangeLog?r1=1.48&r2=1.49

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/muine/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog	14 Dec 2008 14:27:06 -0000	1.48
+++ ChangeLog	5 Jan 2009 17:24:27 -0000	1.49
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/muine
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/muine/ChangeLog,v 1.48 2008/12/14 14:27:06 loki_val Exp $
+# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/muine/ChangeLog,v 1.49 2009/01/05 17:24:27 loki_val Exp $
+
+  05 Jan 2009; Peter Alfredsen <loki_val@gentoo.org> muine-0.8.10.ebuild:
+  Fix for new gtk-sharp-module eclass
 
   14 Dec 2008; Peter Alfredsen <loki_val@gentoo.org> muine-0.8.7.ebuild,
   muine-0.8.8.ebuild, muine-0.8.10.ebuild:



1.3                  media-sound/muine/muine-0.8.10.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/muine/muine-0.8.10.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/muine/muine-0.8.10.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/muine/muine-0.8.10.ebuild?r1=1.2&r2=1.3

Index: muine-0.8.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/muine/muine-0.8.10.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- muine-0.8.10.ebuild	14 Dec 2008 14:27:06 -0000	1.2
+++ muine-0.8.10.ebuild	5 Jan 2009 17:24:27 -0000	1.3
@@ -1,10 +1,10 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/muine/muine-0.8.10.ebuild,v 1.2 2008/12/14 14:27:06 loki_val Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/muine/muine-0.8.10.ebuild,v 1.3 2009/01/05 17:24:27 loki_val Exp $
 
 EAPI=2
 
-inherit base gnome2 mono eutils multilib autotools flag-o-matic
+inherit base gnome2 mono eutils multilib flag-o-matic
 
 DESCRIPTION="A music player for GNOME"
 HOMEPAGE="http://muine-player.org"
@@ -18,7 +18,8 @@
 RDEPEND="x11-themes/gnome-icon-theme
 	>=dev-lang/mono-2
 	>=x11-libs/gtk+-2.6
-	>=dev-dotnet/gtk-sharp-2.12.6[glade]
+	>=dev-dotnet/gtk-sharp-2.12.6
+	>=dev-dotnet/glade-sharp-2.12.6
 	>=dev-dotnet/gnome-sharp-2.6
 	>=dev-dotnet/gconf-sharp-2.6
 	>=dev-dotnet/gnomevfs-sharp-2.6






^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-sound/muine: ChangeLog muine-0.8.10.ebuild
@ 2009-03-27 16:00 Brent Baude (ranger)
  0 siblings, 0 replies; 5+ messages in thread
From: Brent Baude (ranger) @ 2009-03-27 16:00 UTC (permalink / raw
  To: gentoo-commits

ranger      09/03/27 16:00:38

  Modified:             ChangeLog muine-0.8.10.ebuild
  Log:
  Marking muine-0.8.10 ppc for bug 234305
  (Portage version: 2.1.6.7/cvs/Linux ppc64)

Revision  Changes    Path
1.50                 media-sound/muine/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/muine/ChangeLog?rev=1.50&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/muine/ChangeLog?rev=1.50&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/muine/ChangeLog?r1=1.49&r2=1.50

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/muine/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog	5 Jan 2009 17:24:27 -0000	1.49
+++ ChangeLog	27 Mar 2009 16:00:38 -0000	1.50
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/muine
 # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/muine/ChangeLog,v 1.49 2009/01/05 17:24:27 loki_val Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/muine/ChangeLog,v 1.50 2009/03/27 16:00:38 ranger Exp $
+
+  27 Mar 2009; Brent Baude <ranger@gentoo.org> muine-0.8.10.ebuild:
+  Marking muine-0.8.10 ppc stable for bug 234305
 
   05 Jan 2009; Peter Alfredsen <loki_val@gentoo.org> muine-0.8.10.ebuild:
   Fix for new gtk-sharp-module eclass



1.4                  media-sound/muine/muine-0.8.10.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/muine/muine-0.8.10.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/muine/muine-0.8.10.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/muine/muine-0.8.10.ebuild?r1=1.3&r2=1.4

Index: muine-0.8.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/muine/muine-0.8.10.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- muine-0.8.10.ebuild	5 Jan 2009 17:24:27 -0000	1.3
+++ muine-0.8.10.ebuild	27 Mar 2009 16:00:38 -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-sound/muine/muine-0.8.10.ebuild,v 1.3 2009/01/05 17:24:27 loki_val Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/muine/muine-0.8.10.ebuild,v 1.4 2009/03/27 16:00:38 ranger Exp $
 
 EAPI=2
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ppc ~x86"
 IUSE="aac flac mad vorbis xine"
 
 RDEPEND="x11-themes/gnome-icon-theme






^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-sound/muine: ChangeLog muine-0.8.10.ebuild
@ 2009-04-04 14:53 Markus Meier (maekke)
  0 siblings, 0 replies; 5+ messages in thread
From: Markus Meier (maekke) @ 2009-04-04 14:53 UTC (permalink / raw
  To: gentoo-commits

maekke      09/04/04 14:53:49

  Modified:             ChangeLog muine-0.8.10.ebuild
  Log:
  amd64/x86 stable, bug #234305
  (Portage version: 2.1.6.11/cvs/Linux x86_64)

Revision  Changes    Path
1.51                 media-sound/muine/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/muine/ChangeLog?rev=1.51&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/muine/ChangeLog?rev=1.51&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/muine/ChangeLog?r1=1.50&r2=1.51

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/muine/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog	27 Mar 2009 16:00:38 -0000	1.50
+++ ChangeLog	4 Apr 2009 14:53:49 -0000	1.51
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/muine
 # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/muine/ChangeLog,v 1.50 2009/03/27 16:00:38 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/muine/ChangeLog,v 1.51 2009/04/04 14:53:49 maekke Exp $
+
+  04 Apr 2009; Markus Meier <maekke@gentoo.org> muine-0.8.10.ebuild:
+  amd64/x86 stable, bug #234305
 
   27 Mar 2009; Brent Baude <ranger@gentoo.org> muine-0.8.10.ebuild:
   Marking muine-0.8.10 ppc stable for bug 234305



1.5                  media-sound/muine/muine-0.8.10.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/muine/muine-0.8.10.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/muine/muine-0.8.10.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/muine/muine-0.8.10.ebuild?r1=1.4&r2=1.5

Index: muine-0.8.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/muine/muine-0.8.10.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- muine-0.8.10.ebuild	27 Mar 2009 16:00:38 -0000	1.4
+++ muine-0.8.10.ebuild	4 Apr 2009 14:53:49 -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-sound/muine/muine-0.8.10.ebuild,v 1.4 2009/03/27 16:00:38 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/muine/muine-0.8.10.ebuild,v 1.5 2009/04/04 14:53:49 maekke Exp $
 
 EAPI=2
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ppc ~x86"
+KEYWORDS="amd64 ppc x86"
 IUSE="aac flac mad vorbis xine"
 
 RDEPEND="x11-themes/gnome-icon-theme






^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-sound/muine: ChangeLog muine-0.8.10.ebuild
@ 2009-04-05 17:19 Peter Alfredsen (loki_val)
  0 siblings, 0 replies; 5+ messages in thread
From: Peter Alfredsen (loki_val) @ 2009-04-05 17:19 UTC (permalink / raw
  To: gentoo-commits

loki_val    09/04/05 17:19:23

  Modified:             ChangeLog muine-0.8.10.ebuild
  Log:
  Remove -Werror from build, bug 260915. Also drop aac use-flag, since faad2 cannot be detected with faad2-2.6* (missing mp4ff.h) and does not compile with faad2-2.7, since libmp4ff is only installed as a static archive.
  (Portage version: 2.2_rc28/cvs/Linux x86_64)

Revision  Changes    Path
1.53                 media-sound/muine/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/muine/ChangeLog?rev=1.53&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/muine/ChangeLog?rev=1.53&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/muine/ChangeLog?r1=1.52&r2=1.53

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/muine/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog	5 Apr 2009 11:29:20 -0000	1.52
+++ ChangeLog	5 Apr 2009 17:19:23 -0000	1.53
@@ -1,6 +1,11 @@
 # ChangeLog for media-sound/muine
 # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/muine/ChangeLog,v 1.52 2009/04/05 11:29:20 loki_val Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/muine/ChangeLog,v 1.53 2009/04/05 17:19:23 loki_val Exp $
+
+  05 Apr 2009; Peter Alfredsen <loki_val@gentoo.org> muine-0.8.10.ebuild:
+  Remove -Werror from build, bug 260915. Also drop aac use-flag, since faad2
+  cannot be detected with faad2-2.6* (missing mp4ff.h) and does not compile
+  with faad2-2.7, since libmp4ff is only installed as a static archive.
 
   05 Apr 2009; Peter Alfredsen <loki_val@gentoo.org> -muine-0.8.7.ebuild,
   -muine-0.8.8.ebuild:



1.6                  media-sound/muine/muine-0.8.10.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/muine/muine-0.8.10.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/muine/muine-0.8.10.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/muine/muine-0.8.10.ebuild?r1=1.5&r2=1.6

Index: muine-0.8.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/muine/muine-0.8.10.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- muine-0.8.10.ebuild	4 Apr 2009 14:53:49 -0000	1.5
+++ muine-0.8.10.ebuild	5 Apr 2009 17:19:23 -0000	1.6
@@ -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-sound/muine/muine-0.8.10.ebuild,v 1.5 2009/04/04 14:53:49 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/muine/muine-0.8.10.ebuild,v 1.6 2009/04/05 17:19:23 loki_val Exp $
 
 EAPI=2
 
@@ -13,7 +13,7 @@
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 ppc x86"
-IUSE="aac flac mad vorbis xine"
+IUSE="flac mad vorbis xine"
 
 RDEPEND="x11-themes/gnome-icon-theme
 	>=dev-lang/mono-2
@@ -29,7 +29,6 @@
 	>=media-libs/flac-1.1.2
 	>=media-libs/libvorbis-1
 	>=media-libs/libid3tag-0.15.0b
-	aac? ( >=media-libs/faad2-2.0-r4 )
 	xine? ( >=media-libs/xine-lib-1 )
 	!xine? (
 		=media-libs/gstreamer-0.10*
@@ -57,8 +56,6 @@
 # The build is not parallel safe
 MAKEOPTS="${MAKEOPTS} -j1"
 
-G2CONF="$(use_enable aac faad2) $(use_enable xine)"
-
 src_unpack() {
 	gnome2_src_unpack
 }
@@ -69,8 +66,7 @@
 }
 
 src_configure() {
-	append-flags -Wno-error
-	gnome2_src_configure
+	gnome2_src_configure --enable-compile-warnings=yes --disable-faad2  $(use_enable xine)
 }
 
 src_compile() {






^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-04-05 17:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-04 14:53 [gentoo-commits] gentoo-x86 commit in media-sound/muine: ChangeLog muine-0.8.10.ebuild Markus Meier (maekke)
  -- strict thread matches above, loose matches on Subject: below --
2009-04-05 17:19 Peter Alfredsen (loki_val)
2009-03-27 16:00 Brent Baude (ranger)
2009-01-05 17:24 Peter Alfredsen (loki_val)
2008-11-23 23:51 Peter Alfredsen (loki_val)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox