summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2020-01-15 09:55:14 +0100
committerJeroen Roovers <jer@gentoo.org>2020-01-15 09:56:02 +0100
commit2063d594c2823b0d8f71a7885ba4af514bab7a20 (patch)
tree502e08328272403b48442774242a02405e2e7270 /media-libs/bcg729
parentmedia-libs/bcg729: EAPI=7 (diff)
downloadgentoo-2063d594c2823b0d8f71a7885ba4af514bab7a20.tar.gz
gentoo-2063d594c2823b0d8f71a7885ba4af514bab7a20.tar.bz2
gentoo-2063d594c2823b0d8f71a7885ba4af514bab7a20.zip
media-libs/bcg729: Drop 4.3.0_alpha
The 4.3.0_alpha tag was removed recently, so apparently that was not an official release. Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'media-libs/bcg729')
-rw-r--r--media-libs/bcg729/Manifest1
-rw-r--r--media-libs/bcg729/bcg729-4.3.0_alpha.ebuild35
2 files changed, 0 insertions, 36 deletions
diff --git a/media-libs/bcg729/Manifest b/media-libs/bcg729/Manifest
index bb2a16020033..1beae9d37e78 100644
--- a/media-libs/bcg729/Manifest
+++ b/media-libs/bcg729/Manifest
@@ -1,2 +1 @@
DIST bcg729-1.0.4.tar.gz 115641 BLAKE2B 5240fc10f8c4c32d9c9a6fc527a198fc896a8ff5ea12aa8a692808877582ac25b3fee122799cb7f6cea58db2f07cc07348da36d9f526e62f0bf62d61ef33bcfa SHA512 fdbbd2c9a807ed832ac3976301843bae854368ab281d16f792550bbda921d226fc6003c0a499561529f22eae08bc0d78b8826c2d06c859ab706d999a96967ffb
-DIST bcg729-4.3.0_alpha.tar.gz 121783 BLAKE2B 10d34fcea3eae131cefc8133f092e4e74f5c8df244bc343fe5d73a49167c6d6ec506845d6cb29cac1fb111c1a68bcc1b60d011aa635923138fea6bec5d342594 SHA512 326a76ff32086c1cb70c0327153f04bfcb82f5fb6767668a713f2517cf4b130f23563db3c6c9b4cd33b1514ce829356120d2ebd9208291da277a9a09263764fe
diff --git a/media-libs/bcg729/bcg729-4.3.0_alpha.ebuild b/media-libs/bcg729/bcg729-4.3.0_alpha.ebuild
deleted file mode 100644
index 0af9054bbb8e..000000000000
--- a/media-libs/bcg729/bcg729-4.3.0_alpha.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake-utils
-
-DESCRIPTION="encoder and decoder of the ITU G729 Annex A/B speech codec"
-HOMEPAGE="https://github.com/BelledonneCommunications/bcg729"
-SRC_URI="https://github.com/BelledonneCommunications/bcg729/archive/${PV/_/-}.tar.gz \
- -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc64 ~x86"
-IUSE="static-libs"
-RDEPEND="
- !media-plugins/mediastreamer-bcg729
-"
-S=${WORKDIR}/${P/_/-}
-PATCHES=(
- "${FILESDIR}"/${PN}-4.3.0_beta-cmake-build.patch
-)
-
-src_configure() {
- mycmakeargs=(
- -DENABLE_STATIC=$(usex static-libs)
- )
- cmake-utils_src_configure
-}
-
-src_install() {
- cmake-utils_src_install
- find "${ED}" -name '*.la' -delete || die
-}