From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 11ED4138359 for ; Tue, 24 Nov 2020 01:40:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3E2C3E0822; Tue, 24 Nov 2020 01:40:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 20D51E0822 for ; Tue, 24 Nov 2020 01:40:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C1A5F335C31 for ; Tue, 24 Nov 2020 01:40:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0E66A3B7 for ; Tue, 24 Nov 2020 01:40:44 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1606182036.8915a41abcce15383892a470da2a7c55b718f790.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/bcg729/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/bcg729/Manifest media-libs/bcg729/bcg729-1.1.1.ebuild media-libs/bcg729/bcg729-999999.ebuild X-VCS-Directories: media-libs/bcg729/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 8915a41abcce15383892a470da2a7c55b718f790 X-VCS-Branch: master Date: Tue, 24 Nov 2020 01:40:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b0e58912-7d74-4b99-8293-fa6aa7473b91 X-Archives-Hash: 6ddefe45d0e46c440e3d4f029ece4dbe commit: 8915a41abcce15383892a470da2a7c55b718f790 Author: Sam James gentoo org> AuthorDate: Tue Nov 24 01:40:36 2020 +0000 Commit: Sam James gentoo org> CommitDate: Tue Nov 24 01:40:36 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8915a41a media-libs/bcg729: bump to 1.1.1 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> media-libs/bcg729/Manifest | 1 + media-libs/bcg729/bcg729-1.1.1.ebuild | 23 +++++++++++++++++++++++ media-libs/bcg729/bcg729-999999.ebuild | 23 +++++++---------------- 3 files changed, 31 insertions(+), 16 deletions(-) diff --git a/media-libs/bcg729/Manifest b/media-libs/bcg729/Manifest index 1beae9d37e7..c4e776d5f22 100644 --- a/media-libs/bcg729/Manifest +++ b/media-libs/bcg729/Manifest @@ -1 +1,2 @@ DIST bcg729-1.0.4.tar.gz 115641 BLAKE2B 5240fc10f8c4c32d9c9a6fc527a198fc896a8ff5ea12aa8a692808877582ac25b3fee122799cb7f6cea58db2f07cc07348da36d9f526e62f0bf62d61ef33bcfa SHA512 fdbbd2c9a807ed832ac3976301843bae854368ab281d16f792550bbda921d226fc6003c0a499561529f22eae08bc0d78b8826c2d06c859ab706d999a96967ffb +DIST bcg729-1.1.1.tar.gz 122475 BLAKE2B 6774f6af439c9308db856be9d4bbb6db5c73e7a807b51dca6338d1506d896052a7830ade7767b45fd5a9ded0a6a0057e207bc1d5b0e33adbaed9dafb13a7bd3b SHA512 e8cc4b7486a9a29fb729ab9fd9e3c4a2155573f38cec16f5a53db3b416fc1119ea5f5a61243a8d37cb0b64580c5df1b632ff165dc7ff47421fa567dafffaacd8 diff --git a/media-libs/bcg729/bcg729-1.1.1.ebuild b/media-libs/bcg729/bcg729-1.1.1.ebuild new file mode 100644 index 00000000000..ed8001bbde0 --- /dev/null +++ b/media-libs/bcg729/bcg729-1.1.1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit cmake + +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" +S="${WORKDIR}/${P/_/-}" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" + +RDEPEND="!media-plugins/mediastreamer-bcg729" + +src_install() { + cmake_src_install + find "${ED}" -name '*.la' -delete || die +} diff --git a/media-libs/bcg729/bcg729-999999.ebuild b/media-libs/bcg729/bcg729-999999.ebuild index 4155676ac3c..5263aff5d73 100644 --- a/media-libs/bcg729/bcg729-999999.ebuild +++ b/media-libs/bcg729/bcg729-999999.ebuild @@ -1,33 +1,24 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit cmake-utils git-r3 + +inherit cmake git-r3 DESCRIPTION="encoder and decoder of the ITU G729 Annex A/B speech codec" HOMEPAGE="https://github.com/BelledonneCommunications/bcg729" EGIT_REPO_URI="https://github.com/BelledonneCommunications/bcg729" +S="${WORKDIR}/${P/_/-}" LICENSE="GPL-3" SLOT="0" -KEYWORDS="" -IUSE="static-libs" -RDEPEND=" - !media-plugins/mediastreamer-bcg729 -" -S=${WORKDIR}/${P/_/-} +RDEPEND="!media-plugins/mediastreamer-bcg729" + 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 + cmake_src_install find "${ED}" -name '*.la' -delete || die }