Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 522932 - net-libs/pjsip-2.3 version bump
Summary: net-libs/pjsip-2.3 version bump
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-16 09:51 UTC by Jiri Netolicky
Modified: 2015-02-03 14:59 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Ebuild for new version bump. (pjsip-2.3.ebuild,2.09 KB, text/plain)
2014-09-16 09:51 UTC, Jiri Netolicky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Netolicky 2014-09-16 09:51:16 UTC
Created attachment 384828 [details]
Ebuild for new version bump.

There is a new version of pjsip 2.3.
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2014-09-16 13:14:22 UTC
Comment on attachment 384828 [details]
Ebuild for new version bump.

--- pjsip-2.1-r2.ebuild 2014-03-12 17:13:46.460263590 +0100
+++ -   2014-09-16 15:14:02.070299643 +0200
@@ -1,10 +1,10 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/pjsip/pjsip-2.1-r2.ebuild,v 1.3 2014/03/09 13:07:51 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/pjsip/pjsip-2.1-r2.ebuild,v 1.1 2013/12/31 10:15:54 pinkbyte Exp $
 
 EAPI="5"

-inherit eutils multilib
+inherit eutils
 
 DESCRIPTION="Multimedia communication libraries written in C language for building VoIP applications"
 HOMEPAGE="http://www.pjsip.org/"
@@ -17,34 +17,29 @@
 #small-filter large-filter speex-aec ssl
 
 DEPEND="alsa? ( media-libs/alsa-lib )
-       ffmpeg? ( >=virtual/ffmpeg-9 )
+       ffmpeg? ( virtual/ffmpeg )
        gsm? ( media-sound/gsm )
        ilbc? ( dev-libs/ilbc-rfc3951 )
        speex? ( media-libs/speex )"
 
 RDEPEND="${DEPEND}"

-S="${WORKDIR}/pjproject-${PV}.0"
+S="${WORKDIR}/pjproject-${PV}"
 
 src_prepare() {
        # bug #469582
-       epatch "${FILESDIR}/${P}-new-ffmpeg-workaround.patch"
+#      epatch "${FILESDIR}/${P}-new-ffmpeg-workaround.patch"
        # bug #496430
-       epatch "${FILESDIR}/${P}-multilib.patch"
-       # bug #498454
-       epatch "${FILESDIR}/${P}-codecid.patch"
+#      epatch "${FILESDIR}/${P}-multilib.patch"
+#      epatch "${FILESDIR}/${P}-ffmpeg-avcodec.patch"

        epatch_user
 }
 
 src_configure() {
        # Disable through portage available codecs
-       # libdir should be defined explicitly, bug #497744
-       econf \
-               --libdir="/usr/$(get_libdir)" \
-               --disable-gsm-codec \
+       econf --disable-gsm-codec \
                --disable-speex-codec \
-               --disable-ilbc-codec \
                --disable-speex-aec \
                $(use_enable alsa sound) \
                $(use_enable oss) \
@@ -52,6 +47,8 @@
                $(use ffmpeg || echo '--disable-ffmpeg') \
                $(use_enable g711 g711-codec) \
                $(use_enable l16 l16-codec) \
+               $(use_enable ilbc ilbc-codec) \
+               $(use_enable gsm gsm-codec) \
                $(use_enable g722 g722-codec) \
                $(use_enable g7221 g7221-codec)
                #$(use_enable small-filter) \
Comment 2 Pacho Ramos gentoo-dev 2015-02-03 14:59:25 UTC
removed