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.9.ebuild schroedinger-1.0.8.ebuild
@ 2010-04-21 16:04 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; only message in thread
From: Samuli Suominen (ssuominen) @ 2010-04-21 16:04 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/04/21 16:04:58

  Modified:             ChangeLog schroedinger-1.0.8.ebuild
  Added:                schroedinger-1.0.9.ebuild
  Log:
  Version bump, clean up
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.47                 media-libs/schroedinger/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/schroedinger/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog	31 Mar 2010 12:27:43 -0000	1.46
+++ ChangeLog	21 Apr 2010 16:04:58 -0000	1.47
@@ -1,6 +1,12 @@
 # ChangeLog for media-libs/schroedinger
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/schroedinger/ChangeLog,v 1.46 2010/03/31 12:27:43 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/schroedinger/ChangeLog,v 1.47 2010/04/21 16:04:58 ssuominen Exp $
+
+*schroedinger-1.0.9 (21 Apr 2010)
+
+  21 Apr 2010; Samuli Suominen <ssuominen@gentoo.org>
+  +schroedinger-1.0.9.ebuild, +files/schroedinger-1.0.9-asneeded.patch:
+  Version bump.
 
   31 Mar 2010; Samuli Suominen <ssuominen@gentoo.org>
   schroedinger-1.0.8.ebuild:



1.11                 media-libs/schroedinger/schroedinger-1.0.8.ebuild

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

Index: schroedinger-1.0.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/schroedinger/schroedinger-1.0.8.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- schroedinger-1.0.8.ebuild	31 Mar 2010 12:27:43 -0000	1.10
+++ schroedinger-1.0.8.ebuild	21 Apr 2010 16:04:58 -0000	1.11
@@ -1,17 +1,17 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/schroedinger/schroedinger-1.0.8.ebuild,v 1.10 2010/03/31 12:27:43 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/schroedinger/schroedinger-1.0.8.ebuild,v 1.11 2010/04/21 16:04:58 ssuominen Exp $
 
 EAPI=3
 inherit libtool
 
 DESCRIPTION="C-based libraries and GStreamer plugins for the Dirac video codec"
-HOMEPAGE="http://www.diracvideo.org"
+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 )"
+LICENSE="GPL-2 LGPL-2 MIT MPL-1.1"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND=">=dev-libs/liboil-0.3.16"
@@ -25,7 +25,6 @@
 src_configure() {
 	econf \
 		--disable-dependency-tracking \
-		--disable-gtk-doc \
 		--with-html-dir="${EPREFIX}/usr/share/doc/${PF}/html"
 }
 



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

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

Index: schroedinger-1.0.9.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/schroedinger/schroedinger-1.0.9.ebuild,v 1.1 2010/04/21 16:04:58 ssuominen Exp $

EAPI=3
inherit autotools eutils

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="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.3"
DEPEND="${RDEPEND}
	dev-util/pkgconfig
	dev-util/gtk-doc-am"

src_prepare() {
	epatch "${FILESDIR}"/${P}-asneeded.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:[~2010-04-21 17:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-21 16:04 [gentoo-commits] gentoo-x86 commit in media-libs/schroedinger: ChangeLog schroedinger-1.0.9.ebuild schroedinger-1.0.8.ebuild Samuli Suominen (ssuominen)

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