summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-libs/vo-amrwbenc')
-rw-r--r--media-libs/vo-amrwbenc/metadata.xml14
-rw-r--r--media-libs/vo-amrwbenc/vo-amrwbenc-0.1.3.ebuild6
-rw-r--r--media-libs/vo-amrwbenc/vo-amrwbenc-9999.ebuild4
3 files changed, 12 insertions, 12 deletions
diff --git a/media-libs/vo-amrwbenc/metadata.xml b/media-libs/vo-amrwbenc/metadata.xml
index 755930d8fc04..6e30b33e2b6a 100644
--- a/media-libs/vo-amrwbenc/metadata.xml
+++ b/media-libs/vo-amrwbenc/metadata.xml
@@ -1,17 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>sound@gentoo.org</email>
<name>Gentoo Sound project</name>
</maintainer>
<longdescription lang="en">
-VisualOn AMR-WB encoder library
-This library contains an encoder implementation of the Adaptive Multi
-Rate Wideband (AMR-WB) audio codec. The library is based on a codec
-implementation by VisualOn, part of the Stagefright framework from
-the Google Android project.
-</longdescription>
+ VisualOn AMR-WB encoder library
+ This library contains an encoder implementation of the Adaptive Multi
+ Rate Wideband (AMR-WB) audio codec. The library is based on a codec
+ implementation by VisualOn, part of the Stagefright framework from
+ the Google Android project.
+ </longdescription>
<upstream>
<remote-id type="sourceforge">opencore-amr</remote-id>
</upstream>
diff --git a/media-libs/vo-amrwbenc/vo-amrwbenc-0.1.3.ebuild b/media-libs/vo-amrwbenc/vo-amrwbenc-0.1.3.ebuild
index 787a6c655393..1c9b7dffeb79 100644
--- a/media-libs/vo-amrwbenc/vo-amrwbenc-0.1.3.ebuild
+++ b/media-libs/vo-amrwbenc/vo-amrwbenc-0.1.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -10,7 +10,7 @@ if [[ ${PV} == *9999 ]]; then
EGIT_REPO_URI="https://github.com/mstorsjo/vo-amrwbenc.git"
else
SRC_URI="mirror://sourceforge/opencore-amr/${P}.tar.gz"
- KEYWORDS="alpha amd64 arm arm64 hppa ia64 ppc ppc64 sparc x86 ~x64-macos"
+ KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv sparc x86 ~x64-macos"
fi
DESCRIPTION="VisualOn AMR-WB encoder library"
@@ -27,7 +27,7 @@ src_prepare() {
multilib_src_configure() {
ECONF_SOURCE="${S}" econf \
- $(use_enable examples example) \
+ $(multilib_native_use_enable examples example) \
$(use_enable static-libs static)
}
diff --git a/media-libs/vo-amrwbenc/vo-amrwbenc-9999.ebuild b/media-libs/vo-amrwbenc/vo-amrwbenc-9999.ebuild
index df26e3f268ee..b6e61b7d5807 100644
--- a/media-libs/vo-amrwbenc/vo-amrwbenc-9999.ebuild
+++ b/media-libs/vo-amrwbenc/vo-amrwbenc-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -27,7 +27,7 @@ src_prepare() {
multilib_src_configure() {
ECONF_SOURCE="${S}" econf \
- $(use_enable examples example) \
+ $(multilib_native_use_enable examples example) \
$(use_enable static-libs static)
}