Skip to content

Commit

Permalink
media-video/obs-studio: update references to 'speex'.
Browse files Browse the repository at this point in the history
This replaces 'media-libs/speex' with 'media-libs/speexdsp'.

Package-Manager: Portage-2.3.24, Repoman-2.3.6
  • Loading branch information
Chiitoo authored and monsieurp committed Feb 18, 2018
1 parent bb366ed commit a1cbd46
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions media-video/obs-studio/obs-studio-20.1.0.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions media-video/obs-studio/obs-studio-20.1.3.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions media-video/obs-studio/obs-studio-9999.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit a1cbd46

Please sign in to comment.