summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-04-21 16:04:58 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-04-21 16:04:58 +0000
commit98088b96de2be0f4f13511ed82a6ff9a4b2563f7 (patch)
tree75eaebc36bb5b6a7a73de00a4f84ec7990e28e44 /media-libs
parentThis one is for you pheand: Install an X.Org 1.8 InputClass policy control fi... (diff)
downloadgentoo-2-98088b96de2be0f4f13511ed82a6ff9a4b2563f7.tar.gz
gentoo-2-98088b96de2be0f4f13511ed82a6ff9a4b2563f7.tar.bz2
gentoo-2-98088b96de2be0f4f13511ed82a6ff9a4b2563f7.zip
Version bump, clean up
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/schroedinger/ChangeLog8
-rw-r--r--media-libs/schroedinger/files/schroedinger-1.0.9-asneeded.patch11
-rw-r--r--media-libs/schroedinger/schroedinger-1.0.8.ebuild9
-rw-r--r--media-libs/schroedinger/schroedinger-1.0.9.ebuild41
4 files changed, 63 insertions, 6 deletions
diff --git a/media-libs/schroedinger/ChangeLog b/media-libs/schroedinger/ChangeLog
index 651bd9ef7e33..97773714dee3 100644
--- a/media-libs/schroedinger/ChangeLog
+++ b/media-libs/schroedinger/ChangeLog
@@ -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:
diff --git a/media-libs/schroedinger/files/schroedinger-1.0.9-asneeded.patch b/media-libs/schroedinger/files/schroedinger-1.0.9-asneeded.patch
new file mode 100644
index 000000000000..dd67a50dd6c8
--- /dev/null
+++ b/media-libs/schroedinger/files/schroedinger-1.0.9-asneeded.patch
@@ -0,0 +1,11 @@
+--- testsuite/Makefile.am
++++ testsuite/Makefile.am
+@@ -34,7 +34,7 @@
+
+ AM_CFLAGS = $(SCHRO_CFLAGS) $(ERROR_CFLAGS) $(ORC_CFLAGS) \
+ -DSCHRO_ENABLE_UNSTABLE_API
+-LDADD = $(LIBM) libschrotest.la $(SCHRO_LIBS)
++LDADD = $(LIBM) libschrotest.la $(SCHRO_LIBS) -lorc-test-0.4
+
+ libschrotest_la_SOURCES = common.c
+ libschrotest_la_LIBADD = $(SCHRO_LIBS) $(ORC_LIBS) -lorc-test-0.4 $(LIBM)
diff --git a/media-libs/schroedinger/schroedinger-1.0.8.ebuild b/media-libs/schroedinger/schroedinger-1.0.8.ebuild
index d225e24e510b..84f8dfa953da 100644
--- a/media-libs/schroedinger/schroedinger-1.0.8.ebuild
+++ b/media-libs/schroedinger/schroedinger-1.0.8.ebuild
@@ -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_prepare() {
src_configure() {
econf \
--disable-dependency-tracking \
- --disable-gtk-doc \
--with-html-dir="${EPREFIX}/usr/share/doc/${PF}/html"
}
diff --git a/media-libs/schroedinger/schroedinger-1.0.9.ebuild b/media-libs/schroedinger/schroedinger-1.0.9.ebuild
new file mode 100644
index 000000000000..67383800ad2a
--- /dev/null
+++ b/media-libs/schroedinger/schroedinger-1.0.9.ebuild
@@ -0,0 +1,41 @@
+# 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
+}