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 43D8B1382C5 for ; Sat, 14 Apr 2018 16:08:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4C53CE07E0; Sat, 14 Apr 2018 16:08:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 27FE9E07E0 for ; Sat, 14 Apr 2018 16:08:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 4C42F335C75 for ; Sat, 14 Apr 2018 16:08:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9154B230 for ; Sat, 14 Apr 2018 16:08:52 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1523722106.0977be17226ced17f681a244e76c5b58059e8887.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: media-sound/elisa/ X-VCS-Repository: proj/kde X-VCS-Files: media-sound/elisa/elisa-0.1.ebuild media-sound/elisa/elisa-9999.ebuild X-VCS-Directories: media-sound/elisa/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 0977be17226ced17f681a244e76c5b58059e8887 X-VCS-Branch: master Date: Sat, 14 Apr 2018 16:08:52 +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: 15d875c2-172e-4080-b8d4-900a3338c874 X-Archives-Hash: 11d17a208e81d5e9982cdd394ad45fb8 commit: 0977be17226ced17f681a244e76c5b58059e8887 Author: Johannes Huber gentoo org> AuthorDate: Sat Apr 14 16:08:26 2018 +0000 Commit: Johannes Huber gentoo org> CommitDate: Sat Apr 14 16:08:26 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=0977be17 media-sound/elisa: Fix audio playback Package-Manager: Portage-2.3.28, Repoman-2.3.9 media-sound/elisa/elisa-0.1.ebuild | 2 +- media-sound/elisa/elisa-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-sound/elisa/elisa-0.1.ebuild b/media-sound/elisa/elisa-0.1.ebuild index 0b4ac72680..59f7d8a72c 100644 --- a/media-sound/elisa/elisa-0.1.ebuild +++ b/media-sound/elisa/elisa-0.1.ebuild @@ -29,7 +29,7 @@ COMMON_DEPEND=" $(add_frameworks_dep kxmlgui) $(add_qt_dep qtdeclarative) $(add_qt_dep qtgui) - $(add_qt_dep qtmultimedia) + $(add_qt_dep qtmultimedia 'gstreamer') $(add_qt_dep qtsql) $(add_qt_dep qtwidgets) mpris? ( diff --git a/media-sound/elisa/elisa-9999.ebuild b/media-sound/elisa/elisa-9999.ebuild index 0b4ac72680..59f7d8a72c 100644 --- a/media-sound/elisa/elisa-9999.ebuild +++ b/media-sound/elisa/elisa-9999.ebuild @@ -29,7 +29,7 @@ COMMON_DEPEND=" $(add_frameworks_dep kxmlgui) $(add_qt_dep qtdeclarative) $(add_qt_dep qtgui) - $(add_qt_dep qtmultimedia) + $(add_qt_dep qtmultimedia 'gstreamer') $(add_qt_dep qtsql) $(add_qt_dep qtwidgets) mpris? (