diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-09-30 18:21:06 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-09-30 18:31:41 +0200 |
commit | 438fffbf7ca755ad243e84656dde33e00d5825ee (patch) | |
tree | 96c0f8639cd9749409c585c57d39449f5da77fb0 /media-video | |
parent | dev-python/rich: Bump to 13.6.0 (diff) | |
download | gentoo-438fffbf7ca755ad243e84656dde33e00d5825ee.tar.gz gentoo-438fffbf7ca755ad243e84656dde33e00d5825ee.tar.bz2 gentoo-438fffbf7ca755ad243e84656dde33e00d5825ee.zip |
media-video/subtitlecomposer: drop 0.7.1-r2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/subtitlecomposer/subtitlecomposer-0.7.1-r2.ebuild | 62 |
1 files changed, 0 insertions, 62 deletions
diff --git a/media-video/subtitlecomposer/subtitlecomposer-0.7.1-r2.ebuild b/media-video/subtitlecomposer/subtitlecomposer-0.7.1-r2.ebuild deleted file mode 100644 index 9b293cc77cf3..000000000000 --- a/media-video/subtitlecomposer/subtitlecomposer-0.7.1-r2.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_TEST="forceoptional" -KFMIN=5.106.0 -QTMIN=5.15.9 -inherit ecm kde.org - -DESCRIPTION="Text-based subtitles editor" -HOMEPAGE="https://subtitlecomposer.kde.org/" -PATCHSET="${P}-patchset-1" -SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz - https://dev.gentoo.org/~asturm/distfiles/${PATCHSET}.tar.xz" - -LICENSE="GPL-2" -SLOT="5" -KEYWORDS="amd64 x86" -IUSE="unicode" - -DEPEND=" - >=dev-qt/qtdeclarative-${QTMIN}:5 - >=dev-qt/qtgui-${QTMIN}:5 - >=dev-qt/qtwidgets-${QTMIN}:5 - >=kde-frameworks/kcodecs-${KFMIN}:5 - >=kde-frameworks/kcompletion-${KFMIN}:5 - >=kde-frameworks/kconfig-${KFMIN}:5 - >=kde-frameworks/kconfigwidgets-${KFMIN}:5 - >=kde-frameworks/kcoreaddons-${KFMIN}:5 - >=kde-frameworks/ki18n-${KFMIN}:5 - >=kde-frameworks/kio-${KFMIN}:5 - >=kde-frameworks/ktextwidgets-${KFMIN}:5 - >=kde-frameworks/kwidgetsaddons-${KFMIN}:5 - >=kde-frameworks/kxmlgui-${KFMIN}:5 - >=kde-frameworks/sonnet-${KFMIN}:5 - media-libs/openal - media-video/ffmpeg:0= - unicode? ( dev-libs/icu:= ) -" -RDEPEND="${DEPEND}" -BDEPEND=" - sys-devel/gettext - virtual/pkgconfig -" - -PATCHES=( - "${WORKDIR}/${PATCHSET}/${P}-tests-optional.patch" - "${WORKDIR}/${PATCHSET}/${P}-gles-support.patch" # bug 820035 - "${WORKDIR}/${PATCHSET}/${P}-ffmpeg-5.patch" # bug 834416 - "${WORKDIR}/${PATCHSET}/${P}-replace-kross-w-qjsengine.patch" # bug 755956 - "${FILESDIR}"/${P}-ffmpeg6-{1,2}.patch # bug 910048 -) - -src_configure() { - local mycmakeargs=( - -DCMAKE_DISABLE_FIND_PACKAGE_PocketSphinx=ON # bug 616706 - $(cmake_use_find_package unicode ICU) - ) - - ecm_src_configure -} |