diff options
author | Mart Raudsepp <leio@gentoo.org> | 2009-11-16 06:04:12 +0000 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2009-11-16 06:04:12 +0000 |
commit | 7d038511be171af529e284cc0aa4c124c1217f59 (patch) | |
tree | 19d50dcd2637066dc7b122968f8b653d54587ffc /eclass/gst-plugins-ugly.eclass | |
parent | Clean up masked KDE3 pkgs. (diff) | |
download | gentoo-2-7d038511be171af529e284cc0aa4c124c1217f59.tar.gz gentoo-2-7d038511be171af529e284cc0aa4c124c1217f59.tar.bz2 gentoo-2-7d038511be171af529e284cc0aa4c124c1217f59.zip |
Make a note about removed id3tag/dvdnav in 0.10.13, which we can not remove from the list until all earlier versions are gone. These will unfortunately give QA warnings till then
Diffstat (limited to 'eclass/gst-plugins-ugly.eclass')
-rw-r--r-- | eclass/gst-plugins-ugly.eclass | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/eclass/gst-plugins-ugly.eclass b/eclass/gst-plugins-ugly.eclass index 88f308be69fe..d153f2111144 100644 --- a/eclass/gst-plugins-ugly.eclass +++ b/eclass/gst-plugins-ugly.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins-ugly.eclass,v 1.16 2009/11/16 04:51:02 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins-ugly.eclass,v 1.17 2009/11/16 06:04:12 leio Exp $ # Author : foser <foser@gentoo.org> @@ -23,9 +23,9 @@ inherit eutils gst-plugins10 MY_PN=gst-plugins-ugly MY_P=${MY_PN}-${PV} -# All relevant configure options for gst-plugins -# need a better way to extract these -# gst-plugins-base 0.9 +# All relevant configure options for gst-plugins-ugly +# need a better way to extract these. +# Not necessary since -ugly-0.10.13: id3tag dvdnav my_gst_plugins_ugly="a52dec amrnb amrwb cdio dvdread dvdnav lame id3tag mad mpeg2dec sidplay twolame x264" |