summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-03-31 23:51:47 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-03-31 23:54:08 +0200
commit965651cf8ff28d8b3d4d883236236052282e643b (patch)
treee5a292a6c59cb375e7e74dc7afa0fdaa10f2c0ad /media-video
parentprofiles: Drop obsolete =x11-misc/light-locker-1.7.0-r1 package.mask (diff)
downloadgentoo-965651cf8ff28d8b3d4d883236236052282e643b.tar.gz
gentoo-965651cf8ff28d8b3d4d883236236052282e643b.tar.bz2
gentoo-965651cf8ff28d8b3d4d883236236052282e643b.zip
profiles: Remove last-rited packages
media-video/dcpomatic media-libs/libasdcp-cth media-libs/libdcp media-libs/libsub Closes: https://bugs.gentoo.org/630924 Closes: https://bugs.gentoo.org/639310 Closes: https://bugs.gentoo.org/640728 Closes: https://bugs.gentoo.org/644654 Closes: https://bugs.gentoo.org/654892 Closes: https://bugs.gentoo.org/655096 Closes: https://bugs.gentoo.org/670822 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-video')
-rw-r--r--media-video/dcpomatic/Manifest1
-rw-r--r--media-video/dcpomatic/dcpomatic-2.12.4.ebuild116
-rw-r--r--media-video/dcpomatic/dcpomatic-9999.ebuild117
-rw-r--r--media-video/dcpomatic/files/dcpomatic-2.10.2-respect-cxxflags.patch13
-rw-r--r--media-video/dcpomatic/files/dcpomatic-2.8.0-desktop.patch32
-rw-r--r--media-video/dcpomatic/files/dcpomatic-2.8.0-no-ldconfig.patch12
-rw-r--r--media-video/dcpomatic/files/dcpomatic-2.8.0-wxGTK3.patch13
-rw-r--r--media-video/dcpomatic/metadata.xml15
8 files changed, 0 insertions, 319 deletions
diff --git a/media-video/dcpomatic/Manifest b/media-video/dcpomatic/Manifest
deleted file mode 100644
index cacc1b4d9722..000000000000
--- a/media-video/dcpomatic/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST dcpomatic-2.12.4.tar.bz2 177868575 BLAKE2B 5ace00aad6bfd44790841da380b45aa28577b058e11d2f7b6ef9d8611cf4c370054735ded599da210764fa1eed45d49bc1fb111862167998f2479251dc8cd308 SHA512 e7d16c603c7c1ae8ee489279b28a22ced74794c7974a67fb2f8ff1403f3f6041223b3c89eaf4f1ad1a56fb41dc0090c9176ded36e8fa2a8dbedba49a57d2ba82
diff --git a/media-video/dcpomatic/dcpomatic-2.12.4.ebuild b/media-video/dcpomatic/dcpomatic-2.12.4.ebuild
deleted file mode 100644
index 8c107aa068f0..000000000000
--- a/media-video/dcpomatic/dcpomatic-2.12.4.ebuild
+++ /dev/null
@@ -1,116 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{3,4,5,6} )
-PYTHON_REQ_USE="threads(+)"
-inherit python-any-r1 waf-utils wxwidgets gnome2-utils
-
-DESCRIPTION="create Digital Cinema Packages (DCPs) from videos, images and sound files"
-HOMEPAGE="https://dcpomatic.com/"
-SRC_URI="https://dcpomatic.com/dl.php?id=source&version=${PV} -> ${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="+alsa +gtk jack pulseaudio"
-
-REQUIRED_USE="^^ ( alsa jack pulseaudio )"
-
-RDEPEND="dev-cpp/cairomm
- dev-cpp/glibmm:2
- dev-cpp/libxmlpp:2.6
- dev-cpp/pangomm:1.4
- dev-libs/boost
- dev-libs/glib:2
- dev-libs/icu
- dev-libs/libcxml
- dev-libs/libzip
- dev-libs/openssl:0
- || ( media-gfx/graphicsmagick media-gfx/imagemagick )
- media-libs/fontconfig:1.0
- >media-libs/libdcp-1.4.4:1.0
- media-libs/libsamplerate
- media-libs/libsndfile
- >=media-libs/libsub-1.2.1:1.0
- media-libs/rtaudio[alsa?,jack?,pulseaudio?]
- >=media-video/ffmpeg-3:=
- net-libs/libssh
- net-misc/curl
- gtk? ( x11-libs/gtk+:2
- x11-libs/wxGTK:3.0 )"
-DEPEND="${RDEPEND}
- ${PYTHON_DEPS}
- dev-util/waf
- virtual/pkgconfig"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-2.8.0-wxGTK3.patch
- "${FILESDIR}"/${PN}-2.8.0-no-ldconfig.patch
- "${FILESDIR}"/${PN}-2.8.0-desktop.patch
- "${FILESDIR}"/${PN}-2.10.2-respect-cxxflags.patch
- )
-
-src_prepare() {
- rm -v waf
- export WAF_BINARY=${EROOT}usr/bin/waf
- if [ -z "${PYTHONPATH}" ] ; then
- export PYTHONPATH="${S}"
- else
- export PYTHONPATH="${S}:${PYTHONPATH}"
- fi
-
- ewarn "Some tests failing due missing files/certs are disabled."
- sed \
- -e '/4k_test.cc/d' \
- -e '/audio_analysis_test.cc/d' \
- -e '/audio_decoder_test.cc/d' \
- -e '/audio_processor_test.cc/d' \
- -e '/black_fill_test.cc/d' \
- -e '/client_server_test.cc/d' \
- -e '/dcp_subtitle_test.cc/d' \
- -e '/ffmpeg_decoder_sequential_test.cc/d' \
- -e '/file_naming_test.cc/d' \
- -e '/import_dcp_test.cc/d' \
- -e '/interrupt_encoder_test.cc/d' \
- -e '/j2k_bandwidth_test.cc/d' \
- -e '/recover_test.cc/d' \
- -e '/reels_test.cc/d' \
- -e '/render_subtitles_test.cc/d' \
- -e '/repeat_frame_test.cc/d' \
- -e '/scaling_test.cc/d' \
- -e '/skip_frame_test.cc/d' \
- -e '/srt_subtitle_test.cc/d' \
- -e '/ssa_subtitle_test.cc/d' \
- -e '/vf_test.cc/d' \
- -e '/video_mxf_content_test.cc/d' \
- -e '/film_metadata_test.cc/d' \
- -i test/wscript || die
-
- if use alsa ; then
- sed -e "s|RtAudio::LINUX_PULSE|RtAudio::LINUX_ALSA|"\
- -i src/wx/wx_util.h || die
- elif use jack ; then
- sed -e "s|RtAudio::LINUX_PULSE|RtAudio::UNIX_JACK|"\
- -i src/wx/wx_util.h || die
- fi
-
- default
-}
-
-src_configure() {
- waf-utils_src_configure $(usex gtk "" "--disable-gui")
-}
-
-src_test() {
- ./run/tests || die
-}
-
-pkg_postinst() {
- gnome2_icon_cache_update
-}
-
-pkg_postrm() {
- gnome2_icon_cache_update
-}
diff --git a/media-video/dcpomatic/dcpomatic-9999.ebuild b/media-video/dcpomatic/dcpomatic-9999.ebuild
deleted file mode 100644
index 0ae91e62c082..000000000000
--- a/media-video/dcpomatic/dcpomatic-9999.ebuild
+++ /dev/null
@@ -1,117 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{3,4,5,6} )
-PYTHON_REQ_USE="threads(+)"
-inherit git-r3 python-any-r1 waf-utils wxwidgets gnome2-utils
-
-DESCRIPTION="create Digital Cinema Packages (DCPs) from videos, images and sound files"
-HOMEPAGE="http://dcpomatic.com/"
-EGIT_REPO_URI="https://github.com/cth103/${PN}.git"
-EGIT_SUBMODULES=()
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS=""
-IUSE="+alsa +gtk jack pulseaudio"
-
-REQUIRED_USE="^^ ( alsa jack pulseaudio )"
-
-RDEPEND="dev-cpp/cairomm
- dev-cpp/glibmm:2
- dev-cpp/libxmlpp:2.6
- dev-cpp/pangomm:1.4
- dev-libs/boost
- dev-libs/glib:2
- dev-libs/icu
- >dev-libs/libcxml-1.15.4
- dev-libs/libzip
- dev-libs/openssl:0
- || ( media-gfx/graphicsmagick media-gfx/imagemagick )
- media-libs/fontconfig:1.0
- >media-libs/libdcp-1.4.4:1.0
- media-libs/libsamplerate
- media-libs/libsndfile
- >=media-libs/libsub-1.2.1:1.0
- media-libs/rtaudio[alsa?,jack?,pulseaudio?]
- >=media-video/ffmpeg-3:=
- net-libs/libssh
- net-misc/curl
- gtk? ( x11-libs/gtk+:2
- x11-libs/wxGTK:3.0 )"
-DEPEND="${RDEPEND}
- ${PYTHON_DEPS}
- dev-util/waf
- virtual/pkgconfig"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-2.8.0-wxGTK3.patch
- "${FILESDIR}"/${PN}-2.8.0-no-ldconfig.patch
- "${FILESDIR}"/${PN}-2.8.0-desktop.patch
- "${FILESDIR}"/${PN}-2.10.2-respect-cxxflags.patch
- )
-
-src_prepare() {
- rm -v waf
- export WAF_BINARY=${EROOT}usr/bin/waf
- if [ -z "${PYTHONPATH}" ] ; then
- export PYTHONPATH="${S}"
- else
- export PYTHONPATH="${S}:${PYTHONPATH}"
- fi
-
- ewarn "Some tests failing due missing files/certs are disabled."
- sed \
- -e '/4k_test.cc/d' \
- -e '/audio_analysis_test.cc/d' \
- -e '/audio_decoder_test.cc/d' \
- -e '/audio_processor_test.cc/d' \
- -e '/black_fill_test.cc/d' \
- -e '/client_server_test.cc/d' \
- -e '/dcp_subtitle_test.cc/d' \
- -e '/ffmpeg_decoder_sequential_test.cc/d' \
- -e '/file_naming_test.cc/d' \
- -e '/import_dcp_test.cc/d' \
- -e '/interrupt_encoder_test.cc/d' \
- -e '/j2k_bandwidth_test.cc/d' \
- -e '/recover_test.cc/d' \
- -e '/reels_test.cc/d' \
- -e '/render_subtitles_test.cc/d' \
- -e '/repeat_frame_test.cc/d' \
- -e '/scaling_test.cc/d' \
- -e '/skip_frame_test.cc/d' \
- -e '/srt_subtitle_test.cc/d' \
- -e '/ssa_subtitle_test.cc/d' \
- -e '/vf_test.cc/d' \
- -e '/video_mxf_content_test.cc/d' \
- -e '/film_metadata_test.cc/d' \
- -i test/wscript || die
-
- if use alsa ; then
- sed -e "s|RtAudio::LINUX_PULSE|RtAudio::LINUX_ALSA|"\
- -i src/wx/wx_util.h || die
- elif use jack ; then
- sed -e "s|RtAudio::LINUX_PULSE|RtAudio::UNIX_JACK|"\
- -i src/wx/wx_util.h || die
- fi
-
- default
-}
-
-src_configure() {
- waf-utils_src_configure $(usex gtk "" "--disable-gui")
-}
-
-src_test() {
- ./run/tests || die
-}
-
-pkg_postinst() {
- gnome2_icon_cache_update
-}
-
-pkg_postrm() {
- gnome2_icon_cache_update
-}
diff --git a/media-video/dcpomatic/files/dcpomatic-2.10.2-respect-cxxflags.patch b/media-video/dcpomatic/files/dcpomatic-2.10.2-respect-cxxflags.patch
deleted file mode 100644
index 330dfd0609f3..000000000000
--- a/media-video/dcpomatic/files/dcpomatic-2.10.2-respect-cxxflags.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- dcpomatic-2.10.2/wscript
-+++ dcpomatic-2.10.2/wscript
-@@ -89,9 +89,7 @@
- have_c11 = int(gcc[0]) >= 4 and int(gcc[1]) >= 8 and int(gcc[2]) >= 1
-
- if conf.options.enable_debug:
-- conf.env.append_value('CXXFLAGS', ['-g', '-DDCPOMATIC_DEBUG', '-fno-omit-frame-pointer'])
-- else:
-- conf.env.append_value('CXXFLAGS', '-O2')
-+ conf.env.append_value('CXXFLAGS', ['-DDCPOMATIC_DEBUG', '-fno-omit-frame-pointer'])
-
- #
- # Windows/Linux/OS X specific
diff --git a/media-video/dcpomatic/files/dcpomatic-2.8.0-desktop.patch b/media-video/dcpomatic/files/dcpomatic-2.8.0-desktop.patch
deleted file mode 100644
index 615a998e2a7f..000000000000
--- a/media-video/dcpomatic/files/dcpomatic-2.8.0-desktop.patch
+++ /dev/null
@@ -1,32 +0,0 @@
---- dcpomatic-2.8.0/platform/linux/dcpomatic.desktop.in
-+++ dcpomatic-2.8.0/platform/linux/dcpomatic.desktop.in
-@@ -7,4 +7,4 @@
- Name=DCP-o-matic 2
- Icon=dcpomatic2
- Comment=DCP generator
--Categories=AudioVideo;Video
-+Categories=AudioVideo;Video;
---- dcpomatic-2.8.0/platform/linux/dcpomatic_server.desktop.in
-+++ dcpomatic-2.8.0/platform/linux/dcpomatic_server.desktop.in
-@@ -7,4 +7,4 @@
- Name=DCP-o-matic 2 Encode Server
- Icon=dcpomatic2_server
- Comment=DCP generator
--Categories=AudioVideo;Video
-+Categories=AudioVideo;Video;
---- dcpomatic-2.8.0/platform/linux/dcpomatic_kdm.desktop.in
-+++ dcpomatic-2.8.0/platform/linux/dcpomatic_kdm.desktop.in
-@@ -7,4 +7,4 @@
- Name=DCP-o-matic 2 KDM Creator
- Icon=dcpomatic2_kdm
- Comment=DCP generator
--Categories=AudioVideo;Video
-+Categories=AudioVideo;Video;
---- dcpomatic-2.8.0/platform/linux/dcpomatic_batch.desktop.in
-+++ dcpomatic-2.8.0/platform/linux/dcpomatic_batch.desktop.in
-@@ -7,4 +7,4 @@
- Name=DCP-o-matic 2 Batch Converter
- Icon=dcpomatic2_batch
- Comment=DCP generator
--Categories=AudioVideo;Video
-+Categories=AudioVideo;Video;
diff --git a/media-video/dcpomatic/files/dcpomatic-2.8.0-no-ldconfig.patch b/media-video/dcpomatic/files/dcpomatic-2.8.0-no-ldconfig.patch
deleted file mode 100644
index 106e2395e738..000000000000
--- a/media-video/dcpomatic/files/dcpomatic-2.8.0-no-ldconfig.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- dcpomatic-2.8.0/wscript
-+++ dcpomatic-2.8.0/wscript
-@@ -503,8 +503,7 @@
- sys.exit(-1)
-
- def post(ctx):
-- if ctx.cmd == 'install':
-- ctx.exec_command('/sbin/ldconfig')
-+ pass
-
- def pot(bld):
- bld.recurse('src')
diff --git a/media-video/dcpomatic/files/dcpomatic-2.8.0-wxGTK3.patch b/media-video/dcpomatic/files/dcpomatic-2.8.0-wxGTK3.patch
deleted file mode 100644
index 9d85ad583317..000000000000
--- a/media-video/dcpomatic/files/dcpomatic-2.8.0-wxGTK3.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- dcpomatic-2.8.0/src/wx/wscript
-+++ dcpomatic-2.8.0/src/wx/wscript
-@@ -103,8 +103,8 @@
-
- def configure(conf):
- try:
-- wx_config = 'wx-config-3.0-gtk2'
-- conf.check_cfg(msg='Checking for wxWidgets using wx-config-3.0-gtk2',
-+ wx_config = 'wx-config-3.0'
-+ conf.check_cfg(msg='Checking for wxWidgets using wx-config-3.0',
- package='',
- path=wx_config,
- args='--cppflags --cxxflags --libs std,richtext',
diff --git a/media-video/dcpomatic/metadata.xml b/media-video/dcpomatic/metadata.xml
deleted file mode 100644
index 192510bcea57..000000000000
--- a/media-video/dcpomatic/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<!-- maintainer-needed -->
-<longdescription lang="en">
-DCP-o-matic is a free, open-source program to create Digital Cinema Packages (DCPs) from videos, images, sound and subtitle files. You can use it to make content for playback on DCI-compliant cinema projectors.
-
-It can take files in many different formats, including MP4, Apple ProRes, MOV, AVI, VOB (from DVDs), M2TS (from Blu-Ray), WMV, MKV, JPEG, PNG, TIFF and lots of others.
-</longdescription>
-<use>
- <flag name="alsa">Utilize alsa output of media-libs/rtaudio.</flag>
- <flag name="jack">Utilize jack output of media-libs/rtaudio.</flag>
- <flag name="pulseaudio">Utilize pulseaudio output of media-libs/rtaudio.</flag>
-</use>
-</pkgmetadata>