diff options
author | Mart Raudsepp <leio@gentoo.org> | 2011-08-06 17:05:29 +0000 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2011-08-06 17:05:29 +0000 |
commit | 2b1548619422915b81100b23de4cd702e5af3937 (patch) | |
tree | 15bc31570c748d13b3fd85d27cb0ce57bc53bfee /media-plugins | |
parent | Version bump. No noteworthy changes. (diff) | |
download | historical-2b1548619422915b81100b23de4cd702e5af3937.tar.gz historical-2b1548619422915b81100b23de4cd702e5af3937.tar.bz2 historical-2b1548619422915b81100b23de4cd702e5af3937.zip |
Version bump to be in sync with the rest; no code changes
Package-Manager: portage-2.2.0_alpha45/cvs/Linux x86_64
Diffstat (limited to 'media-plugins')
-rw-r--r-- | media-plugins/gst-plugins-twolame/ChangeLog | 8 | ||||
-rw-r--r-- | media-plugins/gst-plugins-twolame/gst-plugins-twolame-0.10.18.ebuild | 13 |
2 files changed, 20 insertions, 1 deletions
diff --git a/media-plugins/gst-plugins-twolame/ChangeLog b/media-plugins/gst-plugins-twolame/ChangeLog index a52a2ffdb212..6b2e092ef4bf 100644 --- a/media-plugins/gst-plugins-twolame/ChangeLog +++ b/media-plugins/gst-plugins-twolame/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-plugins/gst-plugins-twolame # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-twolame/ChangeLog,v 1.32 2011/07/25 18:07:11 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-twolame/ChangeLog,v 1.33 2011/08/06 17:05:29 leio Exp $ + +*gst-plugins-twolame-0.10.18 (06 Aug 2011) + + 06 Aug 2011; Mart Raudsepp <leio@gentoo.org> + +gst-plugins-twolame-0.10.18.ebuild: + Version bump to be in sync with the rest; no code changes 25 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org> gst-plugins-twolame-0.10.17.ebuild: diff --git a/media-plugins/gst-plugins-twolame/gst-plugins-twolame-0.10.18.ebuild b/media-plugins/gst-plugins-twolame/gst-plugins-twolame-0.10.18.ebuild new file mode 100644 index 000000000000..42de30f4c0d8 --- /dev/null +++ b/media-plugins/gst-plugins-twolame/gst-plugins-twolame-0.10.18.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-twolame/gst-plugins-twolame-0.10.18.ebuild,v 1.1 2011/08/06 17:05:29 leio Exp $ + +inherit gst-plugins-ugly + +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +RDEPEND=">=media-sound/twolame-0.3.10 + >=media-libs/gstreamer-0.10.26 + >=media-libs/gst-plugins-base-0.10.26" +DEPEND="${RDEPEND}" |