diff options
author | Mart Raudsepp <leio@gentoo.org> | 2011-08-07 00:01:22 +0000 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2011-08-07 00:01:22 +0000 |
commit | ce635b1d63ae53d98affc341e9a11e832aaafdb0 (patch) | |
tree | 8d5bd3369a99465aa6583ed40f1cba967c935abe /media-plugins | |
parent | Version bump. Supports changing the bitrate and quantizer dynamically. Variou... (diff) | |
download | gentoo-2-ce635b1d63ae53d98affc341e9a11e832aaafdb0.tar.gz gentoo-2-ce635b1d63ae53d98affc341e9a11e832aaafdb0.tar.bz2 gentoo-2-ce635b1d63ae53d98affc341e9a11e832aaafdb0.zip |
Version bump with small improvements.
(Portage version: 2.2.0_alpha45/cvs/Linux x86_64)
Diffstat (limited to 'media-plugins')
-rw-r--r-- | media-plugins/gst-plugins-mad/ChangeLog | 8 | ||||
-rw-r--r-- | media-plugins/gst-plugins-mad/gst-plugins-mad-0.10.18.ebuild | 17 |
2 files changed, 24 insertions, 1 deletions
diff --git a/media-plugins/gst-plugins-mad/ChangeLog b/media-plugins/gst-plugins-mad/ChangeLog index 82aca5b7e8c6..a879cc298fe3 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-mad/ChangeLog,v 1.163 2011/07/25 18:07:12 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-mad/ChangeLog,v 1.164 2011/08/07 00:01:22 leio Exp $ + +*gst-plugins-mad-0.10.18 (07 Aug 2011) + + 07 Aug 2011; Mart Raudsepp <leio@gentoo.org> + +gst-plugins-mad-0.10.18.ebuild: + Version bump with small improvements. 25 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org> gst-plugins-mad-0.10.17.ebuild: diff --git a/media-plugins/gst-plugins-mad/gst-plugins-mad-0.10.18.ebuild b/media-plugins/gst-plugins-mad/gst-plugins-mad-0.10.18.ebuild new file mode 100644 index 000000000000..f16d29a3ec21 --- /dev/null +++ b/media-plugins/gst-plugins-mad/gst-plugins-mad-0.10.18.ebuild @@ -0,0 +1,17 @@ +# 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-mad/gst-plugins-mad-0.10.18.ebuild,v 1.1 2011/08/07 00:01:22 leio Exp $ + +inherit gst-plugins-ugly + +KEYWORDS="~alpha ~amd64 ~amd64-linux ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~x86-linux" +IUSE="" + +RDEPEND=">=media-libs/gst-plugins-base-0.10.26 + >=media-libs/gstreamer-0.10.26 + >=media-libs/libmad-0.15.1b + media-libs/gst-plugins-good + >=media-libs/libid3tag-0.15" # adds optional id3 tag support, but id3demux in -good should + # be getting used in all cases for much more comprehensive ID3 tag support. + # FIXME: Kill libid3tag dep once it's made not automagic +DEPEND="${RDEPEND}" |