-DIST gst-plugins-ugly-0.10.19.tar.xz 882452 BLAKE2B df5319481ade22d7acdee6e22ca57a444e104c8540bc4b578cfe7554c79bb4ee33b23a8516940f6504c30d9403c4ced2434e11f3a48548c3721d3d3db2016757 SHA512 16d030998142f698f8ab7dbe55c0c6c8db05ade6b3c007a3aacb5491592e8c60e0a9d62f1a840eab4d57825b1beb9017e3f68f5a90288435216586d67040deda
DIST gst-plugins-ugly-1.14.3.tar.xz 889492 BLAKE2B 0c76ca28e1f062d0eac438f1692d2af33536719913ec10229eb6bc64f1f957bc7f6afe45e1c528ab4015c25dec61b8b9d2c517fee78a8a992c76bd41ff9e75d1 SHA512 0866bbcc3f1d0d668e77b5ef83fa7469dc80c957d2c6526126e761db46e83ff18d941c247833d27336106d8ba043e9ad50cafbddbff241f95bb16f9b1a0fbacc
+++ /dev/null
-Fix #includes, it appears those files move over time with opencore-amr releases.
-
-diff -Nur a/ext/amrnb/amrnbdec.h b/ext/amrnb/amrnbdec.h
---- a/ext/amrnb/amrnbdec.h 2011-12-30 18:40:45.000000000 +0100
-+++ b/ext/amrnb/amrnbdec.h 2013-02-03 17:24:52.099845338 +0100
-@@ -22,7 +22,7 @@
-
- #include <gst/gst.h>
- #include <gst/audio/gstaudiodecoder.h>
--#include <interf_dec.h>
-+#include <opencore-amrnb/interf_dec.h>
-
- G_BEGIN_DECLS
-
-diff -Nur a/ext/amrnb/amrnbenc.h b/ext/amrnb/amrnbenc.h
---- a/ext/amrnb/amrnbenc.h 2011-12-30 18:40:45.000000000 +0100
-+++ b/ext/amrnb/amrnbenc.h 2013-02-03 17:25:02.554738906 +0100
-@@ -21,8 +21,8 @@
- #define __GST_AMRNBENC_H__
-
- #include <gst/gst.h>
--#include <interf_enc.h>
- #include <gst/audio/gstaudioencoder.h>
-+#include <opencore-amrnb/interf_enc.h>
-
- G_BEGIN_DECLS
-
-diff -Nur a/ext/amrwbdec/amrwbdec.h b/ext/amrwbdec/amrwbdec.h
---- a/ext/amrwbdec/amrwbdec.h 2011-12-30 18:40:45.000000000 +0100
-+++ b/ext/amrwbdec/amrwbdec.h 2013-02-03 17:26:07.553077295 +0100
-@@ -22,8 +22,8 @@
-
- #include <gst/gst.h>
- #include <gst/audio/gstaudiodecoder.h>
--#include <dec_if.h>
--#include <if_rom.h>
-+#include <opencore-amrwb/dec_if.h>
-+#include <opencore-amrwb/if_rom.h>
-
- G_BEGIN_DECLS
-
+++ /dev/null
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-GST_ORG_MODULE=gst-plugins-ugly
-inherit eutils gstreamer
-
-DESCRIPTION="GStreamer plugin for AMRNB/AMRWB codec"
-HOMEPAGE="https://gstreamer.freedesktop.org/"
-
-LICENSE="GPL-2"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND=">=media-libs/opencore-amr-0.1.3-r1[${MULTILIB_USEDEP}]"
-DEPEND="${RDEPEND}"
-
-GST_PLUGINS_BUILD="amrnb amrwb"
-GST_PLUGINS_BUILD_DIR="amrnb amrwbdec"
-
-src_prepare() {
- # Fix build with current opencore-amr
- epatch "${FILESDIR}"/${P}-headers-location.patch
-}