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