diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-05-06 20:12:20 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-05-06 20:12:20 +0200 |
commit | 347b3a22161831d8cb25f0bfc4eaa7c0c8ee43f7 (patch) | |
tree | 366613082e729ecd4b0a11c44b2706e57b967fe3 /media-video | |
parent | app-office/calligra: drop 3.2.1-r5 (diff) | |
download | gentoo-347b3a22161831d8cb25f0bfc4eaa7c0c8ee43f7.tar.gz gentoo-347b3a22161831d8cb25f0bfc4eaa7c0c8ee43f7.tar.bz2 gentoo-347b3a22161831d8cb25f0bfc4eaa7c0c8ee43f7.zip |
media-video/subtitlecomposer: drop 0.7.1
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/subtitlecomposer/subtitlecomposer-0.7.1.ebuild | 68 |
1 files changed, 0 insertions, 68 deletions
diff --git a/media-video/subtitlecomposer/subtitlecomposer-0.7.1.ebuild b/media-video/subtitlecomposer/subtitlecomposer-0.7.1.ebuild deleted file mode 100644 index ad0554f6b897..000000000000 --- a/media-video/subtitlecomposer/subtitlecomposer-0.7.1.ebuild +++ /dev/null @@ -1,68 +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.82.0 -QTMIN=5.15.2 -VIRTUALX_REQUIRED="test" -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/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/kross-${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 -) - -src_configure() { - local mycmakeargs=( - -DCMAKE_DISABLE_FIND_PACKAGE_PocketSphinx=ON # bug 616706 - $(cmake_use_find_package unicode ICU) - ) - - ecm_src_configure -} - -pkg_postinst() { - ecm_pkg_postinst - - elog "Some example scripts provided by ${PN} require dev-lang/ruby" - elog "or dev-lang/python to be installed." -} |