summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-07-22 18:14:47 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-07-22 18:14:47 +0000
commit264659131793261c338189c04619909619747db9 (patch)
tree9a8276a5e499293b7cb8242ff81c33f87e0e3d37 /dev-libs/pwlib
parentVersion bump (diff)
downloadgentoo-2-264659131793261c338189c04619909619747db9.tar.gz
gentoo-2-264659131793261c338189c04619909619747db9.tar.bz2
gentoo-2-264659131793261c338189c04619909619747db9.zip
old
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/pwlib')
-rw-r--r--dev-libs/pwlib/Manifest1
-rw-r--r--dev-libs/pwlib/pwlib-1.10.10-r1.ebuild155
2 files changed, 0 insertions, 156 deletions
diff --git a/dev-libs/pwlib/Manifest b/dev-libs/pwlib/Manifest
index d5f7e53c3ecb..dcaec0cc3171 100644
--- a/dev-libs/pwlib/Manifest
+++ b/dev-libs/pwlib/Manifest
@@ -4,7 +4,6 @@ AUX pwlib-1.10.2-asm.patch 986 RMD160 9884754a5d29c34c9b030f95c528c67c41ea3eb5 S
AUX pwlib-1.8.7-instplugins.diff 1044 RMD160 722bc5e665f787e14f9d0e54679c8ba3fcc5e7e6 SHA1 90ccb7e33024dbb36e635b5b47ee0f67a9af7c05 SHA256 39e0b892ae1aa82af87a92a71c8ba78a84ee18984732856ce2f228a6d4340552
AUX pwlib-1.9.3-sdl-configure.patch 1403 RMD160 240822a74944a5f54f147023b50966c72a232f24 SHA1 4d65a4a4c0663ac3c8a281ad6bfbe06a86727f1c SHA256 467c44ad1d8d2c6f76e712e908476d3a1f948d5e3b1412546f1fb0b776068052
DIST pwlib-1.10.10.tar.gz 2266255 RMD160 b9e2f3f79911c377dc2d2fbef62d3628aa8364f7 SHA1 ebadd7403695c73fae69488a50a34d15763fd245 SHA256 90a04544e1a6eb4957f92f4845c94950ec3612e0378d1e281c3607548f5092f6
-EBUILD pwlib-1.10.10-r1.ebuild 4607 RMD160 4578f5f5cb31ed68397b13defdd689e6d6e4a419 SHA1 af87b89431854c08521f0324b0039f2d3d5d878b SHA256 a6c219493fdc3bda081326e4c8be509254bc6d7134197aefa20943f0d5d9a2eb
EBUILD pwlib-1.10.10-r2.ebuild 4649 RMD160 b4dda3d8f8bc8f2dee43e254057625e81a3e1ef1 SHA1 6b07d18e7740a6414f1f80d6eac68207ef66806f SHA256 825caa4be37741d5ea0fb7667649e7b36ee090f086937af0c8a6db223ac37c73
MISC ChangeLog 22885 RMD160 f451fa476ad0d42b58c4435d5023a6101fc39475 SHA1 770d88601b00786d5f2fd0bec1418b69ebdbba43 SHA256 fb96523406f0fc08727d55863f8e713a792c11d1fbf4b1d0bfe0d12d4e9fc3b1
MISC metadata.xml 180 RMD160 0b6819d0803da88fe59d34e2ac87c912f3f394b4 SHA1 ea8327baa11d4021618e506d58ba07697e66af2a SHA256 1645c6addf8e8d8229a395cdeb8b13ab70607d30a2e14cec3d0de29b60ea37c5
diff --git a/dev-libs/pwlib/pwlib-1.10.10-r1.ebuild b/dev-libs/pwlib/pwlib-1.10.10-r1.ebuild
deleted file mode 100644
index fb9f9e21ee46..000000000000
--- a/dev-libs/pwlib/pwlib-1.10.10-r1.ebuild
+++ /dev/null
@@ -1,155 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/pwlib/pwlib-1.10.10-r1.ebuild,v 1.8 2007/10/12 16:28:42 mr_bones_ Exp $
-
-inherit eutils flag-o-matic multilib autotools toolchain-funcs
-
-IUSE="alsa debug ieee1394 ipv6 ldap oss sasl sdl ssl v4l v4l2 xml"
-
-DESCRIPTION="Portable Multiplatform Class Libraries used by several VoIP applications"
-HOMEPAGE="http://www.ekiga.org"
-SRC_URI="http://www.ekiga.org/admin/downloads/latest/sources/sources/${P}.tar.gz"
-
-LICENSE="MPL-1.1"
-SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
-
-RDEPEND="alsa? ( media-libs/alsa-lib )
- ieee1394? ( media-libs/libdv
- sys-libs/libavc1394
- sys-libs/libraw1394
- <media-libs/libdc1394-1.9.99 )
- ldap? ( >=net-nds/openldap-2.3.35 )
- sasl? ( dev-libs/cyrus-sasl )
- sdl? ( media-libs/libsdl )
- ssl? ( dev-libs/openssl )
- xml? ( dev-libs/expat )"
-DEPEND="${RDEPEND}
- >=sys-devel/bison-1.28
- >=sys-devel/flex-2.5.4a
- >=sys-apps/sed-4"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- # filter out -O3, -Os and -mcpu embedded compiler flags
- sed -i \
- -e "s:-mcpu=\$(CPUTYPE)::" \
- -e "s:-O3 -DNDEBUG:-DNDEBUG:" \
- -e "s:-Os::" \
- make/unix.mak
-
- # don't break make install if there are no plugins to install
- epatch "${FILESDIR}"/pwlib-1.8.7-instplugins.diff
-
- # use sdl-config to query required libraries
- epatch "${FILESDIR}"/pwlib-1.9.3-sdl-configure.patch
-
- # this patch fixes bugs: #145424 and #140358
- epatch "${FILESDIR}"/${PN}-1.10.2-asm.patch
-
- # security - we obviousl need to patch..
- epatch "${FILESDIR}"/pwlib-1.10.1-vsprintf.patch
-
- eautoconf || die "autoconf failed"
-}
-
-src_compile() {
- tc-export CC CXX
- local myconf=""
- # may cause ICE (bug #70638)
- filter-flags -fstack-protector
- # disable-alsa breaks oss, see bug 127677
- use alsa && myconf="--enable-alsa"
-
- econf \
- --enable-plugins \
- $(use_enable v4l2) \
- $(use_enable v4l) \
- $(use_enable ieee1394 dc) \
- $(use_enable ieee1394 avc) \
- $(use_enable oss) \
- $(use_enable ipv6) \
- $(use_enable sdl) \
- $(use_enable ssl openssl) \
- $(use_enable debug exceptions) \
- $(use_enable debug memcheck) \
- $(use_enable ldap openldap) \
- $(use_enable sasl) \
- $(use_enable xml expat) \
- ${myconf} \
- || die "configure failed"
-
- # Horrible hack to strip out -L/usr/lib to allow upgrades
- # problem is it adds -L/usr/lib before -L${S} when SSL is
- # enabled. Same thing for -I/usr/include.
-# sed -i -e "s:^\(LDFLAGS.*\)-L/usr/lib:\1:" \
-# -e "s:^\(STDCCFLAGS.*\)-I/usr/include:\1:" \
-# ${S}/make/ptbuildopts.mak
-
-# sed -i -e "s:^\(LDFLAGS[\s]*=.*\) -L/usr/lib:\1:" \
-# -e "s:^\(LDFLAGS[\s]*=.*\) -I/usr/include:\1:" \
-# -e "s:^\(CCFLAGS[\s]*=.*\) -I/usr/include:\1:" \
-# ${S}/make/ptlib-config
-
- emake -j1 opt || die "make failed"
-}
-
-src_install() {
- local libdir libname
-
- libdir=$(get_libdir)
-
- # makefile doesn't create ${D}/usr/bin
- make PREFIX=/usr DESTDIR="${D}" install || die "install failed"
-
- ## vv will try to fix the mess below, requires a lot of patching though...
-
- # update 2005/08/22:
- #
- # locations in *.mak files haven been fixed
- # directories have been replaced w/ symlinks
- # (left to not break things, doing some testing atm)
-
- # Note: reactivating this seems to be the only easy solution to slot pwlib ebuild
- # and keep applications happy (e.g. gnomemeeting / ekiga)
-
-# dosym /usr/include /usr/share/pwlib/include
-# dosym /usr/${libdir} /usr/share/pwlib/${libdir}
-#
-# # just in case...
-# if [[ "${libdir}" = "lib64" ]]; then
-# dosym /usr/share/pwlib/lib64 /usr/share/pwlib/lib
-# fi
-
- ## ^^ bad stuff
-
- # fix symlink
- libname=$(basename "`ls "${D}"/usr/${libdir}/libpt_*_*_r.so.${PV}`")
- rm "${D}"/usr/${libdir}/libpt.so
- dosym ${libname} /usr/${libdir}/libpt.so
-
- # fix makefiles to use headers from /usr/include and libs from /usr/lib
- # instead of /usr/share/pwlib
- # Note: change to /usr/include/pwlib-${PV} (or whereever includes will be)
- # once pwlib ebuilds get slotted
- sed -i -e "s:-I\$(PWLIBDIR)\(/include[a-zA-Z0-9_/-]\+\):-I/usr/include\1:g" \
- -e "s:-I\$(PWLIBDIR)/include::g" \
- -e "s:^\(PW_LIBDIR[ \t]\+=\).*:\1 /usr/${libdir}:" \
- "${D}"/usr/share/pwlib/make/*.mak
-
- # dodgy configure/makefiles forget to expand this
- # Note: change to /usr/share/pwlib/${PV} (or whatever PWLIBDIR should point to)
- # once pwlib ebuilds get slotted
- sed -i -e "s:\${exec_prefix}:/usr:" \
- "${D}"/usr/bin/ptlib-config \
- "${D}"/usr/share/pwlib/make/ptlib-config
-
- # copy version.h
- insinto /usr/share/pwlib
- doins version.h
-
- dodoc ReadMe.txt ReadMe_QOS.txt History.txt
- dohtml mpl-1.0.htm
-}