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.11.ebuild
@ 2012-02-15 10:09 Tim Harder (radhermit)
  0 siblings, 0 replies; 4+ messages in thread
From: Tim Harder (radhermit) @ 2012-02-15 10:09 UTC (permalink / raw
  To: gentoo-commits

radhermit    12/02/15 10:09:58

  Modified:             ChangeLog
  Added:                schroedinger-1.0.11.ebuild
  Log:
  Version bump. Add static-libs use flag (bug #378331).
  
  (Portage version: 2.2.0_alpha86/cvs/Linux x86_64)

Revision  Changes    Path
1.57                 media-libs/schroedinger/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/schroedinger/ChangeLog,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- ChangeLog	16 Sep 2011 23:57:33 -0000	1.56
+++ ChangeLog	15 Feb 2012 10:09:58 -0000	1.57
@@ -1,6 +1,11 @@
 # ChangeLog for media-libs/schroedinger
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/schroedinger/ChangeLog,v 1.56 2011/09/16 23:57:33 beandog Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/schroedinger/ChangeLog,v 1.57 2012/02/15 10:09:58 radhermit Exp $
+
+*schroedinger-1.0.11 (15 Feb 2012)
+
+  15 Feb 2012; Tim Harder <radhermit@gentoo.org> +schroedinger-1.0.11.ebuild:
+  Version bump. Add static-libs use flag (bug #378331).
 
 *schroedinger-1.0.10-r1 (16 Sep 2011)
 



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

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

Index: schroedinger-1.0.11.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/schroedinger/schroedinger-1.0.11.ebuild,v 1.1 2012/02/15 10:09:58 radhermit Exp $

EAPI=4
inherit autotools

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

LICENSE="GPL-2 LGPL-2 MIT MPL-1.1"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
IUSE="static-libs"

RDEPEND=">=dev-lang/orc-0.4.16"
DEPEND="${RDEPEND}
	dev-util/pkgconfig
	dev-util/gtk-doc-am"

src_prepare() {
	sed -i \
		-e '/AS_COMPILER_FLAG(-O3/d' \
		configure.ac || die

	AT_M4DIR="m4" eautoreconf
}

src_configure() {
	econf \
		--with-html-dir="${EPREFIX}/usr/share/doc/${PF}/html" \
		$(use_enable static-libs static)
}

src_install() {
	default
	find "${ED}" -name '*.la' -delete || die
}






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

* [gentoo-commits] gentoo-x86 commit in media-libs/schroedinger: ChangeLog schroedinger-1.0.11.ebuild
@ 2012-05-15 13:42 Alexis Ballier (aballier)
  0 siblings, 0 replies; 4+ messages in thread
From: Alexis Ballier (aballier) @ 2012-05-15 13:42 UTC (permalink / raw
  To: gentoo-commits

aballier    12/05/15 13:42:36

  Modified:             ChangeLog schroedinger-1.0.11.ebuild
  Log:
  keyword ~amd64-fbsd
  
  (Portage version: 2.2.0_alpha105/cvs/Linux x86_64)

Revision  Changes    Path
1.60                 media-libs/schroedinger/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/schroedinger/ChangeLog,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- ChangeLog	5 May 2012 08:02:26 -0000	1.59
+++ ChangeLog	15 May 2012 13:42:36 -0000	1.60
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/schroedinger
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/schroedinger/ChangeLog,v 1.59 2012/05/05 08:02:26 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/schroedinger/ChangeLog,v 1.60 2012/05/15 13:42:36 aballier Exp $
+
+  15 May 2012; Alexis Ballier <aballier@gentoo.org> schroedinger-1.0.11.ebuild:
+  keyword ~amd64-fbsd
 
   05 May 2012; Jeff Horelick <jdhore@gentoo.org> schroedinger-1.0.8.ebuild,
   schroedinger-1.0.9.ebuild, schroedinger-1.0.10.ebuild,



1.5                  media-libs/schroedinger/schroedinger-1.0.11.ebuild

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

Index: schroedinger-1.0.11.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/schroedinger/schroedinger-1.0.11.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- schroedinger-1.0.11.ebuild	5 May 2012 08:02:26 -0000	1.4
+++ schroedinger-1.0.11.ebuild	15 May 2012 13:42:36 -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/schroedinger/schroedinger-1.0.11.ebuild,v 1.4 2012/05/05 08:02:26 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/schroedinger/schroedinger-1.0.11.ebuild,v 1.5 2012/05/15 13:42:36 aballier Exp $
 
 EAPI=4
 inherit eutils autotools
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2 LGPL-2 MIT MPL-1.1"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
 IUSE="static-libs"
 
 RDEPEND=">=dev-lang/orc-0.4.16"






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

* [gentoo-commits] gentoo-x86 commit in media-libs/schroedinger: ChangeLog schroedinger-1.0.11.ebuild
@ 2013-05-03 14:14 Justin Lecher (jlec)
  0 siblings, 0 replies; 4+ messages in thread
From: Justin Lecher (jlec) @ 2013-05-03 14:14 UTC (permalink / raw
  To: gentoo-commits

jlec        13/05/03 14:14:06

  Modified:             ChangeLog schroedinger-1.0.11.ebuild
  Log:
  media-libs/schroedinger: Fix obsolete macros to work with automake-1.13, #468448
  
  (Portage version: 2.2.0_alpha173/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 8009D6F070EB7916)

Revision  Changes    Path
1.61                 media-libs/schroedinger/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/schroedinger/ChangeLog,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- ChangeLog	15 May 2012 13:42:36 -0000	1.60
+++ ChangeLog	3 May 2013 14:14:05 -0000	1.61
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/schroedinger
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/schroedinger/ChangeLog,v 1.60 2012/05/15 13:42:36 aballier Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/schroedinger/ChangeLog,v 1.61 2013/05/03 14:14:05 jlec Exp $
+
+  03 May 2013; Justin Lecher <jlec@gentoo.org> schroedinger-1.0.11.ebuild:
+  Fix obsolete macros to work with automake-1.13, #468448
 
   15 May 2012; Alexis Ballier <aballier@gentoo.org> schroedinger-1.0.11.ebuild:
   keyword ~amd64-fbsd



1.6                  media-libs/schroedinger/schroedinger-1.0.11.ebuild

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

Index: schroedinger-1.0.11.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/schroedinger/schroedinger-1.0.11.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- schroedinger-1.0.11.ebuild	15 May 2012 13:42:36 -0000	1.5
+++ schroedinger-1.0.11.ebuild	3 May 2013 14:14:05 -0000	1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/schroedinger/schroedinger-1.0.11.ebuild,v 1.5 2012/05/15 13:42:36 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/schroedinger/schroedinger-1.0.11.ebuild,v 1.6 2013/05/03 14:14:05 jlec Exp $
 
 EAPI=4
 inherit eutils autotools
@@ -25,6 +25,7 @@
 
 	sed -i \
 		-e '/AS_COMPILER_FLAG(-O3/d' \
+		-e 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/g' \
 		configure.ac || die
 
 	AT_M4DIR="m4" eautoreconf





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

* [gentoo-commits] gentoo-x86 commit in media-libs/schroedinger: ChangeLog schroedinger-1.0.11.ebuild
@ 2013-06-19 13:29 Jeroen Roovers (jer)
  0 siblings, 0 replies; 4+ messages in thread
From: Jeroen Roovers (jer) @ 2013-06-19 13:29 UTC (permalink / raw
  To: gentoo-commits

jer         13/06/19 13:29:12

  Modified:             ChangeLog schroedinger-1.0.11.ebuild
  Log:
  Stable for HPPA (bug #470768).
  
  (Portage version: 2.2.0_alpha181/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.63                 media-libs/schroedinger/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/schroedinger/ChangeLog,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- ChangeLog	12 May 2013 07:25:53 -0000	1.62
+++ ChangeLog	19 Jun 2013 13:29:12 -0000	1.63
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/schroedinger
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/schroedinger/ChangeLog,v 1.62 2013/05/12 07:25:53 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/schroedinger/ChangeLog,v 1.63 2013/06/19 13:29:12 jer Exp $
+
+  19 Jun 2013; Jeroen Roovers <jer@gentoo.org> schroedinger-1.0.11.ebuild:
+  Stable for HPPA (bug #470768).
 
   12 May 2013; Patrick Lauer <patrick@gentoo.org> -schroedinger-1.0.9.ebuild:
   Remove version with unsatisfiable dependencies



1.7                  media-libs/schroedinger/schroedinger-1.0.11.ebuild

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

Index: schroedinger-1.0.11.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/schroedinger/schroedinger-1.0.11.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- schroedinger-1.0.11.ebuild	3 May 2013 14:14:05 -0000	1.6
+++ schroedinger-1.0.11.ebuild	19 Jun 2013 13:29:12 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/schroedinger/schroedinger-1.0.11.ebuild,v 1.6 2013/05/03 14:14:05 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/schroedinger/schroedinger-1.0.11.ebuild,v 1.7 2013/06/19 13:29:12 jer Exp $
 
 EAPI=4
 inherit eutils autotools
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2 LGPL-2 MIT MPL-1.1"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~amd64 hppa ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
 IUSE="static-libs"
 
 RDEPEND=">=dev-lang/orc-0.4.16"





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

end of thread, other threads:[~2013-06-19 13:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-03 14:14 [gentoo-commits] gentoo-x86 commit in media-libs/schroedinger: ChangeLog schroedinger-1.0.11.ebuild Justin Lecher (jlec)
  -- strict thread matches above, loose matches on Subject: below --
2013-06-19 13:29 Jeroen Roovers (jer)
2012-05-15 13:42 Alexis Ballier (aballier)
2012-02-15 10:09 Tim Harder (radhermit)

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