summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2022-08-16 10:04:01 +0200
committerJakov Smolić <jsmolic@gentoo.org>2022-08-16 10:04:59 +0200
commitfbab56392c89a97248d2686c4d0aec68421ee7cb (patch)
treebd481c6fcef06d34f299781005f046918f92615e /media-video/dv2sub
parentmedia-video/kino: treeclean (diff)
downloadgentoo-fbab56392c89a97248d2686c4d0aec68421ee7cb.tar.gz
gentoo-fbab56392c89a97248d2686c4d0aec68421ee7cb.tar.bz2
gentoo-fbab56392c89a97248d2686c4d0aec68421ee7cb.zip
media-video/dv2sub: Remove USE=kino
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'media-video/dv2sub')
-rw-r--r--media-video/dv2sub/dv2sub-0.3-r1.ebuild32
-rw-r--r--media-video/dv2sub/dv2sub-0.3-r2.ebuild15
-rw-r--r--media-video/dv2sub/metadata.xml3
3 files changed, 15 insertions, 35 deletions
diff --git a/media-video/dv2sub/dv2sub-0.3-r1.ebuild b/media-video/dv2sub/dv2sub-0.3-r1.ebuild
deleted file mode 100644
index a45a239bcfd4..000000000000
--- a/media-video/dv2sub/dv2sub-0.3-r1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Extract info or subtitles from DV stream"
-HOMEPAGE="http://dv2sub.sourceforge.net/"
-SRC_URI="mirror://sourceforge/dv2sub/${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="kino"
-
-DEPEND="media-libs/libdv"
-RDEPEND="${DEPEND}
- kino? (
- media-video/kino
- media-video/dvdauthor
- media-video/ffmpeg
- )"
-
-src_install() {
- default
-
- if use kino; then
- insinto /usr/share/kino/scripts/exports
- exeinto /usr/share/kino/scripts/exports
- doins kino_scripts/dv2sub_spumux.xml
- doexe kino_scripts/*.sh
- fi
-}
diff --git a/media-video/dv2sub/dv2sub-0.3-r2.ebuild b/media-video/dv2sub/dv2sub-0.3-r2.ebuild
new file mode 100644
index 000000000000..655239544c3d
--- /dev/null
+++ b/media-video/dv2sub/dv2sub-0.3-r2.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Extract info or subtitles from DV stream"
+HOMEPAGE="http://dv2sub.sourceforge.net/"
+SRC_URI="mirror://sourceforge/dv2sub/${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+DEPEND="media-libs/libdv"
+RDEPEND="${DEPEND}"
diff --git a/media-video/dv2sub/metadata.xml b/media-video/dv2sub/metadata.xml
index c46fee690af6..8fc8f44b8338 100644
--- a/media-video/dv2sub/metadata.xml
+++ b/media-video/dv2sub/metadata.xml
@@ -11,9 +11,6 @@
every input DV frame or create MicroDVD subtitles with the
recording date and time.
</longdescription>
- <use>
- <flag name="kino">install kino plugin</flag>
- </use>
<upstream>
<remote-id type="sourceforge">dv2sub</remote-id>
</upstream>