diff options
author | Pacho Ramos <pacho@gentoo.org> | 2016-12-31 15:16:02 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2016-12-31 15:16:13 +0100 |
commit | 7a16304f48603371a9de922a42741420a7329fc9 (patch) | |
tree | 19c347d162c8419801091f9c8854195b64d428ad /media-video | |
parent | profiles: Move media-libs/mlt[vdpau] package.use.mask from base to arch (diff) | |
download | gentoo-7a16304f48603371a9de922a42741420a7329fc9.tar.gz gentoo-7a16304f48603371a9de922a42741420a7329fc9.tar.bz2 gentoo-7a16304f48603371a9de922a42741420a7329fc9.zip |
Remove masked for removal packages
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/devede/Manifest | 4 | ||||
-rw-r--r-- | media-video/devede/devede-3.16.9.ebuild | 53 | ||||
-rw-r--r-- | media-video/devede/devede-3.21.0.ebuild | 56 | ||||
-rw-r--r-- | media-video/devede/devede-3.22.0.ebuild | 56 | ||||
-rw-r--r-- | media-video/devede/devede-3.23.0.ebuild | 54 | ||||
-rw-r--r-- | media-video/devede/metadata.xml | 13 |
6 files changed, 0 insertions, 236 deletions
diff --git a/media-video/devede/Manifest b/media-video/devede/Manifest deleted file mode 100644 index d138c9853cf0..000000000000 --- a/media-video/devede/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -DIST devede-3.16.9.tar.bz2 2368434 SHA256 eccaba86893935ff898e7b26d772214403362a6c8d729645778146560c1ac0c1 SHA512 443d6297e51376c0e64f9551c0907cddbb5b6f2866675172772461facaa66a96c84a86ae7db4eeaa37d234c320db07301fa24f5780652cc81bb907ebb5db0e73 WHIRLPOOL 32cb0e91988c0b9eace811d7756afb755ddbd233241c9e0d8ea2471d34963191e18fbbc89f857f199876e1018ab395e774732d9cc231777992f14b982b204595 -DIST devede-3.21.0.tar.bz2 2536646 SHA256 a892f257ac284dc6f3b0fcfe56813e26a8c86c627747a27046991892c19704ac SHA512 034ebfaf2b83f1086ec30d070562483b309e183ec9e3a1dd61a3fe3f014b5f35ed57ddbea92d64188af0d63d2c81c21df8fea85add85a3c5d20eedbd312a550f WHIRLPOOL 2c5ac7662edd8bf070fb6a07177db62118da0c5e7d4370f54e2a68f1be80f7429a9fd519f230019e9905fd490d6d468f2e53b220d3cac2a1745cce94a3edf110 -DIST devede-3.22.0.tar.bz2 2559428 SHA256 7966e46c76f6c180ead33ec57844ef2efb7a8139123da59e0cc3044c8ebb4572 SHA512 5212545bc8a16987bfd4894e65c66cff1259012f529097b13ced32d54e833e7e9e4a2f500ebbca37a4c174c6507ca99575038cb4fe53e15693fca78beda883b4 WHIRLPOOL 507d69ff04d703bd05145ce289526a0cfd33279eabeece2bf07697ecf1bdde3766bd090f01d93b352df1e767cf5ef2f73e838175e77200d51034fcf73ac221c6 -DIST devede-3.23.0.tar.bz2 2680546 SHA256 9e217ca46f5f275cb0c3cadbe8c830fa1fde774c004bd95a343d1255be6f25e1 SHA512 a1b634ca8d546b56db11a9d61c9086a822d415e0fa4f77ea702aaad20254afb70ca719595b7b6ba783797bd2335ccedca9b80288e8d0fdd6beb7b1b7ad3f85d5 WHIRLPOOL 6473d4a0f0bc0acabe7d269df2b62034648e5bcd3f5cedd3403faaae8dba078b5c5ead3ea93de9bca0d0e551fe08fb15a568000cff8c1f94896d606760768c8d diff --git a/media-video/devede/devede-3.16.9.ebuild b/media-video/devede/devede-3.16.9.ebuild deleted file mode 100644 index 4a3c13210d92..000000000000 --- a/media-video/devede/devede-3.16.9.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=2 -PYTHON_DEPEND=2 - -inherit multilib python - -DESCRIPTION="Program to create video CDs and DVDs, suitable to be played in home DVD players" -HOMEPAGE="http://www.rastersoft.com/programas/devede.html" -SRC_URI="http://www.rastersoft.com/descargas/${P}.tar.bz2" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND=">=x11-libs/gtk+-2.16:2 - >=dev-python/pygtk-2.16 - >=media-video/mplayer-1.0_rc1 - media-video/dvdauthor - media-video/vcdimager - virtual/cdrtools" -DEPEND="" - -S=${WORKDIR}/${P%*b} - -pkg_setup() { - python_set_active_version 2 -} - -src_prepare() { - python_convert_shebangs -r 2 . -} - -src_install() { - ./install.sh prefix="/usr" libdir="/usr/$(get_libdir)" \ - pkgdocdir="/usr/share/doc/${PF}" DESTDIR="${D}" \ - || die "install.sh failed." -} - -pkg_postinst() { - python_mod_optimize /usr/$(get_libdir)/${PN} - elog "To create DIVX/MPEG4 files, be sure that MPlayer is compiled with LAME support." - elog "In this case you want to check for both the encode and mp3 USE flags." - elog "To change the font used to render the subtitles, choose a TrueType font you like" - elog "and copy it in \$HOME/.spumux directory, renaming it to devedesans.ttf." -} - -pkg_postrm() { - python_mod_cleanup /usr/$(get_libdir)/${PN} -} diff --git a/media-video/devede/devede-3.21.0.ebuild b/media-video/devede/devede-3.21.0.ebuild deleted file mode 100644 index b853f24a18de..000000000000 --- a/media-video/devede/devede-3.21.0.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 - -PYTHON_DEPEND="2:2.7" - -inherit multilib python - -DESCRIPTION="Program to create video CDs and DVDs, suitable to be played in home DVD players" -HOMEPAGE="http://www.rastersoft.com/programas/devede.html" -SRC_URI="http://www.rastersoft.com/descargas/${P}.tar.bz2" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 x86" -# from upstream ChangeLog in 3.21.0: Now uses FFMpeg as the default backend -IUSE="+ffmpeg" - -RDEPEND="dev-python/dbus-python - dev-python/pycairo - dev-python/pygobject:2 - >=dev-python/pygtk-2.16 - media-video/dvdauthor - media-video/mplayer - media-video/vcdimager - virtual/cdrtools - ffmpeg? ( virtual/ffmpeg[mp3] )" -DEPEND="" - -pkg_setup() { - python_set_active_version 2 - python_pkg_setup -} - -src_prepare() { - python_convert_shebangs -r 2 . -} - -src_install() { - ./install.sh DESTDIR="${D}" libdir="/usr/$(get_libdir)" \ - pkgdocdir=/usr/share/doc/${PF} prefix=/usr || die -} - -pkg_postinst() { - python_mod_optimize /usr/$(get_libdir)/${PN} - elog "To create DIVX/MPEG4 files, be sure that MPlayer is compiled with LAME support." - elog "In this case you want to check for both the encode and mp3 USE flags." - elog "To change the font used to render the subtitles, choose a TrueType font you like" - elog "and copy it in \$HOME/.spumux directory, renaming it to devedesans.ttf." -} - -pkg_postrm() { - python_mod_cleanup /usr/$(get_libdir)/${PN} -} diff --git a/media-video/devede/devede-3.22.0.ebuild b/media-video/devede/devede-3.22.0.ebuild deleted file mode 100644 index d1dbe3e9d932..000000000000 --- a/media-video/devede/devede-3.22.0.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 - -PYTHON_DEPEND="2:2.7" - -inherit multilib python - -DESCRIPTION="Program to create video CDs and DVDs, suitable to be played in home DVD players" -HOMEPAGE="http://www.rastersoft.com/programas/devede.html" -SRC_URI="http://www.rastersoft.com/descargas/${P}.tar.bz2" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -# from upstream ChangeLog in 3.21.0: Now uses FFMpeg as the default backend -IUSE="+ffmpeg" - -RDEPEND="dev-python/dbus-python - dev-python/pycairo - dev-python/pygobject:2 - >=dev-python/pygtk-2.16 - media-video/dvdauthor - media-video/mplayer - media-video/vcdimager - virtual/cdrtools - ffmpeg? ( virtual/ffmpeg[mp3] )" -DEPEND="" - -pkg_setup() { - python_set_active_version 2 - python_pkg_setup -} - -src_prepare() { - python_convert_shebangs -r 2 . -} - -src_install() { - ./install.sh DESTDIR="${D}" libdir="/usr/$(get_libdir)" \ - pkgdocdir=/usr/share/doc/${PF} prefix=/usr || die -} - -pkg_postinst() { - python_mod_optimize /usr/$(get_libdir)/${PN} - elog "To create DIVX/MPEG4 files, be sure that MPlayer is compiled with LAME support." - elog "In this case you want to check for both the encode and mp3 USE flags." - elog "To change the font used to render the subtitles, choose a TrueType font you like" - elog "and copy it in \$HOME/.spumux directory, renaming it to devedesans.ttf." -} - -pkg_postrm() { - python_mod_cleanup /usr/$(get_libdir)/${PN} -} diff --git a/media-video/devede/devede-3.23.0.ebuild b/media-video/devede/devede-3.23.0.ebuild deleted file mode 100644 index 3ad27065281c..000000000000 --- a/media-video/devede/devede-3.23.0.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 - -PYTHON_DEPEND="2:2.7" - -inherit multilib python - -DESCRIPTION="Program to create video CDs and DVDs, suitable to be played in home DVD players" -HOMEPAGE="http://www.rastersoft.com/programas/devede.html" -SRC_URI="http://www.rastersoft.com/descargas/${P}.tar.bz2" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="-mencoder" - -RDEPEND="dev-python/dbus-python - dev-python/pycairo - dev-python/pygobject:2 - >=dev-python/pygtk-2.16 - media-video/dvdauthor - mencoder? ( media-video/mplayer[mp3,encode] ) - media-video/vcdimager - virtual/cdrtools - !mencoder? ( virtual/ffmpeg[mp3,encode] - || ( media-video/mplayer2[symlink] media-video/mplayer ) )" -DEPEND="" - -pkg_setup() { - python_set_active_version 2 - python_pkg_setup -} - -src_prepare() { - python_convert_shebangs -r 2 . -} - -src_install() { - ./install.sh DESTDIR="${D}" libdir="/usr/$(get_libdir)" \ - pkgdocdir=/usr/share/doc/${PF} prefix=/usr || die -} - -pkg_postinst() { - python_mod_optimize /usr/$(get_libdir)/${PN} - elog "To change the font used to render the subtitles, choose a TrueType font you like" - elog "and copy it in \$HOME/.spumux directory, renaming it to devedesans.ttf." -} - -pkg_postrm() { - python_mod_cleanup /usr/$(get_libdir)/${PN} -} diff --git a/media-video/devede/metadata.xml b/media-video/devede/metadata.xml deleted file mode 100644 index a68498372c81..000000000000 --- a/media-video/devede/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>media-video@gentoo.org</email> - </maintainer> - - <use> - <flag name="mencoder"> - Prefer MPlayer mencoder over Libav avconv or FFmpeg ffmpeg for encoding. - </flag> - </use> -</pkgmetadata> |