public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/schroedinger: ChangeLog schroedinger-1.0.5.ebuild
@ 2008-07-20 11:40 Alexis Ballier (aballier)
  0 siblings, 0 replies; 4+ messages in thread
From: Alexis Ballier (aballier) @ 2008-07-20 11:40 UTC (permalink / raw
  To: gentoo-commits

aballier    08/07/20 11:40:25

  Modified:             ChangeLog
  Added:                schroedinger-1.0.5.ebuild
  Log:
  version bump
  (Portage version: 2.2_rc1/cvs/Linux 2.6.25.7 x86_64)

Revision  Changes    Path
1.10                 media-libs/schroedinger/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/schroedinger/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/schroedinger/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/schroedinger/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/schroedinger/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	22 Apr 2008 19:04:04 -0000	1.9
+++ ChangeLog	20 Jul 2008 11:40:24 -0000	1.10
@@ -1,6 +1,12 @@
 # ChangeLog for media-libs/schroedinger
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/schroedinger/ChangeLog,v 1.9 2008/04/22 19:04:04 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/schroedinger/ChangeLog,v 1.10 2008/07/20 11:40:24 aballier Exp $
+
+*schroedinger-1.0.5 (20 Jul 2008)
+
+  20 Jul 2008; Alexis Ballier <aballier@gentoo.org>
+  +schroedinger-1.0.5.ebuild:
+  version bump
 
 *schroedinger-1.0.3 (22 Apr 2008)
 



1.1                  media-libs/schroedinger/schroedinger-1.0.5.ebuild

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

Index: schroedinger-1.0.5.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/schroedinger/schroedinger-1.0.5.ebuild,v 1.1 2008/07/20 11:40:24 aballier Exp $

DESCRIPTION="C-based libraries and GStreamer plugins for the Dirac video codec"
HOMEPAGE="http://www.diracvideo.org"
SRC_URI="http://www.diracvideo.org/download/${PN}/${P}.tar.gz"

LICENSE="|| ( MPL-1.1 LGPL-2.1 GPL-2 MIT )"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="gstreamer"

RDEPEND=">=dev-libs/liboil-0.3.15
	gstreamer? ( >=media-libs/gst-plugins-base-0.10.12 )"
# Doesn't seem to build as of 1.0.5
#	opengl? ( virtual/opengl )"
DEPEND="${RDEPEND}
	dev-util/pkgconfig"

src_compile() {
	econf \
		--disable-dependency-tracking \
		--disable-gtk-doc \
		$(use_enable gstreamer)
	emake || die "emake failed."
}

src_install() {
	emake DESTDIR="${D}" install || die "emake install failed."
	dodoc AUTHORS NEWS TODO
}






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

* [gentoo-commits] gentoo-x86 commit in media-libs/schroedinger: ChangeLog schroedinger-1.0.5.ebuild
@ 2008-11-06 14:28 Ferris McCormick (fmccor)
  0 siblings, 0 replies; 4+ messages in thread
From: Ferris McCormick (fmccor) @ 2008-11-06 14:28 UTC (permalink / raw
  To: gentoo-commits

fmccor      08/11/06 14:28:36

  Modified:             ChangeLog schroedinger-1.0.5.ebuild
  Log:
  Sparc stable, part of Bug #245774.
  (Portage version: 2.2_rc13/cvs/Linux 2.6.22-gentoo-r9-ail-simulation-sensors x86_64)

Revision  Changes    Path
1.20                 media-libs/schroedinger/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/schroedinger/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/schroedinger/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/schroedinger/ChangeLog?r1=1.19&r2=1.20

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/schroedinger/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	30 Oct 2008 20:04:42 -0000	1.19
+++ ChangeLog	6 Nov 2008 14:28:36 -0000	1.20
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/schroedinger
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/schroedinger/ChangeLog,v 1.19 2008/10/30 20:04:42 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/schroedinger/ChangeLog,v 1.20 2008/11/06 14:28:36 fmccor Exp $
+
+  06 Nov 2008; Ferris McCormick <fmccor@gentoo.org>
+  schroedinger-1.0.5.ebuild:
+  Sparc stable, part of Bug #245774.
 
   30 Oct 2008; Tobias Scherbaum <dertobi123@gentoo.org>
   schroedinger-1.0.5.ebuild:



1.12                 media-libs/schroedinger/schroedinger-1.0.5.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/schroedinger/schroedinger-1.0.5.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/schroedinger/schroedinger-1.0.5.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/schroedinger/schroedinger-1.0.5.ebuild?r1=1.11&r2=1.12

Index: schroedinger-1.0.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/schroedinger/schroedinger-1.0.5.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- schroedinger-1.0.5.ebuild	30 Oct 2008 20:04:42 -0000	1.11
+++ schroedinger-1.0.5.ebuild	6 Nov 2008 14:28:36 -0000	1.12
@@ -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-libs/schroedinger/schroedinger-1.0.5.ebuild,v 1.11 2008/10/30 20:04:42 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/schroedinger/schroedinger-1.0.5.ebuild,v 1.12 2008/11/06 14:28:36 fmccor Exp $
 
 DESCRIPTION="C-based libraries and GStreamer plugins for the Dirac video codec"
 HOMEPAGE="http://www.diracvideo.org"
@@ -8,7 +8,7 @@
 
 LICENSE="|| ( MPL-1.1 LGPL-2.1 GPL-2 MIT )"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ppc ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm hppa ppc ppc64 sparc x86 ~x86-fbsd"
 IUSE="gstreamer"
 
 RDEPEND=">=dev-libs/liboil-0.3.15






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

* [gentoo-commits] gentoo-x86 commit in media-libs/schroedinger: ChangeLog schroedinger-1.0.5.ebuild
@ 2008-11-08 20:42 Tobias Klausmann (klausman)
  0 siblings, 0 replies; 4+ messages in thread
From: Tobias Klausmann (klausman) @ 2008-11-08 20:42 UTC (permalink / raw
  To: gentoo-commits

klausman    08/11/08 20:42:05

  Modified:             ChangeLog schroedinger-1.0.5.ebuild
  Log:
  Stable on alpha, bug #239130
  (Portage version: 2.2_rc13/cvs/Linux 2.6.26.6 x86_64)

Revision  Changes    Path
1.21                 media-libs/schroedinger/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/schroedinger/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/schroedinger/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/schroedinger/ChangeLog?r1=1.20&r2=1.21

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/schroedinger/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	6 Nov 2008 14:28:36 -0000	1.20
+++ ChangeLog	8 Nov 2008 20:42:05 -0000	1.21
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/schroedinger
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/schroedinger/ChangeLog,v 1.20 2008/11/06 14:28:36 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/schroedinger/ChangeLog,v 1.21 2008/11/08 20:42:05 klausman Exp $
+
+  08 Nov 2008; Tobias Klausmann <klausman@gentoo.org>
+  schroedinger-1.0.5.ebuild:
+  Stable on alpha, bug #239130
 
   06 Nov 2008; Ferris McCormick <fmccor@gentoo.org>
   schroedinger-1.0.5.ebuild:



1.13                 media-libs/schroedinger/schroedinger-1.0.5.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/schroedinger/schroedinger-1.0.5.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/schroedinger/schroedinger-1.0.5.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/schroedinger/schroedinger-1.0.5.ebuild?r1=1.12&r2=1.13

Index: schroedinger-1.0.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/schroedinger/schroedinger-1.0.5.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- schroedinger-1.0.5.ebuild	6 Nov 2008 14:28:36 -0000	1.12
+++ schroedinger-1.0.5.ebuild	8 Nov 2008 20:42:05 -0000	1.13
@@ -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-libs/schroedinger/schroedinger-1.0.5.ebuild,v 1.12 2008/11/06 14:28:36 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/schroedinger/schroedinger-1.0.5.ebuild,v 1.13 2008/11/08 20:42:05 klausman Exp $
 
 DESCRIPTION="C-based libraries and GStreamer plugins for the Dirac video codec"
 HOMEPAGE="http://www.diracvideo.org"
@@ -8,7 +8,7 @@
 
 LICENSE="|| ( MPL-1.1 LGPL-2.1 GPL-2 MIT )"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ppc ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm hppa ppc ppc64 sparc x86 ~x86-fbsd"
 IUSE="gstreamer"
 
 RDEPEND=">=dev-libs/liboil-0.3.15






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

* [gentoo-commits] gentoo-x86 commit in media-libs/schroedinger: ChangeLog schroedinger-1.0.5.ebuild
@ 2009-03-08  7:44 Joshua Kinard (kumba)
  0 siblings, 0 replies; 4+ messages in thread
From: Joshua Kinard (kumba) @ 2009-03-08  7:44 UTC (permalink / raw
  To: gentoo-commits

kumba       09/03/08 07:44:17

  Modified:             ChangeLog schroedinger-1.0.5.ebuild
  Log:
  Added ~mips to KEYWORDS.
  (Portage version: 2.1.6.7/cvs/Linux mips64)

Revision  Changes    Path
1.25                 media-libs/schroedinger/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/schroedinger/ChangeLog?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/schroedinger/ChangeLog?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/schroedinger/ChangeLog?r1=1.24&r2=1.25

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/schroedinger/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	22 Dec 2008 14:21:50 -0000	1.24
+++ ChangeLog	8 Mar 2009 07:44:17 -0000	1.25
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/schroedinger
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/schroedinger/ChangeLog,v 1.24 2008/12/22 14:21:50 armin76 Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/schroedinger/ChangeLog,v 1.25 2009/03/08 07:44:17 kumba Exp $
+
+  08 Mar 2009; Joshua Kinard <kumba@gentoo.org> schroedinger-1.0.5.ebuild:
+  Added ~mips to KEYWORDS.
 
   22 Dec 2008; Raúl Porcel <armin76@gentoo.org> schroedinger-1.0.5.ebuild:
   arm stable



1.17                 media-libs/schroedinger/schroedinger-1.0.5.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/schroedinger/schroedinger-1.0.5.ebuild?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/schroedinger/schroedinger-1.0.5.ebuild?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/schroedinger/schroedinger-1.0.5.ebuild?r1=1.16&r2=1.17

Index: schroedinger-1.0.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/schroedinger/schroedinger-1.0.5.ebuild,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- schroedinger-1.0.5.ebuild	22 Dec 2008 14:21:50 -0000	1.16
+++ schroedinger-1.0.5.ebuild	8 Mar 2009 07:44:17 -0000	1.17
@@ -1,6 +1,6 @@
-# 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-libs/schroedinger/schroedinger-1.0.5.ebuild,v 1.16 2008/12/22 14:21:50 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/schroedinger/schroedinger-1.0.5.ebuild,v 1.17 2009/03/08 07:44:17 kumba Exp $
 
 DESCRIPTION="C-based libraries and GStreamer plugins for the Dirac video codec"
 HOMEPAGE="http://www.diracvideo.org"
@@ -8,7 +8,7 @@
 
 LICENSE="|| ( MPL-1.1 LGPL-2.1 GPL-2 MIT )"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd"
 IUSE="gstreamer"
 
 RDEPEND=">=dev-libs/liboil-0.3.15






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

end of thread, other threads:[~2009-03-08  7:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-06 14:28 [gentoo-commits] gentoo-x86 commit in media-libs/schroedinger: ChangeLog schroedinger-1.0.5.ebuild Ferris McCormick (fmccor)
  -- strict thread matches above, loose matches on Subject: below --
2009-03-08  7:44 Joshua Kinard (kumba)
2008-11-08 20:42 Tobias Klausmann (klausman)
2008-07-20 11:40 Alexis Ballier (aballier)

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