diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-12-10 20:44:35 -0500 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-12-10 20:45:03 -0500 |
commit | e9cecb814e5bc16ac2de49ba6f76cf7f36f466e4 (patch) | |
tree | 8c473ab441f7e7186049de0891925bf11c91fa72 /media-libs/bcg729 | |
parent | net-p2p/cpuminer-opt: 3.10.2 version bump (diff) | |
download | gentoo-e9cecb814e5bc16ac2de49ba6f76cf7f36f466e4.tar.gz gentoo-e9cecb814e5bc16ac2de49ba6f76cf7f36f466e4.tar.bz2 gentoo-e9cecb814e5bc16ac2de49ba6f76cf7f36f466e4.zip |
media-libs/bcg729: fix HomePageInSrcUri
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'media-libs/bcg729')
-rw-r--r-- | media-libs/bcg729/bcg729-1.0.4.ebuild | 3 | ||||
-rw-r--r-- | media-libs/bcg729/bcg729-4.3.0_beta.ebuild | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/media-libs/bcg729/bcg729-1.0.4.ebuild b/media-libs/bcg729/bcg729-1.0.4.ebuild index 6d177a36f30e..4701c38eafb3 100644 --- a/media-libs/bcg729/bcg729-1.0.4.ebuild +++ b/media-libs/bcg729/bcg729-1.0.4.ebuild @@ -6,7 +6,8 @@ inherit autotools ltprune DESCRIPTION="encoder and decoder of the ITU G729 Annex A/B speech codec" HOMEPAGE="https://github.com/BelledonneCommunications/bcg729" -SRC_URI="${HOMEPAGE}/archive/${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/BelledonneCommunications/bcg729/archive/${PV}.tar.gz \ + -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" diff --git a/media-libs/bcg729/bcg729-4.3.0_beta.ebuild b/media-libs/bcg729/bcg729-4.3.0_beta.ebuild index ab0354d49606..0af9054bbb8e 100644 --- a/media-libs/bcg729/bcg729-4.3.0_beta.ebuild +++ b/media-libs/bcg729/bcg729-4.3.0_beta.ebuild @@ -2,11 +2,13 @@ # 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="${HOMEPAGE}/archive/${PV/_/-}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/BelledonneCommunications/bcg729/archive/${PV/_/-}.tar.gz \ + -> ${P}.tar.gz" LICENSE="GPL-3" SLOT="0" |