From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 2D2DB58973 for ; Mon, 8 Feb 2016 14:27:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 079DE21C008; Mon, 8 Feb 2016 14:27:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9292821C008 for ; Mon, 8 Feb 2016 14:27:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 61656340691 for ; Mon, 8 Feb 2016 14:27:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 23D658DF for ; Mon, 8 Feb 2016 14:26:50 +0000 (UTC) From: "Ian Delaney" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Delaney" Message-ID: <1454941585.addbbd92ed53afa393e36644f8fe7af16431c6ce.idella4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/gejengel/, media-sound/gejengel/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/gejengel/files/bckport-debug.patch media-sound/gejengel/gejengel-0.1.4-r2.ebuild X-VCS-Directories: media-sound/gejengel/files/ media-sound/gejengel/ X-VCS-Committer: idella4 X-VCS-Committer-Name: Ian Delaney X-VCS-Revision: addbbd92ed53afa393e36644f8fe7af16431c6ce X-VCS-Branch: master Date: Mon, 8 Feb 2016 14:26:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f63b88f1-d009-4566-aea4-13968705c265 X-Archives-Hash: b9c4aecc80886769d0b61cc40547a3c8 commit: addbbd92ed53afa393e36644f8fe7af16431c6ce Author: Ian Delaney gentoo org> AuthorDate: Mon Feb 8 14:06:01 2016 +0000 Commit: Ian Delaney gentoo org> CommitDate: Mon Feb 8 14:26:25 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=addbbd92 media-sound/gejengel: Patch to fix compilation with USE="debug" Patch provided by the proxy maintainer sourced from gentoo bug Patch backported from 0.1.6 Gentoo bug: #570478 Package-Manager: portage-2.2.26 media-sound/gejengel/files/bckport-debug.patch | 14 ++++++++++++++ media-sound/gejengel/gejengel-0.1.4-r2.ebuild | 5 +++-- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/media-sound/gejengel/files/bckport-debug.patch b/media-sound/gejengel/files/bckport-debug.patch new file mode 100644 index 0000000..76e42be --- /dev/null +++ b/media-sound/gejengel/files/bckport-debug.patch @@ -0,0 +1,14 @@ +--- src/AudioDecoder/ffmpegdecoder.cpp.orig ++++ src/AudioDecoder/ffmpegdecoder.cpp +@@ -98,7 +98,11 @@ void FFmpegDecoder::initialise() + } + + #ifdef ENABLE_DEBUG ++#if LIBAVCODEC_VERSION_MAJOR < 53 + dump_format(m_pFormatContext, 0, m_Filepath.c_str(), false); ++#else ++ av_dump_format(m_pFormatContext, 0, m_Filepath.c_str(), false); ++#endif + #endif + + initializeAudio(); diff --git a/media-sound/gejengel/gejengel-0.1.4-r2.ebuild b/media-sound/gejengel/gejengel-0.1.4-r2.ebuild index 2a4d426..a442f3b 100644 --- a/media-sound/gejengel/gejengel-0.1.4-r2.ebuild +++ b/media-sound/gejengel/gejengel-0.1.4-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -42,7 +42,8 @@ src_prepare() { "${FILESDIR}"/${P}-ffmpeg-1.patch \ "${FILESDIR}"/${P}-libav9.patch \ "${FILESDIR}"/${P}-ffmpeg2.patch \ - "${FILESDIR}"/${PV}-flac_ln.patch + "${FILESDIR}"/${PV}-flac_ln.patch \ + "${FILESDIR}"/bckport-debug.patch # Remove Vesion and Encoding from the desktop file sed -i -e "/Version/d" -e "/Encoding/d" \