From ea35d574fd21f9f8d1cfa681e6dc6a298bd7ffab Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Tue, 9 Apr 2019 16:08:33 +0200 Subject: [PATCH] media-sound/karlyriceditor: Remove last-rited pkg MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/673352 Signed-off-by: Michał Górny --- media-sound/karlyriceditor/Manifest | 1 - .../files/karlyriceditor-2.2-ffmpeg-4.patch | 34 --------------- .../karlyriceditor-2.2-r1.ebuild | 41 ------------------- media-sound/karlyriceditor/metadata.xml | 15 ------- profiles/package.mask | 5 --- 5 files changed, 96 deletions(-) delete mode 100644 media-sound/karlyriceditor/Manifest delete mode 100644 media-sound/karlyriceditor/files/karlyriceditor-2.2-ffmpeg-4.patch delete mode 100644 media-sound/karlyriceditor/karlyriceditor-2.2-r1.ebuild delete mode 100644 media-sound/karlyriceditor/metadata.xml diff --git a/media-sound/karlyriceditor/Manifest b/media-sound/karlyriceditor/Manifest deleted file mode 100644 index f8ffc53a1705..000000000000 --- a/media-sound/karlyriceditor/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST karlyriceditor-2.2.tar.gz 280119 BLAKE2B 1cfd3c681e7f8c52b0e67fdff96bf929ef86aa607615be832907b3d933628b8cfe2d94066acfe1739aa83c0dfc4884de7063180dc3e4acb54fb73eadfbbd2a66 SHA512 bce3aed1402c8fff3e04940527773d2855d3d67e47b159478c53e63eaadfbb70df3f4fbefb75490cc17b750455e1359963468ce14dd504f37219e1268a213103 diff --git a/media-sound/karlyriceditor/files/karlyriceditor-2.2-ffmpeg-4.patch b/media-sound/karlyriceditor/files/karlyriceditor-2.2-ffmpeg-4.patch deleted file mode 100644 index b7ae9d6e90b4..000000000000 --- a/media-sound/karlyriceditor/files/karlyriceditor-2.2-ffmpeg-4.patch +++ /dev/null @@ -1,34 +0,0 @@ -Description: Fix FTBFS with FFmpeg 4.0 -Author: James Cowgill -Bug-Debian: https://bugs.debian.org/888377 ---- -This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ ---- a/src/ffmpegvideoencoder.cpp -+++ b/src/ffmpegvideoencoder.cpp -@@ -345,7 +345,7 @@ av_log_set_level(AV_LOG_VERBOSE); - - // Enable interlacing if needed - if ( m_videoformat->flags & VIFO_INTERLACED ) -- videoCodecCtx->flags |= CODEC_FLAG_INTERLACED_DCT; -+ videoCodecCtx->flags |= AV_CODEC_FLAG_INTERLACED_DCT; - - // Enable multithreaded encoding: breaks FLV! - //videoCodecCtx->thread_count = 4; -@@ -373,7 +373,7 @@ av_log_set_level(AV_LOG_VERBOSE); - - // If we have a global header for the format, no need to duplicate the codec info in each keyframe - if ( outputFormatCtx->oformat->flags & AVFMT_GLOBALHEADER ) -- videoCodecCtx->flags |= CODEC_FLAG_GLOBAL_HEADER; -+ videoCodecCtx->flags |= AV_CODEC_FLAG_GLOBAL_HEADER; - - // Open the codec - if ( ( err = avcodec_open2( videoCodecCtx, videoCodec, 0 )) < 0 ) -@@ -463,7 +463,7 @@ av_log_set_level(AV_LOG_VERBOSE); - audioCodecCtx->time_base.den = m_profile->sampleRate; - - if ( outputFormatCtx->oformat->flags & AVFMT_GLOBALHEADER ) -- audioCodecCtx->flags |= CODEC_FLAG_GLOBAL_HEADER; -+ audioCodecCtx->flags |= AV_CODEC_FLAG_GLOBAL_HEADER; - - // Since different audio codecs support different sample formats, look up which one is supported by this specific codec - if ( isAudioSampleFormatSupported( audioCodec->sample_fmts, AV_SAMPLE_FMT_FLTP ) ) diff --git a/media-sound/karlyriceditor/karlyriceditor-2.2-r1.ebuild b/media-sound/karlyriceditor/karlyriceditor-2.2-r1.ebuild deleted file mode 100644 index a0b4b5ff69a7..000000000000 --- a/media-sound/karlyriceditor/karlyriceditor-2.2-r1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit desktop qmake-utils - -DESCRIPTION="Application to edit and synchronize lyrics with karaoke songs in various formats" -HOMEPAGE="https://www.ulduzsoft.com/linux/karaoke-lyrics-editor/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="libav" - -RDEPEND=" - dev-libs/openssl:0= - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtmultimedia:5 - dev-qt/qtwidgets:5 - libav? ( media-video/libav:= ) - !libav? ( media-video/ffmpeg:0= ) -" -DEPEND="${RDEPEND} - virtual/pkgconfig -" - -PATCHES=( "${FILESDIR}/${P}-ffmpeg-4.patch" ) - -src_configure() { - eqmake5 "${PN}.pro" -} - -src_install() { - dodoc Changelog - dobin bin/${PN} - doicon packages/${PN}.png - make_desktop_entry ${PN} 'Karaoke Lyrics Editor' -} diff --git a/media-sound/karlyriceditor/metadata.xml b/media-sound/karlyriceditor/metadata.xml deleted file mode 100644 index 12706d20e542..000000000000 --- a/media-sound/karlyriceditor/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - sound@gentoo.org - Gentoo Sound project - - - qt@gentoo.org - Gentoo Qt Project - - - karlyriceditor - - diff --git a/profiles/package.mask b/profiles/package.mask index 274ce3c1b7c8..e38fc24709fa 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -674,11 +674,6 @@ dev-python/pytest-capturelog # Removal in 30 days. Bug #679030. app-arch/star -# Michael Palimaka (07 Mar 2019) -# Fails to build with ffmpeg-4 (bug #673352). Dead upstream. -# Masked for removal in 30 days. -media-sound/karlyriceditor - # Eray Aslan (01 Mar 2019) # Mask experimental software =mail-mta/postfix-3.5* -- 2.26.2