+++ /dev/null
-Description: Fix FTBFS with FFmpeg 4.0
-Author: James Cowgill <jcowgill@debian.org>
-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 ) )
+++ /dev/null
-# 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'
-}
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>sound@gentoo.org</email>
- <name>Gentoo Sound project</name>
- </maintainer>
- <maintainer type="project">
- <email>qt@gentoo.org</email>
- <name>Gentoo Qt Project</name>
- </maintainer>
- <upstream>
- <remote-id type="sourceforge">karlyriceditor</remote-id>
- </upstream>
-</pkgmetadata>
# Removal in 30 days. Bug #679030.
app-arch/star
-# Michael Palimaka <kensington@gentoo.org> (07 Mar 2019)
-# Fails to build with ffmpeg-4 (bug #673352). Dead upstream.
-# Masked for removal in 30 days.
-media-sound/karlyriceditor
-
# Eray Aslan <eras@gentoo.org> (01 Mar 2019)
# Mask experimental software
=mail-mta/postfix-3.5*