summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-12-29 13:50:43 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-12-29 13:54:33 +0100
commit059cb925bf8203f898e763ab1bc23040d782c852 (patch)
treedb334c5a036e728412145fe9346e7fc694859ea0 /media-plugins/mediastreamer-bcg729/mediastreamer-bcg729-1.0.0-r1.ebuild
parentx11-wm/herbstluftwm: Old (diff)
downloadgentoo-059cb925bf8203f898e763ab1bc23040d782c852.tar.gz
gentoo-059cb925bf8203f898e763ab1bc23040d782c852.tar.bz2
gentoo-059cb925bf8203f898e763ab1bc23040d782c852.zip
media-plugins/mediastreamer-*: Remove last-rited mediastreamer plugins
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-plugins/mediastreamer-bcg729/mediastreamer-bcg729-1.0.0-r1.ebuild')
-rw-r--r--media-plugins/mediastreamer-bcg729/mediastreamer-bcg729-1.0.0-r1.ebuild28
1 files changed, 0 insertions, 28 deletions
diff --git a/media-plugins/mediastreamer-bcg729/mediastreamer-bcg729-1.0.0-r1.ebuild b/media-plugins/mediastreamer-bcg729/mediastreamer-bcg729-1.0.0-r1.ebuild
deleted file mode 100644
index c731f272a13f..000000000000
--- a/media-plugins/mediastreamer-bcg729/mediastreamer-bcg729-1.0.0-r1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MY_P="bcg729-${PV}"
-
-DESCRIPTION="Backported G729 implementation for Linphone"
-HOMEPAGE="http://www.linphone.org"
-SRC_URI="mirror://nongnu/linphone/plugins/sources/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 arm64 ~ppc ~ppc64 ~x86"
-IUSE=""
-
-RDEPEND=">=media-libs/mediastreamer-2.8.2:=[ortp]"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-S="${WORKDIR}/${MY_P}"
-
-src_configure(){
- # strict = -Werror
- econf \
- --disable-static \
- --disable-strict
-}