public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-sound/alsaplayer: alsaplayer-0.99.80_rc3.ebuild
@ 2007-10-07  5:17 Samuli Suominen (drac)
  0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (drac) @ 2007-10-07  5:17 UTC (permalink / raw
  To: gentoo-commits

drac        07/10/07 05:17:12

  Modified:             alsaplayer-0.99.80_rc3.ebuild
  Log:
  Use space not tab for prev. commit.
  (Portage version: 2.1.3.12)

Revision  Changes    Path
1.2                  media-sound/alsaplayer/alsaplayer-0.99.80_rc3.ebuild

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

Index: alsaplayer-0.99.80_rc3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/alsaplayer/alsaplayer-0.99.80_rc3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- alsaplayer-0.99.80_rc3.ebuild	7 Oct 2007 05:12:25 -0000	1.1
+++ alsaplayer-0.99.80_rc3.ebuild	7 Oct 2007 05:17:11 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/alsaplayer/alsaplayer-0.99.80_rc3.ebuild,v 1.1 2007/10/07 05:12:25 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/alsaplayer/alsaplayer-0.99.80_rc3.ebuild,v 1.2 2007/10/07 05:17:11 drac Exp $
 
 inherit eutils autotools versionator
 
@@ -46,7 +46,7 @@
 }
 
 src_compile() {
-	use xosd ||	export ac_cv_lib_xosd_xosd_create="no"
+	use xosd || export ac_cv_lib_xosd_xosd_create="no"
 	use doc || export ac_cv_prog_HAVE_DOXYGEN="false"
 
 	local myconf



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in media-sound/alsaplayer: alsaplayer-0.99.80_rc3.ebuild
@ 2007-10-08 13:27 Samuli Suominen (drac)
  0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (drac) @ 2007-10-08 13:27 UTC (permalink / raw
  To: gentoo-commits

drac        07/10/08 13:27:41

  Modified:             alsaplayer-0.99.80_rc3.ebuild
  Log:
  Silently fix minor fsck up with gtk being rdep. vs dep.
  (Portage version: 2.1.3.12)

Revision  Changes    Path
1.3                  media-sound/alsaplayer/alsaplayer-0.99.80_rc3.ebuild

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

Index: alsaplayer-0.99.80_rc3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/alsaplayer/alsaplayer-0.99.80_rc3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- alsaplayer-0.99.80_rc3.ebuild	7 Oct 2007 05:17:11 -0000	1.2
+++ alsaplayer-0.99.80_rc3.ebuild	8 Oct 2007 13:27:41 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/alsaplayer/alsaplayer-0.99.80_rc3.ebuild,v 1.2 2007/10/07 05:17:11 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/alsaplayer/alsaplayer-0.99.80_rc3.ebuild,v 1.3 2007/10/08 13:27:41 drac Exp $
 
 inherit eutils autotools versionator
 
@@ -15,9 +15,10 @@
 KEYWORDS="~amd64 ~mips ~ppc ~sparc ~x86"
 IUSE="alsa audiofile doc esd flac gtk jack mikmod nas ogg opengl oss vorbis xosd"
 
-RDEPEND="alsa? ( media-libs/alsa-lib )
-	media-libs/libsndfile
+RDEPEND="media-libs/libsndfile
 	media-libs/libmad
+	gtk? ( >=x11-libs/gtk+-2.8 )
+	alsa? ( media-libs/alsa-lib )
 	audiofile? ( media-libs/audiofile )
 	esd? ( media-sound/esound )
 	flac? ( media-libs/flac )
@@ -29,10 +30,8 @@
 	vorbis? ( media-libs/libvorbis )
 	xosd? ( x11-libs/xosd )"
 DEPEND="${RDEPEND}
-	>=dev-libs/glib-2.10.1
 	dev-util/pkgconfig
 	sys-devel/gettext
-	gtk? ( >=x11-libs/gtk+-2.8 )
 	doc? ( app-doc/doxygen )"
 
 S="${WORKDIR}"/${PN}-${MY_PV}



-- 
gentoo-commits@gentoo.org mailing list



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

end of thread, other threads:[~2007-10-08 13:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-08 13:27 [gentoo-commits] gentoo-x86 commit in media-sound/alsaplayer: alsaplayer-0.99.80_rc3.ebuild Samuli Suominen (drac)
  -- strict thread matches above, loose matches on Subject: below --
2007-10-07  5:17 Samuli Suominen (drac)

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