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.10-r1.ebuild
@ 2011-09-16 23:57 Steve Dibb (beandog)
  0 siblings, 0 replies; only message in thread
From: Steve Dibb (beandog) @ 2011-09-16 23:57 UTC (permalink / raw
  To: gentoo-commits

beandog     11/09/16 23:57:33

  Modified:             ChangeLog
  Added:                schroedinger-1.0.10-r1.ebuild
  Log:
  Fix orc dependency, bug 363953
  
  (Portage version: 2.1.9.42/cvs/Linux x86_64)

Revision  Changes    Path
1.56                 media-libs/schroedinger/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/schroedinger/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- ChangeLog	3 Apr 2011 14:54:23 -0000	1.55
+++ ChangeLog	16 Sep 2011 23:57:33 -0000	1.56
@@ -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.55 2011/04/03 14:54:23 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/schroedinger/ChangeLog,v 1.56 2011/09/16 23:57:33 beandog Exp $
+
+*schroedinger-1.0.10-r1 (16 Sep 2011)
+
+  16 Sep 2011; Steve Dibb <beandog@gentoo.org> +schroedinger-1.0.10-r1.ebuild:
+  Fix orc dependency, bug 363953
 
   03 Apr 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org>
   schroedinger-1.0.10.ebuild:



1.1                  media-libs/schroedinger/schroedinger-1.0.10-r1.ebuild

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

Index: schroedinger-1.0.10-r1.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/schroedinger/schroedinger-1.0.10-r1.ebuild,v 1.1 2011/09/16 23:57:33 beandog Exp $

EAPI=3
inherit autotools eutils

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=""

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

src_prepare() {
	epatch "${FILESDIR}"/${P}-orc-symbols.patch
	sed -i \
		-e '/AS_COMPILER_FLAG(-O3/d' \
		configure.ac || die

	AT_M4DIR="m4" eautoreconf
}

src_configure() {
	econf \
		--disable-dependency-tracking \
		--with-html-dir="${EPREFIX}/usr/share/doc/${PF}/html"
}

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






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-09-16 23:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-16 23:57 [gentoo-commits] gentoo-x86 commit in media-libs/schroedinger: ChangeLog schroedinger-1.0.10-r1.ebuild Steve Dibb (beandog)

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