Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/obs-studio/
Date: Sat, 02 May 2020 11:40:31
Message-Id: 1588419085.b46ac96d53ad6596bc2bed4dd7327b7a36168b0c.asturm@gentoo
1 commit: b46ac96d53ad6596bc2bed4dd7327b7a36168b0c
2 Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 23 18:35:54 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat May 2 11:31:25 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b46ac96d
7
8 media-video/obs-studio: remove version 25.0.3
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 media-video/obs-studio/Manifest | 1 -
15 media-video/obs-studio/obs-studio-25.0.3.ebuild | 145 ------------------------
16 2 files changed, 146 deletions(-)
17
18 diff --git a/media-video/obs-studio/Manifest b/media-video/obs-studio/Manifest
19 index 651a017c753..db838edf0a3 100644
20 --- a/media-video/obs-studio/Manifest
21 +++ b/media-video/obs-studio/Manifest
22 @@ -1,3 +1,2 @@
23 DIST obs-studio-24.0.5.tar.gz 7901198 BLAKE2B 79c9712f3523114a70e0df3e0631c19067fd7ead5fd9031123dd4c82d9b92dee69473fb51a495f938430540505a5cf45258eeee01d61a7aaa6654255fee14aca SHA512 99be46046b70597474f25a85036ebe5a2f704eef47c77bc27e2ba8890b877da346ff6008c5922d7a83a4cead9df7214c6a3be885430693e609a42d9d06fedfaf
24 -DIST obs-studio-25.0.3.tar.gz 8367286 BLAKE2B c87025f57fd2907f01c9b53464ba7174db2e19295bfd030aa8ad21356ef76d934bf9929c92c024f9ed9b96aa29a2e89dd08670baed94d2f4808f23533eec09c7 SHA512 16974bb1fbc54f3239dd92491186e608c14e209a77c485993db5815b50f2d7fd2462168377d7c254ad01c02a7daf30131efd9d2a8fe801628a0856f16e76cee0
25 DIST obs-studio-25.0.7.tar.gz 8368980 BLAKE2B 7a31a33f9939392ea340126ccafa24b6fef16412a97dbed224e38aefbfa64d86274a4d033ee09b40458a4f82f4be56df4efa15784ff40f4ab4edb40027a4613e SHA512 a76a5cfe878210427e5cc934b44e1876726b788e8e4f1d439118e5b84f29ae03fb287d9e7264cccaa5b3f7ac2cc177f3f10e3682d261941e927ec0f36dc65066
26
27 diff --git a/media-video/obs-studio/obs-studio-25.0.3.ebuild b/media-video/obs-studio/obs-studio-25.0.3.ebuild
28 deleted file mode 100644
29 index 33ca63777c3..00000000000
30 --- a/media-video/obs-studio/obs-studio-25.0.3.ebuild
31 +++ /dev/null
32 @@ -1,145 +0,0 @@
33 -# Copyright 1999-2020 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=7
37 -
38 -CMAKE_REMOVE_MODULES_LIST=( FindFreetype )
39 -PYTHON_COMPAT=( python3_{6,7} )
40 -
41 -inherit cmake-utils python-single-r1 xdg-utils
42 -
43 -if [[ ${PV} == *9999 ]]; then
44 - inherit git-r3
45 - EGIT_REPO_URI="https://github.com/obsproject/obs-studio.git"
46 - EGIT_SUBMODULES=()
47 -else
48 - SRC_URI="https://github.com/obsproject/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
49 - KEYWORDS="~amd64 ~x86"
50 -fi
51 -
52 -DESCRIPTION="Software for Recording and Streaming Live Video Content"
53 -HOMEPAGE="https://obsproject.com"
54 -
55 -LICENSE="GPL-2"
56 -SLOT="0"
57 -IUSE="+alsa fdk imagemagick jack luajit nvenc pulseaudio python speex +ssl truetype v4l vlc"
58 -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
59 -
60 -BDEPEND="
61 - luajit? ( dev-lang/swig )
62 - python? ( dev-lang/swig )
63 -"
64 -DEPEND="
65 - >=dev-libs/jansson-2.5
66 - dev-qt/qtcore:5
67 - dev-qt/qtdeclarative:5
68 - dev-qt/qtgui:5
69 - dev-qt/qtmultimedia:5
70 - dev-qt/qtnetwork:5
71 - dev-qt/qtquickcontrols:5
72 - dev-qt/qtsql:5
73 - dev-qt/qtsvg:5
74 - dev-qt/qtwidgets:5
75 - dev-qt/qtx11extras:5
76 - dev-qt/qtxml:5
77 - media-libs/x264
78 - media-video/ffmpeg:=[x264]
79 - net-misc/curl
80 - sys-apps/dbus
81 - sys-libs/zlib
82 - virtual/udev
83 - x11-libs/libX11
84 - x11-libs/libXcomposite
85 - x11-libs/libXfixes
86 - x11-libs/libXinerama
87 - x11-libs/libXrandr
88 - x11-libs/libxcb
89 - alsa? ( media-libs/alsa-lib )
90 - fdk? ( media-libs/fdk-aac:= )
91 - imagemagick? ( media-gfx/imagemagick:= )
92 - jack? ( virtual/jack )
93 - luajit? ( dev-lang/luajit:2 )
94 - nvenc? (
95 - || (
96 - <media-video/ffmpeg-4[nvenc]
97 - >=media-video/ffmpeg-4[video_cards_nvidia]
98 - )
99 - )
100 - pulseaudio? ( media-sound/pulseaudio )
101 - python? ( ${PYTHON_DEPS} )
102 - speex? ( media-libs/speexdsp )
103 - ssl? ( net-libs/mbedtls:= )
104 - truetype? (
105 - media-libs/fontconfig
106 - media-libs/freetype
107 - )
108 - v4l? ( media-libs/libv4l )
109 - vlc? ( media-video/vlc:= )
110 -"
111 -RDEPEND="${DEPEND}"
112 -
113 -pkg_setup() {
114 - use python && python-single-r1_pkg_setup
115 -}
116 -
117 -src_configure() {
118 - local libdir=$(get_libdir)
119 - local mycmakeargs=(
120 - -DDISABLE_ALSA=$(usex !alsa)
121 - -DDISABLE_FREETYPE=$(usex !truetype)
122 - -DDISABLE_JACK=$(usex !jack)
123 - -DDISABLE_LIBFDK=$(usex !fdk)
124 - -DDISABLE_PULSEAUDIO=$(usex !pulseaudio)
125 - -DDISABLE_SPEEXDSP=$(usex !speex)
126 - -DDISABLE_V4L2=$(usex !v4l)
127 - -DDISABLE_VLC=$(usex !vlc)
128 - -DLIBOBS_PREFER_IMAGEMAGICK=$(usex imagemagick)
129 - -DOBS_MULTIARCH_SUFFIX=${libdir#lib}
130 - -DUNIX_STRUCTURE=1
131 - -DWITH_RTMPS=$(usex ssl)
132 - )
133 -
134 - if [ "${PV}" != "9999" ]; then
135 - mycmakeargs+=(
136 - -DOBS_VERSION_OVERRIDE=${PV}
137 - )
138 - fi
139 -
140 - if use luajit || use python; then
141 - mycmakeargs+=(
142 - -DDISABLE_LUA=$(usex !luajit)
143 - -DDISABLE_PYTHON=$(usex !python)
144 - -DENABLE_SCRIPTING=yes
145 - )
146 - else
147 - mycmakeargs+=( -DENABLE_SCRIPTING=no )
148 - fi
149 -
150 - cmake-utils_src_configure
151 -}
152 -
153 -pkg_postinst() {
154 - xdg_icon_cache_update
155 -
156 - if ! use alsa && ! use pulseaudio; then
157 - elog
158 - elog "For the audio capture features to be available,"
159 - elog "either the 'alsa' or the 'pulseaudio' USE-flag needs to"
160 - elog "be enabled."
161 - elog
162 - fi
163 -
164 - if ! has_version "sys-apps/dbus"; then
165 - elog
166 - elog "The 'sys-apps/dbus' package is not installed, but"
167 - elog "could be used for disabling hibernating, screensaving,"
168 - elog "and sleeping. Where it is not installed,"
169 - elog "'xdg-screensaver reset' is used instead"
170 - elog "(if 'x11-misc/xdg-utils' is installed)."
171 - elog
172 - fi
173 -}
174 -
175 -pkg_postrm() {
176 - xdg_icon_cache_update
177 -}