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 0E54F1382C5 for ; Sun, 18 Feb 2018 17:17:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 365D2E0CC8; Sun, 18 Feb 2018 17:17:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 08424E0C9F for ; Sun, 18 Feb 2018 17:17:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 D8C01335C4B for ; Sun, 18 Feb 2018 17:16:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2827A232 for ; Sun, 18 Feb 2018 17:16:56 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1518974116.a1cbd46a502935d80e0413d375c54cb4a015e631.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/obs-studio/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/obs-studio/obs-studio-20.1.0.ebuild media-video/obs-studio/obs-studio-20.1.3.ebuild media-video/obs-studio/obs-studio-9999.ebuild X-VCS-Directories: media-video/obs-studio/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: a1cbd46a502935d80e0413d375c54cb4a015e631 X-VCS-Branch: master Date: Sun, 18 Feb 2018 17:16:56 +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-Archives-Salt: 37afec57-0014-4aaa-8d70-453dab670336 X-Archives-Hash: 52827e49427a626bcd4edd8a72d9b246 commit: a1cbd46a502935d80e0413d375c54cb4a015e631 Author: Jimi Huotari gentoo org> AuthorDate: Fri Feb 16 23:26:10 2018 +0000 Commit: Patrice Clement gentoo org> CommitDate: Sun Feb 18 17:15:16 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1cbd46a 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 media-video/obs-studio/obs-studio-20.1.0.ebuild | 6 +++--- media-video/obs-studio/obs-studio-20.1.3.ebuild | 6 +++--- 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 55ccd0be37f..727eac66020 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 58da26fc60b..5faf60232c1 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 e790219d687..e030ae7b1d7 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