From 2a0a63bca3edb508e085f8f46031a00fd828667d Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Fri, 3 Jul 2009 19:54:48 +0300 Subject: modified: app-emulation/wine/wine-9999.ebuild renamed: dev-libs/ptlib/ptlib-2.6.2.ebuild -> dev-libs/ptlib/ptlib-2.6.3.ebuild modified: media-libs/gegl/gegl-0.0.9999.ebuild deleted: net-libs/opal/files/gcc-4.4.patch renamed: net-libs/opal/opal-3.6.2.ebuild -> net-libs/opal/opal-3.6.3.ebuild renamed: sys-apps/hal/hal-9999.ebuild -> sys-apps/hal/hal-0.5.9999.ebuild --- net-libs/opal/files/gcc-4.4.patch | 23 ------------- net-libs/opal/opal-3.6.2.ebuild | 71 --------------------------------------- net-libs/opal/opal-3.6.3.ebuild | 71 +++++++++++++++++++++++++++++++++++++++ 3 files changed, 71 insertions(+), 94 deletions(-) delete mode 100644 net-libs/opal/files/gcc-4.4.patch delete mode 100644 net-libs/opal/opal-3.6.2.ebuild create mode 100644 net-libs/opal/opal-3.6.3.ebuild (limited to 'net-libs') diff --git a/net-libs/opal/files/gcc-4.4.patch b/net-libs/opal/files/gcc-4.4.patch deleted file mode 100644 index 8514e67..0000000 --- a/net-libs/opal/files/gcc-4.4.patch +++ /dev/null @@ -1,23 +0,0 @@ -diff -ruN ../original/configure ./configure ---- ../original/configure 2009-05-19 12:52:57.000000000 +0300 -+++ ./configure 2009-06-21 04:19:51.687358162 +0300 -@@ -5080,7 +5080,6 @@ - opal_debug_flags="-g -D_DEBUG -DSOLARIS" - ;; - *) -- opal_release_flags="-Os" - opal_debug_flags="-g3 -ggdb -O0 -D_DEBUG" - ;; - esac -diff -ruN ../original/plugins/video/H.264/gpl/enc-ctx.cxx ./plugins/video/H.264/gpl/enc-ctx.cxx ---- ../original/plugins/video/H.264/gpl/enc-ctx.cxx 2009-05-19 12:52:39.000000000 +0300 -+++ ./plugins/video/H.264/gpl/enc-ctx.cxx 2009-06-21 04:19:37.890368559 +0300 -@@ -25,6 +25,8 @@ - #include "trace.h" - #include "rtpframe.h" - -+#include -+#include - #include - #include - #if defined(_WIN32) || defined(_WIN32_WCE) diff --git a/net-libs/opal/opal-3.6.2.ebuild b/net-libs/opal/opal-3.6.2.ebuild deleted file mode 100644 index 28b5324..0000000 --- a/net-libs/opal/opal-3.6.2.ebuild +++ /dev/null @@ -1,71 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -inherit eutils flag-o-matic - -DESCRIPTION="C++ class library normalising numerous telephony protocols" -HOMEPAGE="http://www.opalvoip.org/" -SRC_URI="mirror://sourceforge/opalvoip/${P}.tar.bz2" - -LICENSE="MPL-1.0" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="debug doc java" - -RDEPEND=">=dev-libs/ptlib-2.0.0 - >=media-video/ffmpeg-0.4.7 - media-libs/speex - java? ( virtual/jdk )" - -pkg_setup() { - if use debug && ! built_with_use dev-libs/ptlib debug; then - eerror "You need to build dev-libs/ptlib with USE=debug enabled." - die "dev-libs/ptlib has to be built with USE=debug" - fi - - if ! use debug && built_with_use dev-libs/ptlib debug; then - eerror "You need to build dev-libs/ptlib without USE=debug." - die "dev-libs/ptlib has not to be built with USE=debug" - fi -} - -src_unpack() { - unpack ${A} - cd "${S}" - - epatch ${FILESDIR}/gcc-4.4.patch -# epatch "${FILESDIR}"/${PN}-lpcini.patch -} - -src_compile() { - local makeopts - - filter-ldflags -Wl,--as-needed --as-needed - - # zrtp doesn't depend on net-libs/libzrtpcpp but on libzrtp from - # http://zfoneproject.com/ that is not in portage - econf \ - $(use_enable debug) \ - $(use_enable java) \ - --enable-plugins \ - --disable-localspeex \ - --disable-zrtp \ - || die "econf failed" - - if use debug; then - makeopts="debug" - else - makeopts="opt" - fi - - emake ${makeopts} || die "emake failed" -} - -src_install() { - emake PREFIX=/usr DESTDIR="${D}" install || die "emake install failed" - - if use doc; then - dohtml -r html/* docs/* || die "documentation installation failed" - fi -} diff --git a/net-libs/opal/opal-3.6.3.ebuild b/net-libs/opal/opal-3.6.3.ebuild new file mode 100644 index 0000000..95f79e5 --- /dev/null +++ b/net-libs/opal/opal-3.6.3.ebuild @@ -0,0 +1,71 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +inherit eutils flag-o-matic + +DESCRIPTION="C++ class library normalising numerous telephony protocols" +HOMEPAGE="http://www.opalvoip.org/" +SRC_URI="mirror://sourceforge/opalvoip/${P}.tar.bz2" + +LICENSE="MPL-1.0" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="debug doc java" + +RDEPEND=">=dev-libs/ptlib-2.0.0 + >=media-video/ffmpeg-0.4.7 + media-libs/speex + java? ( virtual/jdk )" + +pkg_setup() { + if use debug && ! built_with_use dev-libs/ptlib debug; then + eerror "You need to build dev-libs/ptlib with USE=debug enabled." + die "dev-libs/ptlib has to be built with USE=debug" + fi + + if ! use debug && built_with_use dev-libs/ptlib debug; then + eerror "You need to build dev-libs/ptlib without USE=debug." + die "dev-libs/ptlib has not to be built with USE=debug" + fi +} + +src_unpack() { + unpack ${A} + cd "${S}" + +# epatch ${FILESDIR}/gcc-4.4.patch +# epatch "${FILESDIR}"/${PN}-lpcini.patch +} + +src_compile() { + local makeopts + + filter-ldflags -Wl,--as-needed --as-needed + + # zrtp doesn't depend on net-libs/libzrtpcpp but on libzrtp from + # http://zfoneproject.com/ that is not in portage + econf \ + $(use_enable debug) \ + $(use_enable java) \ + --enable-plugins \ + --disable-localspeex \ + --disable-zrtp \ + || die "econf failed" + + if use debug; then + makeopts="debug" + else + makeopts="opt" + fi + + emake ${makeopts} || die "emake failed" +} + +src_install() { + emake PREFIX=/usr DESTDIR="${D}" install || die "emake install failed" + + if use doc; then + dohtml -r html/* docs/* || die "documentation installation failed" + fi +} -- cgit v1.2.3