summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2014-06-10 18:52:37 +0000
committerMichał Górny <mgorny@gentoo.org>2014-06-10 18:52:37 +0000
commit3ec1d8b2d9536f6cc012b2efbd9336442e1bb2c0 (patch)
tree2225fa279de4cfbf4452c8d1aaa0145091144350 /media-plugins/gst-plugins-amr
parentSecurity bumps (bug #512354). (diff)
downloadgentoo-2-3ec1d8b2d9536f6cc012b2efbd9336442e1bb2c0.tar.gz
gentoo-2-3ec1d8b2d9536f6cc012b2efbd9336442e1bb2c0.tar.bz2
gentoo-2-3ec1d8b2d9536f6cc012b2efbd9336442e1bb2c0.zip
Enable multilib support, bug #493176.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'media-plugins/gst-plugins-amr')
-rw-r--r--media-plugins/gst-plugins-amr/ChangeLog9
-rw-r--r--media-plugins/gst-plugins-amr/gst-plugins-amr-0.10.19-r1.ebuild26
-rw-r--r--media-plugins/gst-plugins-amr/gst-plugins-amr-1.2.4-r1.ebuild21
3 files changed, 55 insertions, 1 deletions
diff --git a/media-plugins/gst-plugins-amr/ChangeLog b/media-plugins/gst-plugins-amr/ChangeLog
index 1c951764e4d7..d68f1bd2b103 100644
--- a/media-plugins/gst-plugins-amr/ChangeLog
+++ b/media-plugins/gst-plugins-amr/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for media-plugins/gst-plugins-amr
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-amr/ChangeLog,v 1.13 2014/05/31 14:18:21 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-amr/ChangeLog,v 1.14 2014/06/10 18:52:37 mgorny Exp $
+
+*gst-plugins-amr-0.10.19-r1 (10 Jun 2014)
+*gst-plugins-amr-1.2.4-r1 (10 Jun 2014)
+
+ 10 Jun 2014; Michał Górny <mgorny@gentoo.org>
+ +gst-plugins-amr-0.10.19-r1.ebuild, +gst-plugins-amr-1.2.4-r1.ebuild:
+ Enable multilib support, bug #493176.
*gst-plugins-amr-1.2.4 (31 May 2014)
diff --git a/media-plugins/gst-plugins-amr/gst-plugins-amr-0.10.19-r1.ebuild b/media-plugins/gst-plugins-amr/gst-plugins-amr-0.10.19-r1.ebuild
new file mode 100644
index 000000000000..c824282e41f7
--- /dev/null
+++ b/media-plugins/gst-plugins-amr/gst-plugins-amr-0.10.19-r1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-amr/gst-plugins-amr-0.10.19-r1.ebuild,v 1.1 2014/06/10 18:52:37 mgorny Exp $
+
+EAPI="5"
+
+GST_ORG_MODULE=gst-plugins-ugly
+inherit eutils gstreamer
+
+DESCRIPTION="GStreamer plugin for AMRNB/AMRWB codec"
+HOMEPAGE="http://gstreamer.freedesktop.org/"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="media-libs/opencore-amr[${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
+}
diff --git a/media-plugins/gst-plugins-amr/gst-plugins-amr-1.2.4-r1.ebuild b/media-plugins/gst-plugins-amr/gst-plugins-amr-1.2.4-r1.ebuild
new file mode 100644
index 000000000000..c208b150babe
--- /dev/null
+++ b/media-plugins/gst-plugins-amr/gst-plugins-amr-1.2.4-r1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-amr/gst-plugins-amr-1.2.4-r1.ebuild,v 1.1 2014/06/10 18:52:37 mgorny Exp $
+
+EAPI="5"
+
+GST_ORG_MODULE=gst-plugins-ugly
+inherit gstreamer
+
+DESCRIPTION="GStreamer plugin for AMRNB/AMRWB codec"
+HOMEPAGE="http://gstreamer.freedesktop.org/"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="media-libs/opencore-amr[${MULTILIB_USEDEP}]"
+DEPEND="${RDEPEND}"
+
+GST_PLUGINS_BUILD="amrnb amrwb"
+GST_PLUGINS_BUILD_DIR="amrnb amrwbdec"