diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-02-03 17:59:58 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-02-03 17:59:58 +0000 |
commit | bd878639f69f3cfd9ef981c1e2fed34a67405d34 (patch) | |
tree | e60eac4989added3a12269da57b29fee2e53b020 /media-plugins/gst-plugins-amr | |
parent | drop old (diff) | |
download | gentoo-2-bd878639f69f3cfd9ef981c1e2fed34a67405d34.tar.gz gentoo-2-bd878639f69f3cfd9ef981c1e2fed34a67405d34.tar.bz2 gentoo-2-bd878639f69f3cfd9ef981c1e2fed34a67405d34.zip |
Version bump, drop old
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'media-plugins/gst-plugins-amr')
-rw-r--r-- | media-plugins/gst-plugins-amr/ChangeLog | 9 | ||||
-rw-r--r-- | media-plugins/gst-plugins-amr/gst-plugins-amr-1.4.5.ebuild | 21 |
2 files changed, 28 insertions, 2 deletions
diff --git a/media-plugins/gst-plugins-amr/ChangeLog b/media-plugins/gst-plugins-amr/ChangeLog index f3653e6fd968..9d7afca40e0f 100644 --- a/media-plugins/gst-plugins-amr/ChangeLog +++ b/media-plugins/gst-plugins-amr/ChangeLog @@ -1,6 +1,11 @@ # 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.17 2014/07/23 15:20:35 ago Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-amr/ChangeLog,v 1.18 2015/02/03 17:59:58 pacho Exp $ + +*gst-plugins-amr-1.4.5 (03 Feb 2015) + + 03 Feb 2015; Pacho Ramos <pacho@gentoo.org> +gst-plugins-amr-1.4.5.ebuild: + Version bump, drop old 23 Jul 2014; Agostino Sarubbo <ago@gentoo.org> gst-plugins-amr-0.10.19-r1.ebuild, gst-plugins-amr-1.2.4-r1.ebuild: diff --git a/media-plugins/gst-plugins-amr/gst-plugins-amr-1.4.5.ebuild b/media-plugins/gst-plugins-amr/gst-plugins-amr-1.4.5.ebuild new file mode 100644 index 000000000000..ec02d18b749e --- /dev/null +++ b/media-plugins/gst-plugins-amr/gst-plugins-amr-1.4.5.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2015 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.4.5.ebuild,v 1.1 2015/02/03 17:59:58 pacho 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-0.1.3-r1[${MULTILIB_USEDEP}]" +DEPEND="${RDEPEND}" + +GST_PLUGINS_BUILD="amrnb amrwb" +GST_PLUGINS_BUILD_DIR="amrnb amrwbdec" |