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 9A56D13832E for ; Sun, 17 Jul 2016 13:34:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 74FAA21C1B1; Sun, 17 Jul 2016 13:33:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8A5F321C1B3 for ; Sun, 17 Jul 2016 13:33:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A93B1340942 for ; Sun, 17 Jul 2016 13:33:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B07292465 for ; Sun, 17 Jul 2016 13:33:38 +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: <1468762412.415ff94d686dd08c6721e2eec08beea19b6767c2.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/Manifest media-video/obs-studio/obs-studio-0.15.1.ebuild X-VCS-Directories: media-video/obs-studio/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 415ff94d686dd08c6721e2eec08beea19b6767c2 X-VCS-Branch: master Date: Sun, 17 Jul 2016 13:33:38 +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: 9e2e2d85-3481-4e44-ae68-c6b0a69e0834 X-Archives-Hash: 06bbb349d082af18714b82532eef5095 commit: 415ff94d686dd08c6721e2eec08beea19b6767c2 Author: Jimi Huotari gentoo org> AuthorDate: Fri Jul 15 13:26:56 2016 +0000 Commit: Patrice Clement gentoo org> CommitDate: Sun Jul 17 13:33:32 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=415ff94d media-video/obs-studio: Version bump to 0.15.1. Also, following a suggestion by 'username234', change depending directly on 'media-libs/x264' to 'media-video/ffmpeg:=[x264]'. Furthermore, add 'default' to 'src_prepare()', which was somehow working without it. Package-Manager: portage-2.3.0 Closes: https://github.com/gentoo/gentoo/pull/1891 Signed-off-by: Patrice Clement gentoo.org> media-video/obs-studio/Manifest | 1 + media-video/obs-studio/obs-studio-0.15.1.ebuild | 84 +++++++++++++++++++++++++ 2 files changed, 85 insertions(+) diff --git a/media-video/obs-studio/Manifest b/media-video/obs-studio/Manifest index 23cba8f..db1e007 100644 --- a/media-video/obs-studio/Manifest +++ b/media-video/obs-studio/Manifest @@ -1 +1,2 @@ DIST obs-studio-0.14.2.tar.gz 3406086 SHA256 b4076f1b92e9566f9f3c3c4cfb5e123210e149bb3cec3f9fb5d6cd6394b268b1 SHA512 17548841d81073595282cbe4f2f217a67b5a3050e5660b43affa1501cb88bfb8d2728d610e758ebc217733f7a50945b9078d28285a76fbc5fe0c104570faba32 WHIRLPOOL cc6a0e93274f8abc06af4ac802cbbf8f5195848b805642399f4daa503562ec747ce7f1791fc30cf316f2fd80d4576ab05b7c89da98f2adda971fa62ae9c1ff86 +DIST obs-studio-0.15.1.tar.gz 3457064 SHA256 4ff360c04cf18720bdabdbd64b83262651bb809685a5d578425148dacf63dea1 SHA512 0a7f366dbb63b1200fc96ceb3ea756d3b165a7ead2d1227d578c96e68d7d3c3d540557264c064715f8b89f68fdacc5e4363cbee297e7e280fcf670efaefc0e9f WHIRLPOOL c820843b1cdc5b474ba8b56b88324d221ee4dc3a8e54987ca0fb08b9137f13348af7a215c83b0ccbaee43a4760157d083edc83ce8e34508deadfbe2db1f6beeb diff --git a/media-video/obs-studio/obs-studio-0.15.1.ebuild b/media-video/obs-studio/obs-studio-0.15.1.ebuild new file mode 100644 index 0000000..ecaa3bc --- /dev/null +++ b/media-video/obs-studio/obs-studio-0.15.1.ebuild @@ -0,0 +1,84 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="6" + +inherit cmake-utils + +if [[ ${PV} == *9999 ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/jp9000/obs-studio.git" + EGIT_SUBMODULES=() +else + SRC_URI="https://github.com/jp9000/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64 ~x86" +fi + +DESCRIPTION="Software for Recording and Streaming Live Video Content" +HOMEPAGE="https://obsproject.com" + +LICENSE="GPL-2" +SLOT="0" +IUSE="+alsa fdk imagemagick jack pulseaudio truetype v4l" + +DEPEND=" + >=dev-libs/jansson-2.5 + dev-qt/qtcore:5 + dev-qt/qtdeclarative:5 + dev-qt/qtgui:5 + dev-qt/qtmultimedia:5 + dev-qt/qtnetwork:5 + dev-qt/qtquickcontrols:5 + dev-qt/qtsql:5 + dev-qt/qttest:5 + dev-qt/qtwidgets:5 + dev-qt/qtx11extras:5 + media-video/ffmpeg:=[x264] + x11-libs/libXcomposite + x11-libs/libXinerama + x11-libs/libXrandr + alsa? ( media-libs/alsa-lib ) + fdk? ( media-libs/fdk-aac:= ) + imagemagick? ( media-gfx/imagemagick:= ) + jack? ( virtual/jack ) + pulseaudio? ( media-sound/pulseaudio ) + truetype? ( + media-libs/fontconfig + media-libs/freetype + ) + v4l? ( media-libs/libv4l ) +" +RDEPEND="${DEPEND}" + +src_prepare() { + CMAKE_REMOVE_MODULES_LIST=(FindFreetype) + + cmake-utils_src_prepare + + default +} + +src_configure() { + local libdir="$(get_libdir)" + local mycmakeargs=( + -DDISABLE_ALSA="$(usex !alsa)" + -DDISABLE_FREETYPE="$(usex !truetype)" + -DDISABLE_JACK="$(usex !jack)" + -DDISABLE_LIBFDK="$(usex !fdk)" + -DDISABLE_PULSEAUDIO="$(usex !pulseaudio)" + -DDISABLE_V4L2="$(usex !v4l)" + -DLIBOBS_PREFER_IMAGEMAGICK="$(usex imagemagick)" + -DOBS_MULTIARCH_SUFFIX="${libdir#lib}" + -DUNIX_STRUCTURE=1 + ) + + cmake-utils_src_configure +} + +pkg_postinst() { + if ! use alsa && ! use pulseaudio; then + elog "To be able to use the audio capture features, either the" + elog "'alsa' or the 'pulseaudio' USE-flag needs to be enabled." + fi +}