commit: 37a1877140b31237235676c5d282e870359599ba Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Sat Dec 16 07:48:16 2023 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Sat Dec 16 07:51:03 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37a18771
media-video/chaplin: remove IUSE=transcode The dependency media-video/transcode was just tree-cleaned, and the USE flag was masked so it became NOP. There was automagic dependency find, so I think a revbump is a good idea, just in case. Bug: https://bugs.gentoo.org/861311 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> .../chaplin/{chaplin-1.10-r2.ebuild => chaplin-1.10-r3.ebuild} | 5 ++--- media-video/chaplin/metadata.xml | 3 --- profiles/base/package.use.mask | 4 ---- 3 files changed, 2 insertions(+), 10 deletions(-) diff --git a/media-video/chaplin/chaplin-1.10-r2.ebuild b/media-video/chaplin/chaplin-1.10-r3.ebuild similarity index 87% rename from media-video/chaplin/chaplin-1.10-r2.ebuild rename to media-video/chaplin/chaplin-1.10-r3.ebuild index 0e12d020955d..71fe08497412 100644 --- a/media-video/chaplin/chaplin-1.10-r2.ebuild +++ b/media-video/chaplin/chaplin-1.10-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,13 +12,12 @@ SRC_URI="http://www.lallafa.de/bp/files/${P}.tgz" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ppc x86" -IUSE="transcode vcd" +IUSE="vcd" DEPEND=">=media-libs/libdvdread-0.9.4" RDEPEND="${DEPEND} virtual/imagemagick-tools media-video/mjpegtools - transcode? ( media-video/transcode ) vcd? ( media-video/vcdimager )" S=${WORKDIR}/${PN} diff --git a/media-video/chaplin/metadata.xml b/media-video/chaplin/metadata.xml index 426c3d247e53..2f4f02782b47 100644 --- a/media-video/chaplin/metadata.xml +++ b/media-video/chaplin/metadata.xml @@ -4,7 +4,4 @@ <maintainer type="project"> <email>[email protected]</email> </maintainer> - <use> - <flag name="transcode">Enable DVD ripping and transcoding</flag> - </use> </pkgmetadata> diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index fc1ef621d64c..02bf0ed78682 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -50,10 +50,6 @@ dev-haskell/scientific test dev-haskell/splitmix test dev-haskell/tasty-expected-failure test -# Michał Górny <[email protected]> (2023-10-14) -# media-video/transcode is masked for removal. -media-video/chaplin transcode - # Ionen Wolkens <[email protected]> (2023-10-10) # Broken with Qt6.6 and, given USE has no revdeps, simpler to just # mask for now to save desktop profile users (default bluetooth)
