diff options
author | 2009-11-16 05:44:46 +0000 | |
---|---|---|
committer | 2009-11-16 05:44:46 +0000 | |
commit | dcb13c879572ed21bd9312728fbe574f2365591f (patch) | |
tree | 0ec0f1c627492c3cb462faca43a7f4cec0d06944 /media-plugins/gst-plugins-mad | |
parent | Version bump to be in sync with the rest; no code changes (diff) | |
download | gentoo-2-dcb13c879572ed21bd9312728fbe574f2365591f.tar.gz gentoo-2-dcb13c879572ed21bd9312728fbe574f2365591f.tar.bz2 gentoo-2-dcb13c879572ed21bd9312728fbe574f2365591f.zip |
Version bump to be in sync with the rest; no code changes; a good share of ebuild changes though related to configure.ac changes
(Portage version: 2.2_rc22/cvs/Linux 2.6.31-gentoo-r6 x86_64)
Diffstat (limited to 'media-plugins/gst-plugins-mad')
-rw-r--r-- | media-plugins/gst-plugins-mad/ChangeLog | 8 | ||||
-rw-r--r-- | media-plugins/gst-plugins-mad/gst-plugins-mad-0.10.13.ebuild | 14 |
2 files changed, 21 insertions, 1 deletions
diff --git a/media-plugins/gst-plugins-mad/ChangeLog b/media-plugins/gst-plugins-mad/ChangeLog index ae21beafcbd5..26d949c8e792 100644 --- a/media-plugins/gst-plugins-mad/ChangeLog +++ b/media-plugins/gst-plugins-mad/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-plugins/gst-plugins-mad # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-mad/ChangeLog,v 1.133 2009/11/10 16:17:06 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-mad/ChangeLog,v 1.134 2009/11/16 05:44:46 leio Exp $ + +*gst-plugins-mad-0.10.13 (16 Nov 2009) + + 16 Nov 2009; Mart Raudsepp <leio@gentoo.org> + +gst-plugins-mad-0.10.13.ebuild: + Version bump to be in sync with the rest; no code changes 10 Nov 2009; Olivier Crête <tester@gentoo.org> gst-plugins-mad-0.10.12.ebuild: diff --git a/media-plugins/gst-plugins-mad/gst-plugins-mad-0.10.13.ebuild b/media-plugins/gst-plugins-mad/gst-plugins-mad-0.10.13.ebuild new file mode 100644 index 000000000000..15482e3221fc --- /dev/null +++ b/media-plugins/gst-plugins-mad/gst-plugins-mad-0.10.13.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-mad/gst-plugins-mad-0.10.13.ebuild,v 1.1 2009/11/16 05:44:46 leio Exp $ + +inherit gst-plugins-ugly + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND=">=media-libs/gst-plugins-base-0.10.25 + >=media-libs/gstreamer-0.10.25 + >=media-libs/libmad-0.15.1b + >=media-libs/libid3tag-0.15" +DEPEND="${RDEPEND}" |