diff options
author | Mart Raudsepp <leio@gentoo.org> | 2009-11-16 05:44:46 +0000 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2009-11-16 05:44:46 +0000 |
commit | 107e8ffeb3d8ab521b33e0a3b093f15c2dc82010 (patch) | |
tree | 2b4abe14a2fd863dc2b368017581d26b2140ab4e /media-plugins/gst-plugins-mad | |
parent | Version bump to be in sync with the rest; no code changes (diff) | |
download | historical-107e8ffeb3d8ab521b33e0a3b093f15c2dc82010.tar.gz historical-107e8ffeb3d8ab521b33e0a3b093f15c2dc82010.tar.bz2 historical-107e8ffeb3d8ab521b33e0a3b093f15c2dc82010.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
Package-Manager: portage-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}" |