Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 665710 - media-sound/karlyriceditor-2.2-r1 : ffmpegvideoencoder.cpp:345:27: error: CODEC_FLAG_INTERLACED_DCT was not declared in this scope
Summary: media-sound/karlyriceditor-2.2-r1 : ffmpegvideoencoder.cpp:345:27: error: COD...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: ffmpeg-4
  Show dependency tree
 
Reported: 2018-09-11 16:58 UTC by Toralf Förster
Modified: 2018-09-16 08:03 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge-info.txt (emerge-info.txt,17.17 KB, text/plain)
2018-09-11 16:58 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,208.81 KB, text/plain)
2018-09-11 16:58 UTC, Toralf Förster
Details
environment (environment,81.49 KB, text/plain)
2018-09-11 16:58 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,26.90 KB, application/x-bzip)
2018-09-11 16:58 UTC, Toralf Förster
Details
media-sound:karlyriceditor-2.2-r1:20180910-225411.log (media-sound:karlyriceditor-2.2-r1:20180910-225411.log,68.84 KB, text/plain)
2018-09-11 16:58 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,24.36 KB, application/x-bzip)
2018-09-11 16:58 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2018-09-11 16:58:38 UTC
      ^~~~~~~~~~~~~~
ffmpegvideoencoder.cpp: In member function ‘bool FFMpegVideoEncoderPriv::createFile(const QString&)’:
ffmpegvideoencoder.cpp:345:27: error: ‘CODEC_FLAG_INTERLACED_DCT’ was not declared in this scope
   videoCodecCtx->flags |= CODEC_FLAG_INTERLACED_DCT;
                           ^~~~~~~~~~~~~~~~~~~~~~~~~
ffmpegvideoencoder.cpp:345:27: note: suggested alternative: ‘AV_CODEC_FLAG_INTERLACED_DCT’

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0-desktop-ffmpeg4_20180904-181027

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-8.2.0 *

Available Python interpreters, in order of preference:
  [1]   python3.7
  [2]   python3.6
  [3]   python2.7 (fallback)
  [4]   pypy3 (fallback)
  [5]   pypy (fallback)
  [6]   jython2.7 (fallback)
Available Ruby profiles:
  [1]   ruby23 (with Rubygems)
  [2]   ruby25 (with Rubygems) *
java-config:
The following VMs are available for generation-2:
*)	IcedTea JDK 3.8.0 [icedtea-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-bin-8  system-vm

emerge -qpv media-sound/karlyriceditor
[ebuild  N    ] media-sound/karlyriceditor-2.2-r1  USE="-libav" 

!!! The following installed packages are masked:
- dev-db/postgresql-11_beta3::gentoo (masked by: package.mask)
/usr/portage/profiles/package.mask:
# Aaron W. Swenson <titanofold@gentoo.org> (09 Sep 2018)
# PostgreSQL beta and release candidate releases are pre-release testing
# versions, not meant for production use. They are feature-frozen, and are
# released to the public for testing before final release
#
# NOTE: Successive beta or candidate releases may not be backwards compatible,
# so it is important that you review the release notes before upgrading.
#
# For more information about beta and release candidate versions, see:
#     https://www.postgresql.org/developer/beta/

- app-admin/vault-0.11.0::gentoo (masked by: package.mask)
For more information, see the MASKED PACKAGES section in the emerge
man page or refer to the Gentoo Handbook.
Comment 1 Toralf Förster gentoo-dev 2018-09-11 16:58:42 UTC
Created attachment 546612 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2018-09-11 16:58:46 UTC
Created attachment 546614 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2018-09-11 16:58:49 UTC
Created attachment 546616 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2018-09-11 16:58:53 UTC
Created attachment 546618 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2018-09-11 16:58:56 UTC
Created attachment 546620 [details]
media-sound:karlyriceditor-2.2-r1:20180910-225411.log
Comment 6 Toralf Förster gentoo-dev 2018-09-11 16:58:59 UTC
Created attachment 546622 [details]
temp.tbz2
Comment 7 Larry the Git Cow gentoo-dev 2018-09-16 08:03:27 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bed97129fd228faa30a3e9d51b07062daed6ceb3

commit bed97129fd228faa30a3e9d51b07062daed6ceb3
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2018-09-16 08:01:48 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2018-09-16 08:03:12 +0000

    media-sound/karlyriceditor: Fix build with ffmpeg-4
    
    Closes: https://bugs.gentoo.org/665710
    Package-Manager: Portage-2.3.49, Repoman-2.3.10

 .../files/karlyriceditor-2.2-ffmpeg-4.patch        | 34 ++++++++++++++++++++++
 .../karlyriceditor/karlyriceditor-2.2-r1.ebuild    |  8 +++--
 2 files changed, 39 insertions(+), 3 deletions(-)