diff options
author | Jimi Huotari <chiitoo@gentoo.org> | 2018-02-17 01:26:10 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-02-18 18:15:16 +0100 |
commit | a1cbd46a502935d80e0413d375c54cb4a015e631 (patch) | |
tree | c38b0f9a79af39eace34dbbfb51f98a3d62d447a | |
parent | media-video/obs-studio: remove older versions and unused patches. (diff) | |
download | gentoo-a1cbd46a502935d80e0413d375c54cb4a015e631.tar.gz gentoo-a1cbd46a502935d80e0413d375c54cb4a015e631.tar.bz2 gentoo-a1cbd46a502935d80e0413d375c54cb4a015e631.zip |
media-video/obs-studio: update references to 'speex'.
This replaces 'media-libs/speex' with 'media-libs/speexdsp'.
Package-Manager: Portage-2.3.24, Repoman-2.3.6
-rw-r--r-- | media-video/obs-studio/obs-studio-20.1.0.ebuild | 6 | ||||
-rw-r--r-- | media-video/obs-studio/obs-studio-20.1.3.ebuild | 6 | ||||
-rw-r--r-- | media-video/obs-studio/obs-studio-9999.ebuild | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/media-video/obs-studio/obs-studio-20.1.0.ebuild b/media-video/obs-studio/obs-studio-20.1.0.ebuild index 55ccd0be37f4..727eac660202 100644 --- a/media-video/obs-studio/obs-studio-20.1.0.ebuild +++ b/media-video/obs-studio/obs-studio-20.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -102,10 +102,10 @@ pkg_postinst() { elog fi - if ! has_version "media-libs/speex"; then + if ! has_version "media-libs/speexdsp"; then elog elog "For the speexdsp-based noise suppression filter" - elog "to be available, the 'media-libs/speex' package needs" + elog "to be available, the 'media-libs/speexdsp' package needs" elog "to be installed." elog fi diff --git a/media-video/obs-studio/obs-studio-20.1.3.ebuild b/media-video/obs-studio/obs-studio-20.1.3.ebuild index 58da26fc60b2..5faf60232c12 100644 --- a/media-video/obs-studio/obs-studio-20.1.3.ebuild +++ b/media-video/obs-studio/obs-studio-20.1.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -94,10 +94,10 @@ pkg_postinst() { elog fi - if ! has_version "media-libs/speex"; then + if ! has_version "media-libs/speexdsp"; then elog elog "For the speexdsp-based noise suppression filter" - elog "to be available, the 'media-libs/speex' package needs" + elog "to be available, the 'media-libs/speexdsp' package needs" elog "to be installed." elog fi diff --git a/media-video/obs-studio/obs-studio-9999.ebuild b/media-video/obs-studio/obs-studio-9999.ebuild index e790219d6877..e030ae7b1d73 100644 --- a/media-video/obs-studio/obs-studio-9999.ebuild +++ b/media-video/obs-studio/obs-studio-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -93,10 +93,10 @@ pkg_postinst() { elog fi - if ! has_version "media-libs/speex"; then + if ! has_version "media-libs/speexdsp"; then elog elog "For the speexdsp-based noise suppression filter" - elog "to be available, the 'media-libs/speex' package needs" + elog "to be available, the 'media-libs/speexdsp' package needs" elog "to be installed." elog fi |