public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/allegro: ChangeLog allegro-5.0.5.ebuild
@ 2012-02-21  7:13 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 5+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-02-21  7:13 UTC (permalink / raw
  To: gentoo-commits

ssuominen    12/02/21 07:13:59

  Modified:             ChangeLog
  Added:                allegro-5.0.5.ebuild
  Log:
  Version bump wrt #399235 by Mr. Anderson
  
  (Portage version: 2.2.0_alpha88/cvs/Linux x86_64)

Revision  Changes    Path
1.117                media-libs/allegro/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/allegro/ChangeLog?rev=1.117&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/allegro/ChangeLog?rev=1.117&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/allegro/ChangeLog?r1=1.116&r2=1.117

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/allegro/ChangeLog,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -r1.116 -r1.117
--- ChangeLog	23 Oct 2011 20:10:54 -0000	1.116
+++ ChangeLog	21 Feb 2012 07:13:59 -0000	1.117
@@ -1,6 +1,11 @@
 # ChangeLog for media-libs/allegro
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/allegro/ChangeLog,v 1.116 2011/10/23 20:10:54 ssuominen Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/allegro/ChangeLog,v 1.117 2012/02/21 07:13:59 ssuominen Exp $
+
+*allegro-5.0.5 (21 Feb 2012)
+
+  21 Feb 2012; Samuli Suominen <ssuominen@gentoo.org> +allegro-5.0.5.ebuild:
+  Version bump wrt #399235 by Mr. Anderson
 
   23 Oct 2011; Samuli Suominen <ssuominen@gentoo.org>
   -allegro-4.4.1.1-r1.ebuild, -files/allegro-4.4.1.1-optional_drivers.patch,



1.1                  media-libs/allegro/allegro-5.0.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/allegro/allegro-5.0.5.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/allegro/allegro-5.0.5.ebuild?rev=1.1&content-type=text/plain

Index: allegro-5.0.5.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/allegro/allegro-5.0.5.ebuild,v 1.1 2012/02/21 07:13:59 ssuominen Exp $

EAPI=2
inherit cmake-utils

DESCRIPTION="A game programming library"
HOMEPAGE="http://alleg.sourceforge.net/"
SRC_URI="mirror://sourceforge/alleg/${P}.tar.gz"

LICENSE="BSD ZLIB"
SLOT="5"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE="alsa dumb flac gtk jpeg openal oss physfs png pulseaudio test truetype vorbis X xinerama"

RDEPEND="alsa? ( media-libs/alsa-lib )
	dumb? ( media-libs/dumb )
	flac? ( media-libs/flac )
	jpeg? ( virtual/jpeg )
	openal? ( media-libs/openal )
	physfs? ( dev-games/physfs )
	png? ( >=media-libs/libpng-1.4 )
	pulseaudio? ( >=media-sound/pulseaudio-0.9.15 )
	truetype? ( >=media-libs/freetype-2 )
	vorbis? ( media-libs/libvorbis )
	x11-libs/libXcursor
	x11-libs/libXxf86vm
	x11-libs/libXrandr
	x11-libs/libX11
	gtk? ( x11-libs/gtk+:2 )
	virtual/opengl
	xinerama? ( x11-libs/libXinerama )"

DEPEND="${RDEPEND}
	dev-util/pkgconfig
	x11-proto/xextproto
	x11-proto/xf86vidmodeproto
	x11-proto/xproto"

PATCHES=( "${FILESDIR}"/${PN}-5.0.4-underlink.patch )

src_configure() {
	local mycmakeargs=(
		$(cmake-utils_use_want alsa)
		-DWANT_DEMO=OFF
		-DWANT_EXAMPLES=OFF
		$(cmake-utils_use_want flac)
		$(cmake-utils_use_want jpeg IMAGE_JPG)
		$(cmake-utils_use_want png IMAGE_PNG)
		$(cmake-utils_use_want dumb MODAUDIO)
		$(cmake-utils_use_want openal)
		$(cmake-utils_use_want oss)
		$(cmake-utils_use_want physfs)
		$(cmake-utils_use_want pulseaudio)
		$(cmake-utils_use_want test TESTS)
		$(cmake-utils_use_want truetype TTF)
		$(cmake-utils_use_want vorbis)
		$(cmake-utils_use_want gtk NATIVE_DIALOG)
		$(cmake-utils_use_want X opengl)
		$(cmake-utils_use_want xinerama X11_XINERAMA)
	)

	cmake-utils_src_configure
}

src_install() {
	cmake-utils_src_install

	dodoc CHANGES-5.0.txt || die
	dohtml -r docs/html/refman/* || die
	doman docs/man/*.3 || die
}






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

* [gentoo-commits] gentoo-x86 commit in media-libs/allegro: ChangeLog allegro-5.0.5.ebuild
@ 2012-04-30  9:51 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-04-30  9:51 UTC (permalink / raw
  To: gentoo-commits

ago         12/04/30 09:51:51

  Modified:             ChangeLog allegro-5.0.5.ebuild
  Log:
  Stable for amd64, wrt bug #414055
  
  (Portage version: 2.1.10.49/cvs/Linux x86_64)

Revision  Changes    Path
1.121                media-libs/allegro/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/allegro/ChangeLog?rev=1.121&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/allegro/ChangeLog?rev=1.121&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/allegro/ChangeLog?r1=1.120&r2=1.121

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/allegro/ChangeLog,v
retrieving revision 1.120
retrieving revision 1.121
diff -u -r1.120 -r1.121
--- ChangeLog	30 Apr 2012 09:51:06 -0000	1.120
+++ ChangeLog	30 Apr 2012 09:51:51 -0000	1.121
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/allegro
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/allegro/ChangeLog,v 1.120 2012/04/30 09:51:06 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/allegro/ChangeLog,v 1.121 2012/04/30 09:51:51 ago Exp $
+
+  30 Apr 2012; Agostino Sarubbo <ago@gentoo.org> allegro-5.0.5.ebuild:
+  Stable for amd64, wrt bug #414055
 
   30 Apr 2012; Agostino Sarubbo <ago@gentoo.org> allegro-4.4.2-r1.ebuild:
   Stable for amd64, wrt bug #414053



1.2                  media-libs/allegro/allegro-5.0.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/allegro/allegro-5.0.5.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/allegro/allegro-5.0.5.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/allegro/allegro-5.0.5.ebuild?r1=1.1&r2=1.2

Index: allegro-5.0.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/allegro/allegro-5.0.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- allegro-5.0.5.ebuild	21 Feb 2012 07:13:59 -0000	1.1
+++ allegro-5.0.5.ebuild	30 Apr 2012 09:51:51 -0000	1.2
@@ -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/allegro/allegro-5.0.5.ebuild,v 1.1 2012/02/21 07:13:59 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/allegro/allegro-5.0.5.ebuild,v 1.2 2012/04/30 09:51:51 ago Exp $
 
 EAPI=2
 inherit cmake-utils
@@ -11,7 +11,7 @@
 
 LICENSE="BSD ZLIB"
 SLOT="5"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
 IUSE="alsa dumb flac gtk jpeg openal oss physfs png pulseaudio test truetype vorbis X xinerama"
 
 RDEPEND="alsa? ( media-libs/alsa-lib )






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

* [gentoo-commits] gentoo-x86 commit in media-libs/allegro: ChangeLog allegro-5.0.5.ebuild
@ 2012-05-05 21:52 Brent Baude (ranger)
  0 siblings, 0 replies; 5+ messages in thread
From: Brent Baude (ranger) @ 2012-05-05 21:52 UTC (permalink / raw
  To: gentoo-commits

ranger      12/05/05 21:52:10

  Modified:             ChangeLog allegro-5.0.5.ebuild
  Log:
  Marking allegro-5.0.5 ppc for bug 414055
  
  (Portage version: 2.1.10.49/cvs/Linux ppc64)

Revision  Changes    Path
1.124                media-libs/allegro/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/allegro/ChangeLog?rev=1.124&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/allegro/ChangeLog?rev=1.124&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/allegro/ChangeLog?r1=1.123&r2=1.124

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/allegro/ChangeLog,v
retrieving revision 1.123
retrieving revision 1.124
diff -u -r1.123 -r1.124
--- ChangeLog	5 May 2012 21:50:12 -0000	1.123
+++ ChangeLog	5 May 2012 21:52:10 -0000	1.124
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/allegro
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/allegro/ChangeLog,v 1.123 2012/05/05 21:50:12 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/allegro/ChangeLog,v 1.124 2012/05/05 21:52:10 ranger Exp $
+
+  05 May 2012; Brent Baude <ranger@gentoo.org> allegro-5.0.5.ebuild:
+  Marking allegro-5.0.5 ppc for bug 414055
 
   05 May 2012; Brent Baude <ranger@gentoo.org> allegro-4.4.2-r1.ebuild:
   Marking allegro-4.4.2-r1 ppc for bug 414053



1.4                  media-libs/allegro/allegro-5.0.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/allegro/allegro-5.0.5.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/allegro/allegro-5.0.5.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/allegro/allegro-5.0.5.ebuild?r1=1.3&r2=1.4

Index: allegro-5.0.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/allegro/allegro-5.0.5.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- allegro-5.0.5.ebuild	5 May 2012 08:02:40 -0000	1.3
+++ allegro-5.0.5.ebuild	5 May 2012 21:52: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/allegro/allegro-5.0.5.ebuild,v 1.3 2012/05/05 08:02:40 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/allegro/allegro-5.0.5.ebuild,v 1.4 2012/05/05 21:52:10 ranger Exp $
 
 EAPI=2
 inherit cmake-utils
@@ -11,7 +11,7 @@
 
 LICENSE="BSD ZLIB"
 SLOT="5"
-KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ppc ~ppc64 ~x86"
 IUSE="alsa dumb flac gtk jpeg openal oss physfs png pulseaudio test truetype vorbis X xinerama"
 
 RDEPEND="alsa? ( media-libs/alsa-lib )






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

* [gentoo-commits] gentoo-x86 commit in media-libs/allegro: ChangeLog allegro-5.0.5.ebuild
@ 2012-05-08 15:45 Brent Baude (ranger)
  0 siblings, 0 replies; 5+ messages in thread
From: Brent Baude (ranger) @ 2012-05-08 15:45 UTC (permalink / raw
  To: gentoo-commits

ranger      12/05/08 15:45:43

  Modified:             ChangeLog allegro-5.0.5.ebuild
  Log:
  Marking allegro-5.0.5 ppc64 for bug 414055
  
  (Portage version: 2.1.10.49/cvs/Linux ppc64)

Revision  Changes    Path
1.125                media-libs/allegro/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/allegro/ChangeLog?rev=1.125&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/allegro/ChangeLog?rev=1.125&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/allegro/ChangeLog?r1=1.124&r2=1.125

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/allegro/ChangeLog,v
retrieving revision 1.124
retrieving revision 1.125
diff -u -r1.124 -r1.125
--- ChangeLog	5 May 2012 21:52:10 -0000	1.124
+++ ChangeLog	8 May 2012 15:45:43 -0000	1.125
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/allegro
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/allegro/ChangeLog,v 1.124 2012/05/05 21:52:10 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/allegro/ChangeLog,v 1.125 2012/05/08 15:45:43 ranger Exp $
+
+  08 May 2012; Brent Baude <ranger@gentoo.org> allegro-5.0.5.ebuild:
+  Marking allegro-5.0.5 ppc64 for bug 414055
 
   05 May 2012; Brent Baude <ranger@gentoo.org> allegro-5.0.5.ebuild:
   Marking allegro-5.0.5 ppc for bug 414055



1.5                  media-libs/allegro/allegro-5.0.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/allegro/allegro-5.0.5.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/allegro/allegro-5.0.5.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/allegro/allegro-5.0.5.ebuild?r1=1.4&r2=1.5

Index: allegro-5.0.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/allegro/allegro-5.0.5.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- allegro-5.0.5.ebuild	5 May 2012 21:52:10 -0000	1.4
+++ allegro-5.0.5.ebuild	8 May 2012 15:45:43 -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/allegro/allegro-5.0.5.ebuild,v 1.4 2012/05/05 21:52:10 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/allegro/allegro-5.0.5.ebuild,v 1.5 2012/05/08 15:45:43 ranger Exp $
 
 EAPI=2
 inherit cmake-utils
@@ -11,7 +11,7 @@
 
 LICENSE="BSD ZLIB"
 SLOT="5"
-KEYWORDS="amd64 ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ppc ppc64 ~x86"
 IUSE="alsa dumb flac gtk jpeg openal oss physfs png pulseaudio test truetype vorbis X xinerama"
 
 RDEPEND="alsa? ( media-libs/alsa-lib )






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

* [gentoo-commits] gentoo-x86 commit in media-libs/allegro: ChangeLog allegro-5.0.5.ebuild
@ 2012-05-21 10:14 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 5+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2012-05-21 10:14 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    12/05/21 10:14:19

  Modified:             ChangeLog allegro-5.0.5.ebuild
  Log:
  x86 stable wrt bug #414055
  
  (Portage version: 2.1.10.49/cvs/Linux i686)

Revision  Changes    Path
1.128                media-libs/allegro/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/allegro/ChangeLog?rev=1.128&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/allegro/ChangeLog?rev=1.128&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/allegro/ChangeLog?r1=1.127&r2=1.128

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/allegro/ChangeLog,v
retrieving revision 1.127
retrieving revision 1.128
diff -u -r1.127 -r1.128
--- ChangeLog	21 May 2012 10:13:42 -0000	1.127
+++ ChangeLog	21 May 2012 10:14:19 -0000	1.128
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/allegro
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/allegro/ChangeLog,v 1.127 2012/05/21 10:13:42 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/allegro/ChangeLog,v 1.128 2012/05/21 10:14:19 phajdan.jr Exp $
+
+  21 May 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> allegro-5.0.5.ebuild:
+  x86 stable wrt bug #414055
 
   21 May 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> allegro-4.4.2-r1.ebuild:
   x86 stable wrt bug #414053



1.6                  media-libs/allegro/allegro-5.0.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/allegro/allegro-5.0.5.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/allegro/allegro-5.0.5.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/allegro/allegro-5.0.5.ebuild?r1=1.5&r2=1.6

Index: allegro-5.0.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/allegro/allegro-5.0.5.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- allegro-5.0.5.ebuild	8 May 2012 15:45:43 -0000	1.5
+++ allegro-5.0.5.ebuild	21 May 2012 10:14:19 -0000	1.6
@@ -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/allegro/allegro-5.0.5.ebuild,v 1.5 2012/05/08 15:45:43 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/allegro/allegro-5.0.5.ebuild,v 1.6 2012/05/21 10:14:19 phajdan.jr Exp $
 
 EAPI=2
 inherit cmake-utils
@@ -11,7 +11,7 @@
 
 LICENSE="BSD ZLIB"
 SLOT="5"
-KEYWORDS="amd64 ppc ppc64 ~x86"
+KEYWORDS="amd64 ppc ppc64 x86"
 IUSE="alsa dumb flac gtk jpeg openal oss physfs png pulseaudio test truetype vorbis X xinerama"
 
 RDEPEND="alsa? ( media-libs/alsa-lib )






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

end of thread, other threads:[~2012-05-21 10:14 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-21  7:13 [gentoo-commits] gentoo-x86 commit in media-libs/allegro: ChangeLog allegro-5.0.5.ebuild Samuli Suominen (ssuominen)
  -- strict thread matches above, loose matches on Subject: below --
2012-04-30  9:51 Agostino Sarubbo (ago)
2012-05-05 21:52 Brent Baude (ranger)
2012-05-08 15:45 Brent Baude (ranger)
2012-05-21 10:14 PaweA Hajdan (phajdan.jr)

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