summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2014-10-15 18:10:27 +0000
committerMichael Palimaka <kensington@gentoo.org>2014-10-15 18:10:27 +0000
commit42123e198d483f685f23ad9e705ab4c9a54a9b8a (patch)
treed2aacd00fb63ad02995804de8a84a668ac1ba245 /net-libs/opal
parentVersion bump. (diff)
downloadgentoo-2-42123e198d483f685f23ad9e705ab4c9a54a9b8a.tar.gz
gentoo-2-42123e198d483f685f23ad9e705ab4c9a54a9b8a.tar.bz2
gentoo-2-42123e198d483f685f23ad9e705ab4c9a54a9b8a.zip
Remove old.
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)
Diffstat (limited to 'net-libs/opal')
-rw-r--r--net-libs/opal/ChangeLog9
-rw-r--r--net-libs/opal/files/opal-2.1.1-notrace.diff11
-rw-r--r--net-libs/opal/files/opal-3.6.4-jdkroot.patch15
-rw-r--r--net-libs/opal/files/opal-3.6.8-build-fix.patch39
-rw-r--r--net-libs/opal/files/opal-3.6.8-ldflags.patch240
-rw-r--r--net-libs/opal/files/opal-3.6.8-lid-plugins-ldflags.patch40
-rw-r--r--net-libs/opal/opal-3.10.10.ebuild252
-rw-r--r--net-libs/opal/opal-3.6.8-r2.ebuild280
8 files changed, 8 insertions, 878 deletions
diff --git a/net-libs/opal/ChangeLog b/net-libs/opal/ChangeLog
index a9a8284e2678..822af18af3fd 100644
--- a/net-libs/opal/ChangeLog
+++ b/net-libs/opal/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for net-libs/opal
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/opal/ChangeLog,v 1.109 2014/08/21 09:59:30 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/opal/ChangeLog,v 1.110 2014/10/15 18:10:27 kensington Exp $
+
+ 15 Oct 2014; Michael Palimaka <kensington@gentoo.org>
+ -files/opal-2.1.1-notrace.diff, -files/opal-3.6.4-jdkroot.patch,
+ -files/opal-3.6.8-build-fix.patch, -files/opal-3.6.8-ldflags.patch,
+ -files/opal-3.6.8-lid-plugins-ldflags.patch, -opal-3.10.10.ebuild,
+ -opal-3.6.8-r2.ebuild:
+ Remove old.
21 Aug 2014; Agostino Sarubbo <ago@gentoo.org> opal-3.10.11.ebuild:
Stable for ppc64, wrt bug #517960
diff --git a/net-libs/opal/files/opal-2.1.1-notrace.diff b/net-libs/opal/files/opal-2.1.1-notrace.diff
deleted file mode 100644
index e03eaa43a252..000000000000
--- a/net-libs/opal/files/opal-2.1.1-notrace.diff
+++ /dev/null
@@ -1,11 +0,0 @@
---- opal_v2_1_1/Makefile.in.orig 2005-09-04 03:40:12.000000000 +0000
-+++ opal_v2_1_1/Makefile.in 2005-09-04 03:40:49.000000000 +0000
-@@ -176,7 +176,7 @@
-
- OPAL_OBJDIR = $(OPAL_LIBDIR)/$(PT_OBJBASE)
- ifdef NOTRACE
--OPAL_OBJDIR += n
-+OBJDIR_SUFFIX := n
- endif
-
-
diff --git a/net-libs/opal/files/opal-3.6.4-jdkroot.patch b/net-libs/opal/files/opal-3.6.4-jdkroot.patch
deleted file mode 100644
index 480a0eefb162..000000000000
--- a/net-libs/opal/files/opal-3.6.4-jdkroot.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Index: opal.m4
-===================================================================
---- opal.m4 (revision 22933)
-+++ opal.m4 (working copy)
-@@ -996,6 +996,10 @@
- AC_CHECK_HEADERS([jni.h], [opal_java=yes])
-
- if test "x$opal_java" = "xno" ; then
-+ if test "x${JDK_ROOT}" = "x" ; then
-+ JDK_ROOT=${JDK_HOME}
-+ fi
-+
- if test "x${JDK_ROOT}" != "x" ; then
- AC_CHECK_FILE([${JDK_ROOT}/include/jni.h],
- [
diff --git a/net-libs/opal/files/opal-3.6.8-build-fix.patch b/net-libs/opal/files/opal-3.6.8-build-fix.patch
deleted file mode 100644
index 2a052e145afc..000000000000
--- a/net-libs/opal/files/opal-3.6.8-build-fix.patch
+++ /dev/null
@@ -1,39 +0,0 @@
-=== modified file 'plugins/video/H.263-1998/h263-1998.cxx'
---- plugins/video/H.263-1998/h263-1998.cxx 2010-12-06 15:18:06 +0000
-+++ plugins/video/H.263-1998/h263-1998.cxx 2010-12-06 15:18:46 +0000
-@@ -51,6 +51,8 @@
-
- #include "plugin-config.h"
-
-+#define __STDC_CONSTANT_MACROS
-+
- #include "h263-1998.h"
- #include <limits.h>
- #include <math.h>
-
-=== modified file 'plugins/video/H.263-1998/h263pframe.h'
---- plugins/video/H.263-1998/h263pframe.h 2010-12-06 15:18:06 +0000
-+++ plugins/video/H.263-1998/h263pframe.h 2010-12-06 15:19:56 +0000
-@@ -25,6 +25,8 @@
-
- #include "plugin-config.h"
-
-+#define __STDC_CONSTANT_MACROS
-+
- #include <stdint.h>
- #include <vector>
- #include <string.h>
-
-=== modified file 'plugins/video/common/trace.h'
---- plugins/video/common/trace.h 2010-12-06 15:18:06 +0000
-+++ plugins/video/common/trace.h 2010-12-06 15:18:46 +0000
-@@ -34,6 +34,8 @@
-
- #define TRACING 1
-
-+#define __STDC_CONSTANT_MACROS
-+
- #include <iostream>
- #include <iomanip>
- using namespace std;
-
diff --git a/net-libs/opal/files/opal-3.6.8-ldflags.patch b/net-libs/opal/files/opal-3.6.8-ldflags.patch
deleted file mode 100644
index 995f9b461ef6..000000000000
--- a/net-libs/opal/files/opal-3.6.8-ldflags.patch
+++ /dev/null
@@ -1,240 +0,0 @@
-Reported upstream:
-https://sourceforge.net/tracker/?func=detail&atid=989750&aid=3131118&group_id=204472
-
-=== modified file 'plugins/audio/G722/Makefile.in'
---- plugins/audio/G722/Makefile.in 2010-12-07 05:39:18 +0000
-+++ plugins/audio/G722/Makefile.in 2010-12-07 05:49:21 +0000
-@@ -71,11 +71,9 @@
-
- $(PLUGIN): $(OBJECTS)
- ifeq (solaris,$(findstring solaris,$(target_os)))
--
-- $(Q_LD)$(CC) $(LDSO) $@ -o $@ $^ $(EXTRALIBS)
-+ $(Q_LD)$(CC) $(LDFLAGS) $(LDSO) $@ -o $@ $^ $(EXTRALIBS)
- else
-- $(Q_LD)$(CC) $(LDSO) -o $@ $^ $(EXTRALIBS)
--
-+ $(Q_LD)$(CC) $(LDFLAGS) $(LDSO) -o $@ $^ $(EXTRALIBS)
- endif
-
- install:
-
-=== modified file 'plugins/audio/G726/Makefile.in'
---- plugins/audio/G726/Makefile.in 2010-12-07 05:39:18 +0000
-+++ plugins/audio/G726/Makefile.in 2010-12-07 05:49:51 +0000
-@@ -100,11 +100,9 @@
- $(PLUGIN): $(OBJECTS)
-
- ifeq (solaris,$(findstring solaris,$(target_os)))
--
-- $(Q_LD)$(CC) $(LDSO) $@ -o $@ $^ $(EXTRALIBS)
-+ $(Q_LD)$(CC) $(LDFLAGS) $(LDSO) $@ -o $@ $^ $(EXTRALIBS)
- else
-- $(Q_LD)$(CC) $(LDSO) -o $@ $^ $(EXTRALIBS)
--
-+ $(Q_LD)$(CC) $(LDFLAGS) $(LDSO) -o $@ $^ $(EXTRALIBS)
- endif
-
- install:
-
-=== modified file 'plugins/audio/GSM0610/Makefile.in'
---- plugins/audio/GSM0610/Makefile.in 2010-12-07 05:39:18 +0000
-+++ plugins/audio/GSM0610/Makefile.in 2010-12-07 05:50:09 +0000
-@@ -160,11 +160,9 @@
- $(PLUGIN): $(OBJECTS)
-
- ifeq (solaris,$(findstring solaris,$(target_os)))
--
-- $(Q_LD)$(CC) $(LDSO) $@ -o $@ $^ $(EXTRALIBS)
-+ $(Q_LD)$(CC) $(LDFLAGS) $(LDSO) $@ -o $@ $^ $(EXTRALIBS)
- else
-- $(Q_LD)$(CC) $(LDSO) -o $@ $^ $(EXTRALIBS)
--
-+ $(Q_LD)$(CC) $(LDFLAGS) $(LDSO) -o $@ $^ $(EXTRALIBS)
- endif
-
- endif
-
-=== modified file 'plugins/audio/IMA_ADPCM/Makefile.in'
---- plugins/audio/IMA_ADPCM/Makefile.in 2010-12-07 05:39:18 +0000
-+++ plugins/audio/IMA_ADPCM/Makefile.in 2010-12-07 05:50:53 +0000
-@@ -90,11 +90,9 @@
- $(PLUGIN): $(OBJECTS)
-
- ifeq (solaris,$(findstring solaris,$(target_os)))
--
-- $(Q_LD)$(CC) $(LDSO) $@ -o $@ $^ $(EXTRALIBS)
-+ $(Q_LD)$(CC) $(LDFLAGS) $(LDSO) $@ -o $@ $^ $(EXTRALIBS)
- else
-- $(Q_LD)$(CC) $(LDSO) -o $@ $^ $(EXTRALIBS)
--
-+ $(Q_LD)$(CC) $(LDFLAGS) $(LDSO) -o $@ $^ $(EXTRALIBS)
- endif
-
- install:
-
-=== modified file 'plugins/audio/LPC_10/Makefile.in'
---- plugins/audio/LPC_10/Makefile.in 2010-12-07 05:39:18 +0000
-+++ plugins/audio/LPC_10/Makefile.in 2010-12-07 05:51:07 +0000
-@@ -128,11 +128,9 @@
- $(PLUGIN): $(OBJECTS)
-
- ifeq (solaris,$(findstring solaris,$(target_os)))
--
-- $(Q_LD)$(CC) $(LDSO) $@ -o $@ $^ $(EXTRALIBS)
-+ $(Q_LD)$(CC) $(LDFLAGS) $(LDSO) $@ -o $@ $^ $(EXTRALIBS)
- else
-- $(Q_LD)$(CC) $(LDSO) -o $@ $^ $(EXTRALIBS)
--
-+ $(Q_LD)$(CC) $(LDFLAGS) $(LDSO) -o $@ $^ $(EXTRALIBS)
- endif
-
- install:
-
-=== modified file 'plugins/audio/SBC/Makefile.in'
---- plugins/audio/SBC/Makefile.in 2010-12-07 05:39:18 +0000
-+++ plugins/audio/SBC/Makefile.in 2010-12-07 05:51:28 +0000
-@@ -78,7 +78,7 @@
- OBJECTS = $(addprefix $(OBJDIR)/,$(patsubst %.cxx,%.o,$(patsubst %.c,%.o,$(notdir $(SRCS)))))
-
- $(PLUGIN): $(OBJECTS)
-- $(Q_LD)$(CXX) $(LDSO) -o $@ $^ $(EXTRALIBS)
-+ $(Q_LD)$(CXX) $(LDFLAGS) $(LDSO) -o $@ $^ $(EXTRALIBS)
-
- $(SRCDIR)/g711a1_plc.cxx: ../../../src/codec/g711a1_plc.cxx
- @ln -s ../../../src/codec/g711a1_plc.cxx $(SRCDIR)/g711a1_plc.cxx
-
-=== modified file 'plugins/audio/Speex/Makefile.in'
---- plugins/audio/Speex/Makefile.in 2010-12-07 05:39:18 +0000
-+++ plugins/audio/Speex/Makefile.in 2010-12-07 05:51:51 +0000
-@@ -166,11 +166,9 @@
-
- $(PLUGIN): $(OBJECTS)
- ifeq (solaris,$(findstring solaris,$(target_os)))
--
-- $(Q_LD)$(CXX) $(LDSO) $@ -o $@ $^ $(EXTRALIBS)
-+ $(Q_LD)$(CXX) $(LDFLAGS) $(LDSO) $@ -o $@ $^ $(EXTRALIBS)
- else
-- $(Q_LD)$(CXX) $(LDSO) -o $@ $^ $(EXTRALIBS)
--
-+ $(Q_LD)$(CXX) $(LDFLAGS) $(LDSO) -o $@ $^ $(EXTRALIBS)
- endif
-
- install:
-
-=== modified file 'plugins/audio/celt/Makefile.in'
---- plugins/audio/celt/Makefile.in 2010-12-07 05:39:18 +0000
-+++ plugins/audio/celt/Makefile.in 2010-12-07 05:48:49 +0000
-@@ -47,11 +47,9 @@
- $(PLUGIN): $(OBJECTS)
-
- ifeq (solaris,$(findstring solaris,$(target_os)))
--
-- $(Q_LD)$(CC) $(LDSO) $@ -o $@ $^ $(LIBS)
-+ $(Q_LD)$(CC) $(LDFLAGS) $(LDSO) $@ -o $@ $^ $(LIBS)
- else
-- $(Q_LD)$(CC) $(LDSO) -o $@ $^ $(LIBS)
--
-+ $(Q_LD)$(CC) $(LDFLAGS) $(LDSO) -o $@ $^ $(LIBS)
- endif
-
- install:
-
-=== modified file 'plugins/audio/gsm-amr/Makefile.in'
---- plugins/audio/gsm-amr/Makefile.in 2010-12-07 05:39:18 +0000
-+++ plugins/audio/gsm-amr/Makefile.in 2010-12-07 05:50:25 +0000
-@@ -59,11 +59,9 @@
- $(PLUGIN): $(OBJECTS)
-
- ifeq (solaris,$(findstring solaris,$(target_os)))
--
-- $(Q_LD)$(CC) $(LDSO) $@ -o $@ $^
-+ $(Q_LD)$(CC) $(LDFLAGS) $(LDSO) $@ -o $@ $^
- else
-- $(Q_LD)$(CC) $(LDSO) -o $@ $^
--
-+ $(Q_LD)$(CC) $(LDFLAGS) $(LDSO) -o $@ $^
- endif
-
- install:
-
-=== modified file 'plugins/audio/iLBC/Makefile.in'
---- plugins/audio/iLBC/Makefile.in 2010-12-07 05:39:18 +0000
-+++ plugins/audio/iLBC/Makefile.in 2010-12-07 05:50:41 +0000
-@@ -119,9 +119,9 @@
-
- $(PLUGIN): $(OBJECTS)
- ifeq (solaris,$(findstring solaris,$(target_os)))
-- $(Q_LD)$(CC) $(LDSO) $@ -o $@ $^ $(EXTRALIBS)
-+ $(Q_LD)$(CC) $(LDFLAGS) $(LDSO) $@ -o $@ $^ $(EXTRALIBS)
- else
-- $(Q_LD)$(CC) $(LDSO) -o $@ $^ $(EXTRALIBS)
-+ $(Q_LD)$(CC) $(LDFLAGS) $(LDSO) -o $@ $^ $(EXTRALIBS)
- endif
-
- install:
-
-=== modified file 'plugins/video/H.261-vic/Makefile.in'
---- plugins/video/H.261-vic/Makefile.in 2010-12-07 05:39:18 +0000
-+++ plugins/video/H.261-vic/Makefile.in 2010-12-07 05:45:17 +0000
-@@ -116,9 +116,9 @@
-
- $(PLUGIN): $(OBJECTS)
- ifeq (,$(findstring solaris,$(target_os)))
-- $(Q_LD)$(CXX) $(LDSO) -o $@ $^
-+ $(Q_LD)$(CXX) $(LDFLAGS) $(LDSO) $(LDFLAGS) -o $@ $^
- else
-- $(Q_LD)$(CXX) $(LDSO) $@ -o $@ $^
-+ $(Q_LD)$(CXX) $(LDFLAGS) $(LDSO) $@ -o $@ $^
- endif
-
- install:
-
-=== modified file 'plugins/video/H.263-1998/Makefile.in'
---- plugins/video/H.263-1998/Makefile.in 2010-12-07 05:39:18 +0000
-+++ plugins/video/H.263-1998/Makefile.in 2010-12-07 05:45:53 +0000
-@@ -86,9 +86,9 @@
-
- $(PLUGIN): $(OBJECTS)
- ifeq (,$(findstring solaris,$(target_os)))
-- $(Q_LD)$(CXX) $(LDSO) $(DL_LIBS) -o $@ $^ $(LDFLAGS)
-+ $(Q_LD)$(CXX) $(LDFLAGS) $(LDSO) -o $@ $^ $(DL_LIBS)
- else
-- $(Q_LD)$(CXX) $(LDSO) $(DL_LIBS) $@ -o $@ $^ $(LDFLAGS)
-+ $(Q_LD)$(CXX) $(LDFLAGS) $(LDSO) $@ -o $@ $^ $(DL_LIBS)
- endif
-
- install: $(PLUGIN)
-
-=== modified file 'plugins/video/H.264/Makefile.in'
---- plugins/video/H.264/Makefile.in 2010-12-07 05:39:18 +0000
-+++ plugins/video/H.264/Makefile.in 2010-12-07 05:46:27 +0000
-@@ -130,9 +130,9 @@
- $(PLUGIN): $(OBJECTS)
- @set -e; $(foreach dir,$(SUBDIRS),if test -d ${dir} ; then $(MAKE) -C $(dir); fi ; )
- ifeq (,$(findstring solaris,$(target_os)))
-- $(Q_LD)$(CXX) $(LDSO) $(LDFLAGS) $(DL_LIBS) -o $@ $^
-+ $(Q_LD)$(CXX) $(LDFLAGS) $(LDSO) $(LDFLAGS) -o $@ $^ $(DL_LIBS)
- else
-- $(Q_LD)$(CXX) $(LDSO) $(LDFLAGS) $(DL_LIBS) $@ -o $@ $^
-+ $(Q_LD)$(CXX) $(LDFLAGS) $(LDSO) $(LDFLAGS) $@ -o $@ $^ $(DL_LIBS)
- endif
-
-
-
-=== modified file 'plugins/video/MPEG4-ffmpeg/Makefile.in'
---- plugins/video/MPEG4-ffmpeg/Makefile.in 2010-12-07 05:39:18 +0000
-+++ plugins/video/MPEG4-ffmpeg/Makefile.in 2010-12-07 05:47:12 +0000
-@@ -101,9 +101,9 @@
-
- $(PLUGIN): $(OBJECTS)
- ifeq (,$(findstring solaris,$(target_os)))
-- $(Q_LD)$(CXX) $(LDSO) $(DL_LIBS) -o $@ $^
-+ $(Q_LD)$(CXX) $(LDFLAGS) $(LDSO) -o $@ $^ $(DL_LIBS)
- else
-- $(Q_LD)$(CXX) $(LDSO) $(DL_LIBS) $@ -o $@ $^
-+ $(Q_LD)$(CXX) $(LDFLAGS) $(LDSO) $@ -o $@ $^ $(DL_LIBS)
- endif
-
- install:
-
diff --git a/net-libs/opal/files/opal-3.6.8-lid-plugins-ldflags.patch b/net-libs/opal/files/opal-3.6.8-lid-plugins-ldflags.patch
deleted file mode 100644
index 071c7f066e65..000000000000
--- a/net-libs/opal/files/opal-3.6.8-lid-plugins-ldflags.patch
+++ /dev/null
@@ -1,40 +0,0 @@
-Fix LID plugin ldflags
-
-https://bugs.gentoo.org/397681
-
---- plugins/LID/CAPI/Makefile.in
-+++ plugins/LID/CAPI/Makefile.in
-@@ -67,7 +67,7 @@
- OBJECTS = $(addprefix $(OBJDIR)/,$(patsubst %.cxx,%.o,$(notdir $(SRCS))))
-
- $(PLUGIN): $(OBJECTS)
-- $(Q_LD)$(CC) $(LDSO)$(SONAME) -o $@ $^ $(EXTRALIBS)
-+ $(Q_LD)$(CC) $(LDFLAGS) $(LDSO)$(SONAME) -o $@ $^ $(EXTRALIBS)
-
- install:
- mkdir -p $(DESTDIR)$(libdir)/$(LID_PLUGIN_DIR)
---- plugins/LID/IxJ/Makefile.in
-+++ plugins/LID/IxJ/Makefile.in
-@@ -72,7 +72,7 @@
- OBJECTS = $(addprefix $(OBJDIR)/,$(patsubst %.cxx,%.o,$(notdir $(SRCS))))
-
- $(PLUGIN): $(OBJECTS)
-- $(Q_LD)$(CC) $(LDSO)$(SONAME) -o $@ $^ $(EXTRALIBS)
-+ $(Q_LD)$(CC) $(LDFLAGS) $(LDSO)$(SONAME) -o $@ $^ $(EXTRALIBS)
-
- install:
- mkdir -p $(DESTDIR)$(libdir)/$(LID_PLUGIN_DIR)
---- plugins/LID/VPB/Makefile.in
-+++ plugins/LID/VPB/Makefile.in
-@@ -79,9 +79,9 @@
-
- ifeq (solaris,$(findstring solaris,$(target_os)))
-
-- $(Q_LD)$(CC) $(LDSO) $@ -o $@ $^ $(EXTRALIBS)
-+ $(Q_LD)$(CC) $(LDFLAGS) $(LDSO) $@ -o $@ $^ $(EXTRALIBS)
- else
-- $(Q_LD)$(CC) $(LDSO) -o $@ $^ $(EXTRALIBS)
-+ $(Q_LD)$(CC) $(LDFLAGS) $(LDSO) -o $@ $^ $(EXTRALIBS)
-
- endif
-
diff --git a/net-libs/opal/opal-3.10.10.ebuild b/net-libs/opal/opal-3.10.10.ebuild
deleted file mode 100644
index 8a4e26310fff..000000000000
--- a/net-libs/opal/opal-3.10.10.ebuild
+++ /dev/null
@@ -1,252 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/opal/opal-3.10.10.ebuild,v 1.11 2014/07/24 13:07:23 pacho Exp $
-
-EAPI=5
-
-inherit eutils autotools toolchain-funcs java-pkg-opt-2 flag-o-matic
-
-DESCRIPTION="C++ class library normalising numerous telephony protocols"
-HOMEPAGE="http://www.opalvoip.org/"
-SRC_URI="mirror://sourceforge/opalvoip/${P}.tar.bz2
- doc? ( mirror://sourceforge/opalvoip/${P}-htmldoc.tar.bz2 )"
-
-LICENSE="MPL-1.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 ia64 ppc ppc64 ~sparc x86"
-IUSE="capi celt debug doc +dtmf examples fax ffmpeg h224 h281 h323 iax ilbc
-ipv6 ivr ixj java ldap lid +plugins sbc sip sipim +sound srtp ssl static-libs
-stats swig theora +video vpb vxml wav x264 x264-static xml"
-
-REQUIRED_USE="x264-static? ( x264 )
- h281? ( h224 )
- sip? ( sipim )"
-
-RDEPEND=">=net-libs/ptlib-2.10.10:=[stun,debug=,dtmf,http,ipv6?,ldap?,sound?,ssl?,video?,vxml?,wav?,xml?]
- >=media-libs/speex-1.2_beta
- fax? ( net-libs/ptlib[asn] )
- h323? ( net-libs/ptlib[asn] )
- ivr? ( net-libs/ptlib[http,xml,vxml] )
- java? ( >=virtual/jre-1.4 )
- plugins? (
- media-sound/gsm
- capi? ( net-dialup/capi4k-utils )
- celt? ( media-libs/celt )
- ffmpeg? ( virtual/ffmpeg[encode] !!>=media-video/libav-9 )
- ixj? ( sys-kernel/linux-headers )
- ilbc? ( dev-libs/ilbc-rfc3951 )
- sbc? ( media-libs/libsamplerate )
- theora? ( media-libs/libtheora )
- x264? ( virtual/ffmpeg
- media-libs/x264 ) )
- srtp? ( net-libs/libsrtp )
- vxml? ( net-libs/ptlib[http,vxml] )"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- >=sys-devel/gcc-3
- java? ( swig? ( dev-lang/swig )
- >=virtual/jdk-1.4 )"
-
-# NOTES:
-# ffmpeg[encode] is for h263 and mpeg4
-# ssl, xml, vxml, ipv6, ldap, sound, wav, and video are use flags
-# herited from ptlib: feature is enabled if ptlib has enabled it
-# however, disabling it if ptlib has it looks hard (coz of buildopts.h)
-# forcing ptlib to disable it for opal is not a solution too
-# atm, accepting the "auto-feature" looks like a good solution
-# (asn is used for fax and config _only_ for examples)
-# OPALDIR should not be used anymore but if a package still need it, create it
-
-pkg_setup() {
- # workaround for bug 282838
- append-cxxflags "-fno-visibility-inlines-hidden"
- append-cxxflags "-fno-strict-aliasing"
-
- # need >=gcc-3
- if [[ $(gcc-major-version) -lt 3 ]]; then
- eerror "You need to use gcc-3 at least."
- eerror "Please change gcc version with 'gcc-config'."
- die "You need to use gcc-3 at least."
- fi
-
- java-pkg-opt-2_pkg_setup
-}
-
-src_prepare() {
- # remove visual studio related files from samples/
- if use examples; then
- rm -f samples/*/*.vcproj
- rm -f samples/*/*.sln
- rm -f samples/*/*.dsp
- rm -f samples/*/*.dsw
- fi
-
- epatch "${FILESDIR}/${PN}-3.10.9-svn_revision_override.patch"
- epatch "${FILESDIR}/${PN}-3.10.9-labs_is_in_stdlib.patch"
- epatch "${FILESDIR}/${PN}-3.10.9-avoid_cflags_mixup.patch"
- epatch "${FILESDIR}/${PN}-3.10.9-ffmpeg.patch"
-
- if ! use h323; then
- # Without this patch, ekiga wont compile, even with
- # USE=-h323.
- epatch "${FILESDIR}/${PN}-3.10.9-disable-h323-workaround.patch"
- fi
-
- epatch "${FILESDIR}/${PN}-3.10.9-java-ruby-swig-fix.patch"
-
- sed -i -e "s:\(.*HAS_H224.*\), \[OPAL_H323\]:\1:" configure.ac \
- || die "sed failed"
-
- eaclocal
- eautoconf
-
- # in plugins
- cd plugins/
- eaclocal
- eautoconf
- cd ..
-
- # disable celt if celt is not enabled (prevent auto magic dep)
- # already in repository
- if ! use celt; then
- sed -i -e "s/HAVE_CELT=yes/HAVE_CELT=no/" plugins/configure \
- || die "sed failed"
- fi
-
- # fix automatic swig detection, upstream bug 2712521 (upstream reject it)
- if ! use swig; then
- sed -i -e "/^SWIG=/d" configure || die "patching configure failed"
- fi
-
- use ilbc || { rm -r plugins/audio/iLBC/ || die "removing iLBC failed"; }
-
- java-pkg-opt-2_src_prepare
-}
-
-src_configure() {
- local forcedconf=""
-
- # fix bug 277233, upstream bug 2820939
- if use fax; then
- forcedconf="${forcedconf} --enable-statistics"
- fi
-
- # --with-libavcodec-source-dir should _not_ be set, it's for trunk sources
- # versioncheck: check for ptlib version
- # shared: should always be enabled for a lib
- # localspeex, localspeexdsp, localgsm, localilbc: never use bundled libs
- # samples: only build some samples, useless
- # libavcodec-stackalign-hack: prevent hack (default disable by upstream)
- # default-to-full-capabilties: default enable by upstream
- # aec: atm, only used when bundled speex, so it's painless for us
- # zrtp doesn't depend on net-libs/libzrtpcpp but on libzrtp from
- # http://zfoneproject.com/ wich is not in portage
- # msrp: highly experimental
- # spandsp: doesn't work with newest spandsp, upstream bug 2796047
- # g711plc: force enable
- # rfc4103: not really used, upstream bug 2795831
- # t38, spandsp: merged in fax
- # h450, h460, h501: merged in h323 (they are additional features of h323)
- econf \
- --enable-versioncheck \
- --enable-shared \
- --disable-zrtp \
- --disable-localspeex \
- --disable-localspeexdsp \
- --disable-localgsm \
- --disable-localilbc \
- --disable-samples \
- --disable-libavcodec-stackalign-hack \
- --enable-default-to-full-capabilties \
- --enable-aec \
- --disable-msrp \
- --disable-spandsp \
- --enable-g711plc \
- --enable-rfc4103 \
- $(use_enable debug) \
- $(use_enable capi) \
- $(use_enable fax) \
- $(use_enable fax t38) \
- $(use_enable h224) \
- $(use_enable h281) \
- $(use_enable h323) \
- $(use_enable h323 h450) \
- $(use_enable h323 h460) \
- $(use_enable h323 h501) \
- $(use_enable iax) \
- $(use_enable ivr) \
- $(use_enable ixj) \
- $(use_enable java) \
- $(use_enable lid) \
- $(use_enable plugins) \
- $(use_enable sbc) \
- $(use_enable sip) \
- $(use_enable sipim) \
- $(use_enable stats statistics) \
- $(use_enable video) $(use_enable video rfc4175) \
- $(use_enable vpb) \
- $(use_enable x264 h264) \
- $(use_enable x264-static x264-link-static) \
- ${forcedconf}
-}
-
-src_compile() {
- local makeopts=""
-
- use debug && makeopts="debug"
-
- emake ${makeopts} || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
-
- # Get rid of static libraries if not requested
- # There seems to be no easy way to disable this in the build system
- if ! use static-libs; then
- rm -v "${D}"/usr/lib*/*.a || die
- fi
-
- if use doc; then
- dohtml -r "${WORKDIR}"/html/* docs/* || die "dohtml failed"
- fi
-
- # ChangeLog is not standard and does not exist on 3.10.10
-# dodoc ChangeLog-${PN}-v${PV//./_}.txt || die "dodoc failed"
-
- if use examples; then
- local exampledir="/usr/share/doc/${PF}/examples"
- local basedir="samples"
- local sampledirs="`ls ${basedir} --hide=configure* \
- --hide=opal_samples.mak.in`"
-
- # first, install files
- insinto ${exampledir}/
- doins ${basedir}/{configure*,opal_samples*} \
- || die "doins failed"
-
- # now, all examples
- for x in ${sampledirs}; do
- insinto ${exampledir}/${x}/
- doins ${basedir}/${x}/* || die "doins failed"
- done
-
- # some examples need version.h
- insinto "/usr/share/doc/${PF}/"
- doins version.h || die "doins failed"
- fi
-}
-
-pkg_postinst() {
- if use examples; then
- ewarn "All examples have been installed, some of them will not work on your system"
- ewarn "it will depend of the enabled USE flags in ptlib and opal"
- fi
-
- if ! use plugins || ! use sound || ! use video; then
- ewarn "You have disabled sound, video or plugins USE flags."
- ewarn "Most audio/video features or plugins have been disabled silently"
- ewarn "even if enabled via USE flags."
- ewarn "Having a feature enabled via USE flag but disabled can lead to issues."
- fi
-}
diff --git a/net-libs/opal/opal-3.6.8-r2.ebuild b/net-libs/opal/opal-3.6.8-r2.ebuild
deleted file mode 100644
index 3665f43fbdd5..000000000000
--- a/net-libs/opal/opal-3.6.8-r2.ebuild
+++ /dev/null
@@ -1,280 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/opal/opal-3.6.8-r2.ebuild,v 1.14 2014/07/24 13:07:23 pacho Exp $
-
-EAPI="4"
-
-inherit eutils autotools toolchain-funcs java-pkg-opt-2 flag-o-matic
-
-HTMLV="3.6.7" # There is no 3.6.8 release of htmldoc
-DESCRIPTION="C++ class library normalising numerous telephony protocols"
-HOMEPAGE="http://www.opalvoip.org/"
-SRC_URI="mirror://sourceforge/opalvoip/${P}.tar.bz2
- doc? ( mirror://sourceforge/opalvoip/${PN}-${HTMLV}-htmldoc.tar.bz2 )"
-
-LICENSE="MPL-1.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 ia64 ppc ppc64 sparc x86"
-IUSE="capi celt debug doc dtmf examples fax ffmpeg h224 h281 h323 iax ilbc
-ipv6 ivr ixj java ldap lid +plugins sbc sip sipim +sound srtp ssl static-libs
-stats swig theora +video vpb vxml wav x264 x264-static xml"
-
-REQUIRED_USE="x264-static? ( x264 )
- h281? ( h224 )"
-
-RDEPEND="<net-libs/ptlib-2.10.8[stun,debug=,dtmf?,ipv6?,ldap?,sound?,ssl?,video?,vxml?,wav?,xml?]
- >=media-libs/speex-1.2_beta
- fax? ( net-libs/ptlib[asn] )
- h323? ( net-libs/ptlib[asn] )
- ivr? ( net-libs/ptlib[http,xml,vxml] )
- java? ( >=virtual/jre-1.4 )
- plugins? (
- media-sound/gsm
- capi? ( net-dialup/capi4k-utils )
- celt? ( media-libs/celt )
- ffmpeg? ( virtual/ffmpeg[encode] !!>=media-video/libav-9 )
- ixj? ( sys-kernel/linux-headers )
- ilbc? ( dev-libs/ilbc-rfc3951 )
- sbc? ( media-libs/libsamplerate )
- theora? ( media-libs/libtheora )
- x264? ( virtual/ffmpeg
- media-libs/x264 ) )
- srtp? ( net-libs/libsrtp )
- vxml? ( net-libs/ptlib[http,vxml] )"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- >=sys-devel/gcc-3
- java? ( swig? ( dev-lang/swig )
- >=virtual/jdk-1.4 )"
-
-# NOTES:
-# ffmpeg[encode] is for h263 and mpeg4
-# ssl, xml, vxml, ipv6, dtmf, ldap, sound, wav, and video are use flags
-# herited from ptlib: feature is enabled if ptlib has enabled it
-# however, disabling it if ptlib has it looks hard (coz of buildopts.h)
-# forcing ptlib to disable it for opal is not a solution too
-# atm, accepting the "auto-feature" looks like a good solution
-# (asn is used for fax and config _only_ for examples)
-# OPALDIR should not be used anymore but if a package still need it, create it
-
-pkg_setup() {
- # workaround for bug 282838
- append-flags "-fno-visibility-inlines-hidden"
-
- # Upstream fixed this in trunk
- # http://opalvoip.svn.sourceforge.net/viewvc/opalvoip?view=revision&revision=25165
- append-flags -D__STDC_CONSTANT_MACROS #324323
-
- # need >=gcc-3
- if [[ $(gcc-major-version) -lt 3 ]]; then
- eerror "You need to use gcc-3 at least."
- eerror "Please change gcc version with 'gcc-config'."
- die "You need to use gcc-3 at least."
- fi
-
- java-pkg-opt-2_pkg_setup
-}
-
-src_prepare() {
- # remove visual studio related files from samples/
- if use examples; then
- rm -f samples/*/*.vcproj
- rm -f samples/*/*.sln
- rm -f samples/*/*.dsp
- rm -f samples/*/*.dsw
- fi
-
- # upstream patch 2808915
- epatch "${FILESDIR}"/${PN}-3.6.4-jdkroot.patch
-
- epatch "${FILESDIR}"/${P}-build-fix.patch #343041
- epatch "${FILESDIR}"/${P}-ldflags.patch
- epatch "${FILESDIR}"/${P}-lid-plugins-ldflags.patch #397681
-
- # h224 really needs h323 ?
- # TODO: get a confirmation in ml
- sed -i -e "s:\(.*HAS_H224.*\), \[OPAL_H323\]:\1:" configure.ac \
- || die "sed failed"
-
- eaclocal
- eautoconf
-
- # in plugins
- cd plugins/
- eaclocal
- eautoconf
- cd ..
-
- # disable srtp if srtp is not enabled (prevent auto magic dep)
- # upstream bug 2686485 (fixed in 3.7)
- if ! use srtp; then
- sed -i -e "s/OPAL_SRTP=yes/OPAL_SRTP=no/" configure \
- || die "patching configure failed"
- fi
-
- # disable theora if theora is not enabled (prevent auto magic dep)
- # upstream bug 2686488 (fixed in 3.7)
- if ! use theora; then
- sed -i -e "s/HAVE_THEORA=yes/HAVE_THEORA=no/" plugins/configure \
- || die "patching plugins/configure failed"
- fi
-
- # disable mpeg4 and h263p if ffmpeg is not enabled (prevent auto magic dep)
- # upstream bug 2686495 (fixed in 3.7)
- if ! use ffmpeg; then
- sed -i -e "s/HAVE_H263P=yes/HAVE_H263P=no/" plugins/configure \
- || die "patching plugins/configure failed"
- sed -i -e "s/HAVE_MPEG4=yes/HAVE_MPEG4=no/" plugins/configure \
- || die "patching plugins/configure failed"
- fi
-
- # disable celt if celt is not enabled (prevent auto magic dep)
- # already in repository
- if ! use celt; then
- sed -i -e "s/HAVE_CELT=yes/HAVE_CELT=no/" plugins/configure \
- || die "sed failed"
- fi
-
- # fix gsm wav49 support check, upstream bug 2686500 (fixed in 3.7)
- if use plugins; then
- sed -i -e "s:gsm\.h:gsm/gsm.h:" plugins/configure \
- || die "patching plugins/configure failed"
- fi
-
- # fix automatic swig detection, upstream bug 2712521 (upstream reject it)
- if ! use swig; then
- sed -i -e "/^SWIG=/d" configure || die "patching configure failed"
- fi
-
- use ilbc || { rm -r plugins/audio/iLBC/ || die "removing iLBC failed"; }
-
- java-pkg-opt-2_src_prepare
-}
-
-src_configure() {
- local forcedconf=""
-
- # fix bug 277233, upstream bug 2820939
- if use fax; then
- forcedconf="${forcedconf} --enable-statistics"
- fi
-
- # --with-libavcodec-source-dir should _not_ be set, it's for trunk sources
- # versioncheck: check for ptlib version
- # shared: should always be enabled for a lib
- # localspeex, localspeexdsp, localgsm, localilbc: never use bundled libs
- # samples: only build some samples, useless
- # libavcodec-stackalign-hack: prevent hack (default disable by upstream)
- # default-to-full-capabilties: default enable by upstream
- # aec: atm, only used when bundled speex, so it's painless for us
- # zrtp doesn't depend on net-libs/libzrtpcpp but on libzrtp from
- # http://zfoneproject.com/ wich is not in portage
- # msrp: highly experimental
- # spandsp: doesn't work with newest spandsp, upstream bug 2796047
- # g711plc: force enable
- # rfc4103: not really used, upstream bug 2795831
- # t38, spandsp: merged in fax
- # h450, h460, h501: merged in h323 (they are additional features of h323)
- econf \
- --enable-versioncheck \
- --enable-shared \
- --disable-zrtp \
- --disable-localspeex \
- --disable-localspeexdsp \
- --disable-localgsm \
- --disable-localilbc \
- --disable-samples \
- --disable-libavcodec-stackalign-hack \
- --enable-default-to-full-capabilties \
- --enable-aec \
- --disable-msrp \
- --disable-spandsp \
- --enable-g711plc \
- --enable-rfc4103 \
- $(use_enable debug) \
- $(use_enable capi) \
- $(use_enable fax) \
- $(use_enable fax t38) \
- $(use_enable h224) \
- $(use_enable h281) \
- $(use_enable h323) \
- $(use_enable h323 h450) \
- $(use_enable h323 h460) \
- $(use_enable h323 h501) \
- $(use_enable iax) \
- $(use_enable ivr) \
- $(use_enable ixj) \
- $(use_enable java) \
- $(use_enable lid) \
- $(use_enable plugins) \
- $(use_enable sbc) \
- $(use_enable sip) \
- $(use_enable sipim) \
- $(use_enable stats statistics) \
- $(use_enable video) $(use_enable video rfc4175) \
- $(use_enable vpb) \
- $(use_enable x264 h264) \
- $(use_enable x264-static x264-link-static) \
- ${forcedconf}
-}
-
-src_compile() {
- local makeopts=""
-
- use debug && makeopts="debug"
-
- emake ${makeopts} || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
-
- # Get rid of static libraries if not requested
- # There seems to be no easy way to disable this in the build system
- if ! use static-libs; then
- rm -v "${D}"/usr/lib*/*.a || die
- fi
-
- if use doc; then
- dohtml -r "${WORKDIR}"/html/* docs/* || die "dohtml failed"
- fi
-
- # ChangeLog is not standard
- dodoc ChangeLog-${PN}-v${PV//./_}.txt || die "dodoc failed"
-
- if use examples; then
- local exampledir="/usr/share/doc/${PF}/examples"
- local basedir="samples"
- local sampledirs="`ls ${basedir} --hide=configure* \
- --hide=opal_samples.mak.in`"
-
- # first, install files
- insinto ${exampledir}/
- doins ${basedir}/{configure*,opal_samples*} \
- || die "doins failed"
-
- # now, all examples
- for x in ${sampledirs}; do
- insinto ${exampledir}/${x}/
- doins ${basedir}/${x}/* || die "doins failed"
- done
-
- # some examples need version.h
- insinto "/usr/share/doc/${PF}/"
- doins version.h || die "doins failed"
- fi
-}
-
-pkg_postinst() {
- if use examples; then
- ewarn "All examples have been installed, some of them will not work on your system"
- ewarn "it will depend of the enabled USE flags in ptlib and opal"
- fi
-
- if ! use plugins || ! use sound || ! use video; then
- ewarn "You have disabled sound, video or plugins USE flags."
- ewarn "Most audio/video features or plugins have been disabled silently"
- ewarn "even if enabled via USE flags."
- ewarn "Having a feature enabled via USE flag but disabled can lead to issues."
- fi
-}